diff --git a/iputils/.signature b/iputils/.signature index f74444ce1..42adf17f8 100644 --- a/iputils/.signature +++ b/iputils/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/bO2bKMmyFjXEinvAnOw7xuRs2f9a8e6gd5mpkPiLKh4xC7rpacCo01uTkyrrhf9vLA/0uP5ACElDJRRwgku0AY= -SHA256 (Pkgfile) = 7494f6f99e02aecda3fea3b0ec1dc56dbcf4bb597399d2e2fedd7b2d68a8ba79 +RWSE3ohX2g5d/ZCS9GtKRRxrKgfR74BqV57tZ1wEWA1OY5NFb/8SeaRwr266bZDFuO/+4x/eFuvT2+SsdsO47YDT51Sbw5D+PAs= +SHA256 (Pkgfile) = 4e4518261e98c1be2b3e95a7ee56728c373a947a0ed6f025717087f16e8212db SHA256 (.footprint) = 0c8f29166730785f2d01bfedbdba6ed8189dc8f471c9d1b24dae88e4375166eb -SHA256 (iputils-20221126.tar.gz) = 745ea711fe06d5c57d470d21acce3c3ab866eb6afb69379a16c6d60b89bd4311 +SHA256 (iputils-20231222.tar.gz) = 18d51e7b416da0ecbc0ae18a2cba76407ca0b5b3f32c356034f258a0cb56793f diff --git a/iputils/Pkgfile b/iputils/Pkgfile index 47cab21e3..116e1517d 100644 --- a/iputils/Pkgfile +++ b/iputils/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libcap meson ninja openssl name=iputils -version=20221126 +version=20231222 release=1 source=(https://github.com/iputils/iputils/archive/$version/$name-$version.tar.gz) @@ -15,7 +15,8 @@ build() { --wrap-mode nodownload \ -D b_lto=true \ -D b_pie=true \ - -D BUILD_MANS=false + -D BUILD_MANS=false \ + -D SKIP_TESTS=true meson compile -C build -j ${JOBS:-1}