Skip to content

Commit

Permalink
packages: Update Snort3 to version 3.2.1.0
Browse files Browse the repository at this point in the history
README.md:

 * Update snort3 reference to 3.2.1.0
 * Update snort3_extra reference to 3.2.1.0

packages/snort3/APKBUILD:

 * Update to release 3.2.1.0

packages/snort3_extra/APKBUILD:

 * Update to release 3.2.1.0
  • Loading branch information
wtfbbqhax committed May 24, 2024
1 parent 9b1abd0 commit 3074139
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ 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.1.84.0](https://github.com/snort3/snort3/releases/tag/3.1.84.0)
* [Snort3 Extra 3.1.84.0](https://github.com/snort3/snort3_extra/releases/tag/3.1.84.0)
* [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)
* [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)
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.1.84.0
pkgver=3.2.1.0
pkgrel=0
pkgdesc="Snort3 Intrusion Prevention System"
url="www.snort.org"
Expand Down Expand Up @@ -89,5 +89,5 @@ utils() {
}

sha512sums="
fe933c461ec103eea91b710e7fff3aa2645c830c3ca974527a5a7481724399e253b6dd187f1a778ca686aa3f9fe6f55854a486ce0b425c8c3a290115019d3c79 snort3-3.1.84.0.tar.gz
7a6d486689e87ec44a8db9f4847119ccb7757c081780894df10f482ce3374604ace0745d3fe425599aac33cd134286dcc12986e802407a94c5270de1726badf5 snort3-3.2.1.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.1.84.0
pkgver=3.2.1.0
pkgrel=0
pkgdesc="Snort3 Extra Stuff"
url="https://github.com/snort3/snort3_extra"
Expand Down Expand Up @@ -31,5 +31,5 @@ package() {
}

sha512sums="
daf03399492d7f88d6c7af95d6a03ad1e1f758217558fd493e6eb65d296953065fb2252a53b636fbdd3cad01cb5ab8e639784618b58a18e62f79156be458f500 snort3-extra-3.1.84.0.tar.gz
a7f096dba804d8117a5d80e6be38568e332dce4d19df1bb8e066fa4b688c87f4cc19f97d4cab017874a3d8826315c5a6d5aab2ffedd3156d47b74e8e7c6f1f9c snort3-extra-3.2.1.0.tar.gz
"

0 comments on commit 3074139

Please sign in to comment.