hardaker pushed to dnssec-tools (epel7). "updated patch for 1.9"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 28 18:10:53 UTC 2015


>From 1930efbaf4fdc3ce414d36ab0963453437cb0262 Mon Sep 17 00:00:00 2001
From: Wes Hardaker <opensource at hardakers.net>
Date: Thu, 24 Mar 2011 14:58:40 -0700
Subject: updated patch for 1.9


diff --git a/dnssec-tools-linux-conf-paths-1.9.patch b/dnssec-tools-linux-conf-paths-1.9.patch
new file mode 100644
index 0000000..ff15f90
--- /dev/null
+++ b/dnssec-tools-linux-conf-paths-1.9.patch
@@ -0,0 +1,35 @@
+--- dnssec-tools-1.9/tools/etc/dnssec-tools/dnssec-tools.conf.orig	2011-03-24 14:57:03.318127152 -0700
++++ dnssec-tools-1.9/tools/etc/dnssec-tools/dnssec-tools.conf	2011-03-24 14:54:30.862418998 -0700
+@@ -12,10 +12,10 @@
+ # Paths to needed programs.  These may need adjusting for individual hosts.
+ #
+ keyarch		/usr/bin/keyarch
+-keygen		/usr/local/sbin/dnssec-keygen
+-rndc		/usr/local/sbin/rndc
+-zonecheck	/usr/local/sbin/named-checkzone
+-zonesign	/usr/local/sbin/dnssec-signzone
++keygen		/usr/sbin/dnssec-keygen
++rndc		/usr/sbin/rndc
++zonecheck	/usr/sbin/named-checkzone
++zonesign	/usr/sbin/dnssec-signzone
+ rollchk		/usr/bin/rollchk
+ zonesigner	/usr/bin/zonesigner
+ 
+@@ -55,7 +55,7 @@
+ # Settings that will be noticed by zonesigner.
+ #
+ # default_keyrec        output.krf
+-archivedir      /usr/local/etc/dnssec-tools/KEY-SAFE
++archivedir      /var/dnssec-tools/KEY-SAFE
+ entropy_msg	1
+ savekeys        1
+ kskcount	1
+@@ -65,7 +65,7 @@
+ # Settings for rollover-manager.
+ #
+ roll_loadzone	1
+-roll_logfile	/var/log/dnssec-tools/log-rollerd
++roll_logfile	/usr/local/etc/dnssec-tools/log-rollerd
+ roll_loglevel	info
+ roll_phasemsg	long
+ roll_sleeptime	60
diff --git a/dnssec-tools.spec b/dnssec-tools.spec
index a2c728c..18a82e2 100644
--- a/dnssec-tools.spec
+++ b/dnssec-tools.spec
@@ -17,7 +17,7 @@ Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRequires: openssl-devel
 BuildRequires: perl(Test) perl(ExtUtils::MakeMaker)
 
-Patch4: dnssec-tools-linux-conf-paths-1.7.patch
+Patch5: dnssec-tools-linux-conf-paths-1.9.patch
 
 %description
 
@@ -55,7 +55,7 @@ C-based libraries useful for developing dnssec aware tools.
 %prep
 %setup -q
 
-%patch4 -p0
+%patch5 -p1
 
 %build
 %configure --with-validator-testcases-file=%{_datadir}/dnssec-tools/validator-testcases --with-perl-build-args="INSTALLDIRS=vendor OPTIMIZE='$RPM_OPT_FLAGS'" --sysconfdir=/etc --with-root-hints=/etc/named.root.hints --with-resolv-conf=/etc/resolv.conf --disable-static --with-nsec3 --with-ipv6 --with-dlv
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/dnssec-tools.git/commit/?h=epel7&id=1930efbaf4fdc3ce414d36ab0963453437cb0262


More information about the scm-commits mailing list