[Git][archlinux/packaging/packages/btrfs-progs][main] add identity of pgp key
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / btrfs-progs Commits: fe65f33a by Tobias Powalowski at 2024-08-30T16:34:30+02:00 add identity of pgp key - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -36,7 +36,7 @@ replaces=('btrfs-progs-unstable') conflicts=('btrfs-progs-unstable') provides=('btrfs-progs-unstable') license=('GPL-2.0-only') -validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B') +validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B') # David Sterba source=( git+https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git?signed#tag=v${pkgver} initcpio-install-btrfs View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-progs/-/commit/fe65f33ae46308c4cc2e01a5894586805ec84f3b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-progs/-/commit/fe65f33ae46308c4cc2e01a5894586805ec84f3b You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/bash-completion][main] reformat PKGBUILD
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / bash-completion Commits: f496349d by Tobias Powalowski at 2024-08-30T16:21:14+02:00 reformat PKGBUILD - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -1,4 +1,5 @@ -# Maintainer: Eric Bélanger +# Maintainer: Tobias Powalowski +# Contributor: Eric Bélanger pkgname=bash-completion pkgver=2.14.0 @@ -12,21 +13,22 @@ options=(!emptydirs !makeflags) backup=('etc/bash_completion.d/000_bash_completion_compat.bash') source=($url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz) validpgpkeys=(A558062B6D5DA1347CD468D52B0AE2C1B09B07CB) -sha256sums=('5c7494f968280832d6adb5aa19f745a56f1a79df311e59338c5efa6f7285e168') +b2sums=('c28ec0cd348a3954461f7a865823a358e47c4b479c7812baa6d54aef856c958510967806550e62784955f9daf233a0b01edade19884e534df857472a3196e63e') build() { - cd $pkgname-$pkgver + cd "${pkgname}-${pkgver}" ./configure --prefix=/usr --sysconfdir=/etc make } package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install + cd "${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install # bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't source it - rm "$pkgdir/etc/profile.d/bash_completion.sh" + rm "${pkgdir}/etc/profile.d/bash_completion.sh" # remove Slackware's makepkg completion - rm "$pkgdir/usr/share/bash-completion/completions/makepkg" + rm "${pkgdir}/usr/share/bash-completion/completions/makepkg" } + View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bash-completion/-/commit/f496349d6447f8521538b6543a87b362ff522293 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bash-completion/-/commit/f496349d6447f8521538b6543a87b362ff522293 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/coreutils] Pushed new tag 9.5-2
Tobias Powalowski pushed new tag 9.5-2 at Arch Linux / Packaging / Packages / coreutils -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/coreutils/-/tree/9.5-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/3cpio][main] reformat PKGBUILD
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 3cpio Commits: 071ac185 by Tobias Powalowski at 2024-08-30T08:54:51+02:00 reformat PKGBUILD - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -39,18 +39,18 @@ validpgpkeys=( b2sums=('9158ab77e8634393095ec96741c91bd9bf3e1bb10c1cdb539c7e45314e5bd248a2b3e9469fb3e86d6f6b1b1e4dcaf0ef9b6c9bdc40dab5f6382a834dc90a75e8') build() { - cd $pkgname + cd "${pkgname}" cargo build --release --locked } check() { - cd $pkgname + cd "${pkgname}" cargo test --release --locked } package() { - cd $pkgname - install -Dm755 "target/release/3cpio" "$pkgdir/usr/bin/3cpio" - install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + cd "${pkgname}" + install -Dm755 target/release/3cpio "${pkgdir}/usr/bin/3cpio" + install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/commit/071ac18512f186fc4281f0b43b41b038b09d2783 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/commit/071ac18512f186fc4281f0b43b41b038b09d2783 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/3cpio][main] reformat PKGBUILD
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 3cpio Commits: 4dcb5c2c by Tobias Powalowski at 2024-08-30T08:44:56+02:00 reformat PKGBUILD - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -24,11 +24,11 @@ checkdepends=( zstd ) optdepends=( - bzip2: Support for bzip2 compressed initramfs image - lz4: Support for lz4 compressed initramfs image - lzop: Support for lzo compressed initramfs image - xz: Support for lzma or xz compressed initramfs image - zstd: Support for zstd compressed initramfs image + 'bzip2: Support for bzip2 compressed initramfs image' + 'lz4: Support for lz4 compressed initramfs image' + 'lzop: Support for lzo compressed initramfs image' + 'xz: Support for lzma or xz compressed initramfs image' + 'zstd: Support for zstd compressed initramfs image' ) source=( git+https://github.com/bdrung/3cpio.git#tag=${pkgver}?signed View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/commit/4dcb5c2ce656a2f3f090ee120c0f46f7d62c08d5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/commit/4dcb5c2ce656a2f3f090ee120c0f46f7d62c08d5 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/3cpio][main] reformat PKGBUILD
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 3cpio Commits: 58a71aae by Tobias Powalowski at 2024-08-30T08:34:56+02:00 reformat PKGBUILD - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -7,16 +7,34 @@ pkgdesc='Manage Linux kernel initramfs cpio files written in Rust' arch=('x86_64') url='https://github.com/bdrung/3cpio' license=('ISC') -depends=('glibc' 'gcc-libs') -makedepends=('git' 'rust' 'bzip2' 'gzip' 'lz4' 'lzop' 'xz' 'zstd') -optdepends=('bzip2: Support for bzip2 compressed initramfs image' -'lz4: Support for lz4 compressed initramfs image' -'lzop: Support for lzo compressed initramfs image' -'xz: Support for lzma or xz compressed initramfs image' -'zstd: Support for zstd compressed initramfs image' +depends=( + glibc + gcc-libs ) -source=(git+https://github.com/bdrung/3cpio.git#tag=$pkgver?signed) -validpgpkeys=('A62D2CFBD50B9B5BF360D54B159EB5C4EFC8774C' # Benjamin Drung bdr...@debian.de +makedepends=( + git + rust +) +checkdepends=( + bzip2 + gzip + lz4 + lzop + xz + zstd +) +optdepends=( + bzip2: Support for bzip2 compressed initramfs image + lz4: Support for lz4 compressed initramfs image + lzop: Support for lzo compressed initramfs image + xz: Support for lzma or xz compressed initramfs image + zstd: Support for zstd compressed initramfs image +) +source=( + git+https://github.com/bdrung/3cpio.git#tag=${pkgver}?signed +) +validpgpkeys=( + A62D2CFBD50B9B5BF360D54B159EB5C4EFC8774C # Benjamin Drung bdr...@debian.de ) b2sums=('9158ab77e8634393095ec96741c91bd9bf3e1bb10c1cdb539c7e45314e5bd248a2b3e9469fb3e86d6f6b1b1e4dcaf0ef9b6c9bdc40dab5f6382a834dc90a75e8') @@ -36,4 +54,3 @@ package() { install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -# vim: ts=2 sw=2 et: View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/commit/58a71aae4e61339694c0394fda829b79759542c4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/commit/58a71aae4e61339694c0394fda829b79759542c4 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/findutils][main] fix nvchecker name
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / findutils Commits: ea701b62 by Tobias Powalowski at 2024-08-29T17:43:16+02:00 fix nvchecker name - - - - - 1 changed file: - .nvchecker.toml Changes: = .nvchecker.toml = @@ -1,4 +1,4 @@ -[coreutils] +[findutils] source = "git" git = "https://git.savannah.gnu.org/git/findutils.git"; prefix = "v" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/findutils/-/commit/ea701b625e6972a5d4e7be67bec37f0756a9fd41 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/findutils/-/commit/ea701b625e6972a5d4e7be67bec37f0756a9fd41 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/groff][main] fix nvchecker name
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / groff Commits: 577a25fe by Tobias Powalowski at 2024-08-29T17:40:49+02:00 fix nvchecker name - - - - - 1 changed file: - .nvchecker.toml Changes: = .nvchecker.toml = @@ -1,4 +1,4 @@ -[coreutils] +[groff] source = "git" git = "https://git.savannah.gnu.org/git/groff.git"; prefix = "" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/groff/-/commit/577a25fea217f20fa2c1b9c55a323edeb5401cd4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/groff/-/commit/577a25fea217f20fa2c1b9c55a323edeb5401cd4 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/xfsdump][main] fix nvchecker name
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / xfsdump Commits: abf56521 by Tobias Powalowski at 2024-08-29T17:39:50+02:00 fix nvchecker name - - - - - 1 changed file: - .nvchecker.toml Changes: = .nvchecker.toml = @@ -1,4 +1,4 @@ -[xfsprogs] +[xfsdump] source = "git" git = "https://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git"; prefix = "v" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfsdump/-/commit/abf5652121cc6aad0871f3c4aff2410a66f988d2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfsdump/-/commit/abf5652121cc6aad0871f3c4aff2410a66f988d2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/gettext][main] fix nvchecker name
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / gettext Commits: 406ccdb1 by Tobias Powalowski at 2024-08-29T17:39:21+02:00 fix nvchecker name - - - - - 1 changed file: - .nvchecker.toml Changes: = .nvchecker.toml = @@ -1,4 +1,4 @@ -[coreutils] +[gettext] source = "git" git = "https://git.savannah.gnu.org/git/gettext.git"; prefix = "v" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gettext/-/commit/406ccdb15916675e82cb26dc116920ad5abc9f6d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gettext/-/commit/406ccdb15916675e82cb26dc116920ad5abc9f6d You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/cpio][main] fix nvchecker name
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / cpio Commits: 7889897e by Tobias Powalowski at 2024-08-29T17:38:55+02:00 fix nvchecker name - - - - - 1 changed file: - .nvchecker.toml Changes: = .nvchecker.toml = @@ -1,4 +1,4 @@ -[coreutils] +[cpio] source = "git" git = "https://git.savannah.gnu.org/git/cpio.git"; prefix = "v" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cpio/-/commit/7889897e70c4dfef95d4f38c06495bbcb039dac7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cpio/-/commit/7889897e70c4dfef95d4f38c06495bbcb039dac7 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/gawk][main] 'fix nvchecker name'
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / gawk Commits: d30d45e1 by Tobias Powalowski at 2024-08-29T17:35:59+02:00 'fix nvchecker name' - - - - - 1 changed file: - .nvchecker.toml Changes: = .nvchecker.toml = @@ -1,4 +1,4 @@ -[coreutils] +[gawk] source = "git" git = "https://git.savannah.gnu.org/git/gawk.git"; prefix = "gawk-" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gawk/-/commit/d30d45e11896bb934b2c101fa97cb6241973d302 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gawk/-/commit/d30d45e11896bb934b2c101fa97cb6241973d302 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/tpm2-tss][main] update license
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / tpm2-tss Commits: a850ea72 by Tobias Powalowski at 2024-08-29T15:07:01+02:00 update license - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc='Implementation of the TCG Trusted Platform Module 2.0 Software Stack (TSS2)' arch=('x86_64') url='https://github.com/tpm2-software/tpm2-tss' -license=('LicenseRef-BSD-2-Clause') +license=('BSD-2-Clause') depends=( curl json-c View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tpm2-tss/-/commit/a850ea7270faf23889389be63cd40ec17b665152 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tpm2-tss/-/commit/a850ea7270faf23889389be63cd40ec17b665152 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/tpm2-tss][main] update license
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / tpm2-tss Commits: 24ec627d by Tobias Powalowski at 2024-08-29T15:04:49+02:00 update license - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc='Implementation of the TCG Trusted Platform Module 2.0 Software Stack (TSS2)' arch=('x86_64') url='https://github.com/tpm2-software/tpm2-tss' -license=('LicenseRef-BSD') +license=('LicenseRef-BSD-2-Clause') depends=( curl json-c @@ -48,10 +48,11 @@ source=( git+https://github.com/tpm2-software/tpm2-tss?signed#tag=${pkgver} ) b2sums=('2337287c0c7825b27a4639ed055c9a44eb08432110e032e244cb21f77f087b8bea1740f9e313fc5f0b54f03b1cc3c26287f874fef15710d7dc44dbf1ac1b2cfb') -validpgpkeys=('D533275B0123D0A679F51FF48F4F9A45D7FFEE74' # Andreas Fuchs - '5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1' # William Roberts (Bill Roberts) - ) +validpgpkeys=( + 'D533275B0123D0A679F51FF48F4F9A45D7FFEE74' # Andreas Fuchs + '5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1' # William Roberts (Bill Roberts) +) prepare() { cd "${pkgname}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tpm2-tss/-/commit/24ec627d15256c0dcd6bf8bc70db5fa95841048b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tpm2-tss/-/commit/24ec627d15256c0dcd6bf8bc70db5fa95841048b You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/tpm2-tss][main] reformat PKGBUILD
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / tpm2-tss Commits: 239e1c1d by Tobias Powalowski at 2024-08-29T10:52:34+02:00 reformat PKGBUILD - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -8,15 +8,45 @@ pkgdesc='Implementation of the TCG Trusted Platform Module 2.0 Software Stack (T arch=('x86_64') url='https://github.com/tpm2-software/tpm2-tss' license=('LicenseRef-BSD') -depends=('curl' 'json-c' 'openssl' 'libjson-c.so') -makedepends=('git' 'autoconf-archive' 'cmocka' 'doxygen' 'libtpms' 'systemd') -checkdepends=('iproute2' 'swtpm' 'uthash') -provides=('libtss2-esys.so' 'libtss2-fapi.so' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-sys.so' 'libtss2-tctildr.so') -backup=('etc/tpm2-tss/fapi-config.json' -'etc/tpm2-tss/fapi-profiles/P_ECCP256SHA256.json' -'etc/tpm2-tss/fapi-profiles/P_RSA2048SHA256.json') -options=('!emptydirs' '!lto') -source=("git+https://github.com/tpm2-software/tpm2-tss?signed#tag=${pkgver}";) +depends=( + curl + json-c + openssl + libjson-c.so +) +makedepends=( + git + autoconf-archive + cmocka + doxygen + libtpms + systemd +) +checkdepends=( + iproute2 + swtpm + uthash +) +provides=( + libtss2-esys.so + libtss2-fapi.so + libtss2-mu.so + libtss2-rc.so + libtss2-sys.so + libtss2-tctildr.so +) +backup=( + etc/tpm2-tss/fapi-config.json + etc/tpm2-tss/fapi-profiles/P_ECCP256SHA256.json + etc/tpm2-tss/fapi-profiles/P_RSA2048SHA256.json +) +options=( + !emptydirs + !lto +) +source=( + git+https://github.com/tpm2-software/tpm2-tss?signed#tag=${pkgver} +) b2sums=('2337287c0c7825b27a4639ed055c9a44eb08432110e032e244cb21f77f087b8bea1740f9e313fc5f0b54f03b1cc3c26287f874fef15710d7dc44dbf1ac1b2cfb') validpgpkeys=('D533275B0123D0A679F51FF48F4F9A45D7FFEE74' # Andreas Fuchs View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tpm2-tss/-/commit/239e1c1dc6d5d5499092c99f77c8e539d93c1493 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tpm2-tss/-/commit/239e1c1dc6d5d5499092c99f77c8e539d93c1493 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/tpm2-tss][main] 2 commits: add new pgp key
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / tpm2-tss Commits: 6003b44c by Tobias Powalowski at 2024-08-29T10:07:47+02:00 add new pgp key - - - - - 9df12c77 by Tobias Powalowski at 2024-08-29T10:09:58+02:00 update pgp key - - - - - 2 changed files: - PKGBUILD - + keys/pgp/D533275B0123D0A679F51FF48F4F9A45D7FFEE74.asc Changes: = PKGBUILD = @@ -16,11 +16,12 @@ backup=('etc/tpm2-tss/fapi-config.json' 'etc/tpm2-tss/fapi-profiles/P_ECCP256SHA256.json' 'etc/tpm2-tss/fapi-profiles/P_RSA2048SHA256.json') options=('!emptydirs' '!lto') -source=("git+https://github.com/tpm2-software/tpm2-tss#tag=${pkgver}";) +source=("git+https://github.com/tpm2-software/tpm2-tss?signed#tag=${pkgver}";) b2sums=('2337287c0c7825b27a4639ed055c9a44eb08432110e032e244cb21f77f087b8bea1740f9e313fc5f0b54f03b1cc3c26287f874fef15710d7dc44dbf1ac1b2cfb') -validpgpkeys=('8F4F9A45D7FFEE74' # github used key - 'D6B4D8BAC7E0CC97DCD4AC7272E88B53F7A95D84' # Andreas Fuchs - '5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1') # William Roberts (Bill Roberts) +validpgpkeys=('D533275B0123D0A679F51FF48F4F9A45D7FFEE74' # Andreas Fuchs + '5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1' # William Roberts (Bill Roberts) + ) prepare() { cd "${pkgname}" = keys/pgp/D533275B0123D0A679F51FF48F4F9A45D7FFEE74.asc = @@ -0,0 +1,54 @@ +-BEGIN PGP PUBLIC KEY BLOCK- +Comment: D533 275B 0123 D0A6 79F5 1FF4 8F4F 9A45 D7FF EE74 +Comment: Andreas Fuchs + +xsFNBGW4tWABEADShIa5S7B036c2JMRfM26ihylWXfU0emxn4n9JwdewWakT6r2y +HU5L9b3hkcz8KOIsGAiVyn7bWoK9Q+OJGr0Alm38Jl1FbXGa/TaKeenVCTNWrOHZ +SLrDPbs8k84KNsvPEOMCapnrOHl+Nm1T0GosJonIzNe1X1ArCN9Zn+SstW+JZeaQ +IVNjVGKm59roU+EejaYuXqalAWhKq4I9Jd52yfy8TgWEFjk2STF3S3FST7SjiHds +bmclhp+Vai2WZGrnbzwyMWL324Nyy8h9+/l9WGspxLh2/1qPXtmaDWp8b49RuYDV +V7OVUSUDfp9eTB7ftfTMFXNbq1TShAkcbxT0xMu+UdTrnfKz1S5rFZ2AwfvvBCBR +laA2T6/lQ/5oOFAK9u96GRtQjsw4YtTnIQyaRj+UD+KWyXL9cZMdQRWyzjRLkINZ +dfj5TpXMmerO1ObOPvdji9o7yqAB3BQklhURlcs86z0dwKI3Cnho+2IbI+7jMKIn +0OGVPAx6GjE3Fia2USHlEPfMx1oTw6eC8PDvtUevz4BcS0GKRvu6n2ucOjtawet4 +lDZPnKQwiscwblBE+zL5/dw1gpQ2/jpIMKOPzUL/pclQDi/uQkfaoViyznLkKTr1 +l4witEysoKNFcKiorqznVAAermTB3jv7zqVzWRjhs2mhofAaPTtWxc0qSQARAQAB +zSpBbmRyZWFzIEZ1Y2hzIDxhbmRyZWFzLmZ1Y2hzQGluZmluZW9uLmNvbT7CwY4E +EwEKADgWIQTVMydbASPQpnn1H/SPT5pF1//udAUCZbi1YAIbAwULCQgHAgYVCgkI +CwIEFgIDAQIeAQIXgAAKCRCPT5pF1//udCAMD/93TGsv34ICGjfnrrMSCb787L/X +bdziMuqQ62LEaFxy9XlqXDusCF3OxPWXWYzQgCVmBj/zVUSvphsnBsQZR8rtuObr +pfZCXoGM8ig6u16Gqw7zAym5ckDJnAN3urKqQne7jU3R73QpZADHJR/0FDQFOh3q +6g+ZWYeyceaYE1ow1A4QX8OmCdulZHaqEqxNXdVf8PRp5ufpNJ9IyDs3Bki2oh73 +hRZuXrp6mo++WqImOkTqepCXyR4ejU5d++Pa7lfdwBOIusmh3f3suGc+6L9sI43j +ndA9+itheUZV7oUW5OvebPQVh9MQ0AXnnCBTlUEG2piJZ9I6XEqTaJCWYqVFHcbY +ZEeuhiNnvtdQOTeeYCWbgK50FW9Aw9knSeqym5nLvoYSFGbOCWOVP9z9mArlObQr +4FoapPXdJgznHnpX8YRdR3t6pCA32NyXppRdUCPylvKsflfLRexwPMPyq4/Zp2tG +RV0VMeZulnujBD4QYUwaChVocj0Hhgti5hfcDn5p+DJZgrm8uyHmEKBZF3tiIw+o +ACVz++mbaVlU3f1wGCwopA6E49U5DozkBXYKQFJ1kLXrSk8XsMNcRDTQROifkIl1 +JdZZgXyRkgm/frrCBHeoeK6c9HYLlHBKAYKmDF4spLcK9LFUHfEbOaPxr8/+Lvo3 +NwGQM0/sSrngdfjl687BTQRluLVgARAAzg83xfiOX2qwYIxwf+4phpmUOhK8q8h1 +P+rdQWNur4XU+dJRwN94tsA51CrbltOQGBRerz3CVMbSnXMCCz+y7+jFEhWMTc71 +B7twmzXWz8kBtHAEUcIA6jI9JExvJlMtp+8FbGwvmOUaCPsFqAfpTMXY3brbxjIZ +cl99AEiWh5HLQNzO9eTCL8a3v2jtIaEFoqUAcsPAlOUYCp7GOguyHmDfGQfYGpO/ +rJPbjabx/FAd+A2PuIPXr0KqQItoPrhTRj1pGL80PI71Z9iinIaaTZEDSa2VwKB2 +9A+aCYeUi5nWzOhkQdhKYONLuqWjvAdEObfJ79IKiCbzk26Jd3/BvRcUwEnLSBQI +CcBa0K8CmCCWmcmHQGAYG5cNt9VCl+/Lnip0HlU54u8J3CQqy1SfDBL+yqf4gMtI +FcRljUh2mBoc8qDg170EdDx7X7prPOAg/j7PK4/+tCOmPpbZsSyRzJWxLIpxTjvW +JZ+xyn4CM6uxhQLcJsRDMIgHXt3F3Enw4PtgIAjFIyUcCPinebcFUJ2ZpSqtWFhQ +aAFQOvrtz/q7ZlNNtZGHx3HodtK1rhw2AqBE6f930RSW+dqHTcNQXRoDr7y0dtel +eCJA4FLprav4ywQCv67f42zNBwNfz2sHNADoeCwr3KKoSk/EN7IWHgyxWw8J5S7y +x24uTv//7B8AEQEAAcLBdgQYAQoAIBYhBNUzJ1sBI9CmefUf9I9PmkXX/+50BQJl +uLVgAhsMAAoJEI9PmkXX/+50pWAQALC72x4NLjdsru7hLbJYvBj2Lfm2XVxRhEEJ +aotNoCeB45P+QhL6XEQl1xtFc3aUWXAgDMe+9Wc9W90SoAZ6fiuAvifV3EMm6NI6 +DO7ScyIOB1qsrxRvbMGo8kCglNb7dCXh/CBnglsnH+jdl1SBrAsWhopYcetPQvOr +JudtTK4FNQYGevgYtcLNmzMmRX7F7N2DJ1IHDHWF2vEECCvEquXXgwJehZ4XmTL7 +OAeg1ogz6W3QVpTIK6r07a7RmwBkAtxWiGAcVTxEQQZVkwrWwplRHaVqSfXWIe4V +2MT5zjSzgZ2UqpWHNSxSECctYYXdDjrMXp8ECszk/PIxBV8HJ+ouBw/mBcs6uL8r +TBeOchmlf5wGKzrf/svzQ+8C5o61rC+eqoOVmlkF6l7OJj9s50DS35ty1CEBpJ4H +vG9tAmEadNM+kw3JGN+z/sn1xJek8VpUociQstXLDLZwEKIDYb56u/xEfeR5X5NN +SZvaPpnvbgVUI59GV2stWl53t53EvBW5AokKiYTv2rCddqnOmWomtsUVmvI7ftIn +kCkaxtx2krMCvxaHZ2ickvJH+LCd65IGZ4G3N/MudGp5PlGhAX1KlT7EkQtDWfnD +vT8auAcNHeSG2gCTW3sIkZNm7QvunexwIpe85YqAze8+ZpCtxDP34ahhZGrpIkKN +lFcjH/3q +=aRV7 +-END PGP PUBLIC KEY BLOCK- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tpm2-tss/-/compare/58c5df6132826419feb68c0d2565f02a0b885e47...9df12c77cf7eeccd6b45
[Git][archlinux/packaging/packages/tpm2-tss][main] add comment
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / tpm2-tss Commits: 58c5df61 by Tobias Powalowski at 2024-08-29T09:57:37+02:00 add comment - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -29,6 +29,7 @@ prepare() { build() { cd "${pkgname}" + # disable options taken from gentoo ebuild! ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --with-runstatedir=/run --with-sysusersdir=/usr/lib/sysusers.d \ --with-tmpfilesdir=/usr/lib/tmpfiles.d --with-udevrulesprefix=60- \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tpm2-tss/-/commit/58c5df6132826419feb68c0d2565f02a0b885e47 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tpm2-tss/-/commit/58c5df6132826419feb68c0d2565f02a0b885e47 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/tpm2-tss][main] fix identation
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / tpm2-tss Commits: 03660df3 by Tobias Powalowski at 2024-08-29T09:56:33+02:00 fix identation - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -9,7 +9,7 @@ arch=('x86_64') url='https://github.com/tpm2-software/tpm2-tss' license=('LicenseRef-BSD') depends=('curl' 'json-c' 'openssl' 'libjson-c.so') -makedepends=('git' 'autoconf-archive' 'cmocka' 'doxygen' 'autoconf' 'libtpms' 'systemd') +makedepends=('git' 'autoconf-archive' 'cmocka' 'doxygen' 'libtpms' 'systemd') checkdepends=('iproute2' 'swtpm' 'uthash') provides=('libtss2-esys.so' 'libtss2-fapi.so' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-sys.so' 'libtss2-tctildr.so') backup=('etc/tpm2-tss/fapi-config.json' @@ -18,34 +18,34 @@ backup=('etc/tpm2-tss/fapi-config.json' options=('!emptydirs' '!lto') source=("git+https://github.com/tpm2-software/tpm2-tss#tag=${pkgver}";) b2sums=('2337287c0c7825b27a4639ed055c9a44eb08432110e032e244cb21f77f087b8bea1740f9e313fc5f0b54f03b1cc3c26287f874fef15710d7dc44dbf1ac1b2cfb') -validpgpkeys=('8F4F9A45D7FFEE74' +validpgpkeys=('8F4F9A45D7FFEE74' # github used key 'D6B4D8BAC7E0CC97DCD4AC7272E88B53F7A95D84' # Andreas Fuchs '5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1') # William Roberts (Bill Roberts) prepare() { - cd "${pkgname}" - ./bootstrap + cd "${pkgname}" + ./bootstrap } build() { - cd "${pkgname}" - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --with-runstatedir=/run --with-sysusersdir=/usr/lib/sysusers.d \ - --with-tmpfilesdir=/usr/lib/tmpfiles.d --with-udevrulesprefix=60- \ ---disable-tcti-libtpms --disable-tcti-spi-ltt2go --disable-tcti-spi-ftdi \ - --disable-tcti-i2c-ftdi --disable-defaultflags --disable-weakcrypto \ - --enable-unit $( ((CHECKFUNC)) && echo --enable-integration) - make + cd "${pkgname}" + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --with-runstatedir=/run --with-sysusersdir=/usr/lib/sysusers.d \ + --with-tmpfilesdir=/usr/lib/tmpfiles.d --with-udevrulesprefix=60- \ + --disable-tcti-libtpms --disable-tcti-spi-ltt2go --disable-tcti-spi-ftdi \ + --disable-tcti-i2c-ftdi --disable-defaultflags --disable-weakcrypto \ + --enable-unit $( ((CHECKFUNC)) && echo --enable-integration) + make } check() { - cd "${pkgname}" -# lto breaks tests! - make check + cd "${pkgname}" + # lto breaks tests! + make check } package() { - cd "${pkgname}" - make DESTDIR="${pkgdir}" install - install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" + cd "${pkgname}" + make DESTDIR="${pkgdir}" install + install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tpm2-tss/-/commit/03660df3f7565e7098116745426837a950d464d3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tpm2-tss/-/commit/03660df3f7565e7098116745426837a950d464d3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/tpm2-tss][main] update to git building and version 4.1.3
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / tpm2-tss Commits: 30157244 by Tobias Powalowski at 2024-08-29T09:52:12+02:00 update to git building and version 4.1.3 - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -1,53 +1,51 @@ -# Maintainer: Jonas Witschel +# Maintainer: Tobias Powalowski +# Contributor: Jonas Witschel # Contributor: Bruno Pagani pkgname=tpm2-tss -pkgver=4.0.1 +pkgver=4.1.3 pkgrel=1 pkgdesc='Implementation of the TCG Trusted Platform Module 2.0 Software Stack (TSS2)' arch=('x86_64') url='https://github.com/tpm2-software/tpm2-tss' -license=('BSD') +license=('LicenseRef-BSD') depends=('curl' 'json-c' 'openssl' 'libjson-c.so') -makedepends=('cmocka' 'doxygen' 'libtpms') +makedepends=('git' 'autoconf-archive' 'cmocka' 'doxygen' 'autoconf' 'libtpms' 'systemd') checkdepends=('iproute2' 'swtpm' 'uthash') provides=('libtss2-esys.so' 'libtss2-fapi.so' 'libtss2-mu.so' 'libtss2-rc.so' 'libtss2-sys.so' 'libtss2-tctildr.so') backup=('etc/tpm2-tss/fapi-config.json' 'etc/tpm2-tss/fapi-profiles/P_ECCP256SHA256.json' 'etc/tpm2-tss/fapi-profiles/P_RSA2048SHA256.json') options=('!emptydirs' '!lto') -source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc} - 'https://raw.githubusercontent.com/tpm2-software/tpm2-tss/e237e4d33cbf280292a480edd8ad061dcd3a37a2/lib/tss2-tcti-libtpms.map' -'https://github.com/tpm2-software/tpm2-tss/commit/218c0da8.patch') -sha512sums=('ed6ddc52cb0e8c1082a4bb001e1225eb9905fd2380da88db5fd69ff5b5d9d43a93eb67b634e49d53eb5d586832da3aef2c4c7e5f18d51bb730481f8913319d7d' -'SKIP' - '55be966eb320c96ca49b3aaa0635815076fe1a21149d1a0f95654778c8359bd16f18a10c0cabe955a366d4a14e2645a8150878b601085d987727de40831e50ab' - '5c6f57ddf43b0c767578ecbad1df960ef0d77417eb1db0c9c492636a4b07c0b5b29cc031d5352d83aec4a8e1d67276587db24e7e188dfeecff5d7ed7c55cc30c') -validpgpkeys=('D6B4D8BAC7E0CC97DCD4AC7272E88B53F7A95D84' # Andreas Fuchs +source=("git+https://github.com/tpm2-software/tpm2-tss#tag=${pkgver}";) +b2sums=('2337287c0c7825b27a4639ed055c9a44eb08432110e032e244cb21f77f087b8bea1740f9e313fc5f0b54f03b1cc3c26287f874fef15710d7dc44dbf1ac1b2cfb') +validpgpkeys=('8F4F9A45D7FFEE74' + 'D6B4D8BAC7E0CC97DCD4AC7272E88B53F7A95D84' # Andreas Fuchs '5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1') # William Roberts (Bill Roberts) prepare() { - cd "$pkgname-$pkgver" - # Add file missing from release tarball (https://github.com/tpm2-software/tpm2-tss/issues/2313) - cp "$srcdir/tss2-tcti-libtpms.map" lib - patch -p1 -i ../218c0da8.patch # Fix tests + cd "${pkgname}" + ./bootstrap } build() { - cd "$pkgname-$pkgver" + cd "${pkgname}" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --with-runstatedir=/run --with-sysusersdir=/usr/lib/sysusers.d \ --with-tmpfilesdir=/usr/lib/tmpfiles.d --with-udevrulesprefix=60- \ +--disable-tcti-libtpms --disable-tcti-spi-ltt2go --disable-tcti-spi-ftdi \ + --disable-tcti-i2c-ftdi --disable-defaultflags --disable-weakcrypto \ --enable-unit $( ((CHECKFUNC)) && echo --enable-integration) make } check() { - cd "$pkgname-$pkgver" + cd "${pkgname}" +# lto breaks tests! make check } package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname" + cd "${pkgname}" + make DESTDIR="${pkgdir}" install + install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tpm2-tss/-/commit/30157244c9b84536eb783cc09ba0ddaea4491431 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tpm2-tss/-/commit/30157244c9b84536eb783cc09ba0ddaea4491431 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/wireless-regdb][main] upgpkg: 2024.07.04-2: update to git building, added nvchecker
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / wireless-regdb Commits: 873f4605 by Tobias Powalowski at 2024-08-28T21:11:34+02:00 upgpkg: 2024.07.04-2: update to git building, added nvchecker - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: = .SRCINFO = @@ -1,24 +1,23 @@ pkgbase = wireless-regdb pkgdesc = Central Regulatory Domain Database pkgver = 2024.07.04 - pkgrel = 1 + pkgrel = 2 url = https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb arch = any license = LicenseRef-custom + makedepends = git depends = bash depends = iw provides = crda conflicts = crda replaces = crda backup = etc/conf.d/wireless-regdom - source = https://www.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2024.07.04.tar.xz - source = https://www.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2024.07.04.tar.sign + source = git+https://git.kernel.org/pub/scm/linux/kernel/git/wens/wireless-regdb.git?signed#tag=master-2024-07-04 source = wireless-regdom source = set-wireless-regdom source = 85-regulatory.rules validpgpkeys = B3F2469D78D78BD09D366F37C94035C21B4F2AEB - b2sums = ee9c35dd5eb337fa6139db5a7d4c416a0526e8daa378d08ff48f4bb19cae902a393b4c83dc879206a5ff4570aaacbc421aeb5b8ef7683e811926d46916b1623b - b2sums = SKIP + b2sums = ac2ad6a327cd619d3d08cb099cbb6b8f0ec00f9f02f98ea39321ba232a6eae0a17d129c58c508cdc6d10bd7d279d2cd7b737ae340c25725211c956f847e2db20 b2sums = 4d470f76ba0ac3c9c25425cd2ce5c9cb93292e565ab3038e975aa837abaad83325f1340cef8ca73150a07f8e77cd542a485e35daef8c403d48c93814f1ccacea b2sums = 0d245faf594f9051a9941fd5e1b6c02fd0668cf4241ca8bdaa2b2e56a805d5d013db59191b0899745f842974fe978ad4add1cad21c7f5a71bc58968c5d1c4be2 b2sums = 50ff5e8d21db396f57b29677e65970f35433399a2268b22099a48d9dc45817734b544699e1efc6b0e4f4fa95e191e101b25226b4df02f6b7fa75f5036c94d2c0 = .nvchecker.toml = @@ -0,0 +1,4 @@ +[wireless-regdb] +source = "git" +git = "https://git.kernel.org/pub/scm/linux/kernel/git/wens/wireless-regdb.git"; +prefix = "master-" = PKGBUILD = @@ -1,23 +1,24 @@ -# Maintainer: Thomas Bächler +# Maintainer: Tobias Powalowski +# Contributor: Thomas Bächler pkgname=wireless-regdb pkgver=2024.07.04 -pkgrel=1 +pkgrel=2 pkgdesc="Central Regulatory Domain Database" arch=('any') url="https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb"; license=('LicenseRef-custom') depends=('bash' 'iw') +makedepends=('git') replaces=('crda') provides=('crda') conflicts=('crda') backup=(etc/conf.d/wireless-regdom) -source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.{xz,sign} +source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/wens/wireless-regdb.git?signed#tag=master-${pkgver//./-}"; wireless-regdom set-wireless-regdom 85-regulatory.rules) -b2sums=('ee9c35dd5eb337fa6139db5a7d4c416a0526e8daa378d08ff48f4bb19cae902a393b4c83dc879206a5ff4570aaacbc421aeb5b8ef7683e811926d46916b1623b' -'SKIP' +b2sums=('ac2ad6a327cd619d3d08cb099cbb6b8f0ec00f9f02f98ea39321ba232a6eae0a17d129c58c508cdc6d10bd7d279d2cd7b737ae340c25725211c956f847e2db20' '4d470f76ba0ac3c9c25425cd2ce5c9cb93292e565ab3038e975aa837abaad83325f1340cef8ca73150a07f8e77cd542a485e35daef8c403d48c93814f1ccacea' '0d245faf594f9051a9941fd5e1b6c02fd0668cf4241ca8bdaa2b2e56a805d5d013db59191b0899745f842974fe978ad4add1cad21c7f5a71bc58968c5d1c4be2' '50ff5e8d21db396f57b29677e65970f35433399a2268b22099a48d9dc45817734b544699e1efc6b0e4f4fa95e191e101b25226b4df02f6b7fa75f5036c94d2c0') @@ -28,7 +29,7 @@ package() { install -Dm644 85-regulatory.rules -t "${pkgdir}"/usr/lib/udev/rules.d install -Dm755 set-wireless-regdom -t "${pkgdir}"/usr/bin - cd ${pkgname}-${pkgver} + cd "${pkgname}" make install DESTDIR="${pkgdir}" MANDIR=usr/share/man FIRMWARE_PATH=usr/lib/firmware for dom in $(grep ^country db.txt | cut -d' ' -f2 | sed 's|:||g'); do @@ -37,5 +38,5 @@ package() { sort -u "${pkgdir}"/etc/conf.d/wireless-regdom.tmp >> "${pkgdir}"/etc/conf.d/wireless-regdom rm "${pkgdir}"/etc/conf.d/wireless-regdom.tmp - install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -D -m644 "${srcdir}/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wireless-regdb/-/commit/873f4605de8326d642ed0f98a196d6b156f6916d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/
[Git][archlinux/packaging/packages/wireless-regdb] Pushed new tag 2024.07.04-2
Tobias Powalowski pushed new tag 2024.07.04-2 at Arch Linux / Packaging / Packages / wireless-regdb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wireless-regdb/-/tree/2024.07.04-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/usbutils][main] add nvchecker
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / usbutils Commits: dc5d6d62 by Tobias Powalowski at 2024-08-28T20:30:44+02:00 add nvchecker - - - - - 1 changed file: - + .nvchecker.toml Changes: = .nvchecker.toml = @@ -0,0 +1,4 @@ +[usbutils] +source = "git" +git = "https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git"; +prefix = "v" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/usbutils/-/commit/dc5d6d626321bf174aeef17ca52b50184e40905d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/usbutils/-/commit/dc5d6d626321bf174aeef17ca52b50184e40905d You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/rdfind] Pushed new tag 1.6.0-4
Tobias Powalowski pushed new tag 1.6.0-4 at Arch Linux / Packaging / Packages / rdfind -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rdfind/-/tree/1.6.0-4 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/rdfind][main] upgpkg: 1.6.0-4: added already merged changes
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / rdfind Commits: 52e8899a by Tobias Powalowski at 2024-08-28T20:09:51+02:00 upgpkg: 1.6.0-4: added already merged changes - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = rdfind - pkgdesc = Redundant data find - a program that finds duplicate files. + pkgdesc = Redundant data find - a program that finds duplicate files pkgver = 1.6.0 - pkgrel = 3 + pkgrel = 4 url = https://rdfind.pauldreik.se arch = x86_64 license = GPL-2.0-only = PKGBUILD = @@ -4,8 +4,8 @@ # Contributor: Alex 'AdUser' Z pkgname=rdfind pkgver=1.6.0 -pkgrel=3 -pkgdesc='Redundant data find - a program that finds duplicate files.' +pkgrel=4 +pkgdesc='Redundant data find - a program that finds duplicate files' arch=('x86_64') url='https://rdfind.pauldreik.se' license=('GPL-2.0-only') @@ -23,7 +23,7 @@ prepare() { build() { cd "${pkgname}" ./configure --prefix=/usr - make -s + make } check() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rdfind/-/commit/52e8899a4341cb68c7e15c78a2dda6ff04193d5e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rdfind/-/commit/52e8899a4341cb68c7e15c78a2dda6ff04193d5e You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/rdfind][main] upgpkg: 1.6.0-3: update to git building
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / rdfind Commits: 01f8a04e by Tobias Powalowski at 2024-08-28T20:06:53+02:00 upgpkg: 1.6.0-3: update to git building - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: = .SRCINFO = @@ -1,18 +1,16 @@ pkgbase = rdfind pkgdesc = Redundant data find - a program that finds duplicate files. pkgver = 1.6.0 - pkgrel = 2 - url = http://rdfind.pauldreik.se - arch = i686 + pkgrel = 3 + url = https://rdfind.pauldreik.se arch = x86_64 license = GPL-2.0-only + makedepends = git depends = nettle depends = glibc depends = gcc-libs - source = http://rdfind.pauldreik.se/rdfind-1.6.0.tar.gz - source = http://rdfind.pauldreik.se/rdfind-1.6.0.tar.gz.asc + source = git+https://github.com/pauldreik/rdfind.git?signed#tag=releases/1.6.0 validpgpkeys = CC3C51BA88205B19728A6F07C9D9A0EA44EAE0EB - sha256sums = 7a406e8ef1886a5869655604618dd98f672f12c6a6be4926d053be65070f3279 - sha256sums = SKIP + b2sums = 96ca92d94e76a4014e874be35b94189c1f22fb00f1cdf06c2ac48e3b9d4ca1b589ec831f6f9059dd668d9d539f5adfab7b820eaaff70fb35a7624400445b999c pkgname = rdfind = .nvchecker.toml = @@ -0,0 +1,4 @@ +[rdfind] +source = "git" +git = "https://github.com/pauldreik/rdfind.git"; +prefix = "releases/" = PKGBUILD = @@ -2,35 +2,42 @@ # Contributor: Christian Kohlstedde # Contributor: Mariusz Libera # Contributor: Alex 'AdUser' Z - pkgname=rdfind pkgver=1.6.0 -pkgrel=2 -pkgdesc='Redundant data find - a program that finds duplicate files' +pkgrel=3 +pkgdesc='Redundant data find - a program that finds duplicate files.' arch=('x86_64') url='https://rdfind.pauldreik.se' license=('GPL-2.0-only') depends=('nettle' 'glibc' 'gcc-libs') -source=("${url}/${pkgname}-${pkgver}.tar.gz"{,.asc}) -sha256sums=('7a406e8ef1886a5869655604618dd98f672f12c6a6be4926d053be65070f3279' -'SKIP') +makedepends=('git') +source=("git+https://github.com/pauldreik/rdfind.git?signed#tag=releases/${pkgver}";) validpgpkeys=("CC3C51BA88205B19728A6F07C9D9A0EA44EAE0EB") +b2sums=('96ca92d94e76a4014e874be35b94189c1f22fb00f1cdf06c2ac48e3b9d4ca1b589ec831f6f9059dd668d9d539f5adfab7b820eaaff70fb35a7624400445b999c') + +prepare() { + cd "${pkgname}" + ./bootstrap.sh +} build() { - cd "${pkgname}-${pkgver}" + cd "${pkgname}" ./configure --prefix=/usr - make + make -s } check() { - cd "${pkgname}-${pkgver}" + cd "${pkgname}" make check } package() { - cd "${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install + cd "${pkgname}" + make DESTDIR="${pkgdir}/" install + # documentation install -dm755 "${pkgdir}/usr/share/doc/${pkgname}" - install -m644 AUTHORS ChangeLog README "${pkgdir}/usr/share/doc/${pkgname}" + install -m644 AUTHORS ChangeLog README TODO \ + "${pkgdir}/usr/share/doc/${pkgname}" } + View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rdfind/-/commit/01f8a04e7910e3312dec2e00ee01b52741972cff -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rdfind/-/commit/01f8a04e7910e3312dec2e00ee01b52741972cff You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/rdfind] Pushed new tag 1.6.0-3
Tobias Powalowski pushed new tag 1.6.0-3 at Arch Linux / Packaging / Packages / rdfind -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rdfind/-/tree/1.6.0-3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/pciutils][main] upgpkg: 3.13.0-2: remove not needed CFLAGS
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / pciutils Commits: 481c2b61 by Tobias Powalowski at 2024-08-28T19:45:49+02:00 upgpkg: 3.13.0-2: remove not needed CFLAGS - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = pciutils pkgdesc = PCI bus configuration space access library and tools pkgver = 3.13.0 - pkgrel = 1 + pkgrel = 2 url = https://mj.ucw.cz/sw/pciutils/ arch = x86_64 license = GPL-2.0-only @@ -14,6 +14,6 @@ pkgbase = pciutils optdepends = curl: for update-pciids source = git+https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git#tag=v3.13.0?signed validpgpkeys = C466A56CADA981F4297D20C31F3D0761D9B65F0B - sha256sums = a198253ac31ee593aeaa4e84c4393f7ad9b1e513ebc6f85c42802dc4c744691d + b2sums = 51f41d1ec60eeea51f8534a0dd27f9b0aed4230dbea871d1161273019ee305c1f3536c81c295d13ff40edafe86ae76b0eec9a808f0fd2f90e3f5a7dd34e80ea7 pkgname = pciutils = PKGBUILD = @@ -1,7 +1,7 @@ # Maintainer: Tobias Powalowski pkgname=pciutils pkgver=3.13.0 -pkgrel=1 +pkgrel=2 pkgdesc="PCI bus configuration space access library and tools" arch=(x86_64) license=('GPL-2.0-only') @@ -10,25 +10,24 @@ depends=('glibc' 'hwdata' 'kmod') makedepends=('git') optdepends=('which: for update-pciids' 'grep: for update-pciids' - 'curl: for update-pciids') -source=( - git+https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git#tag=v$pkgver?signed - ) +'curl: for update-pciids') +source=("git+https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git#tag=v$pkgver?signed";) validpgpkeys=( 'C466A56CADA981F4297D20C31F3D0761D9B65F0B' # Martin Mares ) -sha256sums=('a198253ac31ee593aeaa4e84c4393f7ad9b1e513ebc6f85c42802dc4c744691d') +b2sums=('51f41d1ec60eeea51f8534a0dd27f9b0aed4230dbea871d1161273019ee305c1f3536c81c295d13ff40edafe86ae76b0eec9a808f0fd2f90e3f5a7dd34e80ea7') build() { - cd $pkgname - make OPT="${CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=no PREFIX=/usr SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a + cd "${pkgname}" + make OPT="${CFLAGS}" ZLIB=no SHARED=no PREFIX=/usr SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a cp lib/libpci.a "${srcdir}/" make clean make OPT="${CFLAGS}" ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all } package() { - cd $pkgname + cd "${pkgname}" make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man DESTDIR="${pkgdir}" install install-lib - rm -rf "$pkgdir"/usr/share/hwdata + rm -rf "${pkgdir}"/usr/share/hwdata } + View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pciutils/-/commit/481c2b619ac1956f875d3f27c26ee85eb999df81 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pciutils/-/commit/481c2b619ac1956f875d3f27c26ee85eb999df81 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/pciutils] Pushed new tag 3.13.0-2
Tobias Powalowski pushed new tag 3.13.0-2 at Arch Linux / Packaging / Packages / pciutils -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pciutils/-/tree/3.13.0-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/linux-firmware][main] change licenses
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / linux-firmware Commits: c9ebc903 by Tobias Powalowski at 2024-08-28T17:49:54+02:00 change licenses - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -10,7 +10,7 @@ pkgver=20240809.59460076 pkgrel=1 pkgdesc="Firmware files for Linux" url="https://gitlab.com/kernel-firmware/linux-firmware"; -license=('GPL2' 'GPL3' 'custom') +license=('GPL-2.0-only' 'GPL-2.0-or-later' 'GPL-3.0-only' 'custom') arch=('any') makedepends=('git' 'rdfind') options=(!strip !debug) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/commit/c9ebc9038d857adba1ada248a7f2a531c0ba647f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/commit/c9ebc9038d857adba1ada248a7f2a531c0ba647f You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/pam] Pushed new tag 1.6.1-3
Tobias Powalowski pushed new tag 1.6.1-3 at Arch Linux / Packaging / Packages / pam -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pam/-/tree/1.6.1-3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/mokutil] Pushed new tag 0.7.2-2
Tobias Powalowski pushed new tag 0.7.2-2 at Arch Linux / Packaging / Packages / mokutil -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mokutil/-/tree/0.7.2-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/mokutil][main] upgpkg: 0.7.2-2: use on git checkout
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / mokutil Commits: 9adf17ea by Tobias Powalowski at 2024-08-28T15:02:39+02:00 upgpkg: 0.7.2-2: use on git checkout - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = mokutil pkgdesc = Shim.efi Machine Owner Key management tool pkgver = 0.7.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/lcp/mokutil arch = x86_64 license = GPL-3.0-or-later = PKGBUILD = @@ -2,14 +2,14 @@ # Contributor: Mantas Mikulėnas pkgname=mokutil pkgver=0.7.2 -pkgrel=1 +pkgrel=2 pkgdesc="Shim.efi Machine Owner Key management tool" arch=(x86_64) url="https://github.com/lcp/mokutil"; license=('GPL-3.0-or-later') depends=(efivar openssl keyutils libxcrypt) makedepends=(git) -source=("git+https://github.com/lcp/mokutil#tag=0.7.2";) +source=("git+https://github.com/lcp/mokutil#tag=$pkgver";) b2sums=('8fc3481b293c5534a354322420e81e5b3f6dd26c3528d2a8792c6d66343c71e093e758f40603465dbf246fed0ba7b229ce7b0ba2cc28229162a00f2ce907e33e') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mokutil/-/commit/9adf17ea331f46c1461521745345d950591427ab -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mokutil/-/commit/9adf17ea331f46c1461521745345d950591427ab You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/mokutil] Pushed new tag 0.7.2-1
Tobias Powalowski pushed new tag 0.7.2-1 at Arch Linux / Packaging / Packages / mokutil -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mokutil/-/tree/0.7.2-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/mokutil][main] upgpkg: 0.7.2-1: update to latest version, added nvchecker
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / mokutil Commits: 376fcc71 by Tobias Powalowski at 2024-08-28T15:00:29+02:00 upgpkg: 0.7.2-1: update to latest version, added nvchecker - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,9 +1,8 @@ pkgbase = mokutil pkgdesc = Shim.efi Machine Owner Key management tool - pkgver = 0.7.0 + pkgver = 0.7.2 pkgrel = 1 url = https://github.com/lcp/mokutil - arch = i686 arch = x86_64 license = GPL-3.0-or-later makedepends = git @@ -11,7 +10,7 @@ pkgbase = mokutil depends = openssl depends = keyutils depends = libxcrypt - source = git+https://github.com/lcp/mokutil#commit=c361087100fbb6955f32a9f364dee21b24724fb4 - sha256sums = SKIP + source = git+https://github.com/lcp/mokutil#tag=0.7.2 + b2sums = 8fc3481b293c5534a354322420e81e5b3f6dd26c3528d2a8792c6d66343c71e093e758f40603465dbf246fed0ba7b229ce7b0ba2cc28229162a00f2ce907e33e pkgname = mokutil = PKGBUILD = @@ -1,41 +1,33 @@ # Maintainer: Tobias Powalowski -# Maintainer: Mantas Mikulėnas +# Contributor: Mantas Mikulėnas pkgname=mokutil -pkgver=0.7.0 +pkgver=0.7.2 pkgrel=1 pkgdesc="Shim.efi Machine Owner Key management tool" -arch=(i686 x86_64) +arch=(x86_64) url="https://github.com/lcp/mokutil"; license=('GPL-3.0-or-later') depends=(efivar openssl keyutils libxcrypt) makedepends=(git) -_commit=c361087100fbb6955f32a9f364dee21b24724fb4 -source=("git+https://github.com/lcp/mokutil#commit=$_commit";) -sha256sums=('SKIP') -validpgpkeys=() - -pkgver() { - cd "$pkgname" - git describe --tags | sed 's/-/.r/; s/-/./' -} +source=("git+https://github.com/lcp/mokutil#tag=0.7.2";) +b2sums=('8fc3481b293c5534a354322420e81e5b3f6dd26c3528d2a8792c6d66343c71e093e758f40603465dbf246fed0ba7b229ce7b0ba2cc28229162a00f2ce907e33e') prepare() { - cd "$pkgname" + cd "${pkgname}" autoreconf -f -i } build() { - cd "$pkgname" + cd "${pkgname}" ./configure \ ---prefix=/usr \ ---sbindir=/usr/bin \ ---sysconfdir=/etc ; +--prefix=/usr \ +--sbindir=/usr/bin \ +--sysconfdir=/etc make } package() { - cd "$pkgname" + cd "${pkgname}" make DESTDIR="$pkgdir" install } -# vim: ts=2:sw=2:et View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mokutil/-/commit/376fcc71f06753983d8b1db8786e1c7942af49c5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mokutil/-/commit/376fcc71f06753983d8b1db8786e1c7942af49c5 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/kexec-tools][main] add nvchecker
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / kexec-tools Commits: 727e245b by Tobias Powalowski at 2024-08-28T11:28:12+02:00 add nvchecker - - - - - 1 changed file: - + .nvchecker.toml Changes: = .nvchecker.toml = @@ -0,0 +1,4 @@ +[kexec-tools] +source = "git" +git = "https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git"; +prefix = "v" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kexec-tools/-/commit/727e245bb71abd17c42f0c264ba8e237b2bd42fb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kexec-tools/-/commit/727e245bb71abd17c42f0c264ba8e237b2bd42fb You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/kexec-tools] Pushed new tag 2.0.29-2
Tobias Powalowski pushed new tag 2.0.29-2 at Arch Linux / Packaging / Packages / kexec-tools -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kexec-tools/-/tree/2.0.29-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/gawk][main] upgpkg: 5.3.0-2: update license
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / gawk Commits: cd132b99 by Tobias Powalowski at 2024-08-28T10:52:21+02:00 upgpkg: 5.3.0-2: update license - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,10 +1,10 @@ pkgbase = gawk pkgdesc = GNU version of awk pkgver = 5.3.0 - pkgrel = 1 + pkgrel = 2 url = https://www.gnu.org/software/gawk/ arch = x86_64 - license = GPL + license = GPL-3.0-or-later depends = sh depends = glibc depends = mpfr = PKGBUILD = @@ -3,11 +3,11 @@ pkgname=gawk pkgver=5.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="GNU version of awk" arch=('x86_64') url="https://www.gnu.org/software/gawk/"; -license=('GPL') +license=('GPL-3.0-or-later') depends=('sh' 'glibc' 'mpfr') provides=('awk') source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gawk/-/commit/cd132b99fbe7335134578bb22006fe22e40b5a4d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gawk/-/commit/cd132b99fbe7335134578bb22006fe22e40b5a4d You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/gawk] Pushed new tag 5.3.0-2
Tobias Powalowski pushed new tag 5.3.0-2 at Arch Linux / Packaging / Packages / gawk -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gawk/-/tree/5.3.0-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/kbd] Pushed new tag 2.6.4-2
Tobias Powalowski pushed new tag 2.6.4-2 at Arch Linux / Packaging / Packages / kbd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kbd/-/tree/2.6.4-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/kbd][main] upgpkg: 2.6.4-2: update license
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / kbd Commits: 427bc2f0 by Tobias Powalowski at 2024-08-28T10:45:34+02:00 upgpkg: 2.6.4-2: update license - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,10 +1,10 @@ pkgbase = kbd pkgdesc = Keytable files and keyboard utilities pkgver = 2.6.4 - pkgrel = 1 + pkgrel = 2 url = http://www.kbd-project.org arch = x86_64 - license = GPL + license = GPL-2.0-or-later makedepends = check makedepends = git depends = glibc = PKGBUILD = @@ -2,15 +2,13 @@ pkgname=kbd pkgver=2.6.4 -pkgrel=1 +pkgrel=2 pkgdesc="Keytable files and keyboard utilities" arch=('x86_64') url="http://www.kbd-project.org"; -license=('GPL') +license=('GPL-2.0-or-later') depends=('glibc' 'pam') makedepends=('check' 'git') -#source=(https://www.kernel.org/pub/linux/utils/${pkgname}/${pkgname}-${pkgver}.tar.gz -# https://www.kernel.org/pub/linux/utils/kbd/${pkgname}-${pkgver}.tar.sign source=(git+https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git#tag=v$pkgver?signed 'fix-euro2.patch' 'vlock.pam') @@ -26,7 +24,7 @@ validpgpkeys=( ) prepare() { - cd ${pkgname} + cd "${pkgname}" # rename keymap files with the same names # this is needed because when only name of keymap is specified # loadkeys loads the first keymap it can find, which is bad (see FS#13837) @@ -42,13 +40,13 @@ prepare() { } build() { - cd ${pkgname} + cd "${pkgname}" ./configure --prefix=/usr --sysconfdir=/etc --datadir=/usr/share/kbd --mandir=/usr/share/man --enable-optional-progs make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes } check() { - cd ${pkgname} + cd "${pkgname}" # This test is expected to fail since kbd-fix-loadkmap-compat.patch modifies the binary format sed -e 's|dumpkeys-bkeymap ||' -i tests/Makefile @@ -57,7 +55,7 @@ check() { } package() { - cd ${pkgname} + cd "${pkgname}" make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR="${pkgdir}" install install -Dm644 ../vlock.pam "${pkgdir}"/etc/pam.d/vlock } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kbd/-/commit/427bc2f040f751f5aad4d915478c90756fe504e4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kbd/-/commit/427bc2f040f751f5aad4d915478c90756fe504e4 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/groff] Pushed new tag 1.23.0-7
Tobias Powalowski pushed new tag 1.23.0-7 at Arch Linux / Packaging / Packages / groff -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/groff/-/tree/1.23.0-7 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/groff][main] add nvchecker
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / groff Commits: e9ef187f by Tobias Powalowski at 2024-08-28T10:15:07+02:00 add nvchecker - - - - - 1 changed file: - + .nvchecker.toml Changes: = .nvchecker.toml = @@ -0,0 +1,4 @@ +[coreutils] +source = "git" +git = "https://git.savannah.gnu.org/git/groff.git"; +prefix = "" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/groff/-/commit/e9ef187f49e941b0b0097aa1952ff7313e0b1832 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/groff/-/commit/e9ef187f49e941b0b0097aa1952ff7313e0b1832 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/gettext][main] add nvchecker
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / gettext Commits: 2dc15f5e by Tobias Powalowski at 2024-08-28T10:13:26+02:00 add nvchecker - - - - - 1 changed file: - + .nvchecker.toml Changes: = .nvchecker.toml = @@ -0,0 +1,4 @@ +[coreutils] +source = "git" +git = "https://git.savannah.gnu.org/git/gettext.git"; +prefix = "v" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gettext/-/commit/2dc15f5ed4752a6a80ecd24778f947843353a3fe -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gettext/-/commit/2dc15f5ed4752a6a80ecd24778f947843353a3fe You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/gawk][main] add nvchecker
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / gawk Commits: fbc875b7 by Tobias Powalowski at 2024-08-28T10:09:11+02:00 add nvchecker - - - - - 1 changed file: - + .nvchecker.toml Changes: = .nvchecker.toml = @@ -0,0 +1,4 @@ +[coreutils] +source = "git" +git = "https://git.savannah.gnu.org/git/gawk.git"; +prefix = "gawk-" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gawk/-/commit/fbc875b79e0dff5ad830b32481b1b979ae31afec -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gawk/-/commit/fbc875b79e0dff5ad830b32481b1b979ae31afec You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/findutils] Pushed new tag 4.10.0-2
Tobias Powalowski pushed new tag 4.10.0-2 at Arch Linux / Packaging / Packages / findutils -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/findutils/-/tree/4.10.0-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/findutils][main] upgpkg: 4.10.0-2: switch to git building, added nvchecker
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / findutils Commits: d27b2878 by Tobias Powalowski at 2024-08-28T09:57:28+02:00 upgpkg: 4.10.0-2: switch to git building, added nvchecker - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: = .SRCINFO = @@ -1,16 +1,17 @@ pkgbase = findutils pkgdesc = GNU utilities to locate files pkgver = 4.10.0 - pkgrel = 1 + pkgrel = 2 url = https://www.gnu.org/software/findutils/ arch = x86_64 license = GPL-3.0-or-later + makedepends = git + makedepends = wget + makedepends = python depends = glibc depends = sh - source = https://ftp.gnu.org/pub/gnu/findutils/findutils-4.10.0.tar.xz - source = https://ftp.gnu.org/pub/gnu/findutils/findutils-4.10.0.tar.xz.sig + source = git+https://git.savannah.gnu.org/git/findutils.git?signed#tag=v4.10.0 validpgpkeys = A5189DB69C1164D33002936646502EF796917195 - sha256sums = 1387e0b67ff247d2abde998f90dfbf70c1491391a59ddfecb8ae698789f0a4f5 - sha256sums = SKIP + b2sums = a6d99d922df4c6895d9956a6902518c5f911e6ad1fdcbfc99bb083ce0a725fa4e87bb83a1a2d16e6d900755da9e9094b20f56f971c8e6a6008572cd417fe3e95 pkgname = findutils = .nvchecker.toml = @@ -0,0 +1,4 @@ +[coreutils] +source = "git" +git = "https://git.savannah.gnu.org/git/findutils.git"; +prefix = "v" = PKGBUILD = @@ -1,20 +1,25 @@ -# Maintainer: +# Maintainer: Tobias Powalowski pkgname=findutils pkgver=4.10.0 -pkgrel=1 +pkgrel=2 pkgdesc="GNU utilities to locate files" arch=('x86_64') license=('GPL-3.0-or-later') depends=('glibc' 'sh') +makedepends=('git' 'wget' 'python') url='https://www.gnu.org/software/findutils/' -source=("https://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.xz"{,.sig}) -sha256sums=('1387e0b67ff247d2abde998f90dfbf70c1491391a59ddfecb8ae698789f0a4f5' -'SKIP') +source=("git+https://git.savannah.gnu.org/git/findutils.git?signed#tag=v${pkgver}";) +b2sums=('a6d99d922df4c6895d9956a6902518c5f911e6ad1fdcbfc99bb083ce0a725fa4e87bb83a1a2d16e6d900755da9e9094b20f56f971c8e6a6008572cd417fe3e95') validpgpkeys=('A5189DB69C1164D33002936646502EF796917195') # Bernhard Voelker +prepare() { + cd "${pkgname}" + ./bootstrap +} + build() { - cd ${pkgname}-${pkgver} + cd "${pkgname}" # Don't build or install locate because we use mlocate, # which is a secure version of locate. @@ -27,11 +32,11 @@ build() { } check() { - cd ${pkgname}-${pkgver} + cd "${pkgname}" make check } package() { - cd ${pkgname}-${pkgver} - make DESTDIR="$pkgdir" install + cd "${pkgname}" + make DESTDIR="${pkgdir}" install } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/findutils/-/commit/d27b2878cc32d65b22f35ca9d1246cbe64434f6f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/findutils/-/commit/d27b2878cc32d65b22f35ca9d1246cbe64434f6f You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/xfsdump] Pushed new tag 3.1.12-3
Tobias Powalowski pushed new tag 3.1.12-3 at Arch Linux / Packaging / Packages / xfsdump -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfsdump/-/tree/3.1.12-3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/xfsdump][main] upgpkg: 3.1.12-3: switch to git building, added nvchecker, updated license, removed dmapi depend
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / xfsdump Commits: 97faa4bb by Tobias Powalowski at 2024-08-27T22:54:22+02:00 upgpkg: 3.1.12-3: switch to git building, added nvchecker, updated license, removed dmapi depend - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: = .SRCINFO = @@ -1,23 +1,21 @@ pkgbase = xfsdump pkgdesc = Additional XFS filesystem utilities pkgver = 3.1.12 - pkgrel = 2 + pkgrel = 3 url = http://xfs.org arch = x86_64 - license = GPL + license = GPL-2.0-only + makedepends = git depends = xfsprogs depends = attr depends = acl - depends = dmapi depends = util-linux-libs depends = gcc-libs depends = ncurses depends = glibc - source = https://kernel.org/pub/linux/utils/fs/xfs/xfsdump/xfsdump-3.1.12.tar.xz - source = https://kernel.org/pub/linux/utils/fs/xfs/xfsdump/xfsdump-3.1.12.tar.sign + source = git+https://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git?signed#tag=v3.1.12 validpgpkeys = 2B8185919E8D248981869DED20AE1692E13DDEE0 validpgpkeys = 4020459E58C1A52511F5399113F703E6C11CF6F0 - sha256sums = f39c4c1b306b2dd7ec979c0e94d60fe69083d2ecf9af051cac5ef3bed772c74a - sha256sums = SKIP + b2sums = 56c3d8e6bea56f918fb2d64fe67e4270a3b5daca7cfce665b54f65ec4838673dca1f21917d2a179d453bc715e779855e7391efd32eb0dd07c32597a9299c3d36 pkgname = xfsdump = .nvchecker.toml = @@ -0,0 +1,4 @@ +[xfsprogs] +source = "git" +git = "https://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git"; +prefix = "v" = PKGBUILD = @@ -1,4 +1,5 @@ -# Maintainer: Jiachen YANG +# Maintainer: Tobias Powalowski +# Contributor: Jiachen YANG # Contributor: Allen Wild # Contributor: judd # Contributor: dkaylor @@ -6,32 +7,37 @@ pkgname=xfsdump pkgver=3.1.12 -pkgrel=2 +pkgrel=3 pkgdesc="Additional XFS filesystem utilities" arch=(x86_64) url="http://xfs.org"; -license=('GPL') -depends=('xfsprogs' 'attr' 'acl' 'dmapi' 'util-linux-libs' 'gcc-libs' 'ncurses' 'glibc') -source=(https://kernel.org/pub/linux/utils/fs/xfs/xfsdump/xfsdump-${pkgver}.tar.{xz,sign}) +license=('GPL-2.0-only') +depends=('xfsprogs' 'attr' 'acl' 'util-linux-libs' 'gcc-libs' 'ncurses' 'glibc') +makedepends=('git') +source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git?signed#tag=v${pkgver}";) # Eric R. Sandeen # Carlos Eduardo Maiolino validpgpkeys=('2B8185919E8D248981869DED20AE1692E13DDEE0' '4020459E58C1A52511F5399113F703E6C11CF6F0') -sha256sums=('f39c4c1b306b2dd7ec979c0e94d60fe69083d2ecf9af051cac5ef3bed772c74a' -'SKIP') +b2sums=('56c3d8e6bea56f918fb2d64fe67e4270a3b5daca7cfce665b54f65ec4838673dca1f21917d2a179d453bc715e779855e7391efd32eb0dd07c32597a9299c3d36') + +prepare() { + cd "${pkgname}-dev" + make configure +} build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${pkgname}-dev" ./configure --prefix=/usr --sbindir=/usr/bin INSTALL_USER=root INSTALL_GROUP=root make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${pkgname}-dev" make DESTDIR="${pkgdir}" install # root /sbin directory can't be overridden properly with configure, # so move files manually mv -vf "${pkgdir}/sbin/"* "${pkgdir}/usr/bin/" - rmdir "${pkgdir}/sbin" + rm -r "${pkgdir}/sbin" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfsdump/-/commit/97faa4bb92a17f7e51a0d8eb7ccef5bcd379 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfsdump/-/commit/97faa4bb92a17f7e51a0d8eb7ccef5bcd379 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/cpio][main] upgpkg: 2.15-2: switch to git building, added nvchecker, updated rm calls
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / cpio Commits: b2bb40d1 by Tobias Powalowski at 2024-08-27T21:48:43+02:00 upgpkg: 2.15-2: switch to git building, added nvchecker, updated rm calls - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: = .SRCINFO = @@ -1,15 +1,16 @@ pkgbase = cpio pkgdesc = A tool to copy files into or out of a cpio or tar archive pkgver = 2.15 - pkgrel = 1 + pkgrel = 2 url = https://www.gnu.org/software/cpio arch = x86_64 license = GPL-3.0-or-later + makedepends = git + makedepends = rsync + makedepends = wget depends = glibc - source = https://ftp.gnu.org/gnu/cpio/cpio-2.15.tar.gz - source = https://ftp.gnu.org/gnu/cpio/cpio-2.15.tar.gz.sig + source = git+https://git.savannah.gnu.org/git/cpio.git?signed#tag=v2.15 validpgpkeys = 325F650C4C2B6AD58807327A3602B07F55D0C732 - sha256sums = efa50ef983137eefc0a02fdb51509d624b5e3295c980aa127ceee4183455499e - sha256sums = SKIP + b2sums = SKIP pkgname = cpio = .nvchecker.toml = @@ -0,0 +1,4 @@ +[coreutils] +source = "git" +git = "https://git.savannah.gnu.org/git/cpio.git"; +prefix = "v" = PKGBUILD = @@ -1,35 +1,38 @@ -# Maintainer: judd +# Maintainer: Tobias Powalowski +# Contributor: judd pkgname=cpio pkgver=2.15 -pkgrel=1 +pkgrel=2 pkgdesc="A tool to copy files into or out of a cpio or tar archive" arch=(x86_64) license=('GPL-3.0-or-later') url="https://www.gnu.org/software/cpio"; depends=('glibc') -source=(https://ftp.gnu.org/gnu/cpio/cpio-${pkgver}.tar.gz{,.sig}) -sha256sums=('efa50ef983137eefc0a02fdb51509d624b5e3295c980aa127ceee4183455499e' -'SKIP') +makedepends=('git' 'rsync' 'wget') +source=(git+https://git.savannah.gnu.org/git/cpio.git?signed#tag=v${pkgver}) +b2sums=('SKIP') validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff +prepare() { + cd "${pkgname}" + ./bootstrap +} + build() { - cd ${pkgname}-${pkgver} + cd "${pkgname}" CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common ./configure --prefix=/usr --mandir=/usr/share/man make } check() { - cd ${pkgname}-${pkgver} + cd "${pkgname}" make check } package() { - cd ${pkgname}-${pkgver} + cd "${pkgname}" make DESTDIR="${pkgdir}" install - rm -f "${pkgdir}/usr/bin/mt" "${pkgdir}/pkg/usr/share/man/man1/mt.1" - rm -rf "${pkgdir}/usr/libexec" - rm -f "${pkgdir}/usr/share/man/man8/rmt.8" - # remove infodir - rm "$pkgdir/usr/share/info/dir" + rm -r "${pkgdir}"/usr/libexec + rm -r "${pkgdir}"/usr/share/man/man8 } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cpio/-/commit/b2bb40d144021f682983055eb7bb29d878ea8d76 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cpio/-/commit/b2bb40d144021f682983055eb7bb29d878ea8d76 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/cpio] Pushed new tag 2.15-2
Tobias Powalowski pushed new tag 2.15-2 at Arch Linux / Packaging / Packages / cpio -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cpio/-/tree/2.15-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/coreutils][main] add nvchecker
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / coreutils Commits: 906c6f91 by Tobias Powalowski at 2024-08-27T15:50:10+02:00 add nvchecker - - - - - 2 changed files: - + .nvchecker.toml - PKGBUILD Changes: = .nvchecker.toml = @@ -0,0 +1,4 @@ +[coreutils] +source = "git" +git = "https://git.savannah.gnu.org/cgit/coreutils.git"; +prefix = "v" = PKGBUILD = @@ -6,7 +6,7 @@ pkgname=coreutils pkgver=9.5 -pkgrel=1 +pkgrel=2 pkgdesc='The basic file, shell and text manipulation utilities of the GNU operating system' arch=('x86_64') license=('GPL-3.0-or-later' 'GFDL-1.3-or-later') @@ -36,7 +36,7 @@ build() { --prefix=/usr \ --libexecdir=/usr/lib \ --with-openssl \ - --enable-no-install-program=groups,hostname,kill,uptime + --enable-no-install-program=hostname,kill,uptime make } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/coreutils/-/commit/906c6f91f59e23365f37d51ec01d183d1dc6d8cc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/coreutils/-/commit/906c6f91f59e23365f37d51ec01d183d1dc6d8cc You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/cifs-utils] Pushed new tag 7.0-5
Tobias Powalowski pushed new tag 7.0-5 at Arch Linux / Packaging / Packages / cifs-utils -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cifs-utils/-/tree/7.0-5 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/xfsprogs][main] remove makeflags line
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / xfsprogs Commits: b9fce518 by Tobias Powalowski at 2024-08-27T15:26:58+02:00 remove makeflags line - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -12,7 +12,6 @@ optdepends=('icu: for xfs_scrub' 'python: for xfs_scrub_all script' 'smtp-forwarder: for xfs_scrub_fail script') makedepends=('git' 'icu') -#options=('!makeflags') source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v${pkgver}";) b2sums=('38e1a9b6b38672673b7b28cb2038c76a54d9726265c95acc2766c177169d8c661add3d0c2c42fbb5a69b57f58ac49d5883bfa41aab78d770d4788bd13d9cb861') validpgpkeys=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/commit/b9fce518c89b16a0192298bbef4297ebc383f9ac -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/commit/b9fce518c89b16a0192298bbef4297ebc383f9ac You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/btrfs-progs] Pushed new tag 6.10.1-2
Tobias Powalowski pushed new tag 6.10.1-2 at Arch Linux / Packaging / Packages / btrfs-progs -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-progs/-/tree/6.10.1-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/3cpio][main] add nvchecker
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 3cpio Commits: a0cbab91 by Tobias Powalowski at 2024-08-27T14:25:08+02:00 add nvchecker - - - - - 1 changed file: - + .nvchecker.toml Changes: = .nvchecker.toml = @@ -0,0 +1,4 @@ +[3cpio] +source = "git" +git = "https://github.com/bdrung/3cpio.git"; +prefix = "" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/commit/a0cbab9108b71fb87529aea945a5d08d43f621d9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/commit/a0cbab9108b71fb87529aea945a5d08d43f621d9 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/xfsprogs][main] use space instead of tab
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / xfsprogs Commits: ed73fda7 by Tobias Powalowski at 2024-08-27T14:08:07+02:00 use space instead of tab - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -9,7 +9,7 @@ license=('GPL-2.0-only' 'LGPL-2.1-only') url="https://xfs.wiki.kernel.org"; depends=('sh' 'util-linux-libs' 'device-mapper' 'libedit' 'libinih' 'liburcu') optdepends=('icu: for xfs_scrub' - 'python: for xfs_scrub_all script' +'python: for xfs_scrub_all script' 'smtp-forwarder: for xfs_scrub_fail script') makedepends=('git' 'icu') #options=('!makeflags') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/commit/ed73fda77e3f4ec5ad92ce6c96bde15bbcb28256 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/commit/ed73fda77e3f4ec5ad92ce6c96bde15bbcb28256 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/xfsprogs][main] upgpkg: 6.10.0-1: update to latest version, set group and user on make call,...
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / xfsprogs Commits: 79c45ec0 by Tobias Powalowski at 2024-08-27T14:05:24+02:00 upgpkg: 6.10.0-1: update to latest version, set group and user on make call, use default CFLAGS, enable real debug function, enabeled libedit - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = xfsprogs pkgdesc = XFS filesystem utilities - pkgver = 6.9.0 + pkgver = 6.10.0 pkgrel = 1 url = https://xfs.wiki.kernel.org arch = x86_64 @@ -11,15 +11,15 @@ pkgbase = xfsprogs depends = sh depends = util-linux-libs depends = device-mapper + depends = libedit depends = libinih depends = liburcu optdepends = icu: for xfs_scrub optdepends = python: for xfs_scrub_all script optdepends = smtp-forwarder: for xfs_scrub_fail script - options = !makeflags - source = git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v6.9.0 + source = git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v6.10.0 validpgpkeys = 2B8185919E8D248981869DED20AE1692E13DDEE0 validpgpkeys = 4020459E58C1A52511F5399113F703E6C11CF6F0 - b2sums = 6f516850d2d79e0dd55b8ba0d144f8b9908510186a7b9c547736fc6cb40a2202b83ae1b62aeecb014dd2be70202aa94a44d6dde07756f6f77cb104181e50b693 + b2sums = 38e1a9b6b38672673b7b28cb2038c76a54d9726265c95acc2766c177169d8c661add3d0c2c42fbb5a69b57f58ac49d5883bfa41aab78d770d4788bd13d9cb861 pkgname = xfsprogs = PKGBUILD = @@ -1,20 +1,20 @@ # Maintainer: Tobias Powalowski pkgname=xfsprogs -pkgver=6.9.0 +pkgver=6.10.0 pkgrel=1 pkgdesc="XFS filesystem utilities" arch=('x86_64') license=('GPL-2.0-only' 'LGPL-2.1-only') url="https://xfs.wiki.kernel.org"; -depends=('sh' 'util-linux-libs' 'device-mapper' 'libinih' 'liburcu') +depends=('sh' 'util-linux-libs' 'device-mapper' 'libedit' 'libinih' 'liburcu') optdepends=('icu: for xfs_scrub' - 'python: for xfs_scrub_all script' + 'python: for xfs_scrub_all script' 'smtp-forwarder: for xfs_scrub_fail script') makedepends=('git' 'icu') -options=('!makeflags') +#options=('!makeflags') source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v${pkgver}";) -b2sums=('6f516850d2d79e0dd55b8ba0d144f8b9908510186a7b9c547736fc6cb40a2202b83ae1b62aeecb014dd2be70202aa94a44d6dde07756f6f77cb104181e50b693') +b2sums=('38e1a9b6b38672673b7b28cb2038c76a54d9726265c95acc2766c177169d8c661add3d0c2c42fbb5a69b57f58ac49d5883bfa41aab78d770d4788bd13d9cb861') validpgpkeys=( '2B8185919E8D248981869DED20AE1692E13DDEE0' # Eric Sandeen '4020459E58C1A52511F5399113F703E6C11CF6F0' # Carlos Maiolino @@ -23,18 +23,18 @@ validpgpkeys=( build() { cd ${pkgname}-dev make configure - export OPTIMIZER="-march=${CARCH/_/-} -O1" - export DEBUG=-DNDEBUG - ./configure --prefix=/usr --sbindir=/usr/bin --libexecdir=/usr/lib --with-systemd-unit-dir=/usr/lib/systemd/system + # Package is honoring CFLAGS; No need to use OPTIMIZER anymore. + # However, we have to provide an empty value to avoid default + # flags. + export OPTIMIZER=" " + ./configure --prefix=/usr --sbindir=/usr/bin --libexecdir=/usr/lib \ + --with-systemd-unit-dir=/usr/lib/systemd/system \ + --localstatedir=/var --enable-editline make } package() { cd ${pkgname}-dev - make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev - chown -R root "$pkgdir" - chgrp -R root "$pkgdir" - # add hack as we cannot set rootlibdir - mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/" - rm -rf "${pkgdir}/lib" + make PKG_USER=root PKG_GROUP=root DIST_ROOT="${pkgdir}" \ + PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/commit/79c45ec053f76bb2318179e1faf92c840995f0ff -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/commit/79c45ec053f76bb2318179e1faf92c840995f0ff You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/xfsprogs] Pushed new tag 6.10.0-1
Tobias Powalowski pushed new tag 6.10.0-1 at Arch Linux / Packaging / Packages / xfsprogs -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/tree/6.10.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/bash] Pushed new tag 5.2.032-2
Tobias Powalowski pushed new tag 5.2.032-2 at Arch Linux / Packaging / Packages / bash -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bash/-/tree/5.2.032-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/3cpio] Pushed new tag 0.3.2-1
Tobias Powalowski pushed new tag 0.3.2-1 at Arch Linux / Packaging / Packages / 3cpio -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/tree/0.3.2-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/3cpio][main] upgpkg: 0.3.2-1: update to latest version
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 3cpio Commits: 83ab794b by Tobias Powalowski at 2024-08-20T22:17:39+02:00 upgpkg: 0.3.2-1: update to latest version - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = 3cpio pkgdesc = Manage Linux kernel initramfs cpio files written in Rust - pkgver = 0.3.1 + pkgver = 0.3.2 pkgrel = 1 url = https://github.com/bdrung/3cpio arch = x86_64 @@ -20,8 +20,8 @@ pkgbase = 3cpio optdepends = lzop: Support for lzo compressed initramfs image optdepends = xz: Support for lzma or xz compressed initramfs image optdepends = zstd: Support for zstd compressed initramfs image - source = git+https://github.com/bdrung/3cpio.git#tag=0.3.1?signed + source = git+https://github.com/bdrung/3cpio.git#tag=0.3.2?signed validpgpkeys = A62D2CFBD50B9B5BF360D54B159EB5C4EFC8774C - b2sums = 13c1717f4a8c3d3e99ddaed2489d5a09df6a2bfd73ce9a369a929200196a4d2bee6be1de3effbd740bffcdc80171fe8230b70cb4b5e5bb535c5966c1b5fe80ab + b2sums = 9158ab77e8634393095ec96741c91bd9bf3e1bb10c1cdb539c7e45314e5bd248a2b3e9469fb3e86d6f6b1b1e4dcaf0ef9b6c9bdc40dab5f6382a834dc90a75e8 pkgname = 3cpio = PKGBUILD = @@ -1,7 +1,7 @@ # Maintainer: Tobias Powalowski pkgname=3cpio -pkgver=0.3.1 +pkgver=0.3.2 pkgrel=1 pkgdesc='Manage Linux kernel initramfs cpio files written in Rust' arch=('x86_64') @@ -18,7 +18,7 @@ optdepends=('bzip2: Support for bzip2 compressed initramfs image' source=(git+https://github.com/bdrung/3cpio.git#tag=$pkgver?signed) validpgpkeys=('A62D2CFBD50B9B5BF360D54B159EB5C4EFC8774C' # Benjamin Drung bdr...@debian.de ) -b2sums=('13c1717f4a8c3d3e99ddaed2489d5a09df6a2bfd73ce9a369a929200196a4d2bee6be1de3effbd740bffcdc80171fe8230b70cb4b5e5bb535c5966c1b5fe80ab') +b2sums=('9158ab77e8634393095ec96741c91bd9bf3e1bb10c1cdb539c7e45314e5bd248a2b3e9469fb3e86d6f6b1b1e4dcaf0ef9b6c9bdc40dab5f6382a834dc90a75e8') build() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/commit/83ab794bf74399123bfd383ac65d1aef86cde0af -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/commit/83ab794bf74399123bfd383ac65d1aef86cde0af You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/btrfs-progs][main] upgpkg: 6.10.1-1: update to latest version
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / btrfs-progs Commits: 55d19627 by Tobias Powalowski at 2024-08-15T21:54:10+02:00 upgpkg: 6.10.1-1: update to latest version - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = btrfs-progs pkgdesc = Btrfs filesystem utilities - pkgver = 6.10 + pkgver = 6.10.1 pkgrel = 1 url = https://btrfs.readthedocs.io install = btrfs-progs.install @@ -30,15 +30,15 @@ pkgbase = btrfs-progs conflicts = btrfs-progs-unstable replaces = btrfs-progs-unstable options = !staticlibs - source = https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.10.tar.sign - source = https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.10.tar.xz + source = https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.10.1.tar.sign + source = https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.10.1.tar.xz source = initcpio-install-btrfs source = initcpio-hook-btrfs source = btrfs-scrub@.service source = btrfs-scrub@.timer validpgpkeys = F2B41200C54EFB30380C1756C565D5F9D76D583B sha256sums = SKIP - sha256sums = 3382a84e3fcfe1ffdea07a61ab3f4e86665d38fa35f1f34548d5df867423e0df + sha256sums = 25684696bc5b5d07c98f19d4bf7a48b53ab94870ca4c468a68af3df9e2c8a35e sha256sums = bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4 sha256sums = 35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5 sha256sums = eaa7af92d28bfa8940bb551560fd7be777f9f175292eaa72b5f6ef00fb240252 = PKGBUILD = @@ -3,7 +3,7 @@ # Contributor: Tobias Powalowski pkgname=btrfs-progs -pkgver=6.10 +pkgver=6.10.1 pkgrel=1 pkgdesc='Btrfs filesystem utilities' arch=('x86_64') @@ -28,7 +28,7 @@ source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs- install=btrfs-progs.install options=(!staticlibs) sha256sums=('SKIP' -'3382a84e3fcfe1ffdea07a61ab3f4e86665d38fa35f1f34548d5df867423e0df' +'25684696bc5b5d07c98f19d4bf7a48b53ab94870ca4c468a68af3df9e2c8a35e' 'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4' '35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5' 'eaa7af92d28bfa8940bb551560fd7be777f9f175292eaa72b5f6ef00fb240252' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-progs/-/commit/55d196275624a5e11424af2c3f44ed5904604115 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-progs/-/commit/55d196275624a5e11424af2c3f44ed5904604115 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/btrfs-progs] Pushed new tag 6.10.1-1
Tobias Powalowski pushed new tag 6.10.1-1 at Arch Linux / Packaging / Packages / btrfs-progs -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-progs/-/tree/6.10.1-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/linux-firmware] Pushed new tag 20240809.59460076-1
Tobias Powalowski pushed new tag 20240809.59460076-1 at Arch Linux / Packaging / Packages / linux-firmware -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/tree/20240809.59460076-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/linux-firmware][main] upgpkg: 20240809.59460076-1: update to latest version
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / linux-firmware Commits: 94a35944 by Tobias Powalowski at 2024-08-11T20:48:50+02:00 upgpkg: 20240809.59460076-1: update to latest version - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = linux-firmware pkgdesc = Firmware files for Linux - pkgver = 20240703.e94a2a3b + pkgver = 20240809.59460076 pkgrel = 1 url = https://gitlab.com/kernel-firmware/linux-firmware arch = any @@ -11,9 +11,9 @@ pkgbase = linux-firmware makedepends = rdfind options = !strip options = !debug - source = git+https://gitlab.com/kernel-firmware/linux-firmware.git?signed#tag=20240709 + source = git+https://gitlab.com/kernel-firmware/linux-firmware.git?signed#tag=20240811 validpgpkeys = 4CDE8575E547BF835FE15807A31B6BD72486CFD6 - sha256sums = 5504403f513abdcee95756a15fb5a1ac13231e50c0dcadeeff54d5fcc0d330f5 + sha256sums = 2ff3645681d23658fa5e6ca5f9b8b383b5510c2ff46532679b8e95d693a3f0eb pkgname = linux-firmware-whence pkgdesc = Firmware files for Linux - contains the WHENCE license file which documents the vendor license details = PKGBUILD = @@ -5,8 +5,8 @@ pkgbase=linux-firmware pkgname=(linux-firmware-whence linux-firmware amd-ucode linux-firmware-{nfp,mellanox,marvell,qcom,liquidio,qlogic,bnx2x} ) -_tag=20240709 -pkgver=20240703.e94a2a3b +_tag=20240811 +pkgver=20240809.59460076 pkgrel=1 pkgdesc="Firmware files for Linux" url="https://gitlab.com/kernel-firmware/linux-firmware"; @@ -15,7 +15,7 @@ arch=('any') makedepends=('git' 'rdfind') options=(!strip !debug) source=("git+$url.git?signed#tag=${_tag}") -sha256sums=('5504403f513abdcee95756a15fb5a1ac13231e50c0dcadeeff54d5fcc0d330f5') +sha256sums=('2ff3645681d23658fa5e6ca5f9b8b383b5510c2ff46532679b8e95d693a3f0eb') validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer _backports=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/commit/94a359446345fe750510c5cbad2a1e0d2d8e6880 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/commit/94a359446345fe750510c5cbad2a1e0d2d8e6880 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/kexec-tools][main] upgpkg: 2.0.29-1: update to latest version
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / kexec-tools Commits: 09363502 by Tobias Powalowski at 2024-08-11T20:40:42+02:00 upgpkg: 2.0.29-1: update to latest version - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,16 +1,14 @@ pkgbase = kexec-tools pkgdesc = Load another kernel from the currently executing Linux kernel - pkgver = 2.0.28 - pkgrel = 2 + pkgver = 2.0.29 + pkgrel = 1 url = https://kernel.org/pub/linux/utils/kernel/kexec/ arch = x86_64 license = GPL-2.0-or-later makedepends = git depends = zlib depends = xz - source = git+https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git#tag=v2.0.28 - source = binutils-2.41.patch - b2sums = a11aaef9190cc2f4470a35085fcfc61609c356c42ded1b5269501f91bbde234401da5151f03d3fcfe9f39c8d02ff67d65549f2cdd5f2cbc551863a7d34788321 - b2sums = 57b9830fc3e522d04b8d0db091502d2b101103a68af7c3c1099ea18d8b8d8b7f4a5ccbafebda38e7c7dce43172658dff8a786a5ae4452ad40b57e0161015550e + source = git+https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git#tag=v2.0.29 + b2sums = e49b21dadc06cd91ec71a7c48e6a731a29560dde91f53cea615ffcfc747f443b5db3bfc2fe56050a2a604e4eb5b4f50788b8887e73d2f5c7e8c485a14c467580 pkgname = kexec-tools = PKGBUILD = @@ -2,23 +2,20 @@ # Maintainer: Tobias Powalowski pkgname=kexec-tools -pkgver=2.0.28 -pkgrel=2 +pkgver=2.0.29 +pkgrel=1 pkgdesc="Load another kernel from the currently executing Linux kernel" arch=('x86_64') url="https://kernel.org/pub/linux/utils/kernel/kexec/"; -source=("git+https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git#tag=v${pkgver}"; - 'binutils-2.41.patch') +source=("git+https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git#tag=v${pkgver}";) makedepends=('git') depends=('zlib' 'xz') license=('GPL-2.0-or-later') -b2sums=('a11aaef9190cc2f4470a35085fcfc61609c356c42ded1b5269501f91bbde234401da5151f03d3fcfe9f39c8d02ff67d65549f2cdd5f2cbc551863a7d34788321' - '57b9830fc3e522d04b8d0db091502d2b101103a68af7c3c1099ea18d8b8d8b7f4a5ccbafebda38e7c7dce43172658dff8a786a5ae4452ad40b57e0161015550e') +b2sums=('e49b21dadc06cd91ec71a7c48e6a731a29560dde91f53cea615ffcfc747f443b5db3bfc2fe56050a2a604e4eb5b4f50788b8887e73d2f5c7e8c485a14c467580') prepare() { cd $pkgname ./bootstrap - patch -Np1 -i $srcdir/binutils-2.41.patch } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kexec-tools/-/commit/093635024d80dbc7606e21e21296ab096febfd54 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kexec-tools/-/commit/093635024d80dbc7606e21e21296ab096febfd54 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/kexec-tools] Pushed new tag 2.0.29-1
Tobias Powalowski pushed new tag 2.0.29-1 at Arch Linux / Packaging / Packages / kexec-tools -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kexec-tools/-/tree/2.0.29-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/tdb][main] upgpkg: 1.4.12-1: update to latest version
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / tdb Commits: e8e30a2a by Tobias Powalowski at 2024-08-07T21:48:07+02:00 upgpkg: 1.4.12-1: update to latest version - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = tdb pkgdesc = Trivial Database similar to GDBM but allows simultaneous commits - pkgver = 1.4.11 + pkgver = 1.4.12 pkgrel = 1 url = https://tdb.samba.org/ arch = x86_64 @@ -11,10 +11,10 @@ pkgbase = tdb depends = glibc optdepends = python: for python bindings provides = libtdb.so - source = https://samba.org/ftp/tdb/tdb-1.4.11.tar.gz - source = https://samba.org/ftp/tdb/tdb-1.4.11.tar.asc + source = https://samba.org/ftp/tdb/tdb-1.4.12.tar.gz + source = https://samba.org/ftp/tdb/tdb-1.4.12.tar.asc validpgpkeys = 9147A339719518EE9011BCB54793916113084025 - sha512sums = 96883e3c32439a69239846904ae2718561b0c57149ac729c5b188f2615e1eb51578df56498f7b6239adea1663861d8c47790ce65e2d4d75130b41704b86b81b8 - sha512sums = SKIP + b2sums = a21d4d6335306ed43d099629960856b1f4e94be046d43b4c3d1cb7a1d929dcb7146f385d4a1c2e8ef3a22af73f7e4db9d2a6f032a7501946dd7fdcbead377661 + b2sums = SKIP pkgname = tdb = PKGBUILD = @@ -3,7 +3,7 @@ # Contributor: Tom Newsom pkgname=tdb -pkgver=1.4.11 +pkgver=1.4.12 pkgrel=1 pkgdesc='Trivial Database similar to GDBM but allows simultaneous commits' arch=(x86_64) @@ -15,8 +15,8 @@ optdepends=('python: for python bindings') provides=(libtdb.so) source=(https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar{.gz,.asc}) validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library Distribution Key -sha512sums=('96883e3c32439a69239846904ae2718561b0c57149ac729c5b188f2615e1eb51578df56498f7b6239adea1663861d8c47790ce65e2d4d75130b41704b86b81b8' -'SKIP') +b2sums=('a21d4d6335306ed43d099629960856b1f4e94be046d43b4c3d1cb7a1d929dcb7146f385d4a1c2e8ef3a22af73f7e4db9d2a6f032a7501946dd7fdcbead377661' +'SKIP') build() { cd ${pkgname}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tdb/-/commit/e8e30a2ae602be5edc216abd11e22d22c85e3d60 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tdb/-/commit/e8e30a2ae602be5edc216abd11e22d22c85e3d60 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/tdb] Pushed new tag 1.4.12-1
Tobias Powalowski pushed new tag 1.4.12-1 at Arch Linux / Packaging / Packages / tdb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tdb/-/tree/1.4.12-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/3cpio] Pushed new tag 0.3.1-1
Tobias Powalowski pushed new tag 0.3.1-1 at Arch Linux / Packaging / Packages / 3cpio -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/tree/0.3.1-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/3cpio][main] upgpkg: 0.3.1-1: update to latest version
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 3cpio Commits: 18d8e5e8 by Tobias Powalowski at 2024-08-07T21:45:06+02:00 upgpkg: 0.3.1-1: update to latest version - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = 3cpio pkgdesc = Manage Linux kernel initramfs cpio files written in Rust - pkgver = 0.3.0 - pkgrel = 2 + pkgver = 0.3.1 + pkgrel = 1 url = https://github.com/bdrung/3cpio arch = x86_64 license = ISC @@ -20,8 +20,8 @@ pkgbase = 3cpio optdepends = lzop: Support for lzo compressed initramfs image optdepends = xz: Support for lzma or xz compressed initramfs image optdepends = zstd: Support for zstd compressed initramfs image - source = git+https://github.com/bdrung/3cpio.git#tag=0.3.0?signed + source = git+https://github.com/bdrung/3cpio.git#tag=0.3.1?signed validpgpkeys = A62D2CFBD50B9B5BF360D54B159EB5C4EFC8774C - b2sums = e686ea14ef3516c0be9dea688d45e6b0ababb06320a7335e007bec1e6a53001ba426b5e019418381990c805f3d2ce3af242c1d809e4bbab3623fe6865c417cad + b2sums = 13c1717f4a8c3d3e99ddaed2489d5a09df6a2bfd73ce9a369a929200196a4d2bee6be1de3effbd740bffcdc80171fe8230b70cb4b5e5bb535c5966c1b5fe80ab pkgname = 3cpio = PKGBUILD = @@ -1,8 +1,8 @@ # Maintainer: Tobias Powalowski pkgname=3cpio -pkgver=0.3.0 -pkgrel=2 +pkgver=0.3.1 +pkgrel=1 pkgdesc='Manage Linux kernel initramfs cpio files written in Rust' arch=('x86_64') url='https://github.com/bdrung/3cpio' @@ -18,7 +18,7 @@ optdepends=('bzip2: Support for bzip2 compressed initramfs image' source=(git+https://github.com/bdrung/3cpio.git#tag=$pkgver?signed) validpgpkeys=('A62D2CFBD50B9B5BF360D54B159EB5C4EFC8774C' # Benjamin Drung bdr...@debian.de ) -b2sums=('e686ea14ef3516c0be9dea688d45e6b0ababb06320a7335e007bec1e6a53001ba426b5e019418381990c805f3d2ce3af242c1d809e4bbab3623fe6865c417cad') +b2sums=('13c1717f4a8c3d3e99ddaed2489d5a09df6a2bfd73ce9a369a929200196a4d2bee6be1de3effbd740bffcdc80171fe8230b70cb4b5e5bb535c5966c1b5fe80ab') build() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/commit/18d8e5e8ae919be9a535b05b687031dbb68df954 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/commit/18d8e5e8ae919be9a535b05b687031dbb68df954 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/hwdata] Pushed new tag 0.385-1
Tobias Powalowski pushed new tag 0.385-1 at Arch Linux / Packaging / Packages / hwdata -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/tree/0.385-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/hwdata][main] upgpkg: 0.385-1: update to latest version
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / hwdata Commits: f04e715b by Tobias Powalowski at 2024-08-07T21:42:55+02:00 upgpkg: 0.385-1: update to latest version - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,14 +1,14 @@ pkgbase = hwdata pkgdesc = hardware identification databases - pkgver = 0.384 + pkgver = 0.385 pkgrel = 1 url = https://github.com/vcrhonek/hwdata arch = any license = GPL-2.0-or-later makedepends = git replaces = hwids - source = git+https://github.com/vcrhonek/hwdata.git#tag=v0.384?signed + source = git+https://github.com/vcrhonek/hwdata.git#tag=v0.385?signed validpgpkeys = 3C40194FB79138CE0F78FD4919C2F062574F5403 - b2sums = ca092db03223ca9f3979067d4483b3c0ffcc59fd188d5e7429f4b2db7cd1870de06df638b9b6072a06e2525a6b38bb2d6d3e40655d0f80951028e8c20810389c + b2sums = 6df00bd839bee017948e14143b8aeb12350fa612c9dc53f76295c647508635aeef1396ef1cd76679fa6d60de93624402ed67ef1cac5a5b20504085d5e90ab36c pkgname = hwdata = PKGBUILD = @@ -1,6 +1,6 @@ # Maintainer: Tobias Powalowski pkgname=hwdata -pkgver=0.384 +pkgver=0.385 pkgrel=1 pkgdesc="hardware identification databases" makedepends=('git') @@ -10,7 +10,7 @@ license=('GPL-2.0-or-later') arch=('any') source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}?signed";) validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek -b2sums=('ca092db03223ca9f3979067d4483b3c0ffcc59fd188d5e7429f4b2db7cd1870de06df638b9b6072a06e2525a6b38bb2d6d3e40655d0f80951028e8c20810389c') +b2sums=('6df00bd839bee017948e14143b8aeb12350fa612c9dc53f76295c647508635aeef1396ef1cd76679fa6d60de93624402ed67ef1cac5a5b20504085d5e90ab36c') build() { cd ${pkgname} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/commit/f04e715b7beb8e207c01f9c82e3710bdf01019f3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/commit/f04e715b7beb8e207c01f9c82e3710bdf01019f3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/sssd] Pushed new tag 2.9.5-3
Tobias Powalowski pushed new tag 2.9.5-3 at Arch Linux / Packaging / Packages / sssd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sssd/-/tree/2.9.5-3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/sssd][main] upgpkg: 2.9.5-3: rebuild against samba 4.20.4
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / sssd Commits: be3a9073 by Tobias Powalowski at 2024-08-06T20:34:19+02:00 upgpkg: 2.9.5-3: rebuild against samba 4.20.4 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = sssd pkgdesc = System Security Services Daemon pkgver = 2.9.5 - pkgrel = 2 + pkgrel = 3 url = https://github.com/SSSD/sssd arch = x86_64 license = GPL-3.0-or-later = PKGBUILD = @@ -3,7 +3,7 @@ pkgname=sssd pkgver=2.9.5 -pkgrel=2 +pkgrel=3 pkgdesc="System Security Services Daemon" arch=('x86_64') url="https://github.com/SSSD/sssd"; View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sssd/-/commit/be3a9073ea702f55b7862b2b11b253d520257670 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sssd/-/commit/be3a9073ea702f55b7862b2b11b253d520257670 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/samba] Pushed new tag 4.20.4-1
Tobias Powalowski pushed new tag 4.20.4-1 at Arch Linux / Packaging / Packages / samba -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/tree/4.20.4-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/samba][main] upgpkg: 4.20.4-1: update to latest version
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / samba Commits: 6dbb49cf by Tobias Powalowski at 2024-08-06T20:27:23+02:00 upgpkg: 4.20.4-1: update to latest version - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,5 +1,5 @@ pkgbase = samba - pkgver = 4.20.3 + pkgver = 4.20.4 pkgrel = 1 url = https://www.samba.org arch = x86_64 @@ -36,13 +36,13 @@ pkgbase = samba optdepends = python-dnspython: samba_dnsupdate and samba_upgradedns in AD setup optdepends = python-markdown: for samba-tool domain schemeupgrade optdepends = glusterfs: for vfs_glusterfs support - source = https://us1.samba.org/samba/ftp/stable/samba-4.20.3.tar.gz - source = https://us1.samba.org/samba/ftp/stable/samba-4.20.3.tar.asc + source = https://us1.samba.org/samba/ftp/stable/samba-4.20.4.tar.gz + source = https://us1.samba.org/samba/ftp/stable/samba-4.20.4.tar.asc source = samba.logrotate source = samba.pam source = samba.conf validpgpkeys = 81F5E2832BD2545A1897B713AA99442FB680B620 - sha512sums = 47874ff30ba65b135afe5dee5b6b70636558f175c31f89010c4e2296c3abd3421192ba7b383a2029d5a66102c23044807bb6891c13030f5ec7d7361d16a4d3fd + sha512sums = de1007a1afd634ca8a65b34ff76036ce59609d35ec09f344c80066f07289a9bc87e5b1430d628ded82b109569049f89f3e6f148a8f22abd5ad91cd7a172207cc sha512sums = SKIP sha512sums = 2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858 sha512sums = 1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67 @@ -88,7 +88,7 @@ pkgname = samba depends = libbsd depends = python depends = tdb - depends = smbclient>=4.20.3 + depends = smbclient>=4.20.4 depends = gpgme depends = libldb.so depends = libtdb.so = PKGBUILD = @@ -9,7 +9,7 @@ pkgbase=samba pkgname=('libwbclient' 'smbclient' 'samba') -pkgver=4.20.3 +pkgver=4.20.4 pkgrel=1 arch=(x86_64) url="https://www.samba.org"; @@ -29,7 +29,7 @@ source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc samba.pam samba.conf) validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution Verification Key -sha512sums=('47874ff30ba65b135afe5dee5b6b70636558f175c31f89010c4e2296c3abd3421192ba7b383a2029d5a66102c23044807bb6891c13030f5ec7d7361d16a4d3fd' +sha512sums=('de1007a1afd634ca8a65b34ff76036ce59609d35ec09f344c80066f07289a9bc87e5b1430d628ded82b109569049f89f3e6f148a8f22abd5ad91cd7a172207cc' 'SKIP' '2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858' '1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/commit/6dbb49cff9ba06ace37cff28a4d724b6eb67cb2a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/commit/6dbb49cff9ba06ace37cff28a4d724b6eb67cb2a You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/cracklib] Pushed new tag 2.10.2-1
Tobias Powalowski pushed new tag 2.10.2-1 at Arch Linux / Packaging / Packages / cracklib -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cracklib/-/tree/2.10.2-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/cracklib][main] upgpkg: 2.10.2-1: update to latest version
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / cracklib Commits: 7799c6de by Tobias Powalowski at 2024-08-06T08:40:26+02:00 upgpkg: 2.10.2-1: update to latest version - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,13 +1,13 @@ pkgbase = cracklib pkgdesc = Password Checking Library - pkgver = 2.10.1 + pkgver = 2.10.2 pkgrel = 1 url = https://github.com/cracklib/cracklib arch = x86_64 license = GPL-2.0-or-later depends = glibc depends = zlib - source = https://github.com/cracklib/cracklib/releases/download/v2.10.1/cracklib-2.10.1.tar.gz - b2sums = 8b9bd0a205d1213321e2c45369ec9ef88f00dff47fdb63bec2aaf6da598e47ffdcc123b96a6a0278ceb15b0522fbc73de4a2047174f14b74d8ef7d9d04d74ca6 + source = https://github.com/cracklib/cracklib/releases/download/v2.10.2/cracklib-2.10.2.tar.gz + b2sums = 6a5e7fe2be0bcfbdd6f5e2d85dd83065fc0c60f5a25b9a487c2066ada7326504f4491f7c7415a53a7dbe074520c2d7866ae6d791407928a05d26dcd42ed76b79 pkgname = cracklib = PKGBUILD = @@ -2,7 +2,7 @@ # Contributor: Federico Quagliata (quaqo) pkgname=cracklib -pkgver=2.10.1 +pkgver=2.10.2 pkgrel=1 pkgdesc="Password Checking Library" arch=('x86_64') @@ -10,7 +10,7 @@ license=('GPL-2.0-or-later') url="https://github.com/cracklib/cracklib"; depends=('glibc' 'zlib') source=(https://github.com/cracklib/cracklib/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz) -b2sums=('8b9bd0a205d1213321e2c45369ec9ef88f00dff47fdb63bec2aaf6da598e47ffdcc123b96a6a0278ceb15b0522fbc73de4a2047174f14b74d8ef7d9d04d74ca6') +b2sums=('6a5e7fe2be0bcfbdd6f5e2d85dd83065fc0c60f5a25b9a487c2066ada7326504f4491f7c7415a53a7dbe074520c2d7866ae6d791407928a05d26dcd42ed76b79') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cracklib/-/commit/7799c6dedfdde3e16728e41dcca7ba30358793fb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cracklib/-/commit/7799c6dedfdde3e16728e41dcca7ba30358793fb You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/sssd] Pushed new tag 2.9.5-2
Tobias Powalowski pushed new tag 2.9.5-2 at Arch Linux / Packaging / Packages / sssd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sssd/-/tree/2.9.5-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/sssd][main] upgpkg: 2.9.5-2: fix issue #3, rebuild against smbclient 4.20.3 which breaks abi
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / sssd Commits: 768c1779 by Tobias Powalowski at 2024-08-05T11:03:01+02:00 upgpkg: 2.9.5-2: fix issue #3, rebuild against smbclient 4.20.3 which breaks abi - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = sssd pkgdesc = System Security Services Daemon pkgver = 2.9.5 - pkgrel = 1 + pkgrel = 2 url = https://github.com/SSSD/sssd arch = x86_64 license = GPL-3.0-or-later = PKGBUILD = @@ -3,7 +3,7 @@ pkgname=sssd pkgver=2.9.5 -pkgrel=1 +pkgrel=2 pkgdesc="System Security Services Daemon" arch=('x86_64') url="https://github.com/SSSD/sssd"; View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sssd/-/commit/768c17797d7b11c4a9459ad25d231b838a6a4190 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sssd/-/commit/768c17797d7b11c4a9459ad25d231b838a6a4190 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/3cpio] Pushed new tag 0.3.0-2
Tobias Powalowski pushed new tag 0.3.0-2 at Arch Linux / Packaging / Packages / 3cpio -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/tree/0.3.0-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/3cpio][main] upgpkg: 0.3.0-1: update to latest version
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 3cpio Commits: 604e2f12 by Tobias Powalowski at 2024-08-03T09:35:47+02:00 upgpkg: 0.3.0-1: update to latest version - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,10 +1,11 @@ pkgbase = 3cpio pkgdesc = Manage Linux kernel initramfs cpio files written in Rust - pkgver = 0.2.0 - pkgrel = 4 + pkgver = 0.3.0 + pkgrel = 1 url = https://github.com/bdrung/3cpio arch = x86_64 license = ISC + makedepends = git makedepends = rust makedepends = bzip2 makedepends = gzip @@ -19,13 +20,7 @@ pkgbase = 3cpio optdepends = lzop: Support for lzo compressed initramfs image optdepends = xz: Support for lzma or xz compressed initramfs image optdepends = zstd: Support for zstd compressed initramfs image - source = 3cpio-0.2.0.tar.gz::https://github.com/bdrung/3cpio/archive/refs/tags/0.2.0.tar.gz - source = fix-xattrs.patch::https://github.com/bdrung/3cpio/pull/6/commits/7d8098a0eb60c2751a5994246cb9a0b53968bc22.patch - source = add-integration-test.patch::https://github.com/bdrung/3cpio/commit/e6364f443420e64779e0c32a14088ac2ba2f1aae.patch - source = symlink-preserve.patch::https://github.com/bdrung/3cpio/commit/b0129c635f1276971aacca56c0dd10caf9931015.patch - b2sums = 454a4e5a9b689088a590515479ba21e4d72c0edd41b2ddd207ec0bc99ca6dde06664168e2a4f59f3609c68c10a7f0e4585820c4aeb7f5dcb1c174f38189c3387 - b2sums = 42cdf809a3afde98e47964d56a12f550dce3e045845fd4d5ab971356994a07a22be6a9e8de72987aa1d86cc651dd67e8107e23a30ff749e3c80b9cf689b6ee56 - b2sums = 5a4e2c68236968a77fc92ef3e09b38b55c0fa9073b4ab26d5958b1e661a9d16b3ed444e88189811e2b1c59818670b1e6b0d019ce3e4d297fd6fd87f8b657f286 - b2sums = 5b82ca56f816d560ab2b86edc79fcc4f1e23f57ae42a7e1f41a05f03de81ab7b5aae9d1f99bf81cb1db14cefa8571f2b7f638cc42f8dbebaeaab1d57ba9e490e + source = git+https://github.com/bdrung/3cpio.git#tag=0.3.0 + b2sums = e686ea14ef3516c0be9dea688d45e6b0ababb06320a7335e007bec1e6a53001ba426b5e019418381990c805f3d2ce3af242c1d809e4bbab3623fe6865c417cad pkgname = 3cpio = PKGBUILD = @@ -1,48 +1,37 @@ # Maintainer: Tobias Powalowski pkgname=3cpio -pkgver=0.2.0 -pkgrel=4 +pkgver=0.3.0 +pkgrel=1 pkgdesc='Manage Linux kernel initramfs cpio files written in Rust' arch=('x86_64') url='https://github.com/bdrung/3cpio' license=('ISC') depends=('glibc' 'gcc-libs') -makedepends=('rust' 'bzip2' 'gzip' 'lz4' 'lzop' 'xz' 'zstd') +makedepends=('git' 'rust' 'bzip2' 'gzip' 'lz4' 'lzop' 'xz' 'zstd') optdepends=('bzip2: Support for bzip2 compressed initramfs image' 'lz4: Support for lz4 compressed initramfs image' 'lzop: Support for lzo compressed initramfs image' 'xz: Support for lzma or xz compressed initramfs image' 'zstd: Support for zstd compressed initramfs image' ) -source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz" - fix-xattrs.patch::$url/pull/6/commits/7d8098a0eb60c2751a5994246cb9a0b53968bc22.patch - add-integration-test.patch::$url/commit/e6364f443420e64779e0c32a14088ac2ba2f1aae.patch - symlink-preserve.patch::$url/commit/b0129c635f1276971aacca56c0dd10caf9931015.patch) -b2sums=('454a4e5a9b689088a590515479ba21e4d72c0edd41b2ddd207ec0bc99ca6dde06664168e2a4f59f3609c68c10a7f0e4585820c4aeb7f5dcb1c174f38189c3387' - '42cdf809a3afde98e47964d56a12f550dce3e045845fd4d5ab971356994a07a22be6a9e8de72987aa1d86cc651dd67e8107e23a30ff749e3c80b9cf689b6ee56' - '5a4e2c68236968a77fc92ef3e09b38b55c0fa9073b4ab26d5958b1e661a9d16b3ed444e88189811e2b1c59818670b1e6b0d019ce3e4d297fd6fd87f8b657f286' - '5b82ca56f816d560ab2b86edc79fcc4f1e23f57ae42a7e1f41a05f03de81ab7b5aae9d1f99bf81cb1db14cefa8571f2b7f638cc42f8dbebaeaab1d57ba9e490e') - -prepare() { - cd $pkgname-$pkgver - patch -Np1 -i ../fix-xattrs.patch - patch -Np1 -i ../add-integration-test.patch - patch -Np1 -i ../symlink-preserve.patch -} +source=(git+https://github.com/bdrung/3cpio.git#tag=$pkgver) +validgpgkeys=('159EB5C4EFC8774C' # Benjamin Drung bdr...@debian.de +) +b2sums=('e686ea14ef3516c0be9dea688d45e6b0ababb06320a7335e007bec1e6a53001ba426b5e019418381990c805f3d2ce3af242c1d809e4bbab3623fe6865c417cad') build() { - cd $pkgname-$pkgver + cd $pkgname cargo build --release --locked } check() { - cd $pkgname-$pkgver + cd $pkgname cargo test --release --locked } package() { - cd $pkgname-$pkgver + cd $pkgname install -Dm755 "target/release/3cpio" "$pkgdir/usr/bin/3cpio" install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/commit/604e2f12293823b3412bb06b
[Git][archlinux/packaging/packages/3cpio] Pushed new tag 0.3.0-1
Tobias Powalowski pushed new tag 0.3.0-1 at Arch Linux / Packaging / Packages / 3cpio -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/3cpio/-/tree/0.3.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/readline] Pushed new tag 8.2.013-1
Tobias Powalowski pushed new tag 8.2.013-1 at Arch Linux / Packaging / Packages / readline -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/readline/-/tree/8.2.013-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/samba][main] upgpkg: 4.20.3-1: update to latest version
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / samba Commits: 7d8235e7 by Tobias Powalowski at 2024-08-02T15:34:44+02:00 upgpkg: 4.20.3-1: update to latest version - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = samba - pkgver = 4.20.2 - pkgrel = 2 + pkgver = 4.20.3 + pkgrel = 1 url = https://www.samba.org arch = x86_64 license = GPL-3.0-or-later @@ -36,13 +36,13 @@ pkgbase = samba optdepends = python-dnspython: samba_dnsupdate and samba_upgradedns in AD setup optdepends = python-markdown: for samba-tool domain schemeupgrade optdepends = glusterfs: for vfs_glusterfs support - source = https://us1.samba.org/samba/ftp/stable/samba-4.20.2.tar.gz - source = https://us1.samba.org/samba/ftp/stable/samba-4.20.2.tar.asc + source = https://us1.samba.org/samba/ftp/stable/samba-4.20.3.tar.gz + source = https://us1.samba.org/samba/ftp/stable/samba-4.20.3.tar.asc source = samba.logrotate source = samba.pam source = samba.conf validpgpkeys = 81F5E2832BD2545A1897B713AA99442FB680B620 - sha512sums = ff2c24314c6a35cc42db36a9021241b1323e810bf746e3975bc103f26daf395cd3c32da72e7172e322dee480587bbb1daac939e9851ff65be493be6fb4fc3eda + sha512sums = 47874ff30ba65b135afe5dee5b6b70636558f175c31f89010c4e2296c3abd3421192ba7b383a2029d5a66102c23044807bb6891c13030f5ec7d7361d16a4d3fd sha512sums = SKIP sha512sums = 2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858 sha512sums = 1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67 @@ -88,7 +88,7 @@ pkgname = samba depends = libbsd depends = python depends = tdb - depends = smbclient>=4.20.2 + depends = smbclient>=4.20.3 depends = gpgme depends = libldb.so depends = libtdb.so = PKGBUILD = @@ -9,8 +9,8 @@ pkgbase=samba pkgname=('libwbclient' 'smbclient' 'samba') -pkgver=4.20.2 -pkgrel=2 +pkgver=4.20.3 +pkgrel=1 arch=(x86_64) url="https://www.samba.org"; license=('GPL-3.0-or-later') @@ -29,7 +29,7 @@ source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc samba.pam samba.conf) validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution Verification Key -sha512sums=('ff2c24314c6a35cc42db36a9021241b1323e810bf746e3975bc103f26daf395cd3c32da72e7172e322dee480587bbb1daac939e9851ff65be493be6fb4fc3eda' +sha512sums=('47874ff30ba65b135afe5dee5b6b70636558f175c31f89010c4e2296c3abd3421192ba7b383a2029d5a66102c23044807bb6891c13030f5ec7d7361d16a4d3fd' 'SKIP' '2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858' '1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/commit/7d8235e7b2ef34e73a4e0f6089a5f4b178105976 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/commit/7d8235e7b2ef34e73a4e0f6089a5f4b178105976 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/samba] Pushed new tag 4.20.3-1
Tobias Powalowski pushed new tag 4.20.3-1 at Arch Linux / Packaging / Packages / samba -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/tree/4.20.3-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/tdb][main] upgpkg: 1.4.11-1: update to latest version
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / tdb Commits: a6608fb3 by Tobias Powalowski at 2024-08-01T17:14:05+02:00 upgpkg: 1.4.11-1: update to latest version - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = tdb pkgdesc = Trivial Database similar to GDBM but allows simultaneous commits - pkgver = 1.4.10 - pkgrel = 3 + pkgver = 1.4.11 + pkgrel = 1 url = https://tdb.samba.org/ arch = x86_64 license = GPL-3.0-or-later @@ -11,10 +11,10 @@ pkgbase = tdb depends = glibc optdepends = python: for python bindings provides = libtdb.so - source = https://samba.org/ftp/tdb/tdb-1.4.10.tar.gz - source = https://samba.org/ftp/tdb/tdb-1.4.10.tar.asc + source = https://samba.org/ftp/tdb/tdb-1.4.11.tar.gz + source = https://samba.org/ftp/tdb/tdb-1.4.11.tar.asc validpgpkeys = 9147A339719518EE9011BCB54793916113084025 - sha512sums = b5147d811617d90a025d1070abf16c42744b3fc3cac1042fbff03b1e635af2eaf9c957a7bffdb3f56b4a0c775b44f8027def9f23deb1b3ede817b95bbece2ce9 + sha512sums = 96883e3c32439a69239846904ae2718561b0c57149ac729c5b188f2615e1eb51578df56498f7b6239adea1663861d8c47790ce65e2d4d75130b41704b86b81b8 sha512sums = SKIP pkgname = tdb = PKGBUILD = @@ -3,8 +3,8 @@ # Contributor: Tom Newsom pkgname=tdb -pkgver=1.4.10 -pkgrel=3 +pkgver=1.4.11 +pkgrel=1 pkgdesc='Trivial Database similar to GDBM but allows simultaneous commits' arch=(x86_64) license=('GPL-3.0-or-later') @@ -15,7 +15,7 @@ optdepends=('python: for python bindings') provides=(libtdb.so) source=(https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar{.gz,.asc}) validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library Distribution Key -sha512sums=('b5147d811617d90a025d1070abf16c42744b3fc3cac1042fbff03b1e635af2eaf9c957a7bffdb3f56b4a0c775b44f8027def9f23deb1b3ede817b95bbece2ce9' +sha512sums=('96883e3c32439a69239846904ae2718561b0c57149ac729c5b188f2615e1eb51578df56498f7b6239adea1663861d8c47790ce65e2d4d75130b41704b86b81b8' 'SKIP') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tdb/-/commit/a6608fb3442557272a0d856e482f8b143bd5285e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tdb/-/commit/a6608fb3442557272a0d856e482f8b143bd5285e You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/tdb] Pushed new tag 1.4.11-1
Tobias Powalowski pushed new tag 1.4.11-1 at Arch Linux / Packaging / Packages / tdb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tdb/-/tree/1.4.11-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/ldb][main] upgpkg: 2:2.9.1-2: rebuild against latest tdb
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / ldb Commits: 81e89f29 by Tobias Powalowski at 2024-08-01T17:13:48+02:00 upgpkg: 2:2.9.1-2: rebuild against latest tdb - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = ldb pkgdesc = Schema-less, ldap like, API and database pkgver = 2.9.1 - pkgrel = 1 + pkgrel = 2 epoch = 2 url = https://ldb.samba.org/ arch = x86_64 = PKGBUILD = @@ -4,7 +4,7 @@ pkgname=ldb pkgver=2.9.1 -pkgrel=1 +pkgrel=2 epoch=2 pkgdesc='Schema-less, ldap like, API and database' arch=('x86_64') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ldb/-/commit/81e89f29632b461abd69d0e59b84fe2c99b4a278 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ldb/-/commit/81e89f29632b461abd69d0e59b84fe2c99b4a278 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/ldb] Pushed new tag 2-2.9.1-2
Tobias Powalowski pushed new tag 2-2.9.1-2 at Arch Linux / Packaging / Packages / ldb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ldb/-/tree/2-2.9.1-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/samba][main] upgpkg: 4.20.2-2: rebuild against latest tdb
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / samba Commits: f16ec8eb by Tobias Powalowski at 2024-08-01T17:13:22+02:00 upgpkg: 4.20.2-2: rebuild against latest tdb - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = samba pkgver = 4.20.2 - pkgrel = 1 + pkgrel = 2 url = https://www.samba.org arch = x86_64 license = GPL-3.0-or-later = PKGBUILD = @@ -10,7 +10,7 @@ pkgbase=samba pkgname=('libwbclient' 'smbclient' 'samba') pkgver=4.20.2 -pkgrel=1 +pkgrel=2 arch=(x86_64) url="https://www.samba.org"; license=('GPL-3.0-or-later') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/commit/f16ec8ebbd7897e6be3cc070227568e2be1c7d25 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/commit/f16ec8ebbd7897e6be3cc070227568e2be1c7d25 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/samba] Pushed new tag 4.20.2-2
Tobias Powalowski pushed new tag 4.20.2-2 at Arch Linux / Packaging / Packages / samba -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/tree/4.20.2-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/bash] Pushed new tag 5.2.032-1
Tobias Powalowski pushed new tag 5.2.032-1 at Arch Linux / Packaging / Packages / bash -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bash/-/tree/5.2.032-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/btrfs-progs][main] upgpkg: 6.10-1: update to latest version
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / btrfs-progs Commits: 2a9cefa4 by Tobias Powalowski at 2024-08-01T16:06:17+02:00 upgpkg: 6.10-1: update to latest version - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = btrfs-progs pkgdesc = Btrfs filesystem utilities - pkgver = 6.9.2 + pkgver = 6.10 pkgrel = 1 url = https://btrfs.readthedocs.io install = btrfs-progs.install @@ -30,15 +30,15 @@ pkgbase = btrfs-progs conflicts = btrfs-progs-unstable replaces = btrfs-progs-unstable options = !staticlibs - source = https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.9.2.tar.sign - source = https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.9.2.tar.xz + source = https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.10.tar.sign + source = https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.10.tar.xz source = initcpio-install-btrfs source = initcpio-hook-btrfs source = btrfs-scrub@.service source = btrfs-scrub@.timer validpgpkeys = F2B41200C54EFB30380C1756C565D5F9D76D583B sha256sums = SKIP - sha256sums = 43865bb272dc0ab2585de3605434d81ba217578f0897bf700cd36c14ac40652a + sha256sums = 3382a84e3fcfe1ffdea07a61ab3f4e86665d38fa35f1f34548d5df867423e0df sha256sums = bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4 sha256sums = 35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5 sha256sums = eaa7af92d28bfa8940bb551560fd7be777f9f175292eaa72b5f6ef00fb240252 = PKGBUILD = @@ -3,7 +3,7 @@ # Contributor: Tobias Powalowski pkgname=btrfs-progs -pkgver=6.9.2 +pkgver=6.10 pkgrel=1 pkgdesc='Btrfs filesystem utilities' arch=('x86_64') @@ -28,7 +28,7 @@ source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs- install=btrfs-progs.install options=(!staticlibs) sha256sums=('SKIP' -'43865bb272dc0ab2585de3605434d81ba217578f0897bf700cd36c14ac40652a' +'3382a84e3fcfe1ffdea07a61ab3f4e86665d38fa35f1f34548d5df867423e0df' 'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4' '35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5' 'eaa7af92d28bfa8940bb551560fd7be777f9f175292eaa72b5f6ef00fb240252' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-progs/-/commit/2a9cefa43d20204b4a094c59ea9eeb84a0d10463 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-progs/-/commit/2a9cefa43d20204b4a094c59ea9eeb84a0d10463 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/btrfs-progs] Pushed new tag 6.10-1
Tobias Powalowski pushed new tag 6.10-1 at Arch Linux / Packaging / Packages / btrfs-progs -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-progs/-/tree/6.10-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/hwdetect] Pushed new tag 2024.07.29.0933-1
Tobias Powalowski pushed new tag 2024.07.29.0933-1 at Arch Linux / Packaging / Packages / hwdetect -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/tree/2024.07.29.0933-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/hwdetect][main] upgpkg: 2024.07.29.0933-1: replace cut with rg
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / hwdetect Commits: 5131e15b by Tobias Powalowski at 2024-07-29T09:35:13+02:00 upgpkg: 2024.07.29.0933-1: replace cut with rg - - - - - 3 changed files: - .SRCINFO - PKGBUILD - hwdetect Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = hwdetect pkgdesc = Hardware detection script with loading modules and mkinitcpio.conf - pkgver = 2024.07.22.2117 + pkgver = 2024.07.29.0933 pkgrel = 1 url = https://archlinux.org/packages/extra/any/hwdetect/ arch = any @@ -15,6 +15,6 @@ pkgbase = hwdetect optdepends = lvm2: for lvm2 mkinitcpio config support optdepends = mdadm: for raid mkinitcpio config support source = hwdetect - b2sums = 8f1292e48556a14848ddc1643e2620478a81d32b47807e85e276b7a6eaa375cdb2a4cfdc58b1567c1bfd37d1825e7d9325831f55a0a0c5ee1ec77e3be48c2365 + b2sums = 98648dd434ee1303ad9f5c3591b2098b29035d2ab411e25549e8a4464b65eae98e3e35e57892f85dd8be4e3a95ef7cbec4c0f10bdf23affb82c35d3cc88d9d2f pkgname = hwdetect = PKGBUILD = @@ -1,6 +1,6 @@ # Maintainer: Tobias Powalowski pkgname=hwdetect -pkgver=2024.07.22.2117 +pkgver=2024.07.29.0933 pkgrel=1 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf" arch=(any) @@ -11,7 +11,7 @@ optdepends=('cryptsetup: for encrypt mkinitcpio config support' 'lvm2: for lvm2 mkinitcpio config support' 'mdadm: for raid mkinitcpio config support') source=(hwdetect) -b2sums=('8f1292e48556a14848ddc1643e2620478a81d32b47807e85e276b7a6eaa375cdb2a4cfdc58b1567c1bfd37d1825e7d9325831f55a0a0c5ee1ec77e3be48c2365') +b2sums=('98648dd434ee1303ad9f5c3591b2098b29035d2ab411e25549e8a4464b65eae98e3e35e57892f85dd8be4e3a95ef7cbec4c0f10bdf23affb82c35d3cc88d9d2f') package() { install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect" = hwdetect = @@ -84,10 +84,10 @@ EOF _parameter() { while [ -n "${1}" ]; do case ${1} in ---root_directory=*) _ROOT_DIRECTORY="$(echo "${1}" | cut -d '=' -f 2)" ;; ---kernel_version=*) _KERNEL_VERSION="$(echo "${1}" | cut -d '=' -f 2)" ;; ---rootdevice=*) _ROOTDEVICE="$(echo "${1}" | cut -d '=' -f 2)" ;; ---hooks-dir=*) _HOOKS_DIR="$(echo "${1}" | cut -d '=' -f 2)" ;; +--root_directory=*) _ROOT_DIRECTORY="$(echo "${1}" | rg -o '=(.*)' -r '$1')" ;; +--kernel_version=*) _KERNEL_VERSION="$(echo "${1}" | rg -o '=(.*)' -r '$1')" ;; +--rootdevice=*) _ROOTDEVICE="$(echo "${1}" | rg -o '=(.*)' -r '$1')" ;; +--hooks-dir=*) _HOOKS_DIR="$(echo "${1}" | rg -o '=(.*)' -r '$1')" ;; esac shift done View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/5131e15babdad1032e6183ec7fdd4238e35d0ff2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/5131e15babdad1032e6183ec7fdd4238e35d0ff2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/cracklib][main] upgpkg: 2.10.1-1: update to latest version
Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / cracklib Commits: 29d8c063 by Tobias Powalowski at 2024-07-26T11:06:37+02:00 upgpkg: 2.10.1-1: update to latest version - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,13 +1,13 @@ pkgbase = cracklib pkgdesc = Password Checking Library - pkgver = 2.10.0 + pkgver = 2.10.1 pkgrel = 1 url = https://github.com/cracklib/cracklib arch = x86_64 license = GPL-2.0-or-later depends = glibc depends = zlib - source = https://github.com/cracklib/cracklib/releases/download/v2.10.0/cracklib-2.10.0.tar.gz - b2sums = ad172de422d4626308a2ebd8637e702efcbc61a6a9c2ba77a8aeb4590df2aa03980ea353710cca1cb48c2361b8ef410f9abcd52138cecb00a2bf627a1fdb9769 + source = https://github.com/cracklib/cracklib/releases/download/v2.10.1/cracklib-2.10.1.tar.gz + b2sums = 8b9bd0a205d1213321e2c45369ec9ef88f00dff47fdb63bec2aaf6da598e47ffdcc123b96a6a0278ceb15b0522fbc73de4a2047174f14b74d8ef7d9d04d74ca6 pkgname = cracklib = PKGBUILD = @@ -2,7 +2,7 @@ # Contributor: Federico Quagliata (quaqo) pkgname=cracklib -pkgver=2.10.0 +pkgver=2.10.1 pkgrel=1 pkgdesc="Password Checking Library" arch=('x86_64') @@ -10,7 +10,7 @@ license=('GPL-2.0-or-later') url="https://github.com/cracklib/cracklib"; depends=('glibc' 'zlib') source=(https://github.com/cracklib/cracklib/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz) -b2sums=('ad172de422d4626308a2ebd8637e702efcbc61a6a9c2ba77a8aeb4590df2aa03980ea353710cca1cb48c2361b8ef410f9abcd52138cecb00a2bf627a1fdb9769') +b2sums=('8b9bd0a205d1213321e2c45369ec9ef88f00dff47fdb63bec2aaf6da598e47ffdcc123b96a6a0278ceb15b0522fbc73de4a2047174f14b74d8ef7d9d04d74ca6') build() { cd $pkgname-$pkgver @@ -20,9 +20,7 @@ build() { check() { cd $pkgname-$pkgver - # parallel running is broken in 2.10.0 - # https://github.com/cracklib/cracklib/issues/93 - make -j1 check + make check } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cracklib/-/commit/29d8c063bf5cab2938e749435717095ac1871dbb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cracklib/-/commit/29d8c063bf5cab2938e749435717095ac1871dbb You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/cracklib] Pushed new tag 2.10.1-1
Tobias Powalowski pushed new tag 2.10.1-1 at Arch Linux / Packaging / Packages / cracklib -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cracklib/-/tree/2.10.1-1 You're receiving this email because of your account on gitlab.archlinux.org.