From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83418158041 for ; Wed, 20 Mar 2024 06:26:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D304E29AE; Wed, 20 Mar 2024 06:26:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E755E29AE for ; Wed, 20 Mar 2024 06:26:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A265342FFB for ; Wed, 20 Mar 2024 06:26:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAA4A158E for ; Wed, 20 Mar 2024 06:26:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1710915418.3cc1792fcfc07edb26fda5512b1098e9ae271861.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/snort/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/snort/Manifest net-analyzer/snort/snort-2.9.17-r1.ebuild net-analyzer/snort/snort-2.9.20.ebuild X-VCS-Directories: net-analyzer/snort/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3cc1792fcfc07edb26fda5512b1098e9ae271861 X-VCS-Branch: master Date: Wed, 20 Mar 2024 06:26:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5f64ac67-a8f9-4c5c-84ca-ec8df4b4bd00 X-Archives-Hash: 3183331c9554a6fdd135a181dad41af4 commit: 3cc1792fcfc07edb26fda5512b1098e9ae271861 Author: Eli Schwartz gmail com> AuthorDate: Wed Mar 20 00:29:00 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 20 06:16:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc1792f net-analyzer/snort: add 2.9.20 Upstream update fixes the misnamed USE=debug code. Fails to fix anything else... they did add some code to handle libtirpc. It looks like this: ``` ################################################## # Centos 8+ does not have inbuilt SunRPC support # # in glibc and is separately availble in tirpc # # package. Make sure we've got the library and # # link it # ################################################## if test -f /etc/centos-release ; then [...] ``` Obviously this doesn't work... There is also a snort 3.x which may be better but it looks like a lot more work to package, and upstream still lists both as "stable releases"? Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> net-analyzer/snort/Manifest | 2 +- net-analyzer/snort/{snort-2.9.17-r1.ebuild => snort-2.9.20.ebuild} | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/net-analyzer/snort/Manifest b/net-analyzer/snort/Manifest index d44ca91e97c3..d74b593f0aeb 100644 --- a/net-analyzer/snort/Manifest +++ b/net-analyzer/snort/Manifest @@ -1 +1 @@ -DIST snort-2.9.17.tar.gz 6983018 BLAKE2B 8a6d5f4311e304b141f705fdcd3f570e88540dc5ce5882887b6fa52ea16e41daac384012badcbbc087693ee631e30477b8af2a6c49efa8230c71b80937597355 SHA512 c1a69e697298b4e85b8b8898e29077f5e74d8e2a8e42c2164a5597b3739204d856a74f30bc7c30b1907ec7b3bd3c6c6d798ead890656386b0c2a2da2c201d006 +DIST snort-2.9.20.tar.gz 7009894 BLAKE2B 0fa1426dce94e2800550691bb433c01371c1688616a528c27803f75837cb5eb430246ee113b2a5a1e374b14b6fd5a57140ce54fe13fb13df94276fbd19aa0a15 SHA512 a9ca37e814baeb978a6db06c3c62256b9e98fdd9fa18ce881a2ce854c0c9a5d92476c3384bec9017b8a67e5d78c6f31ca19956a914f54b817343a159a2a7fced diff --git a/net-analyzer/snort/snort-2.9.17-r1.ebuild b/net-analyzer/snort/snort-2.9.20.ebuild similarity index 97% rename from net-analyzer/snort/snort-2.9.17-r1.ebuild rename to net-analyzer/snort/snort-2.9.20.ebuild index 25092e422c53..7ec1a64c7821 100644 --- a/net-analyzer/snort/snort-2.9.17-r1.ebuild +++ b/net-analyzer/snort/snort-2.9.20.ebuild @@ -52,10 +52,6 @@ src_prepare() { mv configure.{in,ac} || die - # USE=debug exposes a macro whose name apparently wasn't changed - sed -i -e 's/BEFORE_SRV_FAIL/BEFORE_SERVICE_FAIL/' \ - src/dynamic-preprocessors/appid/appInfoTable.c || die - AT_M4DIR=m4 eautoreconf }