Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2009 13:25:47 -0200 (BRST)
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        krion@FreeBSD.org, bug-followup@FreeBSD.org
Subject:   ports/139818: Re: [PATCH] security/gsasl: update to 1.3
Message-ID:  <20091021152547.A8DCD3F624A@fbsd.scjamorim.org>
Resent-Message-ID: <200910211530.n9LFU6fF074762@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139818
>Category:       ports
>Synopsis:       Re: [PATCH] security/gsasl: update to 1.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 21 15:30:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009
>Description:
- Changed pkg-plist

Port maintainer (krion@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- gsasl-1.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/gsasl/Makefile,v
retrieving revision 1.41
diff -u -u -r1.41 Makefile
--- Makefile	6 Feb 2009 07:12:00 -0000	1.41
+++ Makefile	21 Oct 2009 15:23:44 -0000
@@ -7,9 +7,10 @@
 #
 
 PORTNAME=	gsasl
-PORTVERSION=	0.2.29
+PORTVERSION=	1.3
 CATEGORIES=	security
-MASTER_SITES=	${MASTER_SITE_GNU_ALPHA} \
+MASTER_SITES=	http://www.sfr-fresh.com/unix/misc/ \
+		${MASTER_SITE_GNU_ALPHA} \
 		http://josefsson.org/${PORTNAME}/releases/
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
Index: Makefile.man
===================================================================
RCS file: /home/ncvs/ports/security/gsasl/Makefile.man,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile.man
--- Makefile.man	6 Feb 2009 07:12:00 -0000	1.10
+++ Makefile.man	21 Oct 2009 15:23:44 -0000
@@ -52,6 +52,7 @@
 MAN3+=	gsasl_finish.3
 MAN3+=	gsasl_free.3
 MAN3+=	gsasl_hmac_md5.3
+MAN3+=	gsasl_hmac_sha1.3
 MAN3+=	gsasl_init.3
 MAN3+=	gsasl_mechanism_name.3
 MAN3+=	gsasl_md5.3
@@ -104,6 +105,7 @@
 MAN3+=	gsasl_server_support_p.3
 MAN3+=	gsasl_session_hook_get.3
 MAN3+=	gsasl_session_hook_set.3
+MAN3+=	gsasl_sha1.3
 MAN3+=	gsasl_simple_getpass.3
 MAN3+=	gsasl_step.3
 MAN3+=	gsasl_step64.3
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/gsasl/distinfo,v
retrieving revision 1.27
diff -u -u -r1.27 distinfo
--- distinfo	6 Feb 2009 07:12:00 -0000	1.27
+++ distinfo	21 Oct 2009 15:23:44 -0000
@@ -1,3 +1,3 @@
-MD5 (gsasl-0.2.29.tar.gz) = f513d8eed4f8d47f598cf1ac052fefb3
-SHA256 (gsasl-0.2.29.tar.gz) = 65671084d17ff03c48571582b58ee11c1ecb35caf99ff28c90db0757dd38daaf
-SIZE (gsasl-0.2.29.tar.gz) = 3519920
+MD5 (gsasl-1.3.tar.gz) = df35e09a775e45d7704ae6883d3dd046
+SHA256 (gsasl-1.3.tar.gz) = 253ba57778ac60c5dacfb52d3f9a8f0cf0afb0015fd48acd1b33b599ab2a85b0
+SIZE (gsasl-1.3.tar.gz) = 3753660
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/security/gsasl/pkg-plist,v
retrieving revision 1.19
diff -u -u -r1.19 pkg-plist
--- pkg-plist	6 Feb 2009 07:12:00 -0000	1.19
+++ pkg-plist	21 Oct 2009 15:23:44 -0000
@@ -26,6 +26,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/reference/ix04.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/ix05.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/ix06.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/ix07.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/ix08.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/left.png
 %%PORTDOCS%%%%DOCSDIR%%/reference/right.png
 %%PORTDOCS%%%%DOCSDIR%%/reference/style.css
@@ -44,6 +46,7 @@
 %%NLS%%share/locale/pl/LC_MESSAGES/libgsasl.mo
 %%NLS%%share/locale/ro/LC_MESSAGES/gsasl.mo
 %%NLS%%share/locale/ro/LC_MESSAGES/libgsasl.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/gsasl.mo
 %%NLS%%share/locale/sk/LC_MESSAGES/libgsasl.mo
 %%NLS%%share/locale/sq/LC_MESSAGES/gsasl.mo
 %%NLS%%share/locale/sr/LC_MESSAGES/gsasl.mo
Index: files/patch-doc_gsasl.texi
===================================================================
RCS file: /home/ncvs/ports/security/gsasl/files/patch-doc_gsasl.texi,v
retrieving revision 1.1
diff -u -u -r1.1 patch-doc_gsasl.texi
--- files/patch-doc_gsasl.texi	11 Nov 2004 19:16:57 -0000	1.1
+++ files/patch-doc_gsasl.texi	21 Oct 2009 15:23:44 -0000
@@ -1,11 +1,8 @@
-
-$FreeBSD: ports/security/gsasl/files/patch-doc_gsasl.texi,v 1.1 2004/11/11 19:16:57 krion Exp $
-
---- doc/gsasl.texi.orig
-+++ doc/gsasl.texi
-@@ -123,14 +123,6 @@
- and the command-line interface, self-tests and examples are licensed
- under the GNU General Public License.
+--- doc/gsasl.texi.orig	2009-10-13 22:49:54.000000000 -0300
++++ doc/gsasl.texi	2009-10-13 22:50:41.000000000 -0300
+@@ -198,14 +198,6 @@
+ applications and the library through the official API is illustrated
+ below.
  
 -@float Illustration,fig:abstraction
 -@image{abstraction,10cm,5cm}
@@ -15,6 +12,6 @@
 -
 -@end float
 -
- @menu
- * Getting Started::
- * Features::
+ @node Features
+ @section Features
+ 
--- gsasl-1.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091021152547.A8DCD3F624A>