[Git][archlinux/packaging/packages/xfsprogs][main] upgpkg: 6.8.0-2: rebuild against staging

2024-05-17 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
xfsprogs


Commits:
2224c435 by Tobias Powalowski at 2024-05-17T19:43:26+02:00
upgpkg: 6.8.0-2: rebuild against staging

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = xfsprogs
pkgdesc = XFS filesystem utilities
pkgver = 6.8.0
-   pkgrel = 1
+   pkgrel = 2
url = https://xfs.wiki.kernel.org
arch = x86_64
license = GPL-2.0-only


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=xfsprogs
 pkgver=6.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="XFS filesystem utilities"
 arch=('x86_64')
 license=('GPL-2.0-only' 'LGPL-2.1-only')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/commit/2224c435f9bb5d4759678cb761548ff5839fc82d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/commit/2224c435f9bb5d4759678cb761548ff5839fc82d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xfsprogs] Pushed new tag 6.8.0-2

2024-05-17 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 6.8.0-2 at Arch Linux / Packaging / Packages / 
xfsprogs

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/tree/6.8.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xfsprogs][main] upgpkg: 6.8.0-1: update to latest version

2024-05-17 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
xfsprogs


Commits:
8ea88063 by Tobias Powalowski at 2024-05-17T19:33:19+02:00
upgpkg: 6.8.0-1: update to latest version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = xfsprogs
pkgdesc = XFS filesystem utilities
-   pkgver = 6.7.0
-   pkgrel = 2
+   pkgver = 6.8.0
+   pkgrel = 1
url = https://xfs.wiki.kernel.org
arch = x86_64
license = GPL-2.0-only
@@ -17,9 +17,9 @@ pkgbase = xfsprogs
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.7.0
+   source = 
git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v6.8.0
validpgpkeys = 2B8185919E8D248981869DED20AE1692E13DDEE0
validpgpkeys = 4020459E58C1A52511F5399113F703E6C11CF6F0
-   b2sums = 
810ffde66e8de47ce264406591ef6fd6f24b52ab44a0b7a58f7858c8eee442c9f33988f968940560ab5a455ceac7c9b2de1376f3fba816d19eec81f3e92d8529
+   b2sums = 
0797e57b0c6a7512233d431832e966a2a03659c2ea5f80255e13f26ea2d0f61cfecaf4603fc1636b008b77ff9c946b06fbf77a1cd23e9583c7f782d098772099
 
 pkgname = xfsprogs


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=xfsprogs
-pkgver=6.7.0
-pkgrel=2
+pkgver=6.8.0
+pkgrel=1
 pkgdesc="XFS filesystem utilities"
 arch=('x86_64')
 license=('GPL-2.0-only' 'LGPL-2.1-only')
@@ -14,7 +14,7 @@ optdepends=('icu: for xfs_scrub'
 makedepends=('git' 'icu')
 options=('!makeflags')
 
source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v${pkgver};)
-b2sums=('810ffde66e8de47ce264406591ef6fd6f24b52ab44a0b7a58f7858c8eee442c9f33988f968940560ab5a455ceac7c9b2de1376f3fba816d19eec81f3e92d8529')
+b2sums=('0797e57b0c6a7512233d431832e966a2a03659c2ea5f80255e13f26ea2d0f61cfecaf4603fc1636b008b77ff9c946b06fbf77a1cd23e9583c7f782d098772099')
 validpgpkeys=(
   '2B8185919E8D248981869DED20AE1692E13DDEE0' # Eric Sandeen 

   '4020459E58C1A52511F5399113F703E6C11CF6F0' # Carlos Maiolino 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/commit/8ea880636eb53d672594603957e60f53f7e06bea

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/commit/8ea880636eb53d672594603957e60f53f7e06bea
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xfsprogs] Pushed new tag 6.8.0-1

2024-05-17 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 6.8.0-1 at Arch Linux / Packaging / Packages / 
xfsprogs

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/tree/6.8.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/linux-firmware][main] upgpkg: 20240510.b9d2bf23-1: update to latest version

2024-05-13 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
linux-firmware


Commits:
e9820754 by Tobias Powalowski at 2024-05-13T14:31:22+02:00
upgpkg: 20240510.b9d2bf23-1: update to latest version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = linux-firmware
pkgdesc = Firmware files for Linux
-   pkgver = 20240409.1addd7dc
-   pkgrel = 2
+   pkgver = 20240510.b9d2bf23
+   pkgrel = 1
url = https://gitlab.com/kernel-firmware/linux-firmware
arch = any
license = GPL2
@@ -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=20240410
+   source = 
git+https://gitlab.com/kernel-firmware/linux-firmware.git?signed#tag=20240513
validpgpkeys = 4CDE8575E547BF835FE15807A31B6BD72486CFD6
-   sha256sums = 
60e129b4b0deecc59542487bbff6afde580db47333a01ea34e51421f3b962fc2
+   sha256sums = 
9e4f49de5dcca55f47d76b0a1c8177471ec1b9cf222f69ddd802c37627328eff
 
 pkgname = linux-firmware-whence
pkgdesc = Firmware files for Linux - contains the WHENCE license file 
which documents the vendor license details


=
PKGBUILD
=
@@ -5,9 +5,9 @@ pkgbase=linux-firmware
 pkgname=(linux-firmware-whence linux-firmware amd-ucode
  linux-firmware-{nfp,mellanox,marvell,qcom,liquidio,qlogic,bnx2x}
 )
-_tag=20240410
-pkgver=20240409.1addd7dc
-pkgrel=2
+_tag=20240513
+pkgver=20240510.b9d2bf23
+pkgrel=1
 pkgdesc="Firmware files for Linux"
 url="https://gitlab.com/kernel-firmware/linux-firmware;
 license=('GPL2' 'GPL3' 'custom')
@@ -15,7 +15,7 @@ arch=('any')
 makedepends=('git' 'rdfind')
 options=(!strip !debug)
 source=("git+$url.git?signed#tag=${_tag}")
-sha256sums=('60e129b4b0deecc59542487bbff6afde580db47333a01ea34e51421f3b962fc2')
+sha256sums=('9e4f49de5dcca55f47d76b0a1c8177471ec1b9cf222f69ddd802c37627328eff')
 validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer 

 
 _backports=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/commit/e9820754e62328158ac5d7852619f37d9c8646fe

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/commit/e9820754e62328158ac5d7852619f37d9c8646fe
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/linux-firmware] Pushed new tag 20240510.b9d2bf23-1

2024-05-13 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 20240510.b9d2bf23-1 at Arch Linux / Packaging 
/ Packages / linux-firmware

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/tree/20240510.b9d2bf23-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/wireless-regdb] Pushed new tag 2024.05.08-1

2024-05-10 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 2024.05.08-1 at Arch Linux / Packaging / 
Packages / wireless-regdb

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wireless-regdb/-/tree/2024.05.08-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/wireless-regdb][main] upgpkg: 2024.05.08-1: update to latest version

2024-05-10 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
wireless-regdb


Commits:
6437250d by Tobias Powalowski at 2024-05-10T12:07:04+02:00
upgpkg: 2024.05.08-1: update to latest version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = wireless-regdb
pkgdesc = Central Regulatory Domain Database
-   pkgver = 2024.01.23
+   pkgver = 2024.05.08
pkgrel = 1
url = 
https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb
arch = any
@@ -11,13 +11,13 @@ pkgbase = wireless-regdb
conflicts = crda
replaces = crda
backup = etc/conf.d/wireless-regdom
-   source = 
https://www.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2024.01.23.tar.xz
-   source = 
https://www.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2024.01.23.tar.sign
+   source = 
https://www.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2024.05.08.tar.xz
+   source = 
https://www.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2024.05.08.tar.sign
source = wireless-regdom
source = set-wireless-regdom
source = 85-regulatory.rules
validpgpkeys = B3F2469D78D78BD09D366F37C94035C21B4F2AEB
-   sha256sums = 
c8a61c9acf76fa7eb4239e89f640dee3e87098d9f69b4d3518c9c60fc6d20c55
+   sha256sums = 
9aee1d86ebebb363b714bec941b2820f31e3b7f1a485ddc9fcbd9985c7d3e7c4
sha256sums = SKIP
sha256sums = 
192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b
sha256sums = 
603ce97da5cce3f5337e99007ce04e2f295bb33a36b308794884011f7bcabaf3


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=wireless-regdb
-pkgver=2024.01.23
+pkgver=2024.05.08
 pkgrel=1
 pkgdesc="Central Regulatory Domain Database"
 arch=('any')
@@ -16,7 +16,7 @@ 
source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${
 wireless-regdom
 set-wireless-regdom
 85-regulatory.rules)
-sha256sums=('c8a61c9acf76fa7eb4239e89f640dee3e87098d9f69b4d3518c9c60fc6d20c55'
+sha256sums=('9aee1d86ebebb363b714bec941b2820f31e3b7f1a485ddc9fcbd9985c7d3e7c4'
 'SKIP'
 '192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b'
 '603ce97da5cce3f5337e99007ce04e2f295bb33a36b308794884011f7bcabaf3'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wireless-regdb/-/commit/6437250dfdc6defd4098d89bcee614a44cdc030b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wireless-regdb/-/commit/6437250dfdc6defd4098d89bcee614a44cdc030b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/samba][main] upgpkg: 4.20.1-1: update to latest version

2024-05-09 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
samba


Commits:
cc31747b by Tobias Powalowski at 2024-05-09T10:58:19+02:00
upgpkg: 4.20.1-1: update to latest version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = samba
-   pkgver = 4.20.0
-   pkgrel = 3
+   pkgver = 4.20.1
+   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.0.tar.gz
-   source = https://us1.samba.org/samba/ftp/stable/samba-4.20.0.tar.asc
+   source = https://us1.samba.org/samba/ftp/stable/samba-4.20.1.tar.gz
+   source = https://us1.samba.org/samba/ftp/stable/samba-4.20.1.tar.asc
source = samba.logrotate
source = samba.pam
source = samba.conf
validpgpkeys = 81F5E2832BD2545A1897B713AA99442FB680B620
-   sha512sums = 
e820739706992ef3b4e3a7a771ad5d8efc6b87d5ccdcee7ebd41483d90fa3cc0420ba9680d059e71d7083c9c12b0d36deafcdce0224560f49bbfc3a277e7e77c
+   sha512sums = 
bea2bacae5b3272045399057ddf88d8f38203dde04c718b0088fd45792cccd68047b413e66bca7418b19db8580879358b86531a8d6f2d76fbcd902c331050a84
sha512sums = SKIP
sha512sums = 
2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858
sha512sums = 
1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67
@@ -88,7 +88,7 @@ pkgname = samba
depends = libbsd
depends = python
depends = tdb
-   depends = smbclient>=4.20.0
+   depends = smbclient>=4.20.1
depends = gpgme
depends = libldb.so
depends = libtdb.so


=
PKGBUILD
=
@@ -9,8 +9,8 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.20.0
-pkgrel=3
+pkgver=4.20.1
+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=('e820739706992ef3b4e3a7a771ad5d8efc6b87d5ccdcee7ebd41483d90fa3cc0420ba9680d059e71d7083c9c12b0d36deafcdce0224560f49bbfc3a277e7e77c'
+sha512sums=('bea2bacae5b3272045399057ddf88d8f38203dde04c718b0088fd45792cccd68047b413e66bca7418b19db8580879358b86531a8d6f2d76fbcd902c331050a84'
 'SKIP'
 
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/commit/cc31747b44fe95abc02c7752526a988244192300

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/commit/cc31747b44fe95abc02c7752526a988244192300
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/samba] Pushed new tag 4.20.1-1

2024-05-09 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 4.20.1-1 at Arch Linux / Packaging / Packages 
/ samba

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/tree/4.20.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gettext][main] upgpkg: 0.22.5-1: update to latest version

2024-05-08 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
gettext


Commits:
44872786 by Tobias Powalowski at 2024-05-08T12:48:35+02:00
upgpkg: 0.22.5-1: update to latest version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = gettext
pkgdesc = GNU internationalization library
-   pkgver = 0.22.4
+   pkgver = 0.22.5
pkgrel = 1
url = https://www.gnu.org/software/gettext/
arch = x86_64
@@ -18,13 +18,13 @@ pkgbase = gettext
depends = libxml2
optdepends = git: for autopoint infrastructure updates
options = !docs
-   source = https://ftp.gnu.org/pub/gnu/gettext/gettext-0.22.4.tar.gz
-   source = https://ftp.gnu.org/pub/gnu/gettext/gettext-0.22.4.tar.gz.sig
+   source = https://ftp.gnu.org/pub/gnu/gettext/gettext-0.22.5.tar.gz
+   source = https://ftp.gnu.org/pub/gnu/gettext/gettext-0.22.5.tar.gz.sig
source = gettext-0.22-disable-libtextstyle.patch
validpgpkeys = 462225C3B46F34879FC8496CD605848ED7E69871
validpgpkeys = 68D94D8AAEEAD48AE7DC5B904F494A942E4616C2
validpgpkeys = 9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D
-   sha256sums = 
c1e0bb2a4427a9024390c662cd532d664c4b36b8ff444ed5e54b115fdb7a1aea
+   sha256sums = 
ec1705b1e969b83a9f073144ec806151db88127f5e40fe5a94cb6c8fa48996a0
sha256sums = SKIP
sha256sums = 
a28a27192f336f0b0908bdbf840d3b19d7b587c4ac52cad635cb43e95eb3c78d
 


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer:
 
 pkgname=gettext
-pkgver=0.22.4
+pkgver=0.22.5
 pkgrel=1
 pkgdesc="GNU internationalization library"
 url="https://www.gnu.org/software/gettext/;
@@ -13,7 +13,7 @@ optdepends=('git: for autopoint infrastructure updates')
 options=(!docs)
 source=(https://ftp.gnu.org/pub/gnu/gettext/$pkgname-$pkgver.tar.gz{,.sig}
 gettext-0.22-disable-libtextstyle.patch)
-sha256sums=('c1e0bb2a4427a9024390c662cd532d664c4b36b8ff444ed5e54b115fdb7a1aea'
+sha256sums=('ec1705b1e969b83a9f073144ec806151db88127f5e40fe5a94cb6c8fa48996a0'
 'SKIP'
 'a28a27192f336f0b0908bdbf840d3b19d7b587c4ac52cad635cb43e95eb3c78d')
 validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871'  # Daiki Ueno
@@ -22,7 +22,7 @@ validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871'  # 
Daiki Ueno
 
 prepare() {
   cd $pkgname-$pkgver
-
+  automake
   # Do not build libtextstyle, as it depends on libcroco
   # which is now unmaintained and has known security bugs.
   # patch from Fedora  
@@ -31,19 +31,14 @@ prepare() {
 
 build() {
   cd $pkgname-$pkgver
-LTOFLAGS=""
-  autoreconf --force
-
   ./configure \
 --prefix=/usr \
 --enable-csharp \
 --enable-nls \
 --with-xz \
 --without-included-gettext
-
   sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' \
   -i gettext-{tools,runtime,runtime/libasprintf}/libtool
-
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gettext/-/commit/4487278640bdda6af09e233261d00654148ba189

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gettext/-/commit/4487278640bdda6af09e233261d00654148ba189
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gettext] Pushed new tag 0.22.5-1

2024-05-08 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 0.22.5-1 at Arch Linux / Packaging / Packages 
/ gettext

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gettext/-/tree/0.22.5-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/btrfs-progs][main] upgpkg: 6.8.1-1: update to latest version

2024-05-03 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
btrfs-progs


Commits:
ae6184de by Tobias Powalowski at 2024-05-03T16:34:34+02:00
upgpkg: 6.8.1-1: update to latest version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = btrfs-progs
pkgdesc = Btrfs filesystem utilities
-   pkgver = 6.8
-   pkgrel = 3
+   pkgver = 6.8.1
+   pkgrel = 1
url = https://btrfs.readthedocs.io
install = btrfs-progs.install
arch = x86_64
@@ -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.8.tar.sign
-   source = 
https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.8.tar.xz
+   source = 
https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.8.1.tar.sign
+   source = 
https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.8.1.tar.xz
source = initcpio-install-btrfs
source = initcpio-hook-btrfs
source = btrfs-scrub@.service
source = btrfs-scrub@.timer
validpgpkeys = F2B41200C54EFB30380C1756C565D5F9D76D583B
sha256sums = SKIP
-   sha256sums = 
9c21645feac182611e28b47769d5f613cb9e2ecab58ece60b10e6c55a9ead575
+   sha256sums = 
0e40a068a26c2969cb02a95ba9fef888d7a6356e3f457ff92ad2477d08735678
sha256sums = 
bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4
sha256sums = 
35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5
sha256sums = 
eaa7af92d28bfa8940bb551560fd7be777f9f175292eaa72b5f6ef00fb240252


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=6.8
-pkgrel=3
+pkgver=6.8.1
+pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('x86_64')
 makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools' 
'e2fsprogs' 
@@ -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'
-'9c21645feac182611e28b47769d5f613cb9e2ecab58ece60b10e6c55a9ead575'
+'0e40a068a26c2969cb02a95ba9fef888d7a6356e3f457ff92ad2477d08735678'
 'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4'
 '35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5'
 'eaa7af92d28bfa8940bb551560fd7be777f9f175292eaa72b5f6ef00fb240252'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-progs/-/commit/ae6184de587cf08ffac2896788564ac096a192ef

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-progs/-/commit/ae6184de587cf08ffac2896788564ac096a192ef
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/btrfs-progs] Pushed new tag 6.8.1-1

2024-05-03 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 6.8.1-1 at Arch Linux / Packaging / Packages / 
btrfs-progs

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-progs/-/tree/6.8.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdata][main] upgpkg: 0.382-1: update to latest version

2024-05-03 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
hwdata


Commits:
a6927e40 by Tobias Powalowski at 2024-05-03T14:39:00+02:00
upgpkg: 0.382-1: update to latest version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = hwdata
pkgdesc = hardware identification databases
-   pkgver = 0.381
+   pkgver = 0.382
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.381?signed
+   source = git+https://github.com/vcrhonek/hwdata.git#tag=v0.382?signed
validpgpkeys = 3C40194FB79138CE0F78FD4919C2F062574F5403
-   sha256sums = SKIP
+   sha256sums = 
c20b03555bed7016d56adffcbe01fd2f65e3cc9fe88dc2545856512cacfa7162
 
 pkgname = hwdata


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Tobias Powalowski 
 pkgname=hwdata
-pkgver=0.381
+pkgver=0.382
 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
-sha256sums=('SKIP')
+sha256sums=('c20b03555bed7016d56adffcbe01fd2f65e3cc9fe88dc2545856512cacfa7162')
 
 build() {
   cd ${pkgname}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/commit/a6927e405e313ab0405f61838aa4374a6d4fe088

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/commit/a6927e405e313ab0405f61838aa4374a6d4fe088
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdata] Pushed new tag 0.382-1

2024-05-03 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 0.382-1 at Arch Linux / Packaging / Packages / 
hwdata

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/tree/0.382-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xfsprogs][main] upgpkg: 6.7.0-1: update to latest version

