X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=net-dns%2Fdjbdns%2Fdjbdns-1.05-r26.ebuild;h=db04035fa36c7be4381ebbf7457bf5d246b33721;hb=eb0f9f634415126a1add21bc9b7b12627d4158e7;hp=718bd12381f3421b5b152135ccf7604675f74d3a;hpb=d8d4d6c79c8957eb79e8561b6fbc4aac3027b57a;p=mjo-overlay.git diff --git a/net-dns/djbdns/djbdns-1.05-r26.ebuild b/net-dns/djbdns/djbdns-1.05-r26.ebuild index 718bd12..db04035 100644 --- a/net-dns/djbdns/djbdns-1.05-r26.ebuild +++ b/net-dns/djbdns/djbdns-1.05-r26.ebuild @@ -7,10 +7,8 @@ inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="Excellent high-performance DNS services" HOMEPAGE="http://cr.yp.to/djbdns.html" -IPV6_PATCH="test23" -SRC_URI="http://cr.yp.to/djbdns/${P}.tar.gz - ipv6? ( http://www.fefe.de/dns/${P}-${IPV6_PATCH}.diff.bz2 )" +SRC_URI="http://cr.yp.to/djbdns/${P}.tar.gz" SLOT="0" LICENSE="public-domain" @@ -54,7 +52,7 @@ src_prepare() { "be compiled without IPv6 support." cp -pR "${S}" "${S}-noipv6" # Careful -- >=test21 of the IPv6 patch includes the errno patch - epatch "${DISTDIR}/${P}-${IPV6_PATCH}.diff.bz2" + epatch "${DISTDIR}/ipv6-mjo.patch" # Parts of the ipv6 patch fail due to the CVE2008-4392 fix above. # The following two patches fix those hunks.