David Runge pushed to branch main at Arch Linux / Packaging / Packages / libcap


Commits:
833fef55 by David Runge at 2024-05-19T14:13:09+02:00
Add nvchecker integration

Signed-off-by: David Runge <dv...@archlinux.org>

- - - - -
6ac611db by David Runge at 2024-05-19T15:02:24+02:00
upgpkg: 2.70-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = libcap
        pkgdesc = POSIX 1003.1e capabilities
-       pkgver = 2.69
-       pkgrel = 4
+       pkgver = 2.70
+       pkgrel = 1
        url = https://sites.google.com/site/fullycapable/
        arch = x86_64
        license = BSD-3-Clause OR GPL-2.0-only
@@ -13,14 +13,14 @@ pkgbase = libcap
        provides = libcap.so
        provides = libpsx.so
        options = !lto
-       source = 
https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.69.tar.xz
-       source = 
https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.69.tar.sign
+       source = 
https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.70.tar.xz
+       source = 
https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.70.tar.sign
        source = libcap-2.69-cgo_flags.patch
        validpgpkeys = 38A644698C69787344E954CE29EE848AE2CCF3F4
-       sha512sums = 
647c307dc451517da9d089495ab959b4a6fbbe41c79f4e1e9bb663569dad630ead0c2e413dfb393319e3ea14dc9848c81b392107fe3382ce1813d278c3394a7f
+       sha512sums = 
4e0bf0efeccb654c409afe9727b2b53c1d4da8190d7a0a9848fc52550ff3e13502add3eacde04a68a5b7bec09e91df487f64c5746ba987f873236a9e53b3d4e8
        sha512sums = SKIP
        sha512sums = 
f1e301370b1af91d6cdca2433fcfc60f35ccfdfca7a7ce00a0b0ddfb54d67ed1b7e0a52094010c92514460bd142d12bb29eb28c13d9e7da9b92e4b61b6300d2f
-       b2sums = 
94d1fef7666a1c383a8b96f1f6092bd242164631532868b628d2f5de71b42a371d041a978ef7fbadfee3eeb433165444995d1078cd790275bc0433a7875a697e
+       b2sums = 
77b72acee53032117ea481e3380d1b497f9264b6193b9523542508c7c3e46070248ca4ed910d35809ce6e52caa60cbb31edb125c47221627eeda35c61bd0914b
        b2sums = SKIP
        b2sums = 
535fe70e39caeccb4b71fe0b6329e37b88b69d18361595e78171e3d148370553a055c81e4e691c5b43e54d5c2789fe5390287a1f23efc4529246877eaf8821e5
 


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[libcap]
+source = "git"
+git = "https://git.kernel.org/pub/scm/libs/libcap/libcap.git";
+include_regex = 'libcap-([\d.]+)'
+exclude_regex = 'libcap-(20070813|20071031)'
+prefix = "libcap-"


=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
 # Contributor: Hugo Doria <h...@archlinux.org>
 
 pkgname=libcap
-pkgver=2.69
-pkgrel=4
+pkgver=2.70
+pkgrel=1
 pkgdesc="POSIX 1003.1e capabilities"
 arch=(x86_64)
 url="https://sites.google.com/site/fullycapable/";
@@ -29,12 +29,13 @@ source=(
   
https://kernel.org/pub/linux/libs/security/linux-privs/${pkgname}2/$pkgname-$pkgver.tar.{xz,sign}
   libcap-2.69-cgo_flags.patch  # provide flags to go build (sent upstream)
 )
-sha512sums=('647c307dc451517da9d089495ab959b4a6fbbe41c79f4e1e9bb663569dad630ead0c2e413dfb393319e3ea14dc9848c81b392107fe3382ce1813d278c3394a7f'
+sha512sums=('4e0bf0efeccb654c409afe9727b2b53c1d4da8190d7a0a9848fc52550ff3e13502add3eacde04a68a5b7bec09e91df487f64c5746ba987f873236a9e53b3d4e8'
             'SKIP'
             
'f1e301370b1af91d6cdca2433fcfc60f35ccfdfca7a7ce00a0b0ddfb54d67ed1b7e0a52094010c92514460bd142d12bb29eb28c13d9e7da9b92e4b61b6300d2f')
-b2sums=('94d1fef7666a1c383a8b96f1f6092bd242164631532868b628d2f5de71b42a371d041a978ef7fbadfee3eeb433165444995d1078cd790275bc0433a7875a697e'
+b2sums=('77b72acee53032117ea481e3380d1b497f9264b6193b9523542508c7c3e46070248ca4ed910d35809ce6e52caa60cbb31edb125c47221627eeda35c61bd0914b'
         'SKIP'
         
'535fe70e39caeccb4b71fe0b6329e37b88b69d18361595e78171e3d148370553a055c81e4e691c5b43e54d5c2789fe5390287a1f23efc4529246877eaf8821e5')
+# NOTE: contacted upstream on 2024-05-19 about unsafe (and differing) key for 
signed git tags and use of SHA-1 binding signatures in key used for custom 
source tarballs in the hopes of them using a new key in the future
 validpgpkeys=(38A644698C69787344E954CE29EE848AE2CCF3F4) # Andrew G. Morgan 
<mor...@kernel.org>
 
 # NOTE: with CGO_ENABLED we need all relevant make options in build(), check() 
and package() otherwise the package is not reproducible



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcap/-/compare/f554d02441ed05915d0a8930cab4bf2f52fc6932...6ac611db17728f116ea381333297685aac60431d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcap/-/compare/f554d02441ed05915d0a8930cab4bf2f52fc6932...6ac611db17728f116ea381333297685aac60431d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to