2024-04-18 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
xfsprogs


Commits:
b4df153b by Tobias Powalowski at 2024-04-18T10:19:30+02:00
upgpkg: 6.7.0-1: update to latest version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,11 @@
 pkgbase = xfsprogs
pkgdesc = XFS filesystem utilities
-   pkgver = 6.6.0
+   pkgver = 6.7.0
pkgrel = 1
url = https://xfs.wiki.kernel.org
arch = x86_64
-   license = LGPL
+   license = GPL-2.0-only
+   license = LGPL-2.1-only
makedepends = git
makedepends = icu
depends = sh
@@ -16,9 +17,9 @@ pkgbase = xfsprogs
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.6.0
+   source = 
git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v6.7.0
validpgpkeys = 2B8185919E8D248981869DED20AE1692E13DDEE0
validpgpkeys = 4020459E58C1A52511F5399113F703E6C11CF6F0
-   b2sums = SKIP
+   b2sums = 
810ffde66e8de47ce264406591ef6fd6f24b52ab44a0b7a58f7858c8eee442c9f33988f968940560ab5a455ceac7c9b2de1376f3fba816d19eec81f3e92d8529
 
 pkgname = xfsprogs


=
PKGBUILD
=
@@ -1,11 +1,11 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=xfsprogs
-pkgver=6.6.0
+pkgver=6.7.0
 pkgrel=1
 pkgdesc="XFS filesystem utilities"
 arch=('x86_64')
-license=('LGPL')
+license=('GPL-2.0-only' 'LGPL-2.1-only')
 url="https://xfs.wiki.kernel.org;
 depends=('sh' 'util-linux-libs' 'device-mapper' 'libinih' 'liburcu')
 optdepends=('icu: for xfs_scrub'
@@ -14,7 +14,7 @@ optdepends=('icu: for xfs_scrub'
 makedepends=('git' 'icu')
 options=('!makeflags')
 
source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git?signed#tag=v${pkgver};)
-b2sums=('SKIP')
+b2sums=('810ffde66e8de47ce264406591ef6fd6f24b52ab44a0b7a58f7858c8eee442c9f33988f968940560ab5a455ceac7c9b2de1376f3fba816d19eec81f3e92d8529')
 validpgpkeys=(
   '2B8185919E8D248981869DED20AE1692E13DDEE0' # Eric Sandeen 

   '4020459E58C1A52511F5399113F703E6C11CF6F0' # Carlos Maiolino 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/commit/b4df153b75df2850b5d6b3927a0a0a870d766840

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/commit/b4df153b75df2850b5d6b3927a0a0a870d766840
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xfsprogs] Pushed new tag 6.7.0-1

2024-04-18 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 6.7.0-1 at Arch Linux / Packaging / Packages / 
xfsprogs

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfsprogs/-/tree/6.7.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdetect][main] upgpkg: 2024.04.14.2206-1: use -n check

2024-04-14 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
hwdetect


Commits:
40e7d71d by Tobias Powalowski at 2024-04-14T22:08:22+02:00
upgpkg: 2024.04.14.2206-1: use -n check

- - - - -


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.04.14.1629
+   pkgver = 2024.04.14.2206
pkgrel = 1
url = https://archlinux.org/packages/extra/any/hwdetect/
arch = any
@@ -14,6 +14,6 @@ pkgbase = hwdetect
optdepends = lvm2: for lvm2 mkinitcpio config support
optdepends = mdadm: for raid mkinitcpio config support
source = hwdetect
-   b2sums = 
153f45665f8f0a23da33d812176b9ae56acb7d4d72b25be7abf7af72f47e509d08b55690922481175d3991993a56f02bb855458bfcec2906fafa7b3dae96f685
+   b2sums = 
d260b704aa3984294f2d395e7ea175abc1e56ac9581cb9ee6518bafd9c326551597396d8db454d18b41c0248286e043aff0d5cdf676b00b1929bb6b706bb6187
 
 pkgname = hwdetect


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Tobias Powalowski 
 pkgname=hwdetect
-pkgver=2024.04.14.1629
+pkgver=2024.04.14.2206
 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=('153f45665f8f0a23da33d812176b9ae56acb7d4d72b25be7abf7af72f47e509d08b55690922481175d3991993a56f02bb855458bfcec2906fafa7b3dae96f685')
+b2sums=('d260b704aa3984294f2d395e7ea175abc1e56ac9581cb9ee6518bafd9c326551597396d8db454d18b41c0248286e043aff0d5cdf676b00b1929bb6b706bb6187')
 
 package() {
   install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"


=
hwdetect
=
@@ -275,7 +275,7 @@ if [[ -n "${_ROOTDEVICE}" ]]; then
 echo "ERROR: ${_ROOTDEVICE} not a valid block device."
 exit 1
 fi
-if [[ "${_SYSTEMD}" == 1 ]]; then
+if [[ -n "${_SYSTEMD}" ]]; then
 _ENCRYPT=sd-encrypt
 else
 _ENCRYPT=encrypt
@@ -288,7 +288,7 @@ if [[ -n "${_ROOTDEVICE}" ]]; then
 echo "ERROR: ${_HOOKS_DIR} not a valid HOOKS directory."
 exit 1
 fi
-if [[ "${_SYSTEMD}" == 1 ]]; then
+if [[ -n "${_SYSTEMD}" ]]; then
 _START_HOOKS="systemd autodetect microcode modconf kms keyboard 
sd-vconsole block filesystems fsck ${_ROOTCHECK}"
 else
 _START_HOOKS="base udev autodetect microcode modconf kms keyboard 
keymap consolefont block filesystems fsck ${_ROOTCHECK}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/40e7d71d10de5928fcf28a009302bf4c6b4e583e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/40e7d71d10de5928fcf28a009302bf4c6b4e583e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdetect] Pushed new tag 2024.04.14.2206-1

2024-04-14 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 2024.04.14.2206-1 at Arch Linux / Packaging / 
Packages / hwdetect

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/tree/2024.04.14.2206-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdetect] Pushed new tag 2024.04.14.1629-1

2024-04-14 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 2024.04.14.1629-1 at Arch Linux / Packaging / 
Packages / hwdetect

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/tree/2024.04.14.1629-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdetect][main] upgpkg: 2024.04.14.1629-1: implemted systemd hooks support

2024-04-14 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
hwdetect


Commits:
f7bd808f by Tobias Powalowski at 2024-04-14T16:30:19+02:00
upgpkg: 2024.04.14.1629-1: implemted systemd hooks support

- - - - -


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.04.14.1626
+   pkgver = 2024.04.14.1629
pkgrel = 1
url = https://archlinux.org/packages/extra/any/hwdetect/
arch = any
@@ -14,6 +14,6 @@ pkgbase = hwdetect
optdepends = lvm2: for lvm2 mkinitcpio config support
optdepends = mdadm: for raid mkinitcpio config support
source = hwdetect
-   b2sums = 
6fd1dc881530776d9fd594d65d1ebfcac9be81e0d70b4ba3a7895f7b1f48c8fc18c9798c32b1309df1b8f74f7cafed2909884a91b43de8c1756f4386a1666a01
+   b2sums = 
153f45665f8f0a23da33d812176b9ae56acb7d4d72b25be7abf7af72f47e509d08b55690922481175d3991993a56f02bb855458bfcec2906fafa7b3dae96f685
 
 pkgname = hwdetect


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Tobias Powalowski 
 pkgname=hwdetect
-pkgver=2024.04.14.1626
+pkgver=2024.04.14.1629
 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=('6fd1dc881530776d9fd594d65d1ebfcac9be81e0d70b4ba3a7895f7b1f48c8fc18c9798c32b1309df1b8f74f7cafed2909884a91b43de8c1756f4386a1666a01')
+b2sums=('153f45665f8f0a23da33d812176b9ae56acb7d4d72b25be7abf7af72f47e509d08b55690922481175d3991993a56f02bb855458bfcec2906fafa7b3dae96f685')
 
 package() {
   install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"


=
hwdetect
=
@@ -289,7 +289,7 @@ if [[ -n "${_ROOTDEVICE}" ]]; then
 exit 1
 fi
 if [[ "${_SYSTEMD}" == 1 ]]; then
-_START_HOOKS="systemd autodetect microcode modconf kms keyboard 
sd-vconsole block filesystems fsck"
+_START_HOOKS="systemd autodetect microcode modconf kms keyboard 
sd-vconsole block filesystems fsck ${_ROOTCHECK}"
 else
 _START_HOOKS="base udev autodetect microcode modconf kms keyboard 
keymap consolefont block filesystems fsck ${_ROOTCHECK}"
 fi



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/f7bd808f2d722c041b9765a569b5e5ac459cafbf

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/f7bd808f2d722c041b9765a569b5e5ac459cafbf
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdetect][main] upgpkg: 2024.04.14.1626-1: implemted systemd hooks support

2024-04-14 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
hwdetect


Commits:
e03592e5 by Tobias Powalowski at 2024-04-14T16:28:05+02:00
upgpkg: 2024.04.14.1626-1: implemted systemd hooks support

- - - - -


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.04.09.0801
+   pkgver = 2024.04.14.1626
pkgrel = 1
url = https://archlinux.org/packages/extra/any/hwdetect/
arch = any
@@ -14,6 +14,6 @@ pkgbase = hwdetect
optdepends = lvm2: for lvm2 mkinitcpio config support
optdepends = mdadm: for raid mkinitcpio config support
source = hwdetect
-   b2sums = 
60942c1f1e19263728c7c80eb4176272feb8ce97455d69beb7ec3ef62d1eb2976995018900c103178054e90adf8e5f39f7d5e1e879929ce749dad8e0b8d95267
+   b2sums = 
6fd1dc881530776d9fd594d65d1ebfcac9be81e0d70b4ba3a7895f7b1f48c8fc18c9798c32b1309df1b8f74f7cafed2909884a91b43de8c1756f4386a1666a01
 
 pkgname = hwdetect


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Tobias Powalowski 
 pkgname=hwdetect
-pkgver=2024.04.09.0801
+pkgver=2024.04.14.1626
 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=('60942c1f1e19263728c7c80eb4176272feb8ce97455d69beb7ec3ef62d1eb2976995018900c103178054e90adf8e5f39f7d5e1e879929ce749dad8e0b8d95267')
+b2sums=('6fd1dc881530776d9fd594d65d1ebfcac9be81e0d70b4ba3a7895f7b1f48c8fc18c9798c32b1309df1b8f74f7cafed2909884a91b43de8c1756f4386a1666a01')
 
 package() {
   install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"


=
hwdetect
=
@@ -71,6 +71,7 @@ MODULES array options:
 
 HOOKS array options:
 --rootdevice=  show HOOKS array for rootdevice
+--systemd  use systemd hooks on early userspace
 --hooks-dir=   use directory for HOOKS check
 EOF
 exit 1
@@ -261,6 +262,7 @@ while [ -n "$*"  ]; do
 _MODULES_INITRAMFS="${_KMS} ${_MODULES_INITRAMFS}" ;;
 --nvidia-kms)   _KMS="nouveau"
 _MODULES_INITRAMFS="${_KMS} ${_MODULES_INITRAMFS}" ;;
+--systemd)  _SYSTEMD="1"
 esac
 shift
 done
@@ -273,7 +275,12 @@ if [[ -n "${_ROOTDEVICE}" ]]; then
 echo "ERROR: ${_ROOTDEVICE} not a valid block device."
 exit 1
 fi
-_ROOTCHECK="$(lsblk -rpsno TYPE "${_ROOTDEVICE}" | grep -vwe "disk" -we 
"part" | tac | sed -e 's#crypt#encrypt#g' -e 's#raid.*[0-9]#mdadm_udev#g' -e 
's#lvm#lvm2#g')"
+if [[ "${_SYSTEMD}" == 1 ]]; then
+_ENCRYPT=sd-encrypt
+else
+_ENCRYPT=encrypt
+fi
+_ROOTCHECK="$(lsblk -rpsno TYPE "${_ROOTDEVICE}" | grep -vwe "disk" -we 
"part" | tac | sed -e "s#crypt#${_ENCRYPT}#g" -e 's#raid.*[0-9]#mdadm_udev#g' 
-e 's#lvm#lvm2#g')"
 if [[ -z "${_HOOKS_DIR}" ]]; then
 _HOOKS_DIR="${_ROOT_DIRECTORY}/usr/lib/initcpio/install"
 fi
@@ -281,7 +288,11 @@ if [[ -n "${_ROOTDEVICE}" ]]; then
 echo "ERROR: ${_HOOKS_DIR} not a valid HOOKS directory."
 exit 1
 fi
-_START_HOOKS="base udev autodetect microcode modconf kms keyboard keymap 
consolefont block filesystems fsck ${_ROOTCHECK}"
+if [[ "${_SYSTEMD}" == 1 ]]; then
+_START_HOOKS="systemd autodetect microcode modconf kms keyboard 
sd-vconsole block filesystems fsck"
+else
+_START_HOOKS="base udev autodetect microcode modconf kms keyboard 
keymap consolefont block filesystems fsck ${_ROOTCHECK}"
+fi
 # remove the ones that don't exist on the system
 for i in ${_START_HOOKS}; do
 if ! [[ -e "${_HOOKS_DIR}/$i" ]]; then



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/e03592e5d05c636695ebea52ba0c790c15483751

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/e03592e5d05c636695ebea52ba0c790c15483751
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdetect] Pushed new tag 2024.04.14.1626-1

2024-04-14 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 2024.04.14.1626-1 at Arch Linux / Packaging / 
Packages / hwdetect

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/tree/2024.04.14.1626-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/less] Pushed new tag 1-643-2

2024-04-13 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 1-643-2 at Arch Linux / Packaging / Packages / 
less

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/less/-/tree/1-643-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pam] Pushed new tag 1.6.1-2

2024-04-11 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 1.6.1-2 at Arch Linux / Packaging / Packages / 
pam

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pam/-/tree/1.6.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pam][main] upgpkg: 1.6.1-2: added missing libnsl depend

2024-04-11 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
pam


Commits:
89b5c131 by Tobias Powalowski at 2024-04-11T10:49:48+02:00
upgpkg: 1.6.1-2: added missing libnsl depend

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pam
pkgdesc = PAM (Pluggable Authentication Modules) library
pkgver = 1.6.1
-   pkgrel = 1
+   pkgrel = 2
url = http://linux-pam.org
arch = x86_64
license = GPL-2.0-only
@@ -16,6 +16,7 @@ pkgbase = pam
depends = libaudit.so
depends = libxcrypt
depends = libcrypt.so
+   depends = libnsl
provides = libpam.so
provides = libpamc.so
provides = libpam_misc.so


=
PKGBUILD
=
@@ -4,12 +4,12 @@
 
 pkgname=pam
 pkgver=1.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="PAM (Pluggable Authentication Modules) library"
 arch=('x86_64')
 license=('GPL-2.0-only')
 url="http://linux-pam.org;
-depends=('glibc' 'libtirpc' 'pambase' 'audit' 'libaudit.so' 'libxcrypt' 
'libcrypt.so')
+depends=('glibc' 'libtirpc' 'pambase' 'audit' 'libaudit.so' 'libxcrypt' 
'libcrypt.so' 'libnsl')
 makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
 provides=('libpam.so' 'libpamc.so' 'libpam_misc.so')
 
backup=(etc/security/{access.conf,faillock.conf,group.conf,limits.conf,namespace.conf,namespace.init,pwhistory.conf,pam_env.conf,time.conf}
 etc/environment)
@@ -47,7 +47,7 @@ build() {
 --libdir=/usr/lib \
 --sbindir=/usr/bin \
 --enable-logind \
---disable-db
+--disable-db 
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pam/-/commit/89b5c13193d4173cd2a4c88db97e9df6ed197f90

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pam/-/commit/89b5c13193d4173cd2a4c88db97e9df6ed197f90
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/linux-firmware][main] upgpkg: 20240409.1addd7dc-1: update to latest version

2024-04-10 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
linux-firmware


Commits:
6baa76aa by Tobias Powalowski at 2024-04-10T15:45:14+02:00
upgpkg: 20240409.1addd7dc-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 = 20240312.3b128b60
+   pkgver = 20240409.1addd7dc
pkgrel = 1
url = https://gitlab.com/kernel-firmware/linux-firmware
arch = any
@@ -10,9 +10,9 @@ pkgbase = linux-firmware
makedepends = git
makedepends = rdfind
options = !strip
-   source = 
git+https://gitlab.com/kernel-firmware/linux-firmware.git?signed#tag=20240312
+   source = 
git+https://gitlab.com/kernel-firmware/linux-firmware.git?signed#tag=20240410
validpgpkeys = 4CDE8575E547BF835FE15807A31B6BD72486CFD6
-   sha256sums = SKIP
+   sha256sums = 
60e129b4b0deecc59542487bbff6afde580db47333a01ea34e51421f3b962fc2
 
 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=20240312
-pkgver=20240312.3b128b60
+_tag=20240410
+pkgver=20240409.1addd7dc
 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)
 source=("git+$url.git?signed#tag=${_tag}")
-sha256sums=('SKIP')
+sha256sums=('60e129b4b0deecc59542487bbff6afde580db47333a01ea34e51421f3b962fc2')
 validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer 

 
 _backports=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/commit/6baa76aa31bb8d153a2a86bd4a8ea1d25a3302b5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/commit/6baa76aa31bb8d153a2a86bd4a8ea1d25a3302b5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/linux-firmware] Pushed new tag 20240409.1addd7dc-1

2024-04-10 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 20240409.1addd7dc-1 at Arch Linux / Packaging 
/ Packages / linux-firmware

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/tree/20240409.1addd7dc-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pam] Pushed new tag 1.6.1-1

2024-04-10 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 1.6.1-1 at Arch Linux / Packaging / Packages / 
pam

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pam/-/tree/1.6.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pam][main] upgpkg: 1.6.1-1: update to latest version

2024-04-10 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
pam


Commits:
20bd2b3a by Tobias Powalowski at 2024-04-10T12:26:15+02:00
upgpkg: 1.6.1-1: update to latest version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pam
pkgdesc = PAM (Pluggable Authentication Modules) library
-   pkgver = 1.6.0
-   pkgrel = 4
+   pkgver = 1.6.1
+   pkgrel = 1
url = http://linux-pam.org
arch = x86_64
license = GPL-2.0-only
@@ -30,21 +30,17 @@ pkgbase = pam
backup = etc/security/pam_env.conf
backup = etc/security/time.conf
backup = etc/environment
-   source = 
https://github.com/linux-pam/linux-pam/releases/download/v1.6.0/Linux-PAM-1.6.0.tar.xz
-   source = 
https://github.com/linux-pam/linux-pam/releases/download/v1.6.0/Linux-PAM-1.6.0.tar.xz.asc
-   source = 
https://github.com/linux-pam/linux-pam/releases/download/v1.6.0/Linux-PAM-1.6.0-docs.tar.xz
-   source = 
https://github.com/linux-pam/linux-pam/releases/download/v1.6.0/Linux-PAM-1.6.0-docs.tar.xz.asc
-   source = 
https://github.com/linux-pam/linux-pam/commit/470b5bdd8fd29d6b35e3a80f9a57bdd4b2438200.patch
-   source = 
https://github.com/linux-pam/linux-pam/commit/b7b96362087414e52524d3d9d9b3faa21e1db620.patch
+   source = 
https://github.com/linux-pam/linux-pam/releases/download/v1.6.1/Linux-PAM-1.6.1.tar.xz
+   source = 
https://github.com/linux-pam/linux-pam/releases/download/v1.6.1/Linux-PAM-1.6.1.tar.xz.asc
+   source = 
https://github.com/linux-pam/linux-pam/releases/download/v1.6.1/Linux-PAM-1.6.1-docs.tar.xz
+   source = 
https://github.com/linux-pam/linux-pam/releases/download/v1.6.1/Linux-PAM-1.6.1-docs.tar.xz.asc
source = pam.tmpfiles
validpgpkeys = 8C6BFD92EE0F42EDF91A6A736D1A7F052E5924BB
validpgpkeys = 296D6F29A020808E8717A8842DB5BD89A340AEB7
-   sha256sums = 
fff4a34e5bbee77e2e8f1992f27631e2329bcbf8a0563ddeb5c3389b4e3169ad
+   sha256sums = 
f8923c740159052d719dbfc2a2f81942d68dd34fcaf61c706a02c9b80feeef8e
sha256sums = SKIP
-   sha256sums = 
3e82730d3350795c42f3708f6609a92c1df841d518aa17c28fd702fe5ec23a32
+   sha256sums = 
fd7b13b9993c94677e78e84d12387b8da104b5ba668eda3f17360abe4277e79c
sha256sums = SKIP
-   sha256sums = 
ee7333ad2c8b2a710c73d8a2d202027d0c79d3628fefe58073f2d78ecefa121e
-   sha256sums = 
450760e1989f036acee157f91a3028264f8ce7fb0cbdd65eccf8a0fc0084497c
sha256sums = 
5631f224e90c4f0459361c2a5b250112e3a91ba849754bb6f67d69d683a2e5ac
 
 pkgname = pam


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: judd 
 
 pkgname=pam
-pkgver=1.6.0
-pkgrel=4
+pkgver=1.6.1
+pkgrel=1
 pkgdesc="PAM (Pluggable Authentication Modules) library"
 arch=('x86_64')
 license=('GPL-2.0-only')
@@ -14,20 +14,16 @@ makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
 provides=('libpam.so' 'libpamc.so' 'libpam_misc.so')
 
backup=(etc/security/{access.conf,faillock.conf,group.conf,limits.conf,namespace.conf,namespace.init,pwhistory.conf,pam_env.conf,time.conf}
 etc/environment)
 
source=(https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver{,-docs}.tar.xz{,.asc}
-
https://github.com/linux-pam/linux-pam/commit/470b5bdd8fd29d6b35e3a80f9a57bdd4b2438200.patch
-
https://github.com/linux-pam/linux-pam/commit/b7b96362087414e52524d3d9d9b3faa21e1db620.patch
 $pkgname.tmpfiles)
 validpgpkeys=(
 '8C6BFD92EE0F42EDF91A6A736D1A7F052E5924BB' # Thorsten Kukuk
 '296D6F29A020808E8717A8842DB5BD89A340AEB7' #Dimitry V. Levin 

 )
 
-sha256sums=('fff4a34e5bbee77e2e8f1992f27631e2329bcbf8a0563ddeb5c3389b4e3169ad'
+sha256sums=('f8923c740159052d719dbfc2a2f81942d68dd34fcaf61c706a02c9b80feeef8e'
 'SKIP'
-'3e82730d3350795c42f3708f6609a92c1df841d518aa17c28fd702fe5ec23a32'
+'fd7b13b9993c94677e78e84d12387b8da104b5ba668eda3f17360abe4277e79c'
 'SKIP'
-'ee7333ad2c8b2a710c73d8a2d202027d0c79d3628fefe58073f2d78ecefa121e'
-'450760e1989f036acee157f91a3028264f8ce7fb0cbdd65eccf8a0fc0084497c'
 '5631f224e90c4f0459361c2a5b250112e3a91ba849754bb6f67d69d683a2e5ac')
 
 options=('!emptydirs')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pam/-/commit/20bd2b3ae9b7e2b3fed8627e1529e6788829769f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pam/-/commit/20bd2b3ae9b7e2b3fed8627e1529e6788829769f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdetect] Pushed new tag 2024.04.09.0801-1

2024-04-09 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 2024.04.09.0801-1 at Arch Linux / Packaging / 
Packages / hwdetect

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/tree/2024.04.09.0801-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdetect][main] upgpkg: 2024.04.09.0801-1: 'disable errors as none root user, added error...

2024-04-09 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
hwdetect


Commits:
2c05472c by Tobias Powalowski at 2024-04-09T08:03:06+02:00
upgpkg: 2024.04.09.0801-1: disable errors as none root user, added error 
check on _HOOKS_DIR, added error check on _ROOTDEVICE, removed --hooks 
parameter, replaced awk usage with cut

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,11 @@
 pkgbase = hwdetect
pkgdesc = Hardware detection script with loading modules and 
mkinitcpio.conf
-   pkgver = 2024.04.08.1916
+   pkgver = 2024.04.09.0801
pkgrel = 1
url = https://archlinux.org/packages/extra/any/hwdetect/
arch = any
license = GPL-3.0-or-later
depends = bash
-   depends = awk
depends = grep
depends = coreutils
depends = sed
@@ -15,6 +14,6 @@ pkgbase = hwdetect
optdepends = lvm2: for lvm2 mkinitcpio config support
optdepends = mdadm: for raid mkinitcpio config support
source = hwdetect
-   b2sums = 
6754fec7143f65ee4239b5eefede527a277dcb6a31743d0ddd6d370c42ffe5f92bc0d70e851b232547e0dae018deb79016909e51c41b506079c2304bd4f1d52c
+   b2sums = 
60942c1f1e19263728c7c80eb4176272feb8ce97455d69beb7ec3ef62d1eb2976995018900c103178054e90adf8e5f39f7d5e1e879929ce749dad8e0b8d95267
 
 pkgname = hwdetect


=
PKGBUILD
=
@@ -1,17 +1,17 @@
 # Maintainer: Tobias Powalowski 
 pkgname=hwdetect
-pkgver=2024.04.08.1916
+pkgver=2024.04.09.0801
 pkgrel=1
 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf"
 arch=(any)
 url="https://archlinux.org/packages/extra/any/hwdetect/;
 license=('GPL-3.0-or-later')
-depends=('bash' 'awk' 'grep' 'coreutils' 'sed' 'gzip')
+depends=('bash' 'grep' 'coreutils' 'sed' 'gzip')
 optdepends=('cryptsetup: for encrypt mkinitcpio config support'
 'lvm2:   for lvm2 mkinitcpio config support'
 'mdadm:  for raid mkinitcpio config support')
 source=(hwdetect)
-b2sums=('6754fec7143f65ee4239b5eefede527a277dcb6a31743d0ddd6d370c42ffe5f92bc0d70e851b232547e0dae018deb79016909e51c41b506079c2304bd4f1d52c')
+b2sums=('60942c1f1e19263728c7c80eb4176272feb8ce97455d69beb7ec3ef62d1eb2976995018900c103178054e90adf8e5f39f7d5e1e879929ce749dad8e0b8d95267')
 
 package() {
   install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/2c05472c705d67a7941ced8e5c137e90fb1e4d79

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/2c05472c705d67a7941ced8e5c137e90fb1e4d79
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdetect] Pushed new tag 2024.04.08.1916-1

2024-04-08 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 2024.04.08.1916-1 at Arch Linux / Packaging / 
Packages / hwdetect

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/tree/2024.04.08.1916-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdetect][main] upgpkg: 2024.04.08.1916-1: fixed _ROOT_DIRECTORY for module listing

2024-04-08 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
hwdetect


Commits:
4cff65d9 by Tobias Powalowski at 2024-04-08T19:17:46+02:00
upgpkg: 2024.04.08.1916-1: fixed _ROOT_DIRECTORY for module listing

- - - - -


1 changed file:

- .SRCINFO


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = hwdetect
pkgdesc = Hardware detection script with loading modules and 
mkinitcpio.conf
-   pkgver = 2024.04.08
+   pkgver = 2024.04.08.1916
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 = 
cabb274cb03802fafbdde9d256a61820c173e81351d1e37642c13a57ec400197c1eacfecc586cc144ee4cd727d9f5678cf2c445eec46f218433516f3c8a1dd6f
+   b2sums = 
6754fec7143f65ee4239b5eefede527a277dcb6a31743d0ddd6d370c42ffe5f92bc0d70e851b232547e0dae018deb79016909e51c41b506079c2304bd4f1d52c
 
 pkgname = hwdetect



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/4cff65d983c5ed556bfb09cda00c81083da66b3f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/4cff65d983c5ed556bfb09cda00c81083da66b3f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdetect][main] fix _ROOT_DIRECTORY for modules

2024-04-08 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
hwdetect


Commits:
b7127d4e by Tobias Powalowski at 2024-04-08T19:16:40+02:00
fix _ROOT_DIRECTORY for modules

- - - - -


2 changed files:

- PKGBUILD
- hwdetect


Changes:

=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Tobias Powalowski 
 pkgname=hwdetect
-pkgver=2024.04.08
+pkgver=2024.04.08.1916
 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=('cabb274cb03802fafbdde9d256a61820c173e81351d1e37642c13a57ec400197c1eacfecc586cc144ee4cd727d9f5678cf2c445eec46f218433516f3c8a1dd6f')
+b2sums=('6754fec7143f65ee4239b5eefede527a277dcb6a31743d0ddd6d370c42ffe5f92bc0d70e851b232547e0dae018deb79016909e51c41b506079c2304bd4f1d52c')
 
 package() {
   install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"


=
hwdetect
=
@@ -146,12 +146,12 @@ _mods() {
 if [[ "${_EXCLUDE}" ]]; then
 #shellcheck disable=SC2086
 modprobe -i -a --dirname="${_ROOT_DIRECTORY}" 
--set-version="${_KERNEL_VERSION}" --show-depends ${_ALIASES} 2>${_NO_LOG} |\
-grep -v ^builtin | sed "s|^insmod 
/lib/modules/${_KERNEL_VERSION}/kernel||g" |\
+grep -v ^builtin | sed "s|^insmod 
${_ROOT_DIRECTORY}/lib/modules/${_KERNEL_VERSION}/kernel||g" |\
 sort -u | grep -E -v "${_EXCLUDE}" | grep "${_INCLUDE}" | sed -ne 
"s#^/.*/\(.*\)\.ko.*#\1#p"
 else
 #shellcheck disable=SC2086
 modprobe -i -a --dirname="${_ROOT_DIRECTORY}" 
--set-version="${_KERNEL_VERSION}" --show-depends ${_ALIASES} 2>${_NO_LOG} |\
-grep -v ^builtin | sed "s|^insmod 
/lib/modules/${_KERNEL_VERSION}/kernel||g" |\
+grep -v ^builtin | sed "s|^insmod 
${_ROOT_DIRECTORY}/lib/modules/${_KERNEL_VERSION}/kernel||g" |\
 sort -u | grep "${_INCLUDE}" | sed -ne "s#^/.*/\(.*\)\.ko.*#\1#p"
 fi
 }
@@ -176,9 +176,9 @@ while [ -n "$*"  ]; do
 _show_list "AGP  " $(_mods agp/)
 _show_list "ACPI " $(_mods acpi/)
 _show_list "BLOCK" $(_mods ata/pata pata_acpi) $(_mods 
ata/ata_piix) \
-  $(_mods virtio/virtio_pci) $(_mods scsi/) 
$(_mods message/fusion/) $(_mods drivers/block/ nbd pktcdvd sx8 floppy) \
-  $(_mods ata/ pata ata_generic) $(_mods 
drivers/block/sx8) \
-  $(_mods usb/ usb/input) $(_mods firewire/) 
$(_mods ieee1394/) $(_mods nvme.ko)
+   $(_mods virtio/virtio_pci) $(_mods scsi/) 
$(_mods message/fusion/) $(_mods drivers/block/ nbd pktcdvd sx8 floppy) \
+   $(_mods ata/ pata ata_generic) $(_mods 
drivers/block/sx8) \
+   $(_mods usb/ usb/input) $(_mods firewire/) 
$(_mods ieee1394/) $(_mods nvme.ko)
 _show_list "BLUETOOTH" $(_mods bluetooth/)
 _show_list "CDROM" $(_mods cdrom/)
 _show_list "CPUFREQ  " $(_mods cpufreq/)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/b7127d4ea9c3d56f4d46bf2dd739cdcd4de4750f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/b7127d4ea9c3d56f4d46bf2dd739cdcd4de4750f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdetect] Pushed new tag 2024.04.08-1

2024-04-08 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 2024.04.08-1 at Arch Linux / Packaging / 
Packages / hwdetect

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/tree/2024.04.08-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdetect][main] upgpkg: 2024.04.08-1: major code rework,no /tmp files created anymore, removed...

2024-04-08 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
hwdetect


Commits:
118de0d5 by Tobias Powalowski at 2024-04-08T16:45:07+02:00
upgpkg: 2024.04.08-1: major code rework,no /tmp files created anymore, removed 
--keymap --advanced options, renamed --kernel_directory option, new help text, 
shellcheck fixes

- - - - -


1 changed file:

- .SRCINFO


Changes:

=
.SRCINFO
=
@@ -5,17 +5,16 @@ pkgbase = hwdetect
url = https://archlinux.org/packages/extra/any/hwdetect/
arch = any
license = GPL-3.0-or-later
-   depends = sh
+   depends = bash
depends = awk
depends = grep
depends = coreutils
depends = sed
-   depends = e2fsprogs
depends = gzip
optdepends = cryptsetup: for encrypt mkinitcpio config support
optdepends = lvm2: for lvm2 mkinitcpio config support
optdepends = mdadm: for raid mkinitcpio config support
source = hwdetect
-   b2sums = 
84d4e6a41433a928f5b5905427789dd3ebc4d73275d68c46cc86e4ce73aabb0352e88703b1d970f01d39ed28109d36cd41799e9e3fb7d7d5cab74e56bccc17f1
+   b2sums = 
cabb274cb03802fafbdde9d256a61820c173e81351d1e37642c13a57ec400197c1eacfecc586cc144ee4cd727d9f5678cf2c445eec46f218433516f3c8a1dd6f
 
 pkgname = hwdetect



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/118de0d5cecd57e7cd31d6a341573921741d56d3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/118de0d5cecd57e7cd31d6a341573921741d56d3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdetect][main] remove empty line

2024-04-08 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
hwdetect


Commits:
1ea10dbb by Tobias Powalowski at 2024-04-08T16:31:38+02:00
remove empty line

- - - - -


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.03.05
+   pkgver = 2024.04.08
pkgrel = 1
url = https://archlinux.org/packages/extra/any/hwdetect/
arch = any
@@ -13,9 +13,9 @@ pkgbase = hwdetect
depends = e2fsprogs
depends = gzip
optdepends = cryptsetup: for encrypt mkinitcpio config support
-   optdepends = lvm2:   for lvm2 mkinitcpio config support
-   optdepends = mdadm:  for raid mkinitcpio config support
+   optdepends = lvm2: for lvm2 mkinitcpio config support
+   optdepends = mdadm: for raid mkinitcpio config support
source = hwdetect
-   b2sums = 
2633c3612394800e883cca249e85c56ff833d6cb3edde04b28487306a99558e7a31e3ebc7696d01e0db92048bbaa379c39675040832d492dd111e055914cf614
+   b2sums = 
84d4e6a41433a928f5b5905427789dd3ebc4d73275d68c46cc86e4ce73aabb0352e88703b1d970f01d39ed28109d36cd41799e9e3fb7d7d5cab74e56bccc17f1
 
 pkgname = hwdetect


=
PKGBUILD
=
@@ -6,12 +6,12 @@ pkgdesc="Hardware detection script with loading modules and 
mkinitcpio.conf"
 arch=(any)
 url="https://archlinux.org/packages/extra/any/hwdetect/;
 license=('GPL-3.0-or-later')
-depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs' 'gzip')
+depends=('bash' 'awk' 'grep' 'coreutils' 'sed' 'gzip')
 optdepends=('cryptsetup: for encrypt mkinitcpio config support'
 'lvm2:   for lvm2 mkinitcpio config support'
 'mdadm:  for raid mkinitcpio config support')
 source=(hwdetect)
-b2sums=('81afc0a6224c9190d298ce16ce45ff731add413a2804fa17f5368cb88a4e336498b26abb19a1e3f6abe709a623412e26ba613677e1e160343e810d578f85dced')
+b2sums=('cabb274cb03802fafbdde9d256a61820c173e81351d1e37642c13a57ec400197c1eacfecc586cc144ee4cd727d9f5678cf2c445eec46f218433516f3c8a1dd6f')
 
 package() {
   install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"


=
hwdetect
=
@@ -87,18 +87,10 @@ EOF
 _parameter() {
 while [ -n "${1}" ]; do
 case ${1} in
---root_directory=*)
-_ROOT_DIRECTORY="$(echo "${1}" | awk -F= '{print $2;}')"
-;;
---kernel_version=*)
-_KERNEL_VERSION="$(echo "${1}" | awk -F= '{print $2;}')"
-;;
---rootdevice=*)
-_ROOTDEVICE="$(echo "${1}" | awk -F= '{print $2;}')"
-;;
--hooks-dir=*|--hooks-dir=*)
-_HOOKS_DIR="$(echo "${1}" | awk -F= '{print $2;}')"
-;;
+--root_directory=*) _ROOT_DIRECTORY="$(echo "${1}" | awk -F= 
'{print $2;}')" ;;
+--kernel_version=*) _KERNEL_VERSION="$(echo "${1}" | awk -F= 
'{print $2;}')" ;;
+--rootdevice=*) _ROOTDEVICE="$(echo "${1}" | awk -F= '{print 
$2;}')" ;;
+--hooks-dir=*) _HOOKS_DIR="$(echo "${1}" | awk -F= '{print $2;}')" 
;;
 esac
 shift
 done
@@ -176,7 +168,6 @@ if [[ -n "${_ROOTDEVICE}" ]]; then
 _ADVANCED="$(lsblk -rpsno TYPE "${_ROOTDEVICE}" | grep -vwe "disk" -we 
"part" | tac | sed -e 's#crypt#encrypt#g' -e 's#raid.*[0-9]#mdadm_udev#g' -e 
's#lvm#lvm2#g')"
 fi
 
-
 # starting different actions
 while [ -n "$*"  ]; do
 #shellcheck disable=SC2046



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/1ea10dbbe05e00d102f9cb939bb1d3e3b8530055

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/1ea10dbbe05e00d102f9cb939bb1d3e3b8530055
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdetect][main] revert some shellcheck changes

2024-04-08 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
hwdetect


Commits:
acef761b by Tobias Powalowski at 2024-04-08T16:17:39+02:00
revert some shellcheck changes

- - - - -


2 changed files:

- PKGBUILD
- hwdetect


Changes:

=
PKGBUILD
=
@@ -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=('f5e39061e263620de9b5d8f1f847a7c525eaf248a57712d63ffacd0362a735e3e69d5b44f8342d694fd096a5408f53fe491397634999744070998cd266df0812')
+b2sums=('81afc0a6224c9190d298ce16ce45ff731add413a2804fa17f5368cb88a4e336498b26abb19a1e3f6abe709a623412e26ba613677e1e160343e810d578f85dced')
 
 package() {
   install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"


=
hwdetect
=
@@ -9,8 +9,10 @@ _SHOW_HOOKS=""
 _ARCH="$(uname -m)"
 _ADVANCED=""
 _NO_LOG="/dev/null"
-echo "$@" | grep -q 'hooks' && _SHOW_HOOKS=1
-echo "$@" | grep -Eq 'filesystem|hostcontroller|kms' && _SHOW_MODULES=1
+#shellcheck disable=SC2048,SC2086
+echo $* | grep -q 'hooks' && _SHOW_HOOKS=1
+#shellcheck disable=SC2048,SC2086
+echo $* | grep -Eq 'filesystem|hostcontroller|kms' && _SHOW_MODULES=1
 
 usage () {
 cat << EOF
@@ -106,7 +108,8 @@ _show_list() {
 _CATEGORY=${1} ; shift
 [[ $# -gt 0 ]] || return
 echo -n "${_CATEGORY}: "
-for i in "$@"; do echo -n "${i} "; done
+#shellcheck disable=SC2048,SC2086
+for i in $*; do echo -n "${i} "; done
 echo ""
 }
 
@@ -114,7 +117,8 @@ _show_array() {
 _ARRAY=${1} ; shift
 [[ $# -gt 0 ]] || return
 echo -n "${_ARRAY}=("
-for i in "$@"; do echo -n "${i}"\ ; done
+#shellcheck disable=SC2048,SC2086
+for i in $*; do echo -n "${i}"\ ; done
 echo ""
 }
 
@@ -160,7 +164,8 @@ _mods() {
 fi
 }
 
-_parameter "$@"
+#shellcheck disable=SC2048,SC2086
+_parameter $*
 
 if [[ -z "${_KERNEL_VERSION}" ]]; then
 _kver
@@ -295,6 +300,6 @@ while [ -n "$*"  ]; do
 shift
 done
 
-[[ -n "${_SHOW_MODULES}" ]] && _show_array "MODULES" "${_MODULES_INITRAMFS}" | 
sed -e 's/\ \ /\ /g' -e 's/ $/)/g'
+[[ -n "${_SHOW_MODULES}" ]] && _show_array "MODULES" "${_MODULES_INITRAMFS}" | 
sed -e 's/\  //g' -e 's/\ \ /\ /g' -e 's/ $/)/g'
 [[ -n "${_SHOW_HOOKS}" ]] && _show_array "HOOKS" "${_START_HOOKS}" | sed -e 
's/\ \ /\ /g' -e 's/\ $/)/g'
 # vim: set ft=sh ts=4 sw=4 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/acef761b55126a13f50ba4e8e2e554e0fc26f104

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/acef761b55126a13f50ba4e8e2e554e0fc26f104
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdetect][main] update script

2024-04-08 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
hwdetect


Commits:
34197a47 by Tobias Powalowski at 2024-04-08T13:02:25+02:00
update script

- - - - -


1 changed file:

- hwdetect


Changes:

=
hwdetect
=
@@ -106,18 +106,18 @@ _parameter() {
 
 _kver() {
 # get kernel version from installed kernel
-[[ "${_ARCH}" == "x86_64" || "${_ARCH}" == "riscv64" ]] && 
VMLINUZ=${_ROOT_DIRECTORY}/boot/vmlinuz-linux
-[[ "${_ARCH}" == "aarch64" ]] && VMLINUZ=${_ROOT_DIRECTORY}/boot/Image
-if [[ -f "${VMLINUZ}" && "${_ARCH}" == "x86_64" ]]; then
-offset="$(od -An -j0x20E -dN2 "${VMLINUZ}")"
-read -r _HWKVER _ < <(dd if="${VMLINUZ}" bs=1 count=127 skip=$((offset 
+ 0x200)) 2>${_NO_LOG})
+[[ "${_ARCH}" == "x86_64" || "${_ARCH}" == "riscv64" ]] && 
_VMLINUZ=${_ROOT_DIRECTORY}/boot/vmlinuz-linux
+[[ "${_ARCH}" == "aarch64" ]] && _VMLINUZ=${_ROOT_DIRECTORY}/boot/Image
+if [[ -f "${_VMLINUZ}" && "${_ARCH}" == "x86_64" ]]; then
+offset="$(od -An -j0x20E -dN2 "${_VMLINUZ}")"
+read -r _HWKVER _ < <(dd if="${_VMLINUZ}" bs=1 count=127 
skip=$((offset + 0x200)) 2>${_NO_LOG})
 fi
-if [[ -f "${VMLINUZ}" ]]  &&  [[ "${_ARCH}" == "riscv64" || "${_ARCH}" == 
"aarch64" ]]; then
+if [[ -f "${_VMLINUZ}" ]]  &&  [[ "${_ARCH}" == "riscv64" || "${_ARCH}" == 
"aarch64" ]]; then
 reader="cat"
 # try if the image is gzip compressed
-bytes="$(od -An -t x2 -N2 "${VMLINUZ}" | tr -dc '[:alnum:]')"
+bytes="$(od -An -t x2 -N2 "${_VMLINUZ}" | tr -dc '[:alnum:]')"
 [[ $bytes == '8b1f' ]] && reader="zcat"
-read -r _ _ _HWKVER _ < <($reader "${VMLINUZ}" | grep -m1 -aoE 'Linux 
version .(\.[-[:alnum:]]+)+')
+read -r _ _ _HWKVER _ < <($reader "${_VMLINUZ}" | grep -m1 -aoE 'Linux 
version .(\.[-[:alnum:]]+)+')
 fi
 # fallback if no detectable kernel is installed
 [[ -z "${_HWKVER}" ]] && _HWKVER="$(uname -r)"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/34197a478633d98af1d6e70b25cbe574e36618a8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/34197a478633d98af1d6e70b25cbe574e36618a8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pciutils][main] upgpkg: 3.12.0-1: update to latest version

2024-04-06 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
pciutils


Commits:
bbb2122a by Tobias Powalowski at 2024-04-06T21:06:46+02:00
upgpkg: 3.12.0-1: update to latest version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pciutils
pkgdesc = PCI bus configuration space access library and tools
-   pkgver = 3.11.1
+   pkgver = 3.12.0
pkgrel = 1
url = https://mj.ucw.cz/sw/pciutils/
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = pciutils
optdepends = which: for update-pciids
optdepends = grep: for update-pciids
optdepends = curl: for update-pciids
-   source = https://mj.ucw.cz/download/linux/pci/pciutils-3.11.1.tar.gz
-   source = 
https://mj.ucw.cz/download/linux/pci/pciutils-3.11.1.tar.gz.sign
+   source = https://mj.ucw.cz/download/linux/pci/pciutils-3.12.0.tar.gz
+   source = 
https://mj.ucw.cz/download/linux/pci/pciutils-3.12.0.tar.gz.sign
validpgpkeys = C466A56CADA981F4297D20C31F3D0761D9B65F0B
-   sha256sums = 
1904864ce5b0272d0a2e42e72ceac9e8810d1898480567f36b70642f8205fbfd
+   sha256sums = 
827a641d2016a15f0b959804daa5a05f055d0f91d58a70d32ac41ce7ef94164e
sha256sums = SKIP
 
 pkgname = pciutils


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Tobias Powalowski 
 pkgname=pciutils
-pkgver=3.11.1
+pkgver=3.12.0
 pkgrel=1
 pkgdesc="PCI bus configuration space access library and tools"
 arch=(x86_64)
@@ -17,7 +17,7 @@ 
source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}
 validpgpkeys=(
   'C466A56CADA981F4297D20C31F3D0761D9B65F0B' # Martin Mares 

  )
-sha256sums=('1904864ce5b0272d0a2e42e72ceac9e8810d1898480567f36b70642f8205fbfd'
+sha256sums=('827a641d2016a15f0b959804daa5a05f055d0f91d58a70d32ac41ce7ef94164e'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pciutils/-/commit/bbb2122abefd2cbff799f5f344b160eb56005782

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pciutils/-/commit/bbb2122abefd2cbff799f5f344b160eb56005782
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pciutils] Pushed new tag 3.12.0-1

2024-04-06 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 3.12.0-1 at Arch Linux / Packaging / Packages 
/ pciutils

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pciutils/-/tree/3.12.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdata][main] upgpkg: 0.381-1: update to latest version

2024-04-04 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
hwdata


Commits:
bdfb1479 by Tobias Powalowski at 2024-04-04T22:04:24+02:00
upgpkg: 0.381-1: update to latest version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = hwdata
pkgdesc = hardware identification databases
-   pkgver = 0.380
+   pkgver = 0.381
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.380?signed
+   source = git+https://github.com/vcrhonek/hwdata.git#tag=v0.381?signed
validpgpkeys = 3C40194FB79138CE0F78FD4919C2F062574F5403
sha256sums = SKIP
 


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Tobias Powalowski 
 pkgname=hwdata
-pkgver=0.380
+pkgver=0.381
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/commit/bdfb1479f0dbfb60431fd2d58c31cfa8ede896fa

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/commit/bdfb1479f0dbfb60431fd2d58c31cfa8ede896fa
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdata] Pushed new tag 0.381-1

2024-04-04 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 0.381-1 at Arch Linux / Packaging / Packages / 
hwdata

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/tree/0.381-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/samba][main] upgpkg: 4.20.0-2: Rebuild packages without signature in sync db

2024-04-01 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
samba


Commits:
efdeaec9 by Tobias Powalowski at 2024-04-01T22:07:29+02:00
upgpkg: 4.20.0-2: Rebuild packages without signature in sync db

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = samba
pkgver = 4.20.0
-   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.0
-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/efdeaec992cbb4c03add9cd7e46f24846b4dd91e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/commit/efdeaec992cbb4c03add9cd7e46f24846b4dd91e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/samba] Pushed new tag 4.20.0-2

2024-04-01 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 4.20.0-2 at Arch Linux / Packaging / Packages 
/ samba

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/tree/4.20.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tevent] Pushed new tag 1-0.16.1-2

2024-04-01 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 1-0.16.1-2 at Arch Linux / Packaging / 
Packages / tevent

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tevent/-/tree/1-0.16.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tevent][main] upgpkg: 1:0.16.1-2: Rebuild packages without signature in sync db

2024-04-01 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
tevent


Commits:
ffc658e1 by Tobias Powalowski at 2024-04-01T21:46:51+02:00
upgpkg: 1:0.16.1-2: Rebuild packages without signature in sync db

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tevent
pkgdesc = Event system based on the talloc memory management library
pkgver = 0.16.1
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://tevent.samba.org/
arch = x86_64


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=tevent
 pkgver=0.16.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Event system based on the talloc memory management library'
 url="https://tevent.samba.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tevent/-/commit/ffc658e18959ab8366b2e38f183b065537717e93

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tevent/-/commit/ffc658e18959ab8366b2e38f183b065537717e93
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tdb] Pushed new tag 1.4.10-2

2024-04-01 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 1.4.10-2 at Arch Linux / Packaging / Packages 
/ tdb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tdb/-/tree/1.4.10-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tdb][main] upgpkg: 1.4.10-2: Rebuild packages without signature in sync db

2024-04-01 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
tdb


Commits:
ed09995b by Tobias Powalowski at 2024-04-01T21:45:28+02:00
upgpkg: 1.4.10-2: Rebuild packages without signature in sync db

- - - - -


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 = 1
+   pkgrel = 2
url = https://tdb.samba.org/
arch = x86_64
license = GPL-3.0-or-later


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=tdb
 pkgver=1.4.10
-pkgrel=1
+pkgrel=2
 pkgdesc='Trivial Database similar to GDBM but allows simultaneous commits'
 arch=(x86_64)
 license=('GPL-3.0-or-later')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tdb/-/commit/ed09995b9dab45a97882bb728fce3babe37ef1f6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tdb/-/commit/ed09995b9dab45a97882bb728fce3babe37ef1f6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libiscsi][main] upgpkg: 1.20.0-2: Rebuild packages without signature in sync db

2024-04-01 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
libiscsi


Commits:
d3a63722 by Tobias Powalowski at 2024-04-01T21:43:48+02:00
upgpkg: 1.20.0-2: Rebuild packages without signature in sync db

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libiscsi
pkgdesc = Clientside library to implement the iSCSI protocol
pkgver = 1.20.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/sahlberg/libiscsi
arch = x86_64
license = LGPL-2.1-or-later


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Patryk Kowalczyk 
 pkgname=libiscsi
 pkgver=1.20.0
-pkgrel=1
+pkgrel=2
 makedepends=('git')
 depends=('glibc' 'popt' 'libgcrypt')
 pkgdesc="Clientside library to implement the iSCSI protocol"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiscsi/-/commit/d3a63722b7dc8b73f6931e30202906072801eae5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiscsi/-/commit/d3a63722b7dc8b73f6931e30202906072801eae5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libiscsi] Pushed new tag 1.20.0-2

2024-04-01 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 1.20.0-2 at Arch Linux / Packaging / Packages 
/ libiscsi

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiscsi/-/tree/1.20.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ldb][main] upgpkg: 2:2.9.0-2: Rebuild packages without signature in sync db

2024-04-01 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
ldb


Commits:
a87bab7b by Tobias Powalowski at 2024-04-01T21:42:45+02:00
upgpkg: 2:2.9.0-2: Rebuild packages without signature in sync db

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ldb
pkgdesc = Schema-less, ldap like, API and database
pkgver = 2.9.0
-   pkgrel = 1
+   pkgrel = 2
epoch = 2
url = https://ldb.samba.org/
arch = x86_64


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=ldb
 pkgver=2.9.0
-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/a87bab7b54aa89b820c84c968fa3f65587a700cc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ldb/-/commit/a87bab7b54aa89b820c84c968fa3f65587a700cc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ldb] Pushed new tag 2-2.9.0-2

2024-04-01 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 2-2.9.0-2 at Arch Linux / Packaging / Packages 
/ ldb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ldb/-/tree/2-2.9.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kexec-tools] Pushed new tag 2.0.28-2

2024-04-01 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 2.0.28-2 at Arch Linux / Packaging / Packages 
/ kexec-tools

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kexec-tools/-/tree/2.0.28-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kexec-tools][main] upgpkg: 2.0.28-2: Rebuild packages without signature in sync db

2024-04-01 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
kexec-tools


Commits:
7a6a9218 by Tobias Powalowski at 2024-04-01T21:41:08+02:00
upgpkg: 2.0.28-2: Rebuild packages without signature in sync db

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = kexec-tools
pkgdesc = Load another kernel from the currently executing Linux kernel
pkgver = 2.0.28
-   pkgrel = 1
+   pkgrel = 2
url = https://kernel.org/pub/linux/utils/kernel/kexec/
arch = x86_64
license = GPL-2.0-or-later


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=kexec-tools
 pkgver=2.0.28
-pkgrel=1
+pkgrel=2
 pkgdesc="Load another kernel from the currently executing Linux kernel"
 arch=('x86_64')
 url="https://kernel.org/pub/linux/utils/kernel/kexec/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kexec-tools/-/commit/7a6a9218b861ebc9ce5d5d92be2d015afbcc1fa8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kexec-tools/-/commit/7a6a9218b861ebc9ce5d5d92be2d015afbcc1fa8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/btrfs-progs][main] upgpkg: 6.8-2: Rebuild packages without signature in sync db

2024-04-01 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
btrfs-progs


Commits:
02119cf2 by Tobias Powalowski at 2024-04-01T21:39:55+02:00
upgpkg: 6.8-2: Rebuild packages without signature in sync db

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = btrfs-progs
pkgdesc = Btrfs filesystem utilities
pkgver = 6.8
-   pkgrel = 1
+   pkgrel = 2
url = https://btrfs.readthedocs.io
install = btrfs-progs.install
arch = x86_64


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=btrfs-progs
 pkgver=6.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Btrfs filesystem utilities'
 arch=('x86_64')
 makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools' 
'e2fsprogs' 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-progs/-/commit/02119cf255be8bebf85d1d4ddf933865d17f032e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-progs/-/commit/02119cf255be8bebf85d1d4ddf933865d17f032e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/btrfs-progs] Pushed new tag 6.8-2

2024-04-01 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 6.8-2 at Arch Linux / Packaging / Packages / 
btrfs-progs

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-progs/-/tree/6.8-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kexec-tools] Pushed new tag 2.0.28-1

2024-03-29 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 2.0.28-1 at Arch Linux / Packaging / Packages 
/ kexec-tools

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kexec-tools/-/tree/2.0.28-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/coreutils] Pushed new tag 9.5-1

2024-03-28 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 9.5-1 at Arch Linux / Packaging / Packages / 
coreutils

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/coreutils/-/tree/9.5-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/coreutils][main] upgpkg: 9.5-1: update to latest version

2024-03-28 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
coreutils


Commits:
fae74441 by Tobias Powalowski at 2024-03-28T20:16:01+01:00
upgpkg: 9.5-1: update to latest version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = coreutils
pkgdesc = The basic file, shell and text manipulation utilities of the 
GNU operating system
-   pkgver = 9.4
-   pkgrel = 3
+   pkgver = 9.5
+   pkgrel = 1
url = https://www.gnu.org/software/coreutils/
arch = x86_64
license = GPL-3.0-or-later
@@ -12,12 +12,10 @@ pkgbase = coreutils
depends = gmp
depends = libcap
depends = openssl
-   source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.4.tar.xz
-   source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.4.tar.xz.sig
-   source = 
https://github.com/coreutils/coreutils/commit/c4c5ed8f4e9cd55a12966d4f520e3a13101637d9.patch
+   source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.5.tar.xz
+   source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.5.tar.xz.sig
validpgpkeys = 6C37DC12121A5006BC1DB804DF6FD971306037D9
-   sha256sums = 
ea613a4cf44612326e917201bbbcdfbd301de21ffc3b59b6e5c07e040b275e52
+   sha256sums = 
cd328edeac92f6a665de9f323c93b712af1858bc2e0d88f3f7100469470a1b8a
sha256sums = SKIP
-   sha256sums = 
92098f2522d93d46a8ddb91f28ba414b2835d32ce87f60a23a7b852228ea89fe
 
 pkgname = coreutils


=
PKGBUILD
=
@@ -5,19 +5,17 @@
 # Contributor: judd 
 
 pkgname=coreutils
-pkgver=9.4
-pkgrel=3
+pkgver=9.5
+pkgrel=1
 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')
 url='https://www.gnu.org/software/coreutils/'
 depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
-
"https://github.com/coreutils/coreutils/commit/c4c5ed8f4e9cd55a12966d4f520e3a13101637d9.patch;)
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
 validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
-sha256sums=('ea613a4cf44612326e917201bbbcdfbd301de21ffc3b59b6e5c07e040b275e52'
-'SKIP'
-'92098f2522d93d46a8ddb91f28ba414b2835d32ce87f60a23a7b852228ea89fe')
+sha256sums=('cd328edeac92f6a665de9f323c93b712af1858bc2e0d88f3f7100469470a1b8a'
+'SKIP')
 
 prepare() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/coreutils/-/commit/fae744410c9a8116d9518e0c12d8456cd72e2db6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/coreutils/-/commit/fae744410c9a8116d9518e0c12d8456cd72e2db6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/sssd][main] upgpkg: 2.9.4-2: rebuild against samba 4.20 with added patch

2024-03-28 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
sssd


Commits:
e8fd162a by Tobias Powalowski at 2024-03-28T10:06:35+01:00
upgpkg: 2.9.4-2: rebuild against samba 4.20 with added patch

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = sssd
pkgdesc = System Security Services Daemon
pkgver = 2.9.4
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/SSSD/sssd
arch = x86_64
license = GPL-3.0-or-later
@@ -37,9 +37,11 @@ pkgbase = sssd
source = 
https://github.com/SSSD/sssd/releases/download/2.9.4/sssd-2.9.4.tar.gz
source = 
https://github.com/SSSD/sssd/releases/download/2.9.4/sssd-2.9.4.tar.gz.asc
source = 
https://patch-diff.githubusercontent.com/raw/SSSD/sssd/pull/7151/sssd-openssl3-no-ext.patch
+   source = 
https://github.com/SSSD/sssd/commit/1bf51929a48b84d62ac54f2a42f17e7fbffe1612.patch
validpgpkeys = C13CD07FFB2DB1408E457A3CD3D21B2910CF6759
sha512sums = 
9546cf074628f32137b16ca0c763988785271124244b645d1e786762e8578f10d983793a29bffcc004b064452fe8d465476a3041688d2f3c11c2751fb5bec3e2
sha512sums = SKIP
sha512sums = 
4b2024d01d5f4a718f3aa954909941baa74c00769c087296934bdc7502ca1b18e26697d0406aa4e8708ec7e460d88a9457ce8471496b45522b50e727fc2891f2
+   sha512sums = 
bbd546fb580f496b4a766029ac67b42fed485c3bcca867a1ec5533e169cd2d04a4badc701d5b33c3b2216939c5d050081758658f71a797bf7c90b1682c39cbaa
 
 pkgname = sssd


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=sssd
 pkgver=2.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc="System Security Services Daemon"
 arch=('x86_64')
 url="https://github.com/SSSD/sssd;
@@ -44,10 +44,12 @@ checkdepends=(
 options=('!lto')
 backup=('etc/logrotate.d/sssd')
 
source=("https://github.com/SSSD/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc}
-
"https://patch-diff.githubusercontent.com/raw/SSSD/sssd/pull/7151/sssd-openssl3-no-ext.patch;)
+
"https://patch-diff.githubusercontent.com/raw/SSSD/sssd/pull/7151/sssd-openssl3-no-ext.patch;
+
"https://github.com/SSSD/sssd/commit/1bf51929a48b84d62ac54f2a42f17e7fbffe1612.patch;)
 
sha512sums=('9546cf074628f32137b16ca0c763988785271124244b645d1e786762e8578f10d983793a29bffcc004b064452fe8d465476a3041688d2f3c11c2751fb5bec3e2'
 'SKIP'
-
'4b2024d01d5f4a718f3aa954909941baa74c00769c087296934bdc7502ca1b18e26697d0406aa4e8708ec7e460d88a9457ce8471496b45522b50e727fc2891f2')
+
'4b2024d01d5f4a718f3aa954909941baa74c00769c087296934bdc7502ca1b18e26697d0406aa4e8708ec7e460d88a9457ce8471496b45522b50e727fc2891f2'
+
'bbd546fb580f496b4a766029ac67b42fed485c3bcca867a1ec5533e169cd2d04a4badc701d5b33c3b2216939c5d050081758658f71a797bf7c90b1682c39cbaa')
 validpgpkeys=('C13CD07FFB2DB1408E457A3CD3D21B2910CF6759')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sssd/-/commit/e8fd162a90a2587128ee7768255a473ffc4e2bc3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sssd/-/commit/e8fd162a90a2587128ee7768255a473ffc4e2bc3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/sssd] Pushed new tag 2.9.4-2

2024-03-28 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 2.9.4-2 at Arch Linux / Packaging / Packages / 
sssd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sssd/-/tree/2.9.4-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/btrfs-progs][main] upgpkg: 6.8-1: update to latest version

2024-03-28 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
btrfs-progs


Commits:
680fc6a2 by Tobias Powalowski at 2024-03-28T10:04:29+01:00
upgpkg: 6.8-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.7.1
+   pkgver = 6.8
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.7.1.tar.sign
-   source = 
https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.7.1.tar.xz
+   source = 
https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.8.tar.sign
+   source = 
https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.8.tar.xz
source = initcpio-install-btrfs
source = initcpio-hook-btrfs
source = btrfs-scrub@.service
source = btrfs-scrub@.timer
validpgpkeys = F2B41200C54EFB30380C1756C565D5F9D76D583B
sha256sums = SKIP
-   sha256sums = 
24dc7b974f0a57ba0eca80f97440b840dfa85b0f1cb2c01bdfd97659a480b200
+   sha256sums = 
9c21645feac182611e28b47769d5f613cb9e2ecab58ece60b10e6c55a9ead575
sha256sums = 
bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4
sha256sums = 
35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5
sha256sums = 
eaa7af92d28bfa8940bb551560fd7be777f9f175292eaa72b5f6ef00fb240252


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=6.7.1
+pkgver=6.8
 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'
-'24dc7b974f0a57ba0eca80f97440b840dfa85b0f1cb2c01bdfd97659a480b200'
+'9c21645feac182611e28b47769d5f613cb9e2ecab58ece60b10e6c55a9ead575'
 'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4'
 '35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5'
 'eaa7af92d28bfa8940bb551560fd7be777f9f175292eaa72b5f6ef00fb240252'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-progs/-/commit/680fc6a22809238d34a40e2e00dc91f2bf0ff2ae

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-progs/-/commit/680fc6a22809238d34a40e2e00dc91f2bf0ff2ae
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/btrfs-progs] Pushed new tag 6.8-1

2024-03-28 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 6.8-1 at Arch Linux / Packaging / Packages / 
btrfs-progs

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/btrfs-progs/-/tree/6.8-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/qemu] Pushed new tag 8.2.2-2

2024-03-28 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 8.2.2-2 at Arch Linux / Packaging / Packages / 
qemu

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qemu/-/tree/8.2.2-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libvirt][main] upgpkg: 1:10.1.0-2: reuild against libiscsi-1.20.0

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
libvirt


Commits:
2e884d76 by Tobias Powalowski at 2024-03-27T21:36:22+01:00
upgpkg: 1:10.1.0-2: reuild against libiscsi-1.20.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libvirt
pkgdesc = API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
pkgver = 10.1.0
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://libvirt.org/
arch = x86_64


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
 epoch=1
 pkgver=10.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
 url="https://libvirt.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvirt/-/commit/2e884d768b8be2f25c7e849b40d89d1ac4334a67

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvirt/-/commit/2e884d768b8be2f25c7e849b40d89d1ac4334a67
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libvirt] Pushed new tag 1-10.1.0-2

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 1-10.1.0-2 at Arch Linux / Packaging / 
Packages / libvirt

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvirt/-/tree/1-10.1.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libiscsi][main] upgpkg: 1.20.0-1: update license and bump to latest version

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
libiscsi


Commits:
ccb778cd by Tobias Powalowski at 2024-03-27T21:24:57+01:00
upgpkg: 1.20.0-1: update license and bump to latest version

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = libiscsi
+   pkgdesc = Clientside library to implement the iSCSI protocol
+   pkgver = 1.20.0
+   pkgrel = 1
+   url = https://github.com/sahlberg/libiscsi
+   arch = x86_64
+   license = LGPL-2.1-or-later
+   makedepends = git
+   depends = glibc
+   depends = popt
+   depends = libgcrypt
+   source = 
libiscsi::git+https://github.com/sahlberg/libiscsi.git#tag=1.20.0
+   sha512sums = 
b8f304137fe05011f4548fd1a14cb7dfb8562a1e41530b6f357238ce9f0603ec2e1b2be709478d0d72971f3903ee10f6915be57e8108aaea4ae0e82cd53e566c
+
+pkgname = libiscsi


=
PKGBUILD
=
@@ -1,16 +1,16 @@
 # Maintainer: Tobias Powalowski 
 # Contributor: Patryk Kowalczyk 
 pkgname=libiscsi
-pkgver=1.19.0
-pkgrel=2
+pkgver=1.20.0
+pkgrel=1
 makedepends=('git')
 depends=('glibc' 'popt' 'libgcrypt')
 pkgdesc="Clientside library to implement the iSCSI protocol"
 arch=(x86_64)
 url="https://github.com/sahlberg/libiscsi;
-license=('LGPL')
+license=('LGPL-2.1-or-later')
 source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#tag=${pkgver})
-sha512sums=('SKIP')
+sha512sums=('b8f304137fe05011f4548fd1a14cb7dfb8562a1e41530b6f357238ce9f0603ec2e1b2be709478d0d72971f3903ee10f6915be57e8108aaea4ae0e82cd53e566c')
 
 build() {
   cd "${srcdir}/${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiscsi/-/commit/ccb778cd933592c17866608b95c8b0ed833ac597

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiscsi/-/commit/ccb778cd933592c17866608b95c8b0ed833ac597
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libiscsi] Pushed new tag 1.20.0-1

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 1.20.0-1 at Arch Linux / Packaging / Packages 
/ libiscsi

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiscsi/-/tree/1.20.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/samba] Pushed new tag 4.20.0-1

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 4.20.0-1 at Arch Linux / Packaging / Packages 
/ samba

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/tree/4.20.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/samba][main] upgpkg: 4.20.0-1: bump to latest version

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
samba


Commits:
7e190fc2 by Tobias Powalowski at 2024-03-27T21:17:34+01:00
upgpkg: 4.20.0-1: bump to latest version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,5 +1,5 @@
 pkgbase = samba
-   pkgver = 4.19.5
+   pkgver = 4.20.0
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.19.5.tar.gz
-   source = https://us1.samba.org/samba/ftp/stable/samba-4.19.5.tar.asc
+   source = https://us1.samba.org/samba/ftp/stable/samba-4.20.0.tar.gz
+   source = https://us1.samba.org/samba/ftp/stable/samba-4.20.0.tar.asc
source = samba.logrotate
source = samba.pam
source = samba.conf
validpgpkeys = 81F5E2832BD2545A1897B713AA99442FB680B620
-   sha512sums = 
5b0934f2e44a28ffc4aa07e5495b339cf3a7548c49e29d1bae87de6c3a6f57c2a9130592dce782895079f559ed3bc8b5e4514c9c0fd8d5638aef68f0d0a3391f
+   sha512sums = 
e820739706992ef3b4e3a7a771ad5d8efc6b87d5ccdcee7ebd41483d90fa3cc0420ba9680d059e71d7083c9c12b0d36deafcdce0224560f49bbfc3a277e7e77c
sha512sums = SKIP
sha512sums = 
2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858
sha512sums = 
1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67
@@ -88,7 +88,7 @@ pkgname = samba
depends = libbsd
depends = python
depends = tdb
-   depends = smbclient>=4.19.5
+   depends = smbclient>=4.20.0
depends = gpgme
depends = libldb.so
depends = libtdb.so
@@ -97,7 +97,7 @@ pkgname = samba
depends = libwbclient
optdepends = python-dnspython: netads_dns.py, dnsresolver.py and 
traffic_packets.py
optdepends = python-markdown: ms_schema_markdown.py and 
ms_forest_updates_markdown.py
-   optdepends = python-cryptography: lockout_tests.py 
gp_cert_auto_enroll_ext.py   gpo.py and 
kcrypto.py
+   optdepends = python-cryptography: lockout_tests.py 
gp_cert_auto_enroll_ext.py gpo.py and kcrypto.py
backup = etc/logrotate.d/samba
backup = etc/pam.d/samba
backup = etc/conf.d/samba


=
PKGBUILD
=
@@ -9,7 +9,7 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.19.5
+pkgver=4.20.0
 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=('5b0934f2e44a28ffc4aa07e5495b339cf3a7548c49e29d1bae87de6c3a6f57c2a9130592dce782895079f559ed3bc8b5e4514c9c0fd8d5638aef68f0d0a3391f'
+sha512sums=('e820739706992ef3b4e3a7a771ad5d8efc6b87d5ccdcee7ebd41483d90fa3cc0420ba9680d059e71d7083c9c12b0d36deafcdce0224560f49bbfc3a277e7e77c'
 'SKIP'
 
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/commit/7e190fc2641233520112121410dfd4854a8b2310

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/samba/-/commit/7e190fc2641233520112121410dfd4854a8b2310
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ldb] Pushed new tag 2-2.9.0-1

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 2-2.9.0-1 at Arch Linux / Packaging / Packages 
/ ldb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ldb/-/tree/2-2.9.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ldb][main] upgpkg: 2:2.9.0-1: update license and bump to latest version

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
ldb


Commits:
e2a29405 by Tobias Powalowski at 2024-03-27T20:55:34+01:00
upgpkg: 2:2.9.0-1: update license and bump to latest version

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,27 @@
+pkgbase = ldb
+   pkgdesc = Schema-less, ldap like, API and database
+   pkgver = 2.9.0
+   pkgrel = 1
+   epoch = 2
+   url = https://ldb.samba.org/
+   arch = x86_64
+   license = GPL-3.0-or-later
+   makedepends = python
+   makedepends = cmocka
+   makedepends = docbook-xsl
+   makedepends = tevent
+   depends = talloc
+   depends = libtevent.so
+   depends = tdb
+   depends = libtdb.so
+   depends = popt
+   depends = lmdb
+   optdepends = python: for python bindings
+   provides = libldb.so
+   source = https://samba.org/ftp/ldb/ldb-2.9.0.tar.gz
+   source = https://samba.org/ftp/ldb/ldb-2.9.0.tar.asc
+   validpgpkeys = 9147A339719518EE9011BCB54793916113084025
+   sha512sums = 
b5cfbbcb2c35d6830bf1a7c85e1d4363728ae474504441add54c4c8569316b26aedbf6fb9f561ec4f187eb5a847ac76af07396e38d00e6f7632b63e02d7b64a1
+   sha512sums = SKIP
+
+pkgname = ldb


=
PKGBUILD
=
@@ -3,20 +3,20 @@
 # Contributor: Marco A Rojas 
 
 pkgname=ldb
-pkgver=2.8.0
+pkgver=2.9.0
 pkgrel=1
 epoch=2
 pkgdesc='Schema-less, ldap like, API and database'
 arch=('x86_64')
 url="https://ldb.samba.org/;
 source=(https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar{.gz,.asc})
-license=('GPL3')
+license=('GPL-3.0-or-later')
 depends=('talloc' 'libtevent.so' 'tdb' 'libtdb.so' 'popt' 'lmdb')
 makedepends=('python' 'cmocka' 'docbook-xsl' 'tevent')
 optdepends=('python: for python bindings')
 provides=(libldb.so)
 validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key 
-sha512sums=('b6f289af3137e02a8e3ee0588bc300d1756b8980558e0b3a3a9eee4449100ccd42ed873187dbdb334e7e7834a8bff8478cd4f20588d4ca834d9ea14c0ee2c2f9'
+sha512sums=('b5cfbbcb2c35d6830bf1a7c85e1d4363728ae474504441add54c4c8569316b26aedbf6fb9f561ec4f187eb5a847ac76af07396e38d00e6f7632b63e02d7b64a1'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ldb/-/commit/e2a29405c2c6148345ccd7fef448eb787937b433

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ldb/-/commit/e2a29405c2c6148345ccd7fef448eb787937b433
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tevent][main] upgpkg: 1:0.16.1-1: update license and bump to latest version

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
tevent


Commits:
d18d0451 by Tobias Powalowski at 2024-03-27T20:49:55+01:00
upgpkg: 1:0.16.1-1: update license and bump to latest version

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = tevent
+   pkgdesc = Event system based on the talloc memory management library
+   pkgver = 0.16.1
+   pkgrel = 1
+   epoch = 1
+   url = https://tevent.samba.org/
+   arch = x86_64
+   license = GPL-3.0-or-later
+   makedepends = python
+   makedepends = cmocka
+   depends = talloc
+   optdepends = python: for python bindings
+   provides = libtevent.so
+   source = https://samba.org/ftp/tevent/tevent-0.16.1.tar.gz
+   source = https://samba.org/ftp/tevent/tevent-0.16.1.tar.asc
+   validpgpkeys = 9147A339719518EE9011BCB54793916113084025
+   sha512sums = 
cda001d91728b2f28dd081e9c5f6d8ede345dcd9ce1dca04394860cd83090c15aa8dfef1c53b73e120bd17f0d95551fa9301eb4927963314556d016fe5420a39
+   sha512sums = SKIP
+
+pkgname = tevent


=
PKGBUILD
=
@@ -5,20 +5,20 @@
 # Contributor: Thomas Burdick 
 
 pkgname=tevent
-pkgver=0.15.0
+pkgver=0.16.1
 pkgrel=1
 epoch=1
 pkgdesc='Event system based on the talloc memory management library'
 url="https://tevent.samba.org/;
 arch=('x86_64')
 source=(https://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar{.gz,.asc})
-license=('GPL3')
+license=('GPL-3.0-or-later')
 depends=('talloc')
 makedepends=('python' 'cmocka')
 optdepends=('python: for python bindings')
 provides=(libtevent.so)
 validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key 
-sha512sums=('470cc4489255a4f122ba1d680669589ba375d4081ff46631dd56f5104202d175bfb13356820eb9108a6b768b3837b2f5d26cc7b0acc3071c4787fb070df3cbab'
+sha512sums=('cda001d91728b2f28dd081e9c5f6d8ede345dcd9ce1dca04394860cd83090c15aa8dfef1c53b73e120bd17f0d95551fa9301eb4927963314556d016fe5420a39'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tevent/-/commit/d18d04517d98f303778a3f3724a14519f8d738fe

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tevent/-/commit/d18d04517d98f303778a3f3724a14519f8d738fe
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tevent] Pushed new tag 1-0.16.1-1

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 1-0.16.1-1 at Arch Linux / Packaging / 
Packages / tevent

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tevent/-/tree/1-0.16.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/talloc][main] upgpkg: 2.4.2-1: update license and bump to latest version

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
talloc


Commits:
9ecf52fb by Tobias Powalowski at 2024-03-27T20:26:23+01:00
upgpkg: 2.4.2-1: update license and bump to latest version

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,19 @@
+pkgbase = talloc
+   pkgdesc = Hierarchical pool based memory allocator with destructors
+   pkgver = 2.4.2
+   pkgrel = 1
+   url = https://talloc.samba.org/
+   arch = x86_64
+   license = GPL-3.0-or-later
+   makedepends = python
+   makedepends = docbook-xsl
+   depends = glibc
+   depends = libxcrypt
+   optdepends = python: for python bindings
+   source = https://www.samba.org/ftp/talloc/talloc-2.4.2.tar.gz
+   source = https://www.samba.org/ftp/talloc/talloc-2.4.2.tar.asc
+   validpgpkeys = 9147A339719518EE9011BCB54793916113084025
+   sha512sums = 
fb91665ffbe0cce96b1359940ff3ed21330c81c5331140788a26aa94f82b50492176e6000ff54b31d1a434bb1cb53a6a2c7894153545252a1fd91bda7c05a213
+   sha512sums = SKIP
+
+pkgname = talloc


=
PKGBUILD
=
@@ -2,17 +2,17 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=talloc
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="Hierarchical pool based memory allocator with destructors"
 arch=('x86_64')
-license=('GPL3')
+license=('GPL-3.0-or-later')
 url="https://talloc.samba.org/;
 depends=('glibc' 'libxcrypt')
 makedepends=('python' 'docbook-xsl')
 optdepends=('python: for python bindings')
 source=(https://www.samba.org/ftp/talloc/talloc-$pkgver.tar.{gz,asc})
-sha512sums=('4de3b66d7cd1ff3f53e28e86bf9e89528635465c67868e1262aab6946106c228b2c184e988561361c3194fb260d83e016477254c9dbea7abff40c4dc0d31c76c'
+sha512sums=('fb91665ffbe0cce96b1359940ff3ed21330c81c5331140788a26aa94f82b50492176e6000ff54b31d1a434bb1cb53a6a2c7894153545252a1fd91bda7c05a213'
 'SKIP')
 validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-b...@samba.org
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/talloc/-/commit/9ecf52fb1c965fc2662f22c4d7e85d7012f51b4e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/talloc/-/commit/9ecf52fb1c965fc2662f22c4d7e85d7012f51b4e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/talloc] Pushed new tag 2.4.2-1

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 2.4.2-1 at Arch Linux / Packaging / Packages / 
talloc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/talloc/-/tree/2.4.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tdb] Pushed new tag 1.4.10-1

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 1.4.10-1 at Arch Linux / Packaging / Packages 
/ tdb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tdb/-/tree/1.4.10-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/tdb][main] upgpkg: 1.4.10-1: update license and bump to latest version

2024-03-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
tdb


Commits:
99a45aff by Tobias Powalowski at 2024-03-27T20:25:13+01:00
upgpkg: 1.4.10-1: update license and bump to latest version

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = tdb
+   pkgdesc = Trivial Database similar to GDBM but allows simultaneous 
commits
+   pkgver = 1.4.10
+   pkgrel = 1
+   url = https://tdb.samba.org/
+   arch = x86_64
+   license = GPL-3.0-or-later
+   makedepends = python
+   makedepends = libxslt
+   makedepends = docbook-xsl
+   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
+   validpgpkeys = 9147A339719518EE9011BCB54793916113084025
+   sha512sums = 
b5147d811617d90a025d1070abf16c42744b3fc3cac1042fbff03b1e635af2eaf9c957a7bffdb3f56b4a0c775b44f8027def9f23deb1b3ede817b95bbece2ce9
+   sha512sums = SKIP
+
+pkgname = tdb


=
PKGBUILD
=
@@ -3,11 +3,11 @@
 # Contributor: Tom Newsom 
 
 pkgname=tdb
-pkgver=1.4.9
+pkgver=1.4.10
 pkgrel=1
 pkgdesc='Trivial Database similar to GDBM but allows simultaneous commits'
 arch=(x86_64)
-license=('GPL3')
+license=('GPL-3.0-or-later')
 url="https://tdb.samba.org/;
 depends=('glibc')
 makedepends=('python' 'libxslt' 'docbook-xsl')
@@ -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=('6b0109075826b8630f6b5a7e7ade2fcff95c5d05338340af78219422610947c520707b3e484ff13fbd40bbfffe13977976e8ddcb1be7b13e13ac78b4e3ec06c2'
+sha512sums=('b5147d811617d90a025d1070abf16c42744b3fc3cac1042fbff03b1e635af2eaf9c957a7bffdb3f56b4a0c775b44f8027def9f23deb1b3ede817b95bbece2ce9'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tdb/-/commit/99a45aff1da6db46cf80bfaf8d453a62616a5107

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tdb/-/commit/99a45aff1da6db46cf80bfaf8d453a62616a5107
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/jfsutils][main] upgpkg: 1.1.15-9: update license, rebuild with pacman 6.1

2024-03-17 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
jfsutils


Commits:
7d855945 by Tobias Powalowski at 2024-03-17T09:33:55+01:00
upgpkg: 1.1.15-9: update license, rebuild with pacman 6.1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = jfsutils
+   pkgdesc = JFS filesystem utilities
+   pkgver = 1.1.15
+   pkgrel = 9
+   url = http://jfs.sourceforge.net
+   arch = x86_64
+   license = GPL-3.0-or-later
+   depends = util-linux
+   source = http://jfs.sourceforge.net/project/pub/jfsutils-1.1.15.tar.gz
+   source = jfsutils-1.1.15-missing-includes.patch
+   source = jfsutils-1.1.15-sysmacros.patch
+   source = jfsutils-1.1.15-gcc10.patch
+   source = jfsutils-1.1.15-format-security-errors.patch
+   sha256sums = 
244a15f64015ce3ea17e49bdf6e1a0fb4f9af92b82fa9e05aa64cb30b5f07a4d
+   sha256sums = 
467f43ad5be91f57c01b3171b71d3c079f45d150290b02b06ebd32c6b22f5e2c
+   sha256sums = 
fd1a4e794a3bf2ebdb4b81f582e147655d70aadd59689aacea0ccc32c6381a28
+   sha256sums = 
491c8e4b4d95cc296e4b87b730e252ce37dafbabaae48aa653ae002df26266f2
+   sha256sums = 
40e3ee196b139fec46b2df6047c2f052e7630d9c9e6669d4f70ca478165bc054
+
+pkgname = jfsutils


=
PKGBUILD
=
@@ -3,11 +3,11 @@
 
 pkgname=jfsutils
 pkgver=1.1.15
-pkgrel=8
+pkgrel=9
 pkgdesc='JFS filesystem utilities'
 url='http://jfs.sourceforge.net'
 arch=('x86_64')
-license=('GPL')
+license=('GPL-3.0-or-later')
 depends=('util-linux')
 source=("http://jfs.sourceforge.net/project/pub/${pkgname}-${pkgver}.tar.gz;
 'jfsutils-1.1.15-missing-includes.patch'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jfsutils/-/commit/7d85594598fe9eeac427024e3f8f1915209195ed

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jfsutils/-/commit/7d85594598fe9eeac427024e3f8f1915209195ed
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/jfsutils] Pushed new tag 1.1.15-9

2024-03-17 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 1.1.15-9 at Arch Linux / Packaging / Packages 
/ jfsutils

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jfsutils/-/tree/1.1.15-9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/linux-firmware] Pushed new tag 20240312.3b128b60-1

2024-03-13 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 20240312.3b128b60-1 at Arch Linux / Packaging 
/ Packages / linux-firmware

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/tree/20240312.3b128b60-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/linux-firmware][main] upgpkg: 20240312.3b128b60-1: update to 20240312

2024-03-13 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
linux-firmware


Commits:
382317f4 by Tobias Powalowski at 2024-03-13T12:48:08+01:00
upgpkg: 20240312.3b128b60-1: update to 20240312

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = linux-firmware
pkgdesc = Firmware files for Linux
-   pkgver = 20240220.97b693d2
+   pkgver = 20240312.3b128b60
pkgrel = 1
url = https://gitlab.com/kernel-firmware/linux-firmware
arch = any
@@ -10,7 +10,7 @@ pkgbase = linux-firmware
makedepends = git
makedepends = rdfind
options = !strip
-   source = 
git+https://gitlab.com/kernel-firmware/linux-firmware.git?signed#tag=20240220
+   source = 
git+https://gitlab.com/kernel-firmware/linux-firmware.git?signed#tag=20240312
validpgpkeys = 4CDE8575E547BF835FE15807A31B6BD72486CFD6
sha256sums = SKIP
 


=
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=20240220
-pkgver=20240220.97b693d2
+_tag=20240312
+pkgver=20240312.3b128b60
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 url="https://gitlab.com/kernel-firmware/linux-firmware;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/commit/382317f4cfbdab7d74916610c485bf75029acebc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/commit/382317f4cfbdab7d74916610c485bf75029acebc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdata][main] upgpkg: 0.380-1: update to 0.380

2024-03-05 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
hwdata


Commits:
14ebeb7a by Tobias Powalowski at 2024-03-05T20:03:49+01:00
upgpkg: 0.380-1: update to 0.380

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = hwdata
pkgdesc = hardware identification databases
-   pkgver = 0.379
+   pkgver = 0.380
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.379?signed
+   source = git+https://github.com/vcrhonek/hwdata.git#tag=v0.380?signed
validpgpkeys = 3C40194FB79138CE0F78FD4919C2F062574F5403
sha256sums = SKIP
 


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Tobias Powalowski 
 pkgname=hwdata
-pkgver=0.379
+pkgver=0.380
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/commit/14ebeb7afb8437c100fc800c6b7d9740926e60ea

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/commit/14ebeb7afb8437c100fc800c6b7d9740926e60ea
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdata] Pushed new tag 0.380-1

2024-03-05 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 0.380-1 at Arch Linux / Packaging / Packages / 
hwdata

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/tree/0.380-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdetect][main] upgpkg: 2024.03.05-1: remove PINCTRL modules to extra listing

2024-03-04 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
hwdetect


Commits:
a2e8edff by Tobias Powalowski at 2024-03-04T21:39:18+01:00
upgpkg: 2024.03.05-1: remove PINCTRL modules to extra listing

- - - - -


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.03.04
+   pkgver = 2024.03.05
pkgrel = 1
url = https://archlinux.org/packages/extra/any/hwdetect/
arch = any
@@ -16,6 +16,6 @@ pkgbase = hwdetect
optdepends = lvm2:   for lvm2 mkinitcpio config support
optdepends = mdadm:  for raid mkinitcpio config support
source = hwdetect
-   b2sums = 
8a8b4f08b9c060d324d295794adc3235a9e4fa0ec194db3e86816ea5bbdf203ad477b4071a01a4b7d001aa6c73feee559547c4509d3652b54c18e168cfe84994
+   b2sums = 
2633c3612394800e883cca249e85c56ff833d6cb3edde04b28487306a99558e7a31e3ebc7696d01e0db92048bbaa379c39675040832d492dd111e055914cf614
 
 pkgname = hwdetect


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Tobias Powalowski 
 pkgname=hwdetect
-pkgver=2024.03.04
+pkgver=2024.03.05
 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=('8a8b4f08b9c060d324d295794adc3235a9e4fa0ec194db3e86816ea5bbdf203ad477b4071a01a4b7d001aa6c73feee559547c4509d3652b54c18e168cfe84994')
+b2sums=('2633c3612394800e883cca249e85c56ff833d6cb3edde04b28487306a99558e7a31e3ebc7696d01e0db92048bbaa379c39675040832d492dd111e055914cf614')
 
 package() {
   install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"


=
hwdetect
=
@@ -42,6 +42,7 @@ usage () {
 echo "--show-net show NETWORK modules"
 echo "--show-nvmeshow NVME modules"
 echo "--show-parport show PARPORT modules"
+echo "--show-pinctrl show PINCTRL modules"
 echo "--show-platformshow PLATFORM modules"
 echo "--show-powercapshow POWERCAP modules"
 echo "--show-serial  show SERIAL modules"
@@ -213,6 +214,7 @@ while [ -n "$*"  ]; do
 showlist "NET  " $(listmods net/ irda/)
 showlist "NVME " $(listmods nvme/ nvme.ko)
 showlist "PARPORT  " $(listmods parport/)
+showlist "PINCTRL  " $(listmods pinctrl/)
 showlist "PLATFORM " $(listmods platform/)
 showlist "POWERCAP " $(listmods powercap/)
 showlist "SERIAL   " $(listmods serial/)
@@ -226,7 +228,7 @@ while [ -n "$*"  ]; do
 showlist "WATCHDOG " $(listmods watchdog/)
 showlist "OTHER" $(listmods modules/ agp/ acpi/ scsi/ 
message/fusion block/sx8 block/cciss block/cpqarray block/DAC960 block/virtio 
virtio/virtio_pci ata/ \
 usb/ ieee1394 bluetooth/ cdrom/ cpufreq/ crypto/ dca/ 
dma/ edac/ events/ net/ hwmon/ i2c/ input/ ipmi/ irda/ kvm/ mac_hid media/ mei/ 
\
-mfd/ mtd/ nvme/ parport/ platform/ powercap/ sound/ 
spi/ thermal/ tpm/ drm/ firewire/ hid/ serial/ staging/ video/ virt/ watchdog/)
+mfd/ mtd/ nvme/ parport/ pinctrl/ platform/ powercap/ 
sound/ spi/ thermal/ tpm/ drm/ firewire/ hid/ serial/ staging/ video/ virt/ 
watchdog/)
 ;;
 --show-modules-order)
 showlist "MODULES ORDER" $(listmods modules/)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/a2e8edff1e3e0a26ea6c03f574253e97f9121a94

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/a2e8edff1e3e0a26ea6c03f574253e97f9121a94
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdetect] Pushed new tag 2024.03.05-1

2024-03-04 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 2024.03.05-1 at Arch Linux / Packaging / 
Packages / hwdetect

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/tree/2024.03.05-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdetect] Pushed new tag 2024.03.04-1

2024-03-04 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 2024.03.04-1 at Arch Linux / Packaging / 
Packages / hwdetect

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/tree/2024.03.04-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hwdetect][main] upgpkg: 2024.03.04-1: remove nfs, update mkinitcpio v38 default hooks

2024-03-04 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
hwdetect


Commits:
78a2a6c8 by Tobias Powalowski at 2024-03-04T21:06:23+01:00
upgpkg: 2024.03.04-1: remove nfs, update mkinitcpio v38 default hooks

- - - - -


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.02.05
+   pkgver = 2024.03.04
pkgrel = 1
url = https://archlinux.org/packages/extra/any/hwdetect/
arch = any
@@ -16,6 +16,6 @@ pkgbase = hwdetect
optdepends = lvm2:   for lvm2 mkinitcpio config support
optdepends = mdadm:  for raid mkinitcpio config support
source = hwdetect
-   sha512sums = 
ca20fc2cdc75b90dd1382f7c2ffb6cbca8e99662ab7fea9ccb523255a0daa84f9e36698ba636bf9ccb4252802475ee5582beb29c134ecaff0b99d8376ba6267b
+   b2sums = 
8a8b4f08b9c060d324d295794adc3235a9e4fa0ec194db3e86816ea5bbdf203ad477b4071a01a4b7d001aa6c73feee559547c4509d3652b54c18e168cfe84994
 
 pkgname = hwdetect


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Tobias Powalowski 
 pkgname=hwdetect
-pkgver=2024.02.05
+pkgver=2024.03.04
 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)
-sha512sums=('ca20fc2cdc75b90dd1382f7c2ffb6cbca8e99662ab7fea9ccb523255a0daa84f9e36698ba636bf9ccb4252802475ee5582beb29c134ecaff0b99d8376ba6267b')
+b2sums=('8a8b4f08b9c060d324d295794adc3235a9e4fa0ec194db3e86816ea5bbdf203ad477b4071a01a4b7d001aa6c73feee559547c4509d3652b54c18e168cfe84994')
 
 package() {
   install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"


=
hwdetect
=
@@ -68,7 +68,6 @@ usage () {
 echo "--advanced show autodetected advanced HOOKS"
 echo "--hooksshow HOOKS="
 echo "--keymap   add keymap to HOOKS="
-echo "--nfs  add net to HOOKS="
 exit 1
 }
 
@@ -128,9 +127,6 @@ fi
 # keymap switch
 [ "$(echo $* | grep '\-keymap')" ] && KEYMAP=1
 
-# nfs switch
-[ "$(echo $* | grep '\-nfs')" ] && NFS=1
-
 # hooks switch
 [ "$(echo $* | grep '\-hooks')" ] && HOOKS=1
 
@@ -311,7 +307,7 @@ while [ -n "$*"  ]; do
 if [ "$HOOKS_DIR" = "" ]; then
 HOOKS_DIR="/usr/lib/initcpio/install"
 fi
-START_HOOKS="base udev autodetect modconf kms consolefont keyboard 
keymap block filesystems fsck net $ADVANCED"
+START_HOOKS="base udev autodetect microcode modconf kms keyboard 
keymap consolefont block filesystems fsck $ADVANCED"
 # remove the ones that don't exist on the system
 for i in ${START_HOOKS}; do
 if ! [ -e "${HOOKS_DIR}/$i" ]; then
@@ -321,9 +317,6 @@ while [ -n "$*"  ]; do
 if ! [ "$KEYMAP" = "1" ]; then
 START_HOOKS=$(echo $START_HOOKS | sed -e "s/keymap//g")
 fi
-if ! [ "$NFS" = "1" ]; then
-START_HOOKS=$(echo $START_HOOKS | sed -e "s/net//g")
-fi
 _SHOW_HOOKS="1"
 ;;
 --advanced) echo "$ADVANCED"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/78a2a6c8c2b5f4e40bdd4dca9f423156ecb84723

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdetect/-/commit/78a2a6c8c2b5f4e40bdd4dca9f423156ecb84723
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/mdadm] Pushed new tag 4.3-1

2024-02-29 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 4.3-1 at Arch Linux / Packaging / Packages / 
mdadm

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mdadm/-/tree/4.3-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pciutils][main] upgpkg: 3.11.1-1: update to 3.11.1

2024-02-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
pciutils


Commits:
ca79efe4 by Tobias Powalowski at 2024-02-27T11:28:36+01:00
upgpkg: 3.11.1-1: update to 3.11.1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = pciutils
+   pkgdesc = PCI bus configuration space access library and tools
+   pkgver = 3.11.1
+   pkgrel = 1
+   url = https://mj.ucw.cz/sw/pciutils/
+   arch = x86_64
+   license = GPL2
+   makedepends = git
+   depends = glibc
+   depends = hwdata
+   depends = kmod
+   optdepends = which: for update-pciids
+   optdepends = grep: for update-pciids
+   optdepends = curl: for update-pciids
+   source = https://mj.ucw.cz/download/linux/pci/pciutils-3.11.1.tar.gz
+   source = 
https://mj.ucw.cz/download/linux/pci/pciutils-3.11.1.tar.gz.sign
+   validpgpkeys = C466A56CADA981F4297D20C31F3D0761D9B65F0B
+   sha256sums = 
1904864ce5b0272d0a2e42e72ceac9e8810d1898480567f36b70642f8205fbfd
+   sha256sums = SKIP
+
+pkgname = pciutils


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Tobias Powalowski 
 pkgname=pciutils
-pkgver=3.10.0
+pkgver=3.11.1
 pkgrel=1
 pkgdesc="PCI bus configuration space access library and tools"
 arch=(x86_64)
@@ -17,7 +17,7 @@ 
source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}
 validpgpkeys=(
   'C466A56CADA981F4297D20C31F3D0761D9B65F0B' # Martin Mares 

  )
-sha256sums=('7deabe38ae5fa88a96a8c4947975cf31c591506db546e9665a10dddbf350ead0'
+sha256sums=('1904864ce5b0272d0a2e42e72ceac9e8810d1898480567f36b70642f8205fbfd'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pciutils/-/commit/ca79efe435de108bf3ad87e5c2210097db83b315

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pciutils/-/commit/ca79efe435de108bf3ad87e5c2210097db83b315
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pciutils] Pushed new tag 3.11.1-1

2024-02-27 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 3.11.1-1 at Arch Linux / Packaging / Packages 
/ pciutils

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pciutils/-/tree/3.11.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libksba][main] upgpkg: 1.6.6-1: update to 1.6.6, update licenses

2024-02-24 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
libksba


Commits:
067f0089 by Tobias Powalowski at 2024-02-24T21:38:45+01:00
upgpkg: 1.6.6-1: update to 1.6.6, update licenses

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,18 +1,20 @@
 pkgbase = libksba
pkgdesc = Library for working with X.509 certificates, CMS data and 
related objects
-   pkgver = 1.6.5
+   pkgver = 1.6.6
pkgrel = 1
url = https://www.gnupg.org/related_software/libksba/
arch = x86_64
-   license = GPL
+   license = GPL-2.0-only
+   license = GPL-3.0-only
+   license = LGPL-3.0-only
depends = bash
depends = libgpg-error
depends = glibc
-   source = https://www.gnupg.org/ftp/gcrypt/libksba/libksba-1.6.5.tar.bz2
-   source = 
https://www.gnupg.org/ftp/gcrypt/libksba/libksba-1.6.5.tar.bz2.sig
+   source = https://www.gnupg.org/ftp/gcrypt/libksba/libksba-1.6.6.tar.bz2
+   source = 
https://www.gnupg.org/ftp/gcrypt/libksba/libksba-1.6.6.tar.bz2.sig
validpgpkeys = D8692123C4065DEA5E0F3AB5249B39D24F25E3B6
validpgpkeys = 6DAA6E64A76D2840571B4902528897B826403ADA
-   sha256sums = 
a564628c574c99287998753f98d750babd91a4e9db451f46ad140466ef2a6d16
+   sha256sums = 
5dec033d211559338838c0c4957c73dfdc3ee86f73977d6279640c9cd08ce6a4
sha256sums = SKIP
 
 pkgname = libksba


=
PKGBUILD
=
@@ -2,15 +2,15 @@
 # Contributor: Damir Perisa 
 
 pkgname=libksba
-pkgver=1.6.5
+pkgver=1.6.6
 pkgrel=1
 pkgdesc='Library for working with X.509 certificates, CMS data and related 
objects'
 url='https://www.gnupg.org/related_software/libksba/'
-license=('GPL')
+license=('GPL-2.0-only' 'GPL-3.0-only' 'LGPL-3.0-only')
 arch=('x86_64')
 depends=('bash' 'libgpg-error' 'glibc')
 
source=("https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha256sums=('a564628c574c99287998753f98d750babd91a4e9db451f46ad140466ef2a6d16'
+sha256sums=('5dec033d211559338838c0c4957c73dfdc3ee86f73977d6279640c9cd08ce6a4'
 'SKIP')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'  # Werner Koch
   '6DAA6E64A76D2840571B4902528897B826403ADA') # Werner Koch (dist 
signing 2020)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libksba/-/commit/067f008965243c581481aaa76c24f339e9fc6432

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libksba/-/commit/067f008965243c581481aaa76c24f339e9fc6432
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libksba] Pushed new tag 1.6.6-1

2024-02-24 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 1.6.6-1 at Arch Linux / Packaging / Packages / 
libksba

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libksba/-/tree/1.6.6-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/testdisk][main] upgpkg: 7.2-1: update to 7.2

2024-02-24 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
testdisk


Commits:
cc76b036 by Tobias Powalowski at 2024-02-24T21:26:29+01:00
upgpkg: 7.2-1: update to 7.2

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = testdisk
+   pkgdesc = Checks and undeletes partitions + PhotoRec, signature based 
recovery tool
+   pkgver = 7.2
+   pkgrel = 1
+   url = https://www.cgsecurity.org/index.html?testdisk.html
+   arch = x86_64
+   license = GPL-3.0-or-later
+   depends = libjpeg
+   depends = openssl
+   depends = ntfsprogs
+   source = https://www.cgsecurity.org/testdisk-7.2.tar.bz2
+   sha256sums = 
f8343be20cb4001c5d91a2e3bcd918398f00ae6d8310894a5a9f2feb813c283f
+
+pkgname = testdisk


=
PKGBUILD
=
@@ -3,12 +3,12 @@
 # Contributor: Michal Krenek 
 
 pkgname=testdisk
-pkgver=7.1
-pkgrel=5
+pkgver=7.2
+pkgrel=1
 pkgdesc="Checks and undeletes partitions + PhotoRec, signature based recovery 
tool"
 arch=('x86_64')
 url="https://www.cgsecurity.org/index.html?testdisk.html;
-license=('GPL')
+license=('GPL-3.0-or-later')
 depends=('libjpeg' 'openssl' 'ntfsprogs')
 source=(https://www.cgsecurity.org/$pkgname-$pkgver.tar.bz2)
 
@@ -25,4 +25,4 @@ package() {
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
-sha256sums=('1413c47569e48c5b22653b943d48136cb228abcbd6f03da109c4df63382190fe')
+sha256sums=('f8343be20cb4001c5d91a2e3bcd918398f00ae6d8310894a5a9f2feb813c283f')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/testdisk/-/commit/cc76b036bcf0b545dadfa9b0d172373d6a93f233

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/testdisk/-/commit/cc76b036bcf0b545dadfa9b0d172373d6a93f233
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/testdisk] Pushed new tag 7.2-1

2024-02-24 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 7.2-1 at Arch Linux / Packaging / Packages / 
testdisk

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/testdisk/-/tree/7.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/linux-firmware][main] upgpkg: 20240220.97b693d2-1: update to 20240220

2024-02-20 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
linux-firmware


Commits:
6a0f5545 by Tobias Powalowski at 2024-02-21T07:40:22+01:00
upgpkg: 20240220.97b693d2-1: update to 20240220

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = linux-firmware
pkgdesc = Firmware files for Linux
-   pkgver = 20240115.9b6d0b08
-   pkgrel = 2
+   pkgver = 20240220.97b693d2
+   pkgrel = 1
url = 
https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary
arch = any
license = GPL2
@@ -10,7 +10,7 @@ pkgbase = linux-firmware
makedepends = git
makedepends = rdfind
options = !strip
-   source = 
git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#tag=20240115?signed
+   source = 
git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#tag=20240220?signed
validpgpkeys = 4CDE8575E547BF835FE15807A31B6BD72486CFD6
sha256sums = SKIP
 


=
PKGBUILD
=
@@ -5,9 +5,9 @@ pkgbase=linux-firmware
 pkgname=(linux-firmware-whence linux-firmware amd-ucode
  linux-firmware-{nfp,mellanox,marvell,qcom,liquidio,qlogic,bnx2x}
 )
-_tag=20240115
-pkgver=20240115.9b6d0b08
-pkgrel=2
+_tag=20240220
+pkgver=20240220.97b693d2
+pkgrel=1
 pkgdesc="Firmware files for Linux"
 
url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
 license=('GPL2' 'GPL3' 'custom')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/commit/6a0f55455cfd52a461147b92b34169cda612aeeb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/commit/6a0f55455cfd52a461147b92b34169cda612aeeb
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/linux-firmware] Pushed new tag 20240220.97b693d2-1

2024-02-20 Thread Tobias Powalowski (@tpowa)


Tobias Powalowski pushed new tag 20240220.97b693d2-1 at Arch Linux / Packaging 
/ Packages / linux-firmware

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-firmware/-/tree/20240220.97b693d2-1
You're receiving this email because of your account on gitlab.archlinux.org.




  1   2   3   4   5   6   7   8   9   10   >