<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/snort, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2024-01-03T05:49:42Z</updated>
<entry>
<title>snort: remove package</title>
<updated>2024-01-03T05:49:42Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2024-01-02T23:10:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=839f1313e7bc80cfa4e68b0003d417a29a87ce6c'/>
<id>urn:sha1:839f1313e7bc80cfa4e68b0003d417a29a87ce6c</id>
<content type='text'>
Replaced with snort3.

Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>snort: add experimental PCRE2 support patch</title>
<updated>2023-12-01T23:11:23Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-11-05T02:51:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=661a22c59488a2ccbb5b9dfcb07b440e2dce5a11'/>
<id>urn:sha1:661a22c59488a2ccbb5b9dfcb07b440e2dce5a11</id>
<content type='text'>
Add experimental PCRE2 support patch as PCRE is EOL and won't receive
any new updates anymore.

Since PCRE2 API changed, also snort plugins API changed and require some
tweka for any user downstream that compile custom plugins. The examples
are all updated and conversion patch contains additional info on the
changes required to the plugins.

Plugins needs to be compiled and require updates anyway so there isn't a
problem with user trying to load incompatible plugins.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>snort: bump to release 2.9.20</title>
<updated>2023-12-01T23:11:23Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-11-05T02:50:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0495e76e907a01c0d9b9f3a3e8c45d928b8fed0'/>
<id>urn:sha1:b0495e76e907a01c0d9b9f3a3e8c45d928b8fed0</id>
<content type='text'>
Update to relase 2.9.20 to make it easier to apply experimental PCRE2
support patch.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: add HAS_LUAJIT_ARCH dependency to luajit user</title>
<updated>2023-09-25T15:42:02Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-09-23T17:02:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5c1bcb61336b2b32788568d3dafa221b586dd430'/>
<id>urn:sha1:5c1bcb61336b2b32788568d3dafa221b586dd430</id>
<content type='text'>
Add HAS_LUAJIT_ARCH dependency to any user of luajit to fix circular
dependency limitation.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>snort: add conflict with snort3</title>
<updated>2022-03-04T15:28:58Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2022-03-04T15:28:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a504fd9dfaa4194c0e56b6e889095174a4a2c798'/>
<id>urn:sha1:a504fd9dfaa4194c0e56b6e889095174a4a2c798</id>
<content type='text'>
Both packages provides the same files:
- /usr/bin/u2boat
- /usr/bin/u2spewfoo
- /usr/bin/snort
- /etc/init.d/snort
- /etc/config/snort

So they should be in conflict.

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>snort: update to 2.9.19</title>
<updated>2021-12-16T23:31:07Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2021-12-12T20:33:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=605d06a014b8c05f7515d3d507bf0cf49f9d4c53'/>
<id>urn:sha1:605d06a014b8c05f7515d3d507bf0cf49f9d4c53</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>snort: update 2.9.17.1</title>
<updated>2021-05-10T17:50:01Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2021-05-10T17:50:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ea5081b511d2b5d5a5d8f8ae062992780e3e19b4'/>
<id>urn:sha1:ea5081b511d2b5d5a5d8f8ae062992780e3e19b4</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>libdaq,snort: install/use libdaq2 in its own dir</title>
<updated>2021-02-24T23:42:03Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2021-01-20T01:06:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=48e2b6ebb3ebb688de1c8a069c7b43d9478b3298'/>
<id>urn:sha1:48e2b6ebb3ebb688de1c8a069c7b43d9478b3298</id>
<content type='text'>
If used with default paths, libdaq 2.x and libdaq 3.x will overwrite
some of the other version's files.  Install them in different places to
avoid trouble.

Snort is the only package that uses libdaq, so update it at the same
time to avoid creating a failing commit.

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
</feed>
