David Runge pushed to branch main at Arch Linux / Packaging / Packages / tcpdump
Commits: af0e4c98 by David Runge at 2024-08-31T12:09:34+02:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - 7cd00c15 by David Runge at 2024-08-31T12:26:15+02:00 upgpkg: 4.99.5-1 - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = tcpdump pkgdesc = Powerful command-line packet analyzer - pkgver = 4.99.4 - pkgrel = 2 + pkgver = 4.99.5 + pkgrel = 1 url = https://www.tcpdump.org/ arch = x86_64 license = BSD-3-Clause @@ -10,12 +10,12 @@ pkgbase = tcpdump makedepends = libcap-ng makedepends = openssl depends = glibc - source = https://www.tcpdump.org/release/tcpdump-4.99.4.tar.gz - source = https://www.tcpdump.org/release/tcpdump-4.99.4.tar.gz.sig + source = https://www.tcpdump.org/release/tcpdump-4.99.5.tar.gz + source = https://www.tcpdump.org/release/tcpdump-4.99.5.tar.gz.sig validpgpkeys = 1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D - sha512sums = cb51e19574707d07c0de90dd4c301955897f2c9f2a69beb7162c08f59189f55625346d1602c8d66ab2b4c626ea4b0df1f08ed8734d2d7f536d0a7840c2d6d8df + sha512sums = 69bc52ef7af7fd562370adf2e95cb592aad6193df9ab1708de52ac86a4c1cff72e8b256a739b435c324ee2df61051abde7d2659bc40f061d7c4fbcab1dcaa2e2 sha512sums = SKIP - b2sums = f100e10774574ef04a770bc30d4e2d06fd0f1f16a7b2c88848be6e8290cc4838666ff378d9f78fdc418f4ffab9716a11214edc3588c292cb5ff39636cd7cfd2d + b2sums = 754c25eafe84754465356042faa1369678655aa93d1b736c259ca9a6bd1e18c44784ae136dc6a3e64af9903c05c29e1379aafd7badc0e129c5a29ae908db13ff b2sums = SKIP pkgname = tcpdump ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,4 @@ +[tcpdump] +source = "git" +git = "https://github.com/the-tcpdump-group/tcpdump" +prefix = "tcpdump-" ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ # Contributor: dorphell <[email protected]> pkgname=tcpdump -pkgver=4.99.4 -pkgrel=2 +pkgver=4.99.5 +pkgrel=1 pkgdesc='Powerful command-line packet analyzer' url="https://www.tcpdump.org/" arch=(x86_64) @@ -18,9 +18,9 @@ makedepends=( openssl ) source=(https://www.tcpdump.org/release/$pkgname-$pkgver.tar.gz{,.sig}) -sha512sums=('cb51e19574707d07c0de90dd4c301955897f2c9f2a69beb7162c08f59189f55625346d1602c8d66ab2b4c626ea4b0df1f08ed8734d2d7f536d0a7840c2d6d8df' +sha512sums=('69bc52ef7af7fd562370adf2e95cb592aad6193df9ab1708de52ac86a4c1cff72e8b256a739b435c324ee2df61051abde7d2659bc40f061d7c4fbcab1dcaa2e2' 'SKIP') -b2sums=('f100e10774574ef04a770bc30d4e2d06fd0f1f16a7b2c88848be6e8290cc4838666ff378d9f78fdc418f4ffab9716a11214edc3588c292cb5ff39636cd7cfd2d' +b2sums=('754c25eafe84754465356042faa1369678655aa93d1b736c259ca9a6bd1e18c44784ae136dc6a3e64af9903c05c29e1379aafd7badc0e129c5a29ae908db13ff' 'SKIP') validpgpkeys=('1F166A5742ABB9E0249A8D30E089DEF1D9C15D0D') # The Tcpdump Group (Package signing key) <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tcpdump/-/compare/10b3bc4508b5230d47b452589eccef729ba2b655...7cd00c153c0b18e670e926f8c458bef497ab7e61 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tcpdump/-/compare/10b3bc4508b5230d47b452589eccef729ba2b655...7cd00c153c0b18e670e926f8c458bef497ab7e61 You're receiving this email because of your account on gitlab.archlinux.org.
