pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ntp4 Update nb6->nb7 for security fix: http://secu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e5f91f89512
branches:  trunk
changeset: 499118:1e5f91f89512
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Sep 10 10:43:42 2005 +0000

description:
Update nb6->nb7 for security fix: http://secunia.com/advisories/16602/

diffstat:

 net/ntp4/Makefile         |   4 ++--
 net/ntp4/distinfo         |   3 ++-
 net/ntp4/patches/patch-aa |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (42 lines):

diff -r 406c81f1d7b7 -r 1e5f91f89512 net/ntp4/Makefile
--- a/net/ntp4/Makefile Sat Sep 10 09:04:01 2005 +0000
+++ b/net/ntp4/Makefile Sat Sep 10 10:43:42 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2005/07/16 01:19:16 jlam Exp $
+# $NetBSD: Makefile,v 1.43 2005/09/10 10:43:42 adrianp Exp $
 #
 
 DISTNAME=      ntp-4.2.0
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    net time
 MASTER_SITES=  ftp://ftp.udel.edu/pub/ntp/ntp4/                \
                http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/
diff -r 406c81f1d7b7 -r 1e5f91f89512 net/ntp4/distinfo
--- a/net/ntp4/distinfo Sat Sep 10 09:04:01 2005 +0000
+++ b/net/ntp4/distinfo Sat Sep 10 10:43:42 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.9 2005/02/24 12:13:57 agc Exp $
+$NetBSD: distinfo,v 1.10 2005/09/10 10:43:42 adrianp Exp $
 
 SHA1 (ntp-4.2.0.tar.gz) = 38343a4ebfc0b8d9aff3bec4c6a93f4c59071ce3
 RMD160 (ntp-4.2.0.tar.gz) = 73de5671ea583f6699c8052ea9f8270a8455c295
 Size (ntp-4.2.0.tar.gz) = 2514502 bytes
+SHA1 (patch-aa) = 6a6825604de9345001731c7d8b728f56602f15cc
diff -r 406c81f1d7b7 -r 1e5f91f89512 net/ntp4/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ntp4/patches/patch-aa Sat Sep 10 10:43:42 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.7 2005/09/10 10:43:42 adrianp Exp $
+
+--- ntpd/ntpd.c.orig   2005-09-10 10:48:16.000000000 +0100
++++ ntpd/ntpd.c        2005-09-10 10:49:44.000000000 +0100
+@@ -863,7 +863,7 @@
+               } else {
+ getgroup:     
+                       if ((gr = getgrnam(group)) != NULL) {
+-                              sw_gid = pw->pw_gid;
++                              sw_gid = gr->gr_gid;
+                       } else {
+                               errno = 0;
+                               msyslog(LOG_ERR, "Cannot find group `%s'", group);



Home | Main Index | Thread Index | Old Index