From 463397cf1e064185110fe57c568d73f99a06f5d1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 17 Feb 2021 10:35:54 +0000 Subject: gentoo resync : 17.02.2021 --- net-analyzer/softflowd/Manifest | 2 -- .../softflowd/files/softflowd-0.9.9-_GNU_SOURCE.patch | 13 ------------- net-analyzer/softflowd/files/softflowd-0.9.9-no-strip.patch | 12 ------------ 3 files changed, 27 deletions(-) delete mode 100644 net-analyzer/softflowd/files/softflowd-0.9.9-_GNU_SOURCE.patch delete mode 100644 net-analyzer/softflowd/files/softflowd-0.9.9-no-strip.patch (limited to 'net-analyzer/softflowd') diff --git a/net-analyzer/softflowd/Manifest b/net-analyzer/softflowd/Manifest index 10b34c339897..fb23c6dc2708 100644 --- a/net-analyzer/softflowd/Manifest +++ b/net-analyzer/softflowd/Manifest @@ -1,5 +1,3 @@ -AUX softflowd-0.9.9-_GNU_SOURCE.patch 506 BLAKE2B c3de95b807fb6f7c69c29c75d90d442e0d7f176e93b93944c5135a4e785aa3d88d663083637af8eda6198b59191a2a6afe28f50d7d30adfe8b8eb63afa58a9fd SHA512 b4e12a3e22bc055fce39427885e44803cde613a191ce44fc4b9e08d0d9eb480a899ee8eec1ef1a9561063850aa420ef1dffba63de07add6308ab79ec63e81119 -AUX softflowd-0.9.9-no-strip.patch 605 BLAKE2B cafd876892aea44ef8650501e66364b851f35f434e8959f1d85f762799af06ed45223ba191c43607d42a26066d11b1a0c257ac33c75929813b2d9670675c0d39 SHA512 4c42a64634dbe852d5c1563face382553c8091b8c36ce5fb40eab40492338019abb2b26b0e9c47fca602a324827fb130131ce16a32cd2450612ba6ffd3501d77 AUX softflowd.confd 288 BLAKE2B 2adc2fd3c739982d08266b52e180b07e0e77ce1d1db8f66f935787b4eeee9ce5f419362f1854b5754a7b11cb78b52bba4ff8f39c082ddb5dd612e6ea9a25b795 SHA512 78edfe72bee5998ac6d91e97a119370e223f1fe868de43dfff70e127f202af8f17b3f96c6d0ed8f23ad022e314a1dd3cc0c3da19e85cd7af427671f7247710cb AUX softflowd.initd 1536 BLAKE2B b47f50af5ea4aa02a93050d37275c209db5c9d7ff3e09efe7c55f4af2a9b955915debc359f50f5e574086d4a82001e896559a4c61730b41af03d57b4b82eb35c SHA512 42ce99bbcc6ddfbb6a3e4c54100cce05ab1edf4c977c6c97e224b427f64fd8cf42f727dd6f4454919232987f177c6875f0ed86c89712b1a042be340a2d6e8ffc DIST softflowd-1.0.0.tar.gz 168379 BLAKE2B 97ce677adf8f8278516f25e82db1757ad5fe208fb8923b189698525d58d60c998ea847f29ae91eefed57d7bd1eb42f119a99e46346753539cb3a9584a90eb484 SHA512 01a4f89755c957a495b08c49b572b8b6aa41f5ac7672feb5e31b039fbfab84f3a206b1da95b11de2ec5882123f6ca2387c02efb874ce707c2263bf79b56012fd diff --git a/net-analyzer/softflowd/files/softflowd-0.9.9-_GNU_SOURCE.patch b/net-analyzer/softflowd/files/softflowd-0.9.9-_GNU_SOURCE.patch deleted file mode 100644 index cb4844803e00..000000000000 --- a/net-analyzer/softflowd/files/softflowd-0.9.9-_GNU_SOURCE.patch +++ /dev/null @@ -1,13 +0,0 @@ -setresuid and setresgid need _GNU_SOURCE which clashes with _BSD_SOURCE - ---- a/configure.ac -+++ b/configure.ac -@@ -87,7 +87,7 @@ - AC_SEARCH_LIBS(socket, socket) - AC_CHECK_LIB(pcap, pcap_open_live) - --AC_CHECK_FUNCS(closefrom daemon setresuid setreuid setresgid setgid strlcpy strlcat) -+AC_CHECK_FUNCS(closefrom daemon setreuid setgid strlcpy strlcat) - - AC_CHECK_TYPES([u_int64_t, int64_t, uint64_t, u_int32_t, int32_t, uint32_t]) - AC_CHECK_TYPES([u_int16_t, int16_t, uint16_t, u_int8_t, int8_t, uint8_t]) diff --git a/net-analyzer/softflowd/files/softflowd-0.9.9-no-strip.patch b/net-analyzer/softflowd/files/softflowd-0.9.9-no-strip.patch deleted file mode 100644 index c48603a7f491..000000000000 --- a/net-analyzer/softflowd/files/softflowd-0.9.9-no-strip.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -52,7 +52,7 @@ - $(srcdir)/mkinstalldirs $(DESTDIR)$(sbindir) - [ -d $(DESTDIR)$(mandir)/man8 ] || \ - $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man8 -- $(INSTALL) -m 0755 -s softflowd $(DESTDIR)$(sbindir)/softflowd -- $(INSTALL) -m 0755 -s softflowctl $(DESTDIR)$(sbindir)/softflowctl -+ $(INSTALL) -m 0755 softflowd $(DESTDIR)$(sbindir)/softflowd -+ $(INSTALL) -m 0755 softflowctl $(DESTDIR)$(sbindir)/softflowctl - $(INSTALL) -m 0644 softflowd.8 $(DESTDIR)$(mandir)/man8/softflowd.8 - $(INSTALL) -m 0644 softflowctl.8 $(DESTDIR)$(mandir)/man8/softflowctl.8 -- cgit v1.2.3