summaryrefslogtreecommitdiff
path: root/net/chrony/patches/patch-ad
diff options
context:
space:
mode:
authortron <tron>2013-08-21 12:59:44 +0000
committertron <tron>2013-08-21 12:59:44 +0000
commitaffff3497f106c90421f8a56486e63e8565c8df2 (patch)
treef218258544f3de84295024151c1ec45d174cc3c7 /net/chrony/patches/patch-ad
parent4a4c51bfbe7be910936fe4fc6aa306e194e3caa1 (diff)
downloadpkgsrc-affff3497f106c90421f8a56486e63e8565c8df2.tar.gz
Pullup ticket #4215 - requested by hannken
net/chrony: security update Revisions pulled up: - net/chrony/Makefile 1.29 - net/chrony/PLIST 1.5 - net/chrony/distinfo 1.8 - net/chrony/files/chronyd.sh 1.5 - net/chrony/patches/patch-aa 1.5 - net/chrony/patches/patch-ab 1.5 - net/chrony/patches/patch-ac 1.5 - net/chrony/patches/patch-ad 1.4 - net/chrony/patches/patch-ae 1.5 - net/chrony/patches/patch-af 1.4 - net/chrony/patches/patch-ag 1.4 --- Module Name: pkgsrc Committed By: hannken Date: Fri Aug 16 08:30:20 UTC 2013 Modified Files: pkgsrc/net/chrony: Makefile PLIST distinfo pkgsrc/net/chrony/files: chronyd.sh pkgsrc/net/chrony/patches: patch-aa patch-ab patch-ac patch-ad patch-ae patch-af Added Files: pkgsrc/net/chrony/patches: patch-ag Log Message: Update chrony to version 1.29. For a full list of changes since 1.24 see file NEWS in the distfile. Security fixes since 1.24: * Fix crash when processing crafted commands (CVE-2012-4502) (possible with IP addresses allowed by cmdallow and localhost) * Don't send uninitialized data in SUBNETS_ACCESSED and CLIENT_ACCESSES replies (CVE-2012-4503) (not used by chronyc) Reviewed by: Joerg Sonnenberger <joerg%netbsd.org@localhost>
Diffstat (limited to 'net/chrony/patches/patch-ad')
-rw-r--r--net/chrony/patches/patch-ad12
1 files changed, 8 insertions, 4 deletions
diff --git a/net/chrony/patches/patch-ad b/net/chrony/patches/patch-ad
index 6c56dda2cbb..29227986856 100644
--- a/net/chrony/patches/patch-ad
+++ b/net/chrony/patches/patch-ad
@@ -1,11 +1,15 @@
-$NetBSD: patch-ad,v 1.3 2010/02/26 09:27:43 hannken Exp $
+$NetBSD: patch-ad,v 1.3.28.1 2013/08/21 12:59:44 tron Exp $
---- conf.c.orig 2010-02-04 13:07:19.000000000 +0100
+Prepare for SUBST, not processed by configure.
+
+--- conf.c.orig 2013-08-08 13:58:07.000000000 +0000
+++ conf.c
-@@ -177,5 +177,5 @@
+@@ -197,7 +197,7 @@ static IPAddr bind_cmd_address4, bind_cm
+
/* Filename to use for storing pid of running chronyd, to prevent multiple
* chronyds being started. */
-static char *pidfile = "/var/run/chronyd.pid";
+static char *pidfile = "@VARBASE@/run/chronyd.pid";
- /* Boolean for whether the Linux HZ value has been overridden, and the
+ /* Temperature sensor, update interval and compensation coefficients */
+ static char *tempcomp_file = NULL;