diff options
author | Sam James <sam@gentoo.org> | 2022-12-21 22:02:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-21 22:25:25 +0000 |
commit | e81b9a353409af1c07555a983feb4e9f6560488a (patch) | |
tree | 0067c9a3a416a61b4a8b9ed14324afc69faf93ba /net-dns | |
parent | net-dialup/dwun: drop 0.96e-r5 (diff) | |
download | gentoo-e81b9a353409af1c07555a983feb4e9f6560488a.tar.gz gentoo-e81b9a353409af1c07555a983feb4e9f6560488a.tar.bz2 gentoo-e81b9a353409af1c07555a983feb4e9f6560488a.zip |
net-dns/maradns: drop 3.5.0005, 3.5.0020
Bug: https://bugs.gentoo.org/886755
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/maradns/Manifest | 2 | ||||
-rw-r--r-- | net-dns/maradns/files/maradns-3.5.0005-flags.patch | 28 | ||||
-rw-r--r-- | net-dns/maradns/files/maradns-3.5.0020-flags-ipv6.patch | 113 | ||||
-rw-r--r-- | net-dns/maradns/maradns-3.5.0005.ebuild | 93 | ||||
-rw-r--r-- | net-dns/maradns/maradns-3.5.0020.ebuild | 96 |
5 files changed, 0 insertions, 332 deletions
diff --git a/net-dns/maradns/Manifest b/net-dns/maradns/Manifest index 5cfeb8c3d3e1..c1df5641ee34 100644 --- a/net-dns/maradns/Manifest +++ b/net-dns/maradns/Manifest @@ -1,3 +1 @@ -DIST maradns-3.5.0005.tar.xz 5351412 BLAKE2B c6b1c4fb93cb507045b3c09574d7ce30b0af92301e157216b4a5bbd2ed74ceb829ef4d11cd08048c7a685a09cdd4178cf3fc4e7b2465820d26d3a5c1b96f4a5e SHA512 2e7008ff6217929008292dde60d96eb2ec0499a170e1b5bda5fcfb27300d2ce6cecd8b3e2a2d4b09ff32b803f9f435230378e6b2e41e7b63c42653d8c931151d -DIST maradns-3.5.0020.tar.xz 7154452 BLAKE2B 4d193c06620332b90f4a004e787f9cbe61cd48adcee1dd667ecf0383c0fb81f5b7cae40ee953f077b2ccf060d7429863f741cf942c34c862d6c56092bc40600b SHA512 3478ccdc82d5be45826072f91c1b00c491f21f69bcce169cfeb3dfdd00e0012a9def884d711daa41ea18dce52e069dbb4c31e1e37ecda418565b5d8d6a0ea4d4 DIST maradns-3.5.0022.tar.xz 7375408 BLAKE2B d79fd800099f41e6395537b8a9d945820cd295c9a3be8bec0850b8c85df65a607b07c3a0949a6ed058d1155514836d5a72a3ab0512a4369a979b021c80159908 SHA512 0c4df5aac0a979a74f811c9ccd30e2708f6b21816d9d70b88bf31ac4a65175b46c3a53adf439e098c57aa9b79250c26a38c8cdf26e0ee52637092a184d852076 diff --git a/net-dns/maradns/files/maradns-3.5.0005-flags.patch b/net-dns/maradns/files/maradns-3.5.0005-flags.patch deleted file mode 100644 index 66493632df0a..000000000000 --- a/net-dns/maradns/files/maradns-3.5.0005-flags.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- a/build/Makefile.linux -+++ b/build/Makefile.linux -@@ -24,13 +24,13 @@ EXECS=server/maradns - # end the Solaris section - # Non-Solaris version of "M" - V="VERSION=$(VERSION)" --Q="DEFINES=-DSELECT_PROBLEM" -+Q="$(LDFLAGS) DEFINES=-DSELECT_PROBLEM" - - # Debug - - FLAGS = -O2 -Wall -DSELECT_PROBLEM --M="CC=$(CC) $(FLAGS)" --D="CC=$(CC) $(FLAGS) -DDEBUG -DTHREADS" -+M="CC=$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)" -+D="CC=$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -DDEBUG -DTHREADS" - #FLAGS = -g - - all: -@@ -39,7 +39,7 @@ all: - cd ../qual ; make $(M) ; cd ../server ; \ - make $(M) $(V) COMPILED=\"$(COMPILED)\" ; \ - cd ../tools ; make $(M) ; \ -- cd ../deadwood-*/src/ ; make FLAGS=-O2 ; \ -+ cd ../deadwood-*/src/ ; $(MAKE) $(M) ; \ - cd ../../tcp ; make $(M) $(V) ; cat ../00README.FIRST - - debug: diff --git a/net-dns/maradns/files/maradns-3.5.0020-flags-ipv6.patch b/net-dns/maradns/files/maradns-3.5.0020-flags-ipv6.patch deleted file mode 100644 index 4582dec4f56a..000000000000 --- a/net-dns/maradns/files/maradns-3.5.0020-flags-ipv6.patch +++ /dev/null @@ -1,113 +0,0 @@ -From 0a2159798edffdbc0fdba67b2ae4aeca118a2516 Mon Sep 17 00:00:00 2001 -From: Victor Kustov <ktrace@yandex.ru> -Date: Mon, 31 May 2021 22:47:55 +0300 -Subject: [PATCH] fix - ---- - build/Makefile.linux | 52 ++++++++++++++++++++++---------------------- - configure | 4 ++-- - 2 files changed, 28 insertions(+), 28 deletions(-) - -diff --git a/build/Makefile.linux b/build/Makefile.linux -index 965c7fb..62c20b9 100644 ---- a/build/Makefile.linux -+++ b/build/Makefile.linux -@@ -24,48 +24,48 @@ EXECS=server/maradns - # end the Solaris section - # Non-Solaris version of "M" - V="VERSION=$(VERSION)" --Q="DEFINES=-DSELECT_PROBLEM" -+Q="$(LDFLAGS) DEFINES=-DSELECT_PROBLEM" - - # Debug - - FLAGS = -O2 -Wall -DSELECT_PROBLEM --M="CC=$(CC) $(FLAGS)" --D="CC=$(CC) $(FLAGS) -DDEBUG -DTHREADS" -+M="CC=$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)" -+D="CC=$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -DDEBUG -DTHREADS" - #FLAGS = -g - - all: -- cd libs ; make $(M) ; cd ../dns ; make $(M) ; \ -- cd ../rng ; make $(M) ; cd ../parse ; make $(M) ; \ -- cd ../qual ; make $(M) ; cd ../server ; \ -+ cd libs ; $(MAKE) $(M) ; cd ../dns ; $(MAKE) $(M) ; \ -+ cd ../rng ; $(MAKE) $(M) ; cd ../parse ; $(MAKE) $(M) ; \ -+ cd ../qual ; $(MAKE) $(M) ; cd ../server ; \ - make $(M) $(V) COMPILED=\"$(COMPILED)\" ; \ -- cd ../tools ; make $(M) ; \ -- cd ../deadwood-*/src/ ; make FLAGS=-O2 ; \ -- cd ../../tcp ; make $(M) $(V) ; cat ../00README.FIRST -+ cd ../tools ; $(MAKE) $(M) ; \ -+ cd ../deadwood-*/src/ ; $(MAKE) $(M) ; \ -+ cd ../../tcp ; $(MAKE) $(M) $(V) ; cat ../00README.FIRST - - debug: -- cd libs ; make $(D) DEBUG="-DDEBUG -DTHREADS" ; \ -- cd ../dns ; make $(D) ; cd ../rng ; make $(D) ; \ -- cd ../parse ; make $(D) ; cd ../qual ; make $(D) ; \ -+ cd libs ; $(MAKE) $(D) DEBUG="-DDEBUG -DTHREADS" ; \ -+ cd ../dns ; $(MAKE) $(D) ; cd ../rng ; $(MAKE) $(D) ; \ -+ cd ../parse ; $(MAKE) $(D) ; cd ../qual ; $(MAKE) $(D) ; \ - cd ../server ; \ - make $(D) $(Q) $(V) COMPILED=\"$(COMPILED_DEBUG)\" ; \ -- cd ../tools ; make $(D) ; \ -- cd ../tcp ; make $(D) $(V) ; cat ../00README.FIRST -+ cd ../tools ; $(MAKE) $(D) ; \ -+ cd ../tcp ; $(MAKE) $(D) $(V) ; cat ../00README.FIRST - - clean: - rm -f $(OBJECTS) core $(EXECS) ; \ -- cp build/Makefile.w Makefile ; cd dns ; make clean ; \ -- cd ../libs ; make clean ; cd ../parse ; make clean ; \ -- cd ../qual ; make clean ; \ -- cd ../server ; make clean ; \ -+ cp build/Makefile.w Makefile ; cd dns ; $(MAKE) clean ; \ -+ cd ../libs ; $(MAKE) clean ; cd ../parse ; $(MAKE) clean ; \ -+ cd ../qual ; $(MAKE) clean ; \ -+ cd ../server ; $(MAKE) clean ; \ - cp Makefile.recursive Makefile ; \ -- cd ../test ; make clean ; \ -- cd ../tools ; make clean ; \ -- cd misc ; make clean ; \ -- cd ../../utf8 ; make clean ; \ -- cd ../tcp ; make clean ; \ -- cd ../rng ; make clean ; \ -- cd ../sqa ; make clean ; \ -- cd ../deadwood-*/src ; make clean ; \ -+ cd ../test ; $(MAKE) clean ; \ -+ cd ../tools ; $(MAKE) clean ; \ -+ cd misc ; $(MAKE) clean ; \ -+ cd ../../utf8 ; $(MAKE) clean ; \ -+ cd ../tcp ; $(MAKE) clean ; \ -+ cd ../rng ; $(MAKE) clean ; \ -+ cd ../sqa ; $(MAKE) clean ; \ -+ cd ../deadwood-*/src ; $(MAKE) clean ; \ - # ; cd .. ; find . -type d | grep .deps | xargs rm -fr ; find . -name '*.o' | xargs rm - - strip: -diff --git a/configure b/configure -index 9e98ac8..fedbd87 100755 ---- a/configure -+++ b/configure -@@ -174,14 +174,14 @@ if [ -z "$IPV6" ] ; then - cp tcp/Makefile.authonly tcp/Makefile - cp dns/Makefile.authonly dns/Makefile - cp tools/Makefile.authonly tools/Makefile -+ DEADWOOD_DIR=$( echo deadwood-* ) -+ cp $DEADWOOD_DIR/src/Makefile.noipv6 $DEADWOOD_DIR/src/Makefile - else - cp server/Makefile.ipv6 server/Makefile - cp qual/Makefile.nothreads qual/Makefile - cp tcp/Makefile.ipv6 tcp/Makefile - cp dns/Makefile.authonly dns/Makefile - cp tools/Makefile.ipv6 tools/Makefile -- DEADWOOD_DIR=$( echo deadwood-* ) -- cp $DEADWOOD_DIR/src/Makefile.ipv6 $DEADWOOD_DIR/src/Makefile - fi - - echo --- -2.26.3 - diff --git a/net-dns/maradns/maradns-3.5.0005.ebuild b/net-dns/maradns/maradns-3.5.0005.ebuild deleted file mode 100644 index 0b520db460fc..000000000000 --- a/net-dns/maradns/maradns-3.5.0005.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -inherit python-any-r1 systemd toolchain-funcs - -DESCRIPTION="A security-aware DNS server" -HOMEPAGE="http://www.maradns.org/" -SRC_URI="https://maradns.samiam.org/download/${PV%.*}/${PV}/${P}.tar.xz" - -# The GPL-2 covers the init script, bug 426018. -LICENSE="BSD-2 GPL-2" -SLOT="0" -KEYWORDS="amd64 ~mips ~ppc x86" -IUSE="examples ipv6" - -BDEPEND="${PYTHON_DEPS} - dev-lang/perl" -DEPEND=" - acct-group/maradns - acct-user/duende - acct-user/maradns" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-flags.patch -) - -src_prepare() { - default - - # replace "make" by "$(MAKE)" to avoid GNU Make warning - sed -i 's/\ make\ /\ \$\(MAKE\)\ /g' build/Makefile.linux \ - || die "can't patch build/Makefile.linux" - - python_fix_shebang tools/bind2csv2.py -} - -src_configure() { - tc-export CC - ./configure \ - $(usex ipv6 --ipv6 "") || die "Failed to configure ${PN}" -} - -src_install() { - # Install the MaraDNS and Deadwood binaries - dosbin server/maradns - dosbin tcp/zoneserver - dosbin deadwood-${PV}/src/Deadwood - dobin tcp/{getzone,fetchzone} - dobin tools/{askmara,askmara-tcp,duende,bind2csv2.py,csv1tocsv2.pl} - - # MaraDNS docs, manpages, misc - dodoc doc/en/{QuickStart,README,*.txt,*.html} - dodoc -r doc/en/{text,webpage,tutorial} - dodoc maradns.gpg.key - docinto deadwood - dodoc deadwood-${PV}/doc/{*.txt,*.html,CHANGELOG,Deadwood-HOWTO} - dodoc -r deadwood-${PV}/doc/internals - - # Install examples (optional) - if use examples ; then - docinto examples - dodoc doc/en/examples/example_* - fi - - # Install manpages - doman doc/en/man/*.[1-9] - doman deadwood-${PV}/doc/{Deadwood,Duende}.1 - - # Example configurations. - insinto /etc/maradns - newins doc/en/examples/example_full_mararc mararc_full.dist - newins doc/en/examples/example_csv2 example_csv2.dist - newins deadwood-${PV}/doc/dwood3rc-all dwood3rc_all.dist - keepdir /etc/maradns/logger - - # Init scripts. - newinitd "${FILESDIR}"/maradns2 maradns - newinitd "${FILESDIR}"/zoneserver2 zoneserver - newinitd "${FILESDIR}"/deadwood deadwood - - # systemd unit - # please keep paths in sync! - sed -e "s^@bindir@^${EPREFIX}/usr/sbin^" \ - -e "s^@sysconfdir@^${EPREFIX}/etc/maradns^" \ - "${FILESDIR}"/maradns.service.in > "${T}"/maradns.service \ - || die "failed to create the maradns.service file (sed)" - - systemd_dounit "${T}"/maradns.service -} diff --git a/net-dns/maradns/maradns-3.5.0020.ebuild b/net-dns/maradns/maradns-3.5.0020.ebuild deleted file mode 100644 index baedba8f5473..000000000000 --- a/net-dns/maradns/maradns-3.5.0020.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} ) -inherit python-any-r1 systemd toolchain-funcs - -DESCRIPTION="A security-aware DNS server" -HOMEPAGE="https://maradns.samiam.org" -SRC_URI="https://maradns.samiam.org/download/${PV%.*}/${PV}/${P}.tar.xz" - -# The GPL-2 covers the init script, bug 426018. -LICENSE="BSD-2 GPL-2" -SLOT="0" -KEYWORDS="amd64 ~mips ~ppc x86" -IUSE="examples ipv6" - -BDEPEND="${PYTHON_DEPS} - dev-lang/perl" -DEPEND=" - acct-group/maradns - acct-user/duende - acct-user/maradns" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-flags-ipv6.patch -) - -src_prepare() { - default - python_fix_shebang tools/bind2csv2.py -} - -src_configure() { - tc-export CC - ./configure \ - $(usex ipv6 --ipv6 "") || die "Failed to configure" -} - -src_install() { - # Install the MaraDNS and Deadwood binaries - dosbin server/maradns - dosbin tcp/zoneserver - dosbin deadwood-${PV}/src/Deadwood - dobin tcp/{getzone,fetchzone} - dobin tools/{askmara,askmara-tcp,duende,bind2csv2.py,csv1tocsv2.pl} - - # MaraDNS docs, manpages, misc - docompress -x /usr/share/doc/${PF}/maradns.gpg.key - dodoc {CHANGELOG,COPYING,SUPPORT,maradns.gpg.key} - dodoc doc/en/{QuickStart,faq.*,*.md,README} - dodoc -r doc/en/{text,webpage,tutorial} - docinto deadwood - dodoc deadwood-${PV}/doc/{*.txt,*.html,CHANGELOG,Deadwood-HOWTO} - dodoc -r deadwood-${PV}/doc/internals - - # Install examples (optional) - if use examples ; then - docinto examples - dodoc doc/en/examples/example_* - fi - - # Install manpages - doman doc/en/man/*.[1-9] - doman deadwood-${PV}/doc/{Deadwood,Duende}.1 - - # Example configurations. - insinto /etc/maradns - newins doc/en/examples/example_full_mararc mararc_full.dist - newins doc/en/examples/example_csv2 example_csv2.dist - newins deadwood-${PV}/doc/dwood3rc-all dwood3rc_all.dist - keepdir /etc/maradns/logger - - # Init scripts. - newinitd "${FILESDIR}"/maradns2 maradns - newinitd "${FILESDIR}"/zoneserver2 zoneserver - newinitd "${FILESDIR}"/deadwood deadwood - - # systemd unit - # please keep paths in sync! - sed -e "s^@bindir@^${EPREFIX}/usr/sbin^" \ - -e "s^@sysconfdir@^${EPREFIX}/etc/maradns^" \ - "${FILESDIR}"/maradns.service.in > "${T}"/maradns.service \ - || die "failed to create the maradns.service file (sed)" - - systemd_dounit "${T}"/maradns.service -} - -pkg_postinst() { - elog "Examples of configuration files can be found in the" - elog "/etc/maradns directory, feel free use it like:" - elog " cp /etc/maradns/mararc{_full.dist,}" - elog "and edit /etc/maradns/mararc as described in man mararc." -} |