summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2008-04-06 23:34:26 +0000
committerSven Wegener <swegener@gentoo.org>2008-04-06 23:34:26 +0000
commit818cb9eb94f83058c7e33d7ba213f0ee1a8135f6 (patch)
tree9be35a6fe77d05891774d192c1a6a1c400ea7a70 /net-dns/pdns-recursor/files
parentVersion bump. (diff)
downloadhistorical-818cb9eb94f83058c7e33d7ba213f0ee1a8135f6.tar.gz
historical-818cb9eb94f83058c7e33d7ba213f0ee1a8135f6.tar.bz2
historical-818cb9eb94f83058c7e33d7ba213f0ee1a8135f6.zip
Cleanup. Removed patches for bugs that have been fixed.
Package-Manager: portage-2.1.5_rc2
Diffstat (limited to 'net-dns/pdns-recursor/files')
-rw-r--r--net-dns/pdns-recursor/files/pdns-recursor-3.1.4-chdir.patch13
-rw-r--r--net-dns/pdns-recursor/files/pdns-recursor-3.1.4-gcc42.patch22
-rw-r--r--net-dns/pdns-recursor/files/pdns-recursor-3.1.4-statedir.patch9
-rw-r--r--net-dns/pdns-recursor/files/pdns-recursor-3.1.5-chdir.patch13
-rw-r--r--net-dns/pdns-recursor/files/pdns-recursor-3.1.5-statedir.patch9
5 files changed, 0 insertions, 66 deletions
diff --git a/net-dns/pdns-recursor/files/pdns-recursor-3.1.4-chdir.patch b/net-dns/pdns-recursor/files/pdns-recursor-3.1.4-chdir.patch
deleted file mode 100644
index d30ca4286c02..000000000000
--- a/net-dns/pdns-recursor/files/pdns-recursor-3.1.4-chdir.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- pdns-recursor/pdns_recursor.cc
-+++ pdns-recursor/pdns_recursor.cc
-@@ -1565,6 +1565,10 @@
- }
- }
-
-+ // this is needed to really get into the chroot. and even without chroot
-+ // enabled it's nice to not block the directory we're currently in.
-+ chdir("/");
-+
- Utility::dropPrivs(newuid, newgid);
- g_fdm->addReadFD(s_rcc.d_fd, handleRCC); // control channel
- #endif
diff --git a/net-dns/pdns-recursor/files/pdns-recursor-3.1.4-gcc42.patch b/net-dns/pdns-recursor/files/pdns-recursor-3.1.4-gcc42.patch
deleted file mode 100644
index f20d25baa19a..000000000000
--- a/net-dns/pdns-recursor/files/pdns-recursor-3.1.4-gcc42.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- pdns/recursor_cache.cc
-+++ pdns/recursor_cache.cc
-@@ -11,7 +11,10 @@
- #include "config.h"
-
- #ifdef GCC_SKIP_LOCKING
--#include <bits/atomicity.h>
-+#if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 2))
-+# include <ext/atomicity.h>
-+#else
-+# include <bits/atomicity.h>
- // This code is ugly but does speedup the recursor tremendously on multi-processor systems, and even has a large effect (20, 30%) on uniprocessor
- namespace __gnu_cxx
- {
-@@ -32,6 +35,7 @@
- }
- }
- #endif
-+#endif
-
- string simpleCompress(const string& label)
- {
diff --git a/net-dns/pdns-recursor/files/pdns-recursor-3.1.4-statedir.patch b/net-dns/pdns-recursor/files/pdns-recursor-3.1.4-statedir.patch
deleted file mode 100644
index e0096c873a8c..000000000000
--- a/net-dns/pdns-recursor/files/pdns-recursor-3.1.4-statedir.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- pdns-recursor/config.h
-+++ pdns-recursor/config.h
-@@ -1,5 +1,5 @@
- #define SYSCONFDIR "/etc/powerdns/"
--#define LOCALSTATEDIR "/var/run/"
-+#define LOCALSTATEDIR "/var/lib/powerdns"
- #define VERSION "3.1.4"
- #define RECURSOR
- #ifndef WIN32
diff --git a/net-dns/pdns-recursor/files/pdns-recursor-3.1.5-chdir.patch b/net-dns/pdns-recursor/files/pdns-recursor-3.1.5-chdir.patch
deleted file mode 100644
index d30ca4286c02..000000000000
--- a/net-dns/pdns-recursor/files/pdns-recursor-3.1.5-chdir.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- pdns-recursor/pdns_recursor.cc
-+++ pdns-recursor/pdns_recursor.cc
-@@ -1565,6 +1565,10 @@
- }
- }
-
-+ // this is needed to really get into the chroot. and even without chroot
-+ // enabled it's nice to not block the directory we're currently in.
-+ chdir("/");
-+
- Utility::dropPrivs(newuid, newgid);
- g_fdm->addReadFD(s_rcc.d_fd, handleRCC); // control channel
- #endif
diff --git a/net-dns/pdns-recursor/files/pdns-recursor-3.1.5-statedir.patch b/net-dns/pdns-recursor/files/pdns-recursor-3.1.5-statedir.patch
deleted file mode 100644
index 2bd1690084a3..000000000000
--- a/net-dns/pdns-recursor/files/pdns-recursor-3.1.5-statedir.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- pdns-recursor/config.h
-+++ pdns-recursor/config.h
-@@ -1,5 +1,5 @@
- #define SYSCONFDIR "/etc/powerdns/"
--#define LOCALSTATEDIR "/var/run/"
-+#define LOCALSTATEDIR "/var/lib/powerdns"
- #define VERSION "3.1.5"
- #define RECURSOR
- #ifndef WIN32