Skip to content

Commit

Permalink
packages/snort3: Update to Snort version 3.3.2.0
Browse files Browse the repository at this point in the history
packages/libdaq: Update to libdaq version 3.0.16

packages/snort3_extra: Update to snort3_extra version 3.3.2.0
  • Loading branch information
Victor Roemer authored and wtfbbqhax committed Sep 3, 2024
1 parent e7940a3 commit c8d20a5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ This repository serves as a reference for building a custom Alpine container ima
### Packaged Software
Several dependencies to build a complete version of Snort 3 are not part officially supported by Alpine Linux or what does exist did not meet my expectations so they've been pulled directly. Additionally, the Snort3, Snort3 Extra and LibDAQ packages were solely produced for **Krakatoa**.

* [Snort3 3.2.1.0](https://github.com/snort3/snort3/releases/tag/3.2.1.0)
* [Snort3 Extra 3.2.1.0](https://github.com/snort3/snort3_extra/releases/tag/3.2.1.0)
* [Snort3 3.3.2.0](https://github.com/snort3/snort3/releases/tag/3.3.2.0)
* [Snort3 Extra 3.3.2.0](https://github.com/snort3/snort3_extra/releases/tag/3.3.2.0)
* [hwloc 2.9.1](https://www-lb.open-mpi.org/software/hwloc/v2.9/)
* [jemalloc 5.3.0](https://github.com/jemalloc/jemalloc/releases/tag/5.3.0/)
* [Vectorscan 5.4.11](https://github.com/VectorCamp/vectorscan/releases/tag/vectorscan/5.4.11)
* [LibDAQ 3.0.14](https://github.com/snort3/libdaq/releases/tag/v3.0.14)
* [LibDAQ 3.0.16](https://github.com/snort3/libdaq/releases/tag/v3.0.16)
* [AbcIP 2.4.1](https://github.com/crc181/abcip)[^1]
* [Lightspd Manifest 0.1.0](https://github.com/wtfbbqhax/lightspd-manifest)

Expand Down
4 changes: 2 additions & 2 deletions packages/libdaq/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# TODO Make sure module debug symbols do not get packaged into the libdaq-dbg
pkgname=libdaq
pkgver=3.0.14
pkgver=3.0.16
pkgrel=0
pkgdesc="Snort3 DAQ"
url="www.snort.org"
Expand Down Expand Up @@ -191,7 +191,7 @@ gwlb_module_static() {
}

sha512sums="
3c50efbc96ff5865a7b57799b65d4be70f6dbd29e0d12fc7b46d9c523eefb9b968a4a8294dc2ec424c93d5265c97d1266ca0942ac3684cdf1f06a742c2c3b404 libdaq-3.0.14.tar.gz
41d215ec795524e0ab505eba5e90e92d6efb8d17368e63b5a9de619c5d312316205cf8785c9cf6e384536c92e59f21b93d7a5fe86f04a5708a2d06c09088a4ba libdaq-3.0.16.tar.gz
"

# FIXME Breakout dbg symbols for each daq module into separate packages.
Expand Down
4 changes: 2 additions & 2 deletions packages/snort3/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributor: Victor Roemer <[email protected]>
# Maintainer: Victor Roemer <[email protected]>
pkgname=snort3
pkgver=3.2.1.0
pkgver=3.3.2.0
pkgrel=0
pkgdesc="Snort3 Intrusion Prevention System"
url="www.snort.org"
Expand Down Expand Up @@ -89,5 +89,5 @@ utils() {
}

sha512sums="
7a6d486689e87ec44a8db9f4847119ccb7757c081780894df10f482ce3374604ace0745d3fe425599aac33cd134286dcc12986e802407a94c5270de1726badf5 snort3-3.2.1.0.tar.gz
26166f74aa537f4108b9fc53996a89e31b6d44ee03831526e0e3cd77b180bacb7f6ee2451b96ee4eace90026529f05f7b6b6e189e4e25499e849443a13b745ee snort3-3.3.2.0.tar.gz
"
4 changes: 2 additions & 2 deletions packages/snort3_extra/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributor: Victor Roemer <[email protected]>
# Maintainer: Victor Roemer <[email protected]>
pkgname="snort3-extra"
pkgver=3.2.1.0
pkgver=3.3.2.0
pkgrel=0
pkgdesc="Snort3 Extra Stuff"
url="https://github.com/snort3/snort3_extra"
Expand Down Expand Up @@ -31,5 +31,5 @@ package() {
}

sha512sums="
a7f096dba804d8117a5d80e6be38568e332dce4d19df1bb8e066fa4b688c87f4cc19f97d4cab017874a3d8826315c5a6d5aab2ffedd3156d47b74e8e7c6f1f9c snort3-extra-3.2.1.0.tar.gz
766bf8932bc28856746866574ef97f88c0f18899656d31b12631c3b5c1cc31c25ba1d1b3fca4b8b89ec54f5db2ef5466edb27da9745f9ad43c88deb2e9b6f2af snort3-extra-3.3.2.0.tar.gz
"

0 comments on commit c8d20a5

Please sign in to comment.