pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/26974: security/gsasl update
>Number: 26974
>Category: pkg
>Synopsis: security/gsasl update
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Thu Sep 16 18:25:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator: Sergio Jimenez
>Release: NetBSD 2.0G
>Organization:
>Environment:
System: NetBSD magni.midgard.bounceme.net 2.0G NetBSD 2.0G (magni) #0: Sun Sep
12 13:14:59 CEST 2004
sergio%magni.midgard.bounceme.net@localhost:/usr/src/obj/usr/src/sys/arch/i386/compile/MAGNI
i386
Architecture: i386
Machine: i386
>Description:
security/gsasl needs to be updated to 0.1.4, many lines have been added
to its ChangeLog since last update.
>How-To-Repeat:
Look at security/gsasl/Makefile and http://www.gnu.org/software/gsasl/
>Fix:
apply the following patch
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/security/gsasl/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile 26 May 2004 14:55:46 -0000 1.7
+++ Makefile 16 Sep 2004 13:27:52 -0000
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.7 2004/05/26 14:55:46 wiz Exp $
-DISTNAME= gsasl-0.0.8
-PKGREVISION= 3
+DISTNAME= gsasl-0.1.4
CATEGORIES= security
MASTER_SITES= http://josefsson.org/gsasl/releases/ \
${MASTER_SITE_GNU:=gsasl/}
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/security/gsasl/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- PLIST 10 Mar 2004 00:28:13 -0000 1.2
+++ PLIST 16 Sep 2004 13:27:53 -0000
@@ -1,13 +1,15 @@
-@comment $NetBSD: PLIST,v 1.2 2004/03/10 00:28:13 seb Exp $
+@comment $NetBSD$
bin/gsasl
include/gsasl.h
lib/libgsasl.a
lib/libgsasl.la
lib/libgsasl.so
-lib/libgsasl.so.4
-lib/libgsasl.so.4.0
+lib/libgsasl.so.6
+lib/libgsasl.so.6.3
lib/pkgconfig/libgsasl.pc
man/man1/gsasl.1
+man/man3/gsasl_appinfo_get.3
+man/man3/gsasl_appinfo_set.3
man/man3/gsasl_application_data_get.3
man/man3/gsasl_application_data_set.3
man/man3/gsasl_base64_decode.3
@@ -44,12 +46,18 @@
man/man3/gsasl_client_step_base64.3
man/man3/gsasl_client_suggest_mechanism.3
man/man3/gsasl_client_support_p.3
+man/man3/gsasl_ctx_get.3
man/man3/gsasl_decode.3
man/man3/gsasl_done.3
man/man3/gsasl_encode.3
-man/man3/gsasl_hexdump.3
+man/man3/gsasl_finish.3
+man/man3/gsasl_hmac_md5.3
man/man3/gsasl_init.3
+man/man3/gsasl_md5.3
man/man3/gsasl_md5pwd_get_password.3
+man/man3/gsasl_nonce.3
+man/man3/gsasl_random.3
+man/man3/gsasl_randomize.3
man/man3/gsasl_server_application_data_get.3
man/man3/gsasl_server_application_data_set.3
man/man3/gsasl_server_callback_anonymous_get.3
@@ -87,13 +95,27 @@
man/man3/gsasl_server_step_base64.3
man/man3/gsasl_server_suggest_mechanism.3
man/man3/gsasl_server_support_p.3
+man/man3/gsasl_step.3
+man/man3/gsasl_step64.3
man/man3/gsasl_strerror.3
man/man3/gsasl_stringprep_nfkc.3
man/man3/gsasl_stringprep_saslprep.3
man/man3/gsasl_stringprep_trace.3
-share/doc/html/gsasl/c4.html
-share/doc/html/gsasl/gsasl-gsasl.html
-share/doc/html/gsasl/index.html
-share/doc/html/gsasl/index.sgml
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gsasl.mo
+${PKGLOCALEDIR}/locale/en@boldquot/LC_MESSAGES/gsasl.mo
+${PKGLOCALEDIR}/locale/en@boldquot/LC_MESSAGES/libgsasl.mo
+${PKGLOCALEDIR}/locale/en@quot/LC_MESSAGES/gsasl.mo
+${PKGLOCALEDIR}/locale/en@quot/LC_MESSAGES/libgsasl.mo
+${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/gsasl.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gsasl.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/libgsasl.mo
+${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/gsasl.mo
+${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gsasl.mo
+${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/libgsasl.mo
+${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gsasl.mo
+${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/libgsasl.mo
+${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/gsasl.mo
+${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/libgsasl.mo
+${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gsasl.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gsasl.mo
-@dirrm share/doc/html/gsasl
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/libgsasl.mo
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/security/gsasl/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo 3 Dec 2003 19:23:13 -0000 1.1.1.1
+++ distinfo 16 Sep 2004 13:27:53 -0000
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2003/12/03 19:23:13 xtraeme Exp $
-SHA1 (gsasl-0.0.8.tar.gz) = 57b9eda2f04872e55b4a94bf89a5ca6e488bca44
-Size (gsasl-0.0.8.tar.gz) = 1342014 bytes
+SHA1 (gsasl-0.1.4.tar.gz) = 33194d4546f419d4235085d9e813d73fecddfd2e
+Size (gsasl-0.1.4.tar.gz) = 1658659 bytes
>Release-Note:
>Audit-Trail:
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index