Skip to content
Snippets Groups Projects
Commit 6a9d74b5 authored by omni's avatar omni
Browse files

community/passt: upgrade to 2024.11.21

- fix version output, use upstream tag format
- add simple test
parent c37cdfde
No related branches found
No related tags found
1 merge request!71893[3.20] community/passt: upgrade to 2024.09.06
Pipeline #275350 skipped
# Contributor: Hoang Nguyen <folliekazetani@protonmail.com> # Contributor: Hoang Nguyen <folliekazetani@protonmail.com>
# Maintainer: omni <omni+alpine@hack.org> # Maintainer: omni <omni+alpine@hack.org>
pkgname=passt pkgname=passt
pkgver=2024.06.07 pkgver=2024.11.21
_commit=8a83b53 _commit=238c69f
_tag=${pkgver//./_}.$_commit _tag=${pkgver//./_}.$_commit
pkgrel=0 pkgrel=0
pkgdesc="Plug A Simple Socket Transport" pkgdesc="Plug A Simple Socket Transport"
...@@ -13,11 +13,16 @@ makedepends="coreutils-fmt linux-headers" ...@@ -13,11 +13,16 @@ makedepends="coreutils-fmt linux-headers"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="https://passt.top/passt/snapshot/passt-$_tag.tar.gz" source="https://passt.top/passt/snapshot/passt-$_tag.tar.gz"
builddir="$srcdir/$pkgname-$_tag" builddir="$srcdir/$pkgname-$_tag"
# complicated test setup, requires qemu and a lot of VM images
options="!check"
build() { build() {
make make VERSION="$_tag"
}
check() {
# complicated test setup, requires qemu and a lot of VM images
# let's just at least do this
./passt --version
./pasta --version
} }
package() { package() {
...@@ -26,5 +31,5 @@ package() { ...@@ -26,5 +31,5 @@ package() {
} }
sha512sums=" sha512sums="
a4de28737934731e9837555fa96e56beccfcd70977665e7a9178d0caa46cf36d0920122b7b50b45ccf6c3bf2d58d99be5837b059a18a24cacda754328f096497 passt-2024_06_07.8a83b53.tar.gz b4dec6ed8334ede858fbd9efafa72aa846b7ed8fd41c3544b63690d7f76de6c738193111a980b266966a19d3f4383df11c3473b615b870e265dc7e8f4e53b004 passt-2024_11_21.238c69f.tar.gz
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment