[arch-commits] Commit in hdparm/repos (3 files)

2022-09-10 Thread Tobias Powalowski via arch-commits
Date: Saturday, September 10, 2022 @ 19:58:12
  Author: tpowa
Revision: 455788

archrelease: copy trunk to testing-x86_64

Added:
  hdparm/repos/testing-x86_64/
  hdparm/repos/testing-x86_64/PKGBUILD
(from rev 455787, hdparm/trunk/PKGBUILD)
  hdparm/repos/testing-x86_64/pass-ldflags.patch
(from rev 455787, hdparm/trunk/pass-ldflags.patch)

+
 PKGBUILD   |   40 
 pass-ldflags.patch |   11 +++
 2 files changed, 51 insertions(+)

Copied: hdparm/repos/testing-x86_64/PKGBUILD (from rev 455787, 
hdparm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-09-10 19:58:12 UTC (rev 455788)
@@ -0,0 +1,40 @@
+# Maintainer: Paul Mattal 
+
+pkgname=hdparm
+pkgver=9.65
+pkgrel=1
+pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters"
+arch=(x86_64)
+depends=('glibc')
+source=(https://downloads.sourceforge.net/sourceforge/hdparm/${pkgname}-${pkgver}.tar.gz
+pass-ldflags.patch)
+license=('BSD')
+url="https://sourceforge.net/projects/hdparm/;
+sha512sums=('4ffc8902b90cee10d68af8ddb9f3b9454d523ecd49cdaaed254b4d7a999462a8ad5ec1bb5d7684b09fefa41b5941ab533b167dad290003b51c795a633ca88913'
+
'4103276304a858a9540ce173f22c5eb64cadac36b5cd38d9396d63fa721a579e16d4d0f84e3c627d0620c42815c437abf14c9657fdb1a28e8263a52a0bb26c4f')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # Enable FULL RELRO
+  patch -Np1 -i "$srcdir"/pass-ldflags.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  # install
+  mkdir -p "${pkgdir}"/usr/bin
+  make DESTDIR="${pkgdir}" sbindir=/usr/bin install
+  install -m755 contrib/idectl "${pkgdir}"/usr/bin
+  install -m755 contrib/ultrabayd "${pkgdir}"/usr/bin
+
+  install -D -m 0644 $srcdir/$pkgname-$pkgver/wiper/README.txt 
"$pkgdir"/usr/share/doc/wiper/README.txt
+  install -D -m 0755 $srcdir/$pkgname-$pkgver/wiper/wiper.sh 
"$pkgdir"/usr/bin/wiper.sh
+
+  #install license file
+  install -D -m 644 LICENSE.TXT "$pkgdir"/usr/share/licenses/hdparm/LICENSE.TXT
+}

Copied: hdparm/repos/testing-x86_64/pass-ldflags.patch (from rev 455787, 
hdparm/trunk/pass-ldflags.patch)
===
--- testing-x86_64/pass-ldflags.patch   (rev 0)
+++ testing-x86_64/pass-ldflags.patch   2022-09-10 19:58:12 UTC (rev 455788)
@@ -0,0 +1,11 @@
+diff -aur hdparm-9.58/Makefile hdparm-9.58.new/Makefile
+--- hdparm-9.60/Makefile   2017-05-01 21:08:42.0 +0200
 hdparm-9.60.new/Makefile   2019-09-22 19:19:03.783229803 +0200
+@@ -15,6 +15,7 @@
+ 
+ CFLAGS := -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith 
-Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -fkeep-inline-functions -Wwrite-strings 
-Waggregate-return -Wnested-externs -Wtrigraphs $(CFLAGS)
+ 
++LDFLAGS := -s ${LDFLAGS}
+ INSTALL = install
+ INSTALL_DATA = $(INSTALL) -m 644
+ INSTALL_DIR = $(INSTALL) -m 755 -d



[arch-commits] Commit in hdparm/trunk (PKGBUILD)

2022-09-10 Thread Tobias Powalowski via arch-commits
Date: Saturday, September 10, 2022 @ 19:58:04
  Author: tpowa
Revision: 455787

upgpkg: hdparm 9.65-1: bump to latest version

Modified:
  hdparm/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 19:38:38 UTC (rev 455786)
+++ PKGBUILD2022-09-10 19:58:04 UTC (rev 455787)
@@ -1,7 +1,7 @@
 # Maintainer: Paul Mattal 
 
 pkgname=hdparm
-pkgver=9.64
+pkgver=9.65
 pkgrel=1
 pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 pass-ldflags.patch)
 license=('BSD')
 url="https://sourceforge.net/projects/hdparm/;
-sha512sums=('c561825143d8872cc2940bd6ba72162f91792bd63b6a8511058e79cc96feb6a4a9d22275581ef2eefab64a4035587b3a63175ccc58fa46f1059b4680d9d58ec4'
+sha512sums=('4ffc8902b90cee10d68af8ddb9f3b9454d523ecd49cdaaed254b4d7a999462a8ad5ec1bb5d7684b09fefa41b5941ab533b167dad290003b51c795a633ca88913'
 
'4103276304a858a9540ce173f22c5eb64cadac36b5cd38d9396d63fa721a579e16d4d0f84e3c627d0620c42815c437abf14c9657fdb1a28e8263a52a0bb26c4f')
 
 prepare() {



[arch-commits] Commit in grml-zsh-config/repos/extra-any (PKGBUILD PKGBUILD)

2022-09-08 Thread Tobias Powalowski via arch-commits
Date: Thursday, September 8, 2022 @ 11:45:31
  Author: tpowa
Revision: 455334

archrelease: copy trunk to extra-any

Added:
  grml-zsh-config/repos/extra-any/PKGBUILD
(from rev 455333, grml-zsh-config/trunk/PKGBUILD)
Deleted:
  grml-zsh-config/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 37 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 11:45:25 UTC (rev 455333)
+++ PKGBUILD2022-09-08 11:45:31 UTC (rev 455334)
@@ -1,29 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgname=grml-zsh-config
-pkgver=0.19.3
-pkgrel=1
-pkgdesc="grml's zsh setup"
-arch=('any')
-url='https://grml.org/zsh/'
-license=('GPL2')
-provides=('grmlzshrc')
-depends=('zsh' 'coreutils' 'grep' 'sed' 'procps')
-makedepends=('txt2tags')
-source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('e9f2ffc99d1c8709455ec8c223b5a711d94c0419bf2258b795f62301ce89d915')
-
-build() {
-   cd "${srcdir}/grml-etc-core-${pkgver}/doc"
-   make
-}
-
-package() {
-   cd "${srcdir}/grml-etc-core-${pkgver}"
-   install -D -m644 etc/skel/.zshrc "${pkgdir}/etc/skel/.zshrc"
-   install -D -m644 etc/zsh/keephack "${pkgdir}/etc/zsh/keephack"
-   install -D -m644 etc/zsh/zshrc "${pkgdir}/etc/zsh/zshrc"
-
-   install -D -m644 doc/grmlzshrc.5 
"${pkgdir}/usr/share/man/man5/grmlzshrc.5"
-   ln -sf grmlzshrc.5.gz 
"${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz"
-}

Copied: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 455333, 
grml-zsh-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-08 11:45:31 UTC (rev 455334)
@@ -0,0 +1,37 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=grml-zsh-config
+pkgver=0.19.3
+pkgrel=2
+pkgdesc="grml's zsh setup"
+arch=('any')
+url='https://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh' 'coreutils' 'grep' 'sed' 'procps')
+makedepends=('txt2tags')
+source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;
+https://github.com/grml/grml-etc-core/commit/e27d36095d863e19f2d50cbf6423607518778df5.patch)
+sha256sums=('e9f2ffc99d1c8709455ec8c223b5a711d94c0419bf2258b795f62301ce89d915'
+'45463d03c6ba636dc1fa5c6a6a72827c24a8514dc665bf0052648de1ceb14257')
+
+prepare() {
+   # https://bugs.archlinux.org/task/75788
+   cd "${srcdir}/grml-etc-core-${pkgver}/"
+   patch -Np1 -i "${srcdir}/e27d36095d863e19f2d50cbf6423607518778df5.patch"
+}
+
+build() {
+   cd "${srcdir}/grml-etc-core-${pkgver}/doc"
+   make
+}
+
+package() {
+   cd "${srcdir}/grml-etc-core-${pkgver}"
+   install -D -m644 etc/skel/.zshrc "${pkgdir}/etc/skel/.zshrc"
+   install -D -m644 etc/zsh/keephack "${pkgdir}/etc/zsh/keephack"
+   install -D -m644 etc/zsh/zshrc "${pkgdir}/etc/zsh/zshrc"
+
+   install -D -m644 doc/grmlzshrc.5 
"${pkgdir}/usr/share/man/man5/grmlzshrc.5"
+   ln -sf grmlzshrc.5.gz 
"${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz"
+}



[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)

2022-09-08 Thread Tobias Powalowski via arch-commits
Date: Thursday, September 8, 2022 @ 11:45:12
  Author: tpowa
Revision: 455332

upgpkg: grml-zsh-config 0.19.3-2: #75788 fix grep bug in zshrc

Modified:
  grml-zsh-config/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 11:45:11 UTC (rev 455331)
+++ PKGBUILD2022-09-08 11:45:12 UTC (rev 455332)
@@ -16,6 +16,7 @@
 '45463d03c6ba636dc1fa5c6a6a72827c24a8514dc665bf0052648de1ceb14257')
 
 prepare() {
+   # https://bugs.archlinux.org/task/75788
cd "${srcdir}/grml-etc-core-${pkgver}/"
patch -Np1 -i "${srcdir}/e27d36095d863e19f2d50cbf6423607518778df5.patch"
 }



[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)

2022-09-08 Thread Tobias Powalowski via arch-commits
Date: Thursday, September 8, 2022 @ 11:43:21
  Author: tpowa
Revision: 455322

upgpkg: grml-zsh-config 0.19.3-2: bump to latest version

Modified:
  grml-zsh-config/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 11:43:20 UTC (rev 455321)
+++ PKGBUILD2022-09-08 11:43:21 UTC (rev 455322)
@@ -2,7 +2,7 @@
 
 pkgname=grml-zsh-config
 pkgver=0.19.3
-pkgrel=1
+pkgrel=2
 pkgdesc="grml's zsh setup"
 arch=('any')
 url='https://grml.org/zsh/'
@@ -10,9 +10,16 @@
 provides=('grmlzshrc')
 depends=('zsh' 'coreutils' 'grep' 'sed' 'procps')
 makedepends=('txt2tags')
-source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('e9f2ffc99d1c8709455ec8c223b5a711d94c0419bf2258b795f62301ce89d915')
+source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;
+https://github.com/grml/grml-etc-core/commit/e27d36095d863e19f2d50cbf6423607518778df5.patch)
+sha256sums=('e9f2ffc99d1c8709455ec8c223b5a711d94c0419bf2258b795f62301ce89d915'
+'45463d03c6ba636dc1fa5c6a6a72827c24a8514dc665bf0052648de1ceb14257')
 
+prepare() {
+   cd "${srcdir}/grml-etc-core-${pkgver}/"
+   patch -Np1 -i "${srcdir}/e27d36095d863e19f2d50cbf6423607518778df5.patch"
+}
+
 build() {
cd "${srcdir}/grml-etc-core-${pkgver}/doc"
make



[arch-commits] Commit in samba/repos/extra-x86_64 (14 files)

2022-09-07 Thread Tobias Powalowski via arch-commits
Date: Wednesday, September 7, 2022 @ 21:01:09
  Author: tpowa
Revision: 455250

archrelease: copy trunk to extra-x86_64

Added:
  samba/repos/extra-x86_64/PKGBUILD
(from rev 455249, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/keys/
  samba/repos/extra-x86_64/samba-glibc-2.36.patch
(from rev 455249, samba/trunk/samba-glibc-2.36.patch)
  samba/repos/extra-x86_64/samba.conf
(from rev 455249, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.install
(from rev 455249, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 455249, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 455249, samba/trunk/samba.pam)
Deleted:
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/keys/
  samba/repos/extra-x86_64/samba-glibc-2.36.patch
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam

+
 PKGBUILD   |  411 +++
 samba-glibc-2.36.patch |  114 ++---
 samba.conf |4 
 samba.install  |   20 +-
 samba.logrotate|   10 -
 samba.pam  |6 
 6 files changed, 281 insertions(+), 284 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-07 21:00:54 UTC (rev 455249)
+++ PKGBUILD2022-09-07 21:01:09 UTC (rev 455250)
@@ -1,207 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('smbclient' 'samba')
-pkgver=4.16.4
-pkgrel=3
-arch=(x86_64)
-url="https://www.samba.org;
-license=('GPL3')
-makedepends=('python' 'python-markdown' 'python-dnspython' 'docbook-xsl' 
'pkg-config' 'libbsd' 'db' 'popt' 'libcups'
- 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb' 'krb5' 'pam'
- 'systemd' 'gnutls' 'talloc' 'tdb' 'dbus' 'libaio'
- 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson'
- 'liburing' 'perl-json' 'glusterfs')
-optdepends=(
- 'python-dnspython: samba_dnsupdate and samba_upgradedns in AD 
setup'
- 'python-markdown: for samba-tool domain schemeupgrade'
- 'glusterfs: for vfs_glusterfs support'
-)
-source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
-samba.logrotate
-samba.pam
-samba.conf
-samba-glibc-2.36.patch)
-validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
-sha512sums=('9754275ace30755b75f747e201f8ad4550a823c8606e550c0ce6b3ccbaf048dd895bf2c21127271298304be7f80de9b6451091c4949ebe267ee1cf3ab497cd85'
-'SKIP'
-
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
-
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc'
-
'a6404c4ecfa60ab38fb79c5cd6af2818762ff2fe787e512c0eee0af6459d7726e168e76724a3012d895a30a68c11723e7a3f1fdb027d56dda8e1fdcc9059b915')
-### UNINSTALL dmapi package before building!!!
-
-prepare() {
-  cd samba-${pkgver}
-  patch -Np1 -i ../samba-glibc-2.36.patch
-}
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc="${srcdir}"/samba-pkg
-  rm -rf ${_pkgsrc}
-  _samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-  
_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-  
_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
-  cd samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  --with-sockets-dir=/run/samba \
-  --with-piddir=/run \
-  --with-ads \
-  --with-ldap \
-  --with-winbind \
-  --with-acl-support \
-  --with-systemd \
-  --systemd-install-services \
-  --with-pam \
-  --with-pammodulesdir=/usr/lib/security \
-  

[arch-commits] Commit in samba/trunk (PKGBUILD)

2022-09-07 Thread Tobias Powalowski via arch-commits
Date: Wednesday, September 7, 2022 @ 21:00:54
  Author: tpowa
Revision: 455249

upgpkg: samba 4.16.5-1: bump to latest version

Modified:
  samba/trunk/PKGBUILD

--+
 PKGBUILD |   19 ---
 1 file changed, 8 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-07 20:32:45 UTC (rev 455248)
+++ PKGBUILD2022-09-07 21:00:54 UTC (rev 455249)
@@ -10,8 +10,8 @@
 
 pkgbase=samba
 pkgname=('smbclient' 'samba')
-pkgver=4.16.4
-pkgrel=3
+pkgver=4.16.5
+pkgrel=1
 arch=(x86_64)
 url="https://www.samba.org;
 license=('GPL3')
@@ -28,21 +28,18 @@
 
source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
 samba.logrotate
 samba.pam
-samba.conf
-samba-glibc-2.36.patch)
+samba.conf)
 validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
-sha512sums=('9754275ace30755b75f747e201f8ad4550a823c8606e550c0ce6b3ccbaf048dd895bf2c21127271298304be7f80de9b6451091c4949ebe267ee1cf3ab497cd85'
+sha512sums=('9c4cd2ccbb6a4910d0da220e24bf3bf2cf25acaaebb5aa7358d8910016fac29b8ed1889f8ee0b4953d695583ff04d8de7bfffc2d97ae30aa7730e157aa7acfcf'
 'SKIP'
 
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc'
-
'a6404c4ecfa60ab38fb79c5cd6af2818762ff2fe787e512c0eee0af6459d7726e168e76724a3012d895a30a68c11723e7a3f1fdb027d56dda8e1fdcc9059b915')
+
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc')
 ### UNINSTALL dmapi package before building!!!
 
-prepare() {
-  cd samba-${pkgver}
-  patch -Np1 -i ../samba-glibc-2.36.patch
-}
+#prepare() {
+#  cd samba-${pkgver}
+#}
 
 build() {
   # Use samba-pkg as a staging directory for the split packages



[arch-commits] Commit in hwdata/repos (3 files)

2022-09-07 Thread Tobias Powalowski via arch-commits
Date: Wednesday, September 7, 2022 @ 13:37:12
  Author: tpowa
Revision: 455223

archrelease: copy trunk to testing-any

Added:
  hwdata/repos/testing-any/
  hwdata/repos/testing-any/PKGBUILD
(from rev 455222, hwdata/trunk/PKGBUILD)
  hwdata/repos/testing-any/keys/

--+
 PKGBUILD |   21 +
 1 file changed, 21 insertions(+)

Copied: hwdata/repos/testing-any/PKGBUILD (from rev 455222, 
hwdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-09-07 13:37:12 UTC (rev 455223)
@@ -0,0 +1,21 @@
+# Maintainer: Tobias Powalowski 
+pkgname=hwdata
+pkgver=0.362
+pkgrel=1
+pkgdesc="hardware identification databases"
+makedepends=('git')
+replaces=('hwids')
+url=https://github.com/vcrhonek/hwdata
+license=('GPL2')
+arch=('any')
+source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}?signed;)
+validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
+sha256sums=('SKIP')
+
+package() {
+  cd hwdata
+
+  for ids in pci.ids pnp.ids usb.ids; do
+install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
+  done
+}



[arch-commits] Commit in hwdata/trunk (PKGBUILD)

2022-09-07 Thread Tobias Powalowski via arch-commits
Date: Wednesday, September 7, 2022 @ 13:36:54
  Author: tpowa
Revision: 455222

upgpkg: hwdata 0.362-1: bump to latest version

Modified:
  hwdata/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-07 10:20:37 UTC (rev 455221)
+++ PKGBUILD2022-09-07 13:36:54 UTC (rev 455222)
@@ -1,6 +1,6 @@
 # Maintainer: Tobias Powalowski 
 pkgname=hwdata
-pkgver=0.361
+pkgver=0.362
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')



[arch-commits] Commit in gawk/repos (3 files)

2022-09-04 Thread Tobias Powalowski via arch-commits
Date: Monday, September 5, 2022 @ 05:45:19
  Author: tpowa
Revision: 455034

archrelease: copy trunk to testing-x86_64

Added:
  gawk/repos/testing-x86_64/
  gawk/repos/testing-x86_64/PKGBUILD
(from rev 455033, gawk/trunk/PKGBUILD)
  gawk/repos/testing-x86_64/keys/

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: gawk/repos/testing-x86_64/PKGBUILD (from rev 455033, 
gawk/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-09-05 05:45:19 UTC (rev 455034)
@@ -0,0 +1,33 @@
+# Maintainer:
+# Contributor: Tom Newsom 
+
+pkgname=gawk
+pkgver=5.2.0
+pkgrel=1
+pkgdesc="GNU version of awk"
+arch=('x86_64')
+url="https://www.gnu.org/software/gawk/;
+license=('GPL')
+groups=('base-devel')
+depends=('sh' 'glibc' 'mpfr')
+provides=('awk')
+source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('D1967C63788713177D861ED7DF597815937EC0D2') # Arnold Robbins
+sha256sums=('ef5af4449cb0269faf3af24bf4c02273d455f0741bf3c50f86ddc09332d6cf56'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc 
--without-libsigsegv
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in gawk/trunk (PKGBUILD)

2022-09-04 Thread Tobias Powalowski via arch-commits
Date: Monday, September 5, 2022 @ 05:44:50
  Author: tpowa
Revision: 455033

upgpkg: gawk 5.2.0-1: bump to latest version

Modified:
  gawk/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 14:55:44 UTC (rev 455032)
+++ PKGBUILD2022-09-05 05:44:50 UTC (rev 455033)
@@ -2,7 +2,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=gawk
-pkgver=5.1.1
+pkgver=5.2.0
 pkgrel=1
 pkgdesc="GNU version of awk"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 provides=('awk')
 
source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
 validpgpkeys=('D1967C63788713177D861ED7DF597815937EC0D2') # Arnold Robbins
-md5sums=('f4aa3fe2dd802cc625c5120a6148e91b'
- 'SKIP')
+sha256sums=('ef5af4449cb0269faf3af24bf4c02273d455f0741bf3c50f86ddc09332d6cf56'
+'SKIP')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in cracklib/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-09-04 Thread Tobias Powalowski via arch-commits
Date: Sunday, September 4, 2022 @ 14:05:40
  Author: tpowa
Revision: 455029

archrelease: copy trunk to testing-x86_64

Added:
  cracklib/repos/testing-x86_64/
  cracklib/repos/testing-x86_64/PKGBUILD
(from rev 455028, cracklib/trunk/PKGBUILD)

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: cracklib/repos/testing-x86_64/PKGBUILD (from rev 455028, 
cracklib/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-09-04 14:05:40 UTC (rev 455029)
@@ -0,0 +1,34 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Federico Quagliata (quaqo) 
+
+pkgname=cracklib
+pkgver=2.9.8
+pkgrel=1
+pkgdesc="Password Checking Library"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/cracklib/cracklib;
+depends=('glibc' 'zlib')
+source=(https://github.com/cracklib/cracklib/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('268733f8c5f045a08bf1be2950225efeb3d971e31eb543c002269d1a3d98652d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --without-python
+  make 
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # symlink cracklib-small #34778
+  mkdir -p "$pkgdir"/usr/share/dict
+  ln -sf /usr/share/cracklib/cracklib-small 
"$pkgdir"/usr/share/dict/cracklib-small
+  sh ./util/cracklib-format dicts/cracklib-small \
+| sh ./util/cracklib-packer "$pkgdir"/usr/share/cracklib/pw_dict
+}



[arch-commits] Commit in cracklib/trunk (PKGBUILD)

2022-09-04 Thread Tobias Powalowski via arch-commits
Date: Sunday, September 4, 2022 @ 14:05:31
  Author: tpowa
Revision: 455028

upgpkg: cracklib 2.9.8-1: bump to latest version

Modified:
  cracklib/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-04 10:19:27 UTC (rev 455027)
+++ PKGBUILD2022-09-04 14:05:31 UTC (rev 455028)
@@ -2,8 +2,8 @@
 # Contributor: Federico Quagliata (quaqo) 
 
 pkgname=cracklib
-pkgver=2.9.7
-pkgrel=2
+pkgver=2.9.8
+pkgrel=1
 pkgdesc="Password Checking Library"
 arch=('x86_64')
 license=('GPL')
@@ -10,7 +10,7 @@
 url="https://github.com/cracklib/cracklib;
 depends=('glibc' 'zlib')
 
source=(https://github.com/cracklib/cracklib/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('48a0c8810ec4780b99c0a4f9931c21c6')
+sha256sums=('268733f8c5f045a08bf1be2950225efeb3d971e31eb543c002269d1a3d98652d')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in kexec-tools/repos/extra-x86_64 (8 files)

2022-08-28 Thread Tobias Powalowski via arch-commits
Date: Sunday, August 28, 2022 @ 16:47:54
  Author: tpowa
Revision: 454675

archrelease: copy trunk to extra-x86_64

Added:
  kexec-tools/repos/extra-x86_64/PKGBUILD
(from rev 454674, kexec-tools/trunk/PKGBUILD)
  kexec-tools/repos/extra-x86_64/kexec
(from rev 454674, kexec-tools/trunk/kexec)
  kexec-tools/repos/extra-x86_64/kexec-vesafb.diff
(from rev 454674, kexec-tools/trunk/kexec-vesafb.diff)
  kexec-tools/repos/extra-x86_64/kexec.conf.d
(from rev 454674, kexec-tools/trunk/kexec.conf.d)
Deleted:
  kexec-tools/repos/extra-x86_64/PKGBUILD
  kexec-tools/repos/extra-x86_64/kexec
  kexec-tools/repos/extra-x86_64/kexec-vesafb.diff
  kexec-tools/repos/extra-x86_64/kexec.conf.d

---+
 PKGBUILD  |   66 +++---
 kexec |   90 +++---
 kexec-vesafb.diff |  156 ++--
 kexec.conf.d  |   32 +-
 4 files changed, 172 insertions(+), 172 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-28 16:47:38 UTC (rev 454674)
+++ PKGBUILD2022-08-28 16:47:54 UTC (rev 454675)
@@ -1,33 +0,0 @@
-# Contributor: Camille Moncelier , simo 
-# Maintainer: Tobias Powalowski 
-
-pkgname=kexec-tools
-pkgver=2.0.24
-pkgrel=1
-pkgdesc="Load another kernel from the currently executing Linux kernel"
-arch=('x86_64')
-url="https://kernel.org/pub/linux/utils/kernel/kexec/;
-source=("git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git#tag=v${pkgver}")
-makedepends=('git')
-depends=('zlib' 'xz')
-license=('GPL2')
-
-prepare() {
-  cd $pkgname
-  ./bootstrap
-}
-
-build() {
-  cd $pkgname
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  ./configure --prefix=/usr --sbindir=/usr/bin --without-lzma
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -D -m644 kexec/kexec.8 "$pkgdir"/usr/share/man/man8/kexec.8
-}
-
-md5sums=('SKIP')

Copied: kexec-tools/repos/extra-x86_64/PKGBUILD (from rev 454674, 
kexec-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-28 16:47:54 UTC (rev 454675)
@@ -0,0 +1,33 @@
+# Contributor: Camille Moncelier , simo 
+# Maintainer: Tobias Powalowski 
+
+pkgname=kexec-tools
+pkgver=2.0.25
+pkgrel=1
+pkgdesc="Load another kernel from the currently executing Linux kernel"
+arch=('x86_64')
+url="https://kernel.org/pub/linux/utils/kernel/kexec/;
+source=("git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git#tag=v${pkgver}")
+makedepends=('git')
+depends=('zlib' 'xz')
+license=('GPL2')
+
+prepare() {
+  cd $pkgname
+  ./bootstrap
+}
+
+build() {
+  cd $pkgname
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  ./configure --prefix=/usr --sbindir=/usr/bin --without-lzma
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -D -m644 kexec/kexec.8 "$pkgdir"/usr/share/man/man8/kexec.8
+}
+
+md5sums=('SKIP')

Deleted: kexec
===
--- kexec   2022-08-28 16:47:38 UTC (rev 454674)
+++ kexec   2022-08-28 16:47:54 UTC (rev 454675)
@@ -1,45 +0,0 @@
-#!/bin/bash
-
-[ -f /etc/conf.d/kexec ] && . /etc/conf.d/kexec
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-case "$1" in
-  start)
-  stat_busy "Enabling kexec on reboot"
-  add_daemon kexec
-  stat_done
-  ;;
-  
-  stop|load)
-if [ "$RUNLEVEL" = "6" -o "$1" = "load" ]; then
-  stat_busy "Loading kexec kernel"
-  [ -f "$KPATH" ] || stat_fail
-  [ -f "$INITRD" ] && _INITRD="--initrd=$INITRD"
-  /sbin/kexec -l $KPATH --append="root=$ROOTPART $KPARAM" $_INITRD > 
/dev/null 2>&1
-else
-  stat_busy "Disabling kexec on reboot"
-fi
-if [ $? -eq 0 ] ; then
-  rm_daemon kexec
-  stat_done
-else
-  stat_fail
-fi  
-  ;;
-
-  unload)
-stat_busy "Unloading kexec kernel"
-/sbin/kexec -u
-if [ $? -eq 0 ] ; then
-  stat_done
-else
-  stat_fail
-fi
-  ;;
-
-  *)
-echo "usage: $0 {start|stop|load|unload}"  
-esac
-exit 0

Copied: kexec-tools/repos/extra-x86_64/kexec (from rev 454674, 
kexec-tools/trunk/kexec)
===
--- kexec   (rev 0)
+++ kexec   2022-08-28 16:47:54 UTC (rev 454675)
@@ -0,0 +1,45 @@
+#!/bin/bash
+
+[ -f /etc/conf.d/kexec ] && . /etc/conf.d/kexec
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case "$1" in
+  start)
+  stat_busy "Enabling kexec on reboot"
+  add_daemon kexec
+  stat_done
+  ;;
+  
+  stop|load)
+if [ "$RUNLEVEL" = "6" -o "$1" = "load" ]; then
+  stat_busy "Loading kexec kernel"
+  [ -f "$KPATH" ] || stat_fail
+  [ -f "$INITRD" ] && _INITRD="--initrd=$INITRD"
+  /sbin/kexec -l $KPATH 

[arch-commits] Commit in kexec-tools/trunk (PKGBUILD)

2022-08-28 Thread Tobias Powalowski via arch-commits
Date: Sunday, August 28, 2022 @ 16:47:38
  Author: tpowa
Revision: 454674

upgpkg: kexec-tools 2.0.25-1: bump to latest version

Modified:
  kexec-tools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-28 14:22:39 UTC (rev 454673)
+++ PKGBUILD2022-08-28 16:47:38 UTC (rev 454674)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=kexec-tools
-pkgver=2.0.24
+pkgver=2.0.25
 pkgrel=1
 pkgdesc="Load another kernel from the currently executing Linux kernel"
 arch=('x86_64')



[arch-commits] Commit in btrfs-progs/repos (8 files)

2022-08-16 Thread Tobias Powalowski via arch-commits
Date: Tuesday, August 16, 2022 @ 17:03:08
  Author: tpowa
Revision: 453013

archrelease: copy trunk to testing-x86_64

Added:
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 453012, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 453012, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service
(from rev 453012, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer
(from rev 453012, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 453012, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 453012, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/keys/

+
 PKGBUILD   |   76 +++
 btrfs-progs.install|   15 +
 btrfs-scrub@.service   |   10 ++
 btrfs-scrub@.timer |   11 ++
 initcpio-hook-btrfs|7 
 initcpio-install-btrfs |   17 ++
 6 files changed, 136 insertions(+)

Copied: btrfs-progs/repos/testing-x86_64/PKGBUILD (from rev 453012, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-08-16 17:03:08 UTC (rev 453013)
@@ -0,0 +1,76 @@
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=5.19
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('x86_64')
+makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools' 
'e2fsprogs' 'reiserfsprogs' 'python-sphinx')
+depends=('glibc' 'util-linux-libs' 'lzo' 'zlib' 'zstd' 'libgcrypt')
+optdepends=('python: libbtrfsutil python bindings'
+'e2fsprogs: btrfs-convert'
+'reiserfsprogs: btrfs-convert')
+url='https://btrfs.wiki.kernel.org'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
+source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs'
+'btrfs-scrub@.service'
+'btrfs-scrub@.timer')
+install=btrfs-progs.install
+options=(!staticlibs)
+sha256sums=('SKIP'
+'1fbcf06e4b2f80e7a127fd687ed4625a5b74fa674fe212c836ff70e0edfcccf9'
+'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4'
+'35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5'
+'eaa7af92d28bfa8940bb551560fd7be777f9f175292eaa72b5f6ef00fb240252'
+'9a0b6cc23f7bd97b83b6c38dd2b4e4373fead8bd3ccfb82a47c72971e9d6f8ad')
+
+prepare() {
+  cd $pkgname-v$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+echo "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
+}
+
+build() {
+  cd $pkgname-v$pkgver
+  ./configure --prefix=/usr --with-crypto=libgcrypt
+  make
+}
+
+check() {
+  cd $pkgname-v$pkgver
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname-v$pkgver
+  make DESTDIR="$pkgdir" install install_python
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+
+  # install scrub service/timer
+  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
+  install -Dm644 btrfs-scrub@.timer 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.timer"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-x86_64/btrfs-progs.install (from rev 453012, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-x86_64/btrfs-progs.install  (rev 0)
+++ testing-x86_64/btrfs-progs.install  2022-08-16 17:03:08 UTC (rev 453013)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+## arg 1:  the new package version
+## arg 2:  the old package version
+post_upgrade() {
+  if (( "$(vercmp "$2" 0.19.20121005)" < 0 )); then
+echo 'btrfs multi-device support now relies on linux 3.6 or later'
+  elif (( "$(vercmp "$2" 4.3.1-2)" < 0 )); then
+echo 'btrfs-scrub@.timer instance names must not be prefix by dash anymore'
+echo 'use btrfs-scrub@-.timer to scrub / monthly'
+echo 'btrfs-scrub@home.timer to scrub /home 

[arch-commits] Commit in btrfs-progs/trunk (4 files)

2022-08-16 Thread Tobias Powalowski via arch-commits
Date: Tuesday, August 16, 2022 @ 17:02:17
  Author: tpowa
Revision: 453012

upgpkg: btrfs-progs 5.19-1: bump to latest version

Added:
  btrfs-progs/trunk/keys/
  btrfs-progs/trunk/keys/pgp/
  btrfs-progs/trunk/keys/pgp/F2B41200C54EFB30380C1756C565D5F9D76D583B.asc
Modified:
  btrfs-progs/trunk/PKGBUILD

---+
 PKGBUILD  |4 ++--
 keys/pgp/F2B41200C54EFB30380C1756C565D5F9D76D583B.asc |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-16 17:02:00 UTC (rev 453011)
+++ PKGBUILD2022-08-16 17:02:17 UTC (rev 453012)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=5.18.1
+pkgver=5.19
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('x86_64')
@@ -26,7 +26,7 @@
 install=btrfs-progs.install
 options=(!staticlibs)
 sha256sums=('SKIP'
-'6e98a75ccff52e9354daa1ad284c614c490f844273a2fa524cbac9eb841c7255'
+'1fbcf06e4b2f80e7a127fd687ed4625a5b74fa674fe212c836ff70e0edfcccf9'
 'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4'
 '35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5'
 'eaa7af92d28bfa8940bb551560fd7be777f9f175292eaa72b5f6ef00fb240252'

Added: keys/pgp/F2B41200C54EFB30380C1756C565D5F9D76D583B.asc
===
(Binary files differ)

Index: btrfs-progs/trunk/keys/pgp/F2B41200C54EFB30380C1756C565D5F9D76D583B.asc
===
--- keys/pgp/F2B41200C54EFB30380C1756C565D5F9D76D583B.asc   2022-08-16 
17:02:00 UTC (rev 453011)
+++ keys/pgp/F2B41200C54EFB30380C1756C565D5F9D76D583B.asc   2022-08-16 
17:02:17 UTC (rev 453012)

Property changes on: 
btrfs-progs/trunk/keys/pgp/F2B41200C54EFB30380C1756C565D5F9D76D583B.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in cifs-utils/repos/extra-x86_64 (9 files)

2022-08-14 Thread Tobias Powalowski via arch-commits
Date: Sunday, August 14, 2022 @ 10:29:32
  Author: tpowa
Revision: 452707

archrelease: copy trunk to extra-x86_64

Added:
  cifs-utils/repos/extra-x86_64/PKGBUILD
(from rev 452706, cifs-utils/trunk/PKGBUILD)
  
cifs-utils/repos/extra-x86_64/cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1.patch
(from rev 452706, 
cifs-utils/trunk/cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1.patch)
  
cifs-utils/repos/extra-x86_64/cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1_part-2.patch
(from rev 452706, 
cifs-utils/trunk/cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1_part-2.patch)
  
cifs-utils/repos/extra-x86_64/cifs-utils-6.13_fix-regression-in-kerberos-mount.patch
(from rev 452706, 
cifs-utils/trunk/cifs-utils-6.13_fix-regression-in-kerberos-mount.patch)
  cifs-utils/repos/extra-x86_64/keys/
Deleted:
  cifs-utils/repos/extra-x86_64/PKGBUILD
  
cifs-utils/repos/extra-x86_64/cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1.patch
  
cifs-utils/repos/extra-x86_64/cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1_part-2.patch
  
cifs-utils/repos/extra-x86_64/cifs-utils-6.13_fix-regression-in-kerberos-mount.patch

--+
 PKGBUILD |   88 
 cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1.patch|  202 +-
 cifs-utils-6.11_fix_capng_apply_for_libcap-ng-0.8.1_part-2.patch |  116 -
 cifs-utils-6.13_fix-regression-in-kerberos-mount.patch   |  986 
+-
 4 files changed, 696 insertions(+), 696 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-14 10:29:20 UTC (rev 452706)
+++ PKGBUILD2022-08-14 10:29:32 UTC (rev 452707)
@@ -1,44 +0,0 @@
-# Maintainer: Tobias Powalowski 
-pkgname=cifs-utils
-pkgver=6.15
-pkgrel=1
-pkgdesc="CIFS filesystem user-space tools"
-arch=(x86_64)
-url="https://wiki.samba.org/index.php/LinuxCIFS_utils;
-license=('GPL')
-depends=('libcap' 'keyutils' 'krb5' 'talloc' 'libwbclient' 'pam')
-makedepends=('python-docutils')
-source=("https://download.samba.org/pub/linux-cifs/$pkgname/$pkgname-$pkgver.tar.bz2"{,.asc})
-
-validpgpkeys=('C699981A31F338706C817650DF5BA9D30642D5A0') #cifs-utils 
Distribution Verification Key 
-sha256sums=('a7b6940e93250c1676a6fa66b6ead91b78cd43a5fee99cc462459c8b9cf1e6f4'
-'SKIP')
-
-prepare() {
-  # Fix install to honor DESTDIR
-  sed -e 's|cd \$(ROOTSBINDIR)|cd $(DESTDIR)$(ROOTSBINDIR)|g' -i 
$pkgname-$pkgver/Makefile.am
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # systemd support is broken in mount.cifs
-  # https://bugs.archlinux.org/task/30958
-  autoreconf -i
-  # https://www.spinics.net/lists/linux-cifs/msg21550.html
-  # change back to libcap-ng depend when upstream is fixed
-  ./configure --prefix=/usr --with-libcap=yes --sbindir=/usr/bin 
--disable-systemd 
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" ROOTSBINDIR=/usr/bin install
-  mkdir -p "$pkgdir"/etc/request-key.d
-  install -m 644 contrib/request-key.d/cifs.idmap.conf 
"$pkgdir"/etc/request-key.d
-  install -m 644 contrib/request-key.d/cifs.spnego.conf 
"$pkgdir"/etc/request-key.d
-  # set mount.cifs uid, to enable none root mounting form fstab
-  chmod +s "$pkgdir"/usr/bin/mount.cifs
-  # fix idmap-plugin #42052
-  mkdir -p "$pkgdir"/etc/cifs-utils
-  ln -s /usr/lib/cifs-utils/idmapwb.so "${pkgdir}"/etc/cifs-utils/idmap-plugin
-}

Copied: cifs-utils/repos/extra-x86_64/PKGBUILD (from rev 452706, 
cifs-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-14 10:29:32 UTC (rev 452707)
@@ -0,0 +1,44 @@
+# Maintainer: Tobias Powalowski 
+pkgname=cifs-utils
+pkgver=7.0
+pkgrel=1
+pkgdesc="CIFS filesystem user-space tools"
+arch=(x86_64)
+url="https://wiki.samba.org/index.php/LinuxCIFS_utils;
+license=('GPL')
+depends=('libcap' 'keyutils' 'krb5' 'talloc' 'libwbclient' 'pam')
+makedepends=('python-docutils')
+source=("https://download.samba.org/pub/linux-cifs/$pkgname/$pkgname-$pkgver.tar.bz2"{,.asc})
+
+validpgpkeys=('C699981A31F338706C817650DF5BA9D30642D5A0') #cifs-utils 
Distribution Verification Key 
+sha256sums=('0defaab85bd3ea46ffc45ab41fb0d0ad54d05ae2cfaa7e503de86d4f12bc8161'
+'SKIP')
+
+prepare() {
+  # Fix install to honor DESTDIR
+  sed -e 's|cd \$(ROOTSBINDIR)|cd $(DESTDIR)$(ROOTSBINDIR)|g' -i 
$pkgname-$pkgver/Makefile.am
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # systemd support is broken in mount.cifs
+  # https://bugs.archlinux.org/task/30958
+  autoreconf -i
+  # https://www.spinics.net/lists/linux-cifs/msg21550.html
+  # change back to libcap-ng depend when upstream is fixed
+  ./configure --prefix=/usr --with-libcap=yes --sbindir=/usr/bin 
--disable-systemd 
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" ROOTSBINDIR=/usr/bin 

[arch-commits] Commit in cifs-utils/trunk (4 files)

2022-08-14 Thread Tobias Powalowski via arch-commits
Date: Sunday, August 14, 2022 @ 10:29:20
  Author: tpowa
Revision: 452706

upgpkg: cifs-utils 7.0-1: bump to latest version

Added:
  cifs-utils/trunk/keys/
  cifs-utils/trunk/keys/pgp/
  cifs-utils/trunk/keys/pgp/C699981A31F338706C817650DF5BA9D30642D5A0.asc
Modified:
  cifs-utils/trunk/PKGBUILD

---+
 PKGBUILD  |4 ++--
 keys/pgp/C699981A31F338706C817650DF5BA9D30642D5A0.asc |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-14 10:10:19 UTC (rev 452705)
+++ PKGBUILD2022-08-14 10:29:20 UTC (rev 452706)
@@ -1,6 +1,6 @@
 # Maintainer: Tobias Powalowski 
 pkgname=cifs-utils
-pkgver=6.15
+pkgver=7.0
 pkgrel=1
 pkgdesc="CIFS filesystem user-space tools"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 
source=("https://download.samba.org/pub/linux-cifs/$pkgname/$pkgname-$pkgver.tar.bz2"{,.asc})
 
 validpgpkeys=('C699981A31F338706C817650DF5BA9D30642D5A0') #cifs-utils 
Distribution Verification Key 
-sha256sums=('a7b6940e93250c1676a6fa66b6ead91b78cd43a5fee99cc462459c8b9cf1e6f4'
+sha256sums=('0defaab85bd3ea46ffc45ab41fb0d0ad54d05ae2cfaa7e503de86d4f12bc8161'
 'SKIP')
 
 prepare() {

Added: keys/pgp/C699981A31F338706C817650DF5BA9D30642D5A0.asc
===
(Binary files differ)

Index: cifs-utils/trunk/keys/pgp/C699981A31F338706C817650DF5BA9D30642D5A0.asc
===
--- keys/pgp/C699981A31F338706C817650DF5BA9D30642D5A0.asc   2022-08-14 
10:10:19 UTC (rev 452705)
+++ keys/pgp/C699981A31F338706C817650DF5BA9D30642D5A0.asc   2022-08-14 
10:29:20 UTC (rev 452706)

Property changes on: 
cifs-utils/trunk/keys/pgp/C699981A31F338706C817650DF5BA9D30642D5A0.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in wireless-regdb/repos (6 files)

2022-08-14 Thread Tobias Powalowski via arch-commits
Date: Sunday, August 14, 2022 @ 10:10:19
  Author: tpowa
Revision: 452705

archrelease: copy trunk to testing-any

Added:
  wireless-regdb/repos/testing-any/
  wireless-regdb/repos/testing-any/85-regulatory.rules
(from rev 452704, wireless-regdb/trunk/85-regulatory.rules)
  wireless-regdb/repos/testing-any/PKGBUILD
(from rev 452704, wireless-regdb/trunk/PKGBUILD)
  wireless-regdb/repos/testing-any/keys/
  wireless-regdb/repos/testing-any/set-wireless-regdom
(from rev 452704, wireless-regdb/trunk/set-wireless-regdom)
  wireless-regdb/repos/testing-any/wireless-regdom
(from rev 452704, wireless-regdb/trunk/wireless-regdom)

-+
 85-regulatory.rules |3 +++
 PKGBUILD|   41 +
 set-wireless-regdom |5 +
 wireless-regdom |4 
 4 files changed, 53 insertions(+)

Copied: wireless-regdb/repos/testing-any/85-regulatory.rules (from rev 452704, 
wireless-regdb/trunk/85-regulatory.rules)
===
--- testing-any/85-regulatory.rules (rev 0)
+++ testing-any/85-regulatory.rules 2022-08-14 10:10:19 UTC (rev 452705)
@@ -0,0 +1,3 @@
+# Set wireless regulatory domain at device creation
+
+ACTION=="add", SUBSYSTEM=="module", DEVPATH=="/module/cfg80211", 
RUN+="/usr/bin/set-wireless-regdom"

Copied: wireless-regdb/repos/testing-any/PKGBUILD (from rev 452704, 
wireless-regdb/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-08-14 10:10:19 UTC (rev 452705)
@@ -0,0 +1,41 @@
+# Maintainer: Thomas Bächler 
+
+pkgname=wireless-regdb
+pkgver=2022.08.12
+pkgrel=1
+pkgdesc="Central Regulatory Domain Database"
+arch=('any')
+url="https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb;
+license=('custom')
+depends=('bash' 'iw')
+replaces=('crda')
+provides=('crda')
+conflicts=('crda')
+backup=(etc/conf.d/wireless-regdom)
+source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.{xz,sign}
+wireless-regdom
+set-wireless-regdom
+85-regulatory.rules)
+sha256sums=('59c8f7d17966db71b27f90e735ee8f5b42ca3527694a8c5e6e9b56bd379c3b84'
+'SKIP'
+'192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b'
+'603ce97da5cce3f5337e99007ce04e2f295bb33a36b308794884011f7bcabaf3'
+'f5055dfe7584757a11b419836320bcdcd1d3d1e5caf26e20c63a0c64779f3376')
+validpgpkeys=('2ABCA7498D83E1D32D51D3B5AB4800A62DB9F73A') #Seth Forshee 

+
+package() {
+  install -Dm644 wireless-regdom -t "${pkgdir}"/etc/conf.d
+  install -Dm644 85-regulatory.rules -t "${pkgdir}"/usr/lib/udev/rules.d
+  install -Dm755 set-wireless-regdom -t "${pkgdir}"/usr/bin
+
+  cd ${pkgname}-${pkgver}
+  make install DESTDIR="${pkgdir}" MANDIR=usr/share/man 
FIRMWARE_PATH=usr/lib/firmware
+
+  for dom in $(grep ^country db.txt | cut -d' ' -f2 | sed 's|:||g'); do
+echo "#WIRELESS_REGDOM=\"${dom}\"" >> 
"${pkgdir}"/etc/conf.d/wireless-regdom.tmp
+  done
+  sort -u "${pkgdir}"/etc/conf.d/wireless-regdom.tmp >> 
"${pkgdir}"/etc/conf.d/wireless-regdom
+  rm "${pkgdir}"/etc/conf.d/wireless-regdom.tmp
+
+  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: wireless-regdb/repos/testing-any/set-wireless-regdom (from rev 452704, 
wireless-regdb/trunk/set-wireless-regdom)
===
--- testing-any/set-wireless-regdom (rev 0)
+++ testing-any/set-wireless-regdom 2022-08-14 10:10:19 UTC (rev 452705)
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+unset WIRELESS_REGDOM
+. /etc/conf.d/wireless-regdom
+[ -n "${WIRELESS_REGDOM}" ] && iw reg set ${WIRELESS_REGDOM}

Copied: wireless-regdb/repos/testing-any/wireless-regdom (from rev 452704, 
wireless-regdb/trunk/wireless-regdom)
===
--- testing-any/wireless-regdom (rev 0)
+++ testing-any/wireless-regdom 2022-08-14 10:10:19 UTC (rev 452705)
@@ -0,0 +1,4 @@
+#
+# Wireless regulatory domain configuration
+#
+



[arch-commits] Commit in wireless-regdb/trunk (4 files)

2022-08-14 Thread Tobias Powalowski via arch-commits
Date: Sunday, August 14, 2022 @ 10:10:09
  Author: tpowa
Revision: 452704

upgpkg: wireless-regdb 2022.08.12-1: bump to latest version

Added:
  wireless-regdb/trunk/keys/
  wireless-regdb/trunk/keys/pgp/
  wireless-regdb/trunk/keys/pgp/2ABCA7498D83E1D32D51D3B5AB4800A62DB9F73A.asc
Modified:
  wireless-regdb/trunk/PKGBUILD

---+
 PKGBUILD  |4 ++--
 keys/pgp/2ABCA7498D83E1D32D51D3B5AB4800A62DB9F73A.asc |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-14 10:04:12 UTC (rev 452703)
+++ PKGBUILD2022-08-14 10:10:09 UTC (rev 452704)
@@ -1,7 +1,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=wireless-regdb
-pkgver=2022.06.06
+pkgver=2022.08.12
 pkgrel=1
 pkgdesc="Central Regulatory Domain Database"
 arch=('any')
@@ -16,7 +16,7 @@
 wireless-regdom
 set-wireless-regdom
 85-regulatory.rules)
-sha256sums=('ac00f97efecce5046ed069d1d93f3365fdf994c7c7854a8fc50831e959537230'
+sha256sums=('59c8f7d17966db71b27f90e735ee8f5b42ca3527694a8c5e6e9b56bd379c3b84'
 'SKIP'
 '192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b'
 '603ce97da5cce3f5337e99007ce04e2f295bb33a36b308794884011f7bcabaf3'

Added: keys/pgp/2ABCA7498D83E1D32D51D3B5AB4800A62DB9F73A.asc
===
(Binary files differ)

Index: 
wireless-regdb/trunk/keys/pgp/2ABCA7498D83E1D32D51D3B5AB4800A62DB9F73A.asc
===
--- keys/pgp/2ABCA7498D83E1D32D51D3B5AB4800A62DB9F73A.asc   2022-08-14 
10:04:12 UTC (rev 452703)
+++ keys/pgp/2ABCA7498D83E1D32D51D3B5AB4800A62DB9F73A.asc   2022-08-14 
10:10:09 UTC (rev 452704)

Property changes on: 
wireless-regdb/trunk/keys/pgp/2ABCA7498D83E1D32D51D3B5AB4800A62DB9F73A.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in xfsprogs/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-08-14 Thread Tobias Powalowski via arch-commits
Date: Sunday, August 14, 2022 @ 10:04:12
  Author: tpowa
Revision: 452703

archrelease: copy trunk to testing-x86_64

Added:
  xfsprogs/repos/testing-x86_64/
  xfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 452702, xfsprogs/trunk/PKGBUILD)

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: xfsprogs/repos/testing-x86_64/PKGBUILD (from rev 452702, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-08-14 10:04:12 UTC (rev 452703)
@@ -0,0 +1,34 @@
+# Maintainer : Tobias Powalowski 
+pkgname=xfsprogs
+pkgver=5.19.0
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('x86_64')
+license=('LGPL')
+url="https://xfs.org;
+depends=('sh' 'util-linux-libs' 'icu' 'device-mapper' 'libinih' 'liburcu')
+optdepends=('python: for xfs_scrub_all script'
+'smtp-forwarder: for xfs_scrub_fail script')
+makedepends=('git')
+options=('!makeflags')
+source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver};)
+md5sums=('SKIP')
+
+build() {
+  cd ${pkgname}-dev
+  make configure
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin 
--with-systemd-unit-dir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd ${pkgname}-dev
+  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
+  chown -R root "$pkgdir"
+  chgrp -R root "$pkgdir"
+  # add hack as we cannot set rootlibdir
+  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
+  rm -rf "${pkgdir}/lib"
+}



[arch-commits] Commit in xfsprogs/trunk (PKGBUILD)

2022-08-14 Thread Tobias Powalowski via arch-commits
Date: Sunday, August 14, 2022 @ 10:03:58
  Author: tpowa
Revision: 452702

upgpkg: xfsprogs 5.19.0-1: bump to latest version

Modified:
  xfsprogs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-14 07:23:58 UTC (rev 452701)
+++ PKGBUILD2022-08-14 10:03:58 UTC (rev 452702)
@@ -1,6 +1,6 @@
 # Maintainer : Tobias Powalowski 
 pkgname=xfsprogs
-pkgver=5.18.0
+pkgver=5.19.0
 pkgrel=1
 pkgdesc="XFS filesystem utilities"
 arch=('x86_64')



[arch-commits] Commit in samba/repos/extra-x86_64 (14 files)

2022-08-08 Thread Tobias Powalowski via arch-commits
Date: Monday, August 8, 2022 @ 11:42:54
  Author: tpowa
Revision: 452411

archrelease: copy trunk to extra-x86_64

Added:
  samba/repos/extra-x86_64/PKGBUILD
(from rev 452410, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/keys/
  samba/repos/extra-x86_64/samba-glibc-2.36.patch
(from rev 452410, samba/trunk/samba-glibc-2.36.patch)
  samba/repos/extra-x86_64/samba.conf
(from rev 452410, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.install
(from rev 452410, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 452410, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 452410, samba/trunk/samba.pam)
Deleted:
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/keys/
  samba/repos/extra-x86_64/samba-glibc-2.36.patch
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam

+
 PKGBUILD   |  421 +++
 samba-glibc-2.36.patch |  114 ++--
 samba.conf |4 
 samba.install  |   20 +-
 samba.logrotate|   10 -
 samba.pam  |6 
 6 files changed, 284 insertions(+), 291 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-08 11:42:18 UTC (rev 452410)
+++ PKGBUILD2022-08-08 11:42:54 UTC (rev 452411)
@@ -1,214 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('smbclient' 'samba')
-pkgver=4.16.4
-pkgrel=2
-arch=(x86_64)
-url="https://www.samba.org;
-license=('GPL3')
-makedepends=('python' 'python-markdown' 'python-dnspython' 'docbook-xsl' 
'pkg-config' 'libbsd' 'db' 'popt' 'libcups'
- 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb' 'krb5' 'pam'
- 'systemd' 'gnutls' 'talloc' 'tdb' 'dbus' 'libaio'
- 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson'
- 'ceph-libs' 'liburing' 'perl-json' 'glusterfs')
-optdepends=(
- 'python-dnspython: samba_dnsupdate and samba_upgradedns in AD 
setup'
- 'python-markdown: for samba-tool domain schemeupgrade'
- 'glusterfs: for vfs_glusterfs support'
-)
-source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
-samba.logrotate
-samba.pam
-samba.conf
-samba-glibc-2.36.patch)
-validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
-sha512sums=('9754275ace30755b75f747e201f8ad4550a823c8606e550c0ce6b3ccbaf048dd895bf2c21127271298304be7f80de9b6451091c4949ebe267ee1cf3ab497cd85'
-'SKIP'
-
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
-
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc'
-
'a6404c4ecfa60ab38fb79c5cd6af2818762ff2fe787e512c0eee0af6459d7726e168e76724a3012d895a30a68c11723e7a3f1fdb027d56dda8e1fdcc9059b915')
-### UNINSTALL dmapi package before building!!!
-
-prepare() {
-  cd samba-${pkgver}
-  patch -Np1 -i ../samba-glibc-2.36.patch
-}
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc="${srcdir}"/samba-pkg
-  rm -rf ${_pkgsrc}
-  _samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-  
_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-  
_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
-  cd samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  --with-sockets-dir=/run/samba \
-  --with-piddir=/run \
-  --with-ads \
-  --with-ldap \
-  --with-winbind \
-  --with-acl-support \
-  --with-systemd \
-  --systemd-install-services \
-  --with-pam \
-  --with-pammodulesdir=/usr/lib/security \
-  

[arch-commits] Commit in samba/trunk (PKGBUILD)

2022-08-08 Thread Tobias Powalowski via arch-commits
Date: Monday, August 8, 2022 @ 11:42:18
  Author: tpowa
Revision: 452410

upgpkg: samba 4.16.4-3: disable cluster support and remove ceph-libs dependency

Modified:
  samba/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-08 08:48:24 UTC (rev 452409)
+++ PKGBUILD2022-08-08 11:42:18 UTC (rev 452410)
@@ -11,7 +11,7 @@
 pkgbase=samba
 pkgname=('smbclient' 'samba')
 pkgver=4.16.4
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url="https://www.samba.org;
 license=('GPL3')
@@ -19,7 +19,7 @@
  'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb' 'krb5' 'pam'
  'systemd' 'gnutls' 'talloc' 'tdb' 'dbus' 'libaio'
  'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson'
- 'ceph-libs' 'liburing' 'perl-json' 'glusterfs')
+ 'liburing' 'perl-json' 'glusterfs')
 optdepends=(
  'python-dnspython: samba_dnsupdate and samba_upgradedns in AD 
setup'
  'python-markdown: for samba-tool domain schemeupgrade'
@@ -76,7 +76,6 @@
   
--bundled-libraries=!tdb,!talloc,!pytalloc-util,!tevent,!popt,!ldb,!pyldb-util \
   
--with-shared-modules=${_samba4_idmap_modules},${_samba4_pdb_modules},${_samba4_auth_modules},vfs_io_uring
 \
   --disable-rpath-install \
-  --with-cluster-support \
   --with-profiling-data
 
   # Add this to the options once it's working...
@@ -155,7 +154,7 @@
 pkgdesc="SMB Fileserver and AD Domain server"
 depends=('db>=4.7' 'popt' 'libcups' 'libcap>=2.16' 'gnutls>=2.4.1'
  'talloc' 'ldb' 'libbsd' 'python' 'iniparser' 'tdb' 'libaio' 
'perl-parse-yapp' "smbclient>=$pkgver" 'gpgme'
- 'ceph-libs' 'libldb.so' 'libtdb.so' 'libtevent.so' 'liburing' 
'libunwind')
+   'libldb.so' 'libtdb.so' 'libtevent.so' 'liburing' 'libunwind')
 backup=(etc/logrotate.d/samba
 etc/pam.d/samba
 etc/conf.d/samba)
@@ -203,12 +202,6 @@
   
   # copy ldap example
   install -D -m644 "${srcdir}"/samba-${pkgver}/examples/LDAP/samba.schema 
"${pkgdir}"/usr/share/doc/samba/examples/LDAP/samba.schema
-
-  # Fix waf installing the wrong permissions for sudoers.d
-  chmod 750 ${pkgdir}/etc/sudoers.d
-  chmod 440 ${pkgdir}/etc/sudoers.d/ctdb
-  # install ctdb service
-  install -D -m644 "${srcdir}"/samba-${pkgver}/ctdb/config/ctdb.service  
${pkgdir}/usr/lib/systemd/system/ctdb.service
 }
 
 # vim: ts=2 sw=2 et:



[arch-commits] Commit in samba/repos/extra-x86_64 (13 files)

2022-08-03 Thread Tobias Powalowski via arch-commits
Date: Wednesday, August 3, 2022 @ 13:55:50
  Author: tpowa
Revision: 452012

archrelease: copy trunk to extra-x86_64

Added:
  samba/repos/extra-x86_64/PKGBUILD
(from rev 452011, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/keys/
  samba/repos/extra-x86_64/samba-glibc-2.36.patch
(from rev 452011, samba/trunk/samba-glibc-2.36.patch)
  samba/repos/extra-x86_64/samba.conf
(from rev 452011, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.install
(from rev 452011, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 452011, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 452011, samba/trunk/samba.pam)
Deleted:
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/keys/
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam

+
 PKGBUILD   |  421 +++
 samba-glibc-2.36.patch |   57 ++
 samba.conf |4 
 samba.install  |   20 +-
 samba.logrotate|   10 -
 samba.pam  |6 
 6 files changed, 291 insertions(+), 227 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-03 13:55:28 UTC (rev 452011)
+++ PKGBUILD2022-08-03 13:55:50 UTC (rev 452012)
@@ -1,207 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('smbclient' 'samba')
-pkgver=4.16.4
-pkgrel=1
-arch=(x86_64)
-url="https://www.samba.org;
-license=('GPL3')
-makedepends=('python' 'python-markdown' 'python-dnspython' 'docbook-xsl' 
'pkg-config' 'libbsd' 'db' 'popt' 'libcups'
- 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb' 'krb5' 'pam'
- 'systemd' 'gnutls' 'talloc' 'tdb' 'dbus' 'libaio'
- 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson'
- 'ceph-libs' 'liburing' 'perl-json' 'glusterfs')
-optdepends=(
- 'python-dnspython: samba_dnsupdate and samba_upgradedns in AD 
setup'
- 'python-markdown: for samba-tool domain schemeupgrade'
- 'glusterfs: for vfs_glusterfs support'
-)
-source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
-samba.logrotate
-samba.pam
-samba.conf)
-validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
-sha512sums=('9754275ace30755b75f747e201f8ad4550a823c8606e550c0ce6b3ccbaf048dd895bf2c21127271298304be7f80de9b6451091c4949ebe267ee1cf3ab497cd85'
-'SKIP'
-
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
-
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc')
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc="${srcdir}"/samba-pkg
-  rm -rf ${_pkgsrc}
-  _samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-  
_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-  
_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
-  cd samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  --with-sockets-dir=/run/samba \
-  --with-piddir=/run \
-  --with-ads \
-  --with-ldap \
-  --with-winbind \
-  --with-acl-support \
-  --with-systemd \
-  --systemd-install-services \
-  --with-pam \
-  --with-pammodulesdir=/usr/lib/security \
-  
--bundled-libraries=!tdb,!talloc,!pytalloc-util,!tevent,!popt,!ldb,!pyldb-util \
-  
--with-shared-modules=${_samba4_idmap_modules},${_samba4_pdb_modules},${_samba4_auth_modules},vfs_io_uring
 \
-  --disable-rpath-install \
-  --with-cluster-support \
-  --with-profiling-data
-
-  # Add this to 

[arch-commits] Commit in samba/trunk (PKGBUILD samba-glibc-2.36.patch)

2022-08-03 Thread Tobias Powalowski via arch-commits
Date: Wednesday, August 3, 2022 @ 13:55:28
  Author: tpowa
Revision: 452011

upgpkg: samba 4.16.4-2: rebuild against tdb 0.13.0

Added:
  samba/trunk/samba-glibc-2.36.patch
Modified:
  samba/trunk/PKGBUILD

+
 PKGBUILD   |   13 --
 samba-glibc-2.36.patch |   57 +++
 2 files changed, 67 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-03 13:28:17 UTC (rev 452010)
+++ PKGBUILD2022-08-03 13:55:28 UTC (rev 452011)
@@ -11,7 +11,7 @@
 pkgbase=samba
 pkgname=('smbclient' 'samba')
 pkgver=4.16.4
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="https://www.samba.org;
 license=('GPL3')
@@ -28,15 +28,22 @@
 
source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
 samba.logrotate
 samba.pam
-samba.conf)
+samba.conf
+samba-glibc-2.36.patch)
 validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
 
sha512sums=('9754275ace30755b75f747e201f8ad4550a823c8606e550c0ce6b3ccbaf048dd895bf2c21127271298304be7f80de9b6451091c4949ebe267ee1cf3ab497cd85'
 'SKIP'
 
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc')
+
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc'
+
'a6404c4ecfa60ab38fb79c5cd6af2818762ff2fe787e512c0eee0af6459d7726e168e76724a3012d895a30a68c11723e7a3f1fdb027d56dda8e1fdcc9059b915')
 ### UNINSTALL dmapi package before building!!!
 
+prepare() {
+  cd samba-${pkgver}
+  patch -Np1 -i ../samba-glibc-2.36.patch
+}
+
 build() {
   # Use samba-pkg as a staging directory for the split packages
   # (This is so RPATHS and symlinks are generated correctly via

Added: samba-glibc-2.36.patch
===
--- samba-glibc-2.36.patch  (rev 0)
+++ samba-glibc-2.36.patch  2022-08-03 13:55:28 UTC (rev 452011)
@@ -0,0 +1,57 @@
+From eee9ff0228f52008bfc565241f6dfe07ae7a7044 Mon Sep 17 00:00:00 2001
+From: Andreas Schneider 
+Date: Tue, 2 Aug 2022 07:55:46 +0200
+Subject: [PATCH] lib:replace: Only include  on non-Linux systems
+
+Details at:
+https://sourceware.org/glibc/wiki/Release/2.36#Usage_of_.3Clinux.2Fmount.h.3E_and_.3Csys.2Fmount.h.3E
+
+BUG: https://bugzilla.samba.org/show_bug.cgi?id=15132
+
+Signed-off-by: Andreas Schneider 
+Reviewed-by: Ralph Boehme 
+(cherry picked from commit 766151bf5b7ef95ae4c8c98b8994e5c21c5bbec0)
+---
+ lib/replace/system/filesys.h | 4 +++-
+ lib/replace/wscript  | 3 +++
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/lib/replace/system/filesys.h b/lib/replace/system/filesys.h
+index 034e5d5886c..bb9482c69af 100644
+--- a/lib/replace/system/filesys.h
 b/lib/replace/system/filesys.h
+@@ -36,7 +36,8 @@
+ #include 
+ #endif
+ 
+-#ifdef HAVE_SYS_MOUNT_H
++/* This include is required on UNIX (*BSD, AIX, ...) for statfs() */
++#if !defined(LINUX) && defined(HAVE_SYS_MOUNT_H)
+ #include 
+ #endif
+ 
+@@ -44,6 +45,7 @@
+ #include 
+ #endif
+ 
++/* This include is required on Linux for statfs() */
+ #ifdef HAVE_SYS_VFS_H
+ #include 
+ #endif
+diff --git a/lib/replace/wscript b/lib/replace/wscript
+index e4c2d513076..0db93d8caf1 100644
+--- a/lib/replace/wscript
 b/lib/replace/wscript
+@@ -31,6 +31,9 @@ def configure(conf):
+ 
+ conf.env.standalone_replace = conf.IN_LAUNCH_DIR()
+ 
++if sys.platform.rfind('linux') > -1:
++conf.DEFINE('LINUX', '1')
++
+ conf.DEFINE('BOOL_DEFINED', 1)
+ conf.DEFINE('HAVE_LIBREPLACE', 1)
+ conf.DEFINE('LIBREPLACE_NETWORK_CHECKS', 1)
+-- 
+2.37.1
+



[arch-commits] Commit in ldb/repos/extra-x86_64 (PKGBUILD PKGBUILD keys keys)

2022-08-03 Thread Tobias Powalowski via arch-commits
Date: Wednesday, August 3, 2022 @ 13:15:31
  Author: tpowa
Revision: 452008

archrelease: copy trunk to extra-x86_64

Added:
  ldb/repos/extra-x86_64/PKGBUILD
(from rev 452007, ldb/trunk/PKGBUILD)
  ldb/repos/extra-x86_64/keys/
Deleted:
  ldb/repos/extra-x86_64/PKGBUILD
  ldb/repos/extra-x86_64/keys/

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-03 13:15:25 UTC (rev 452007)
+++ PKGBUILD2022-08-03 13:15:31 UTC (rev 452008)
@@ -1,40 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-# Contributor: Marco A Rojas 
-
-pkgname=ldb
-pkgver=2.5.2
-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')
-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=('02ae1246f99d9b6d6b33c5030488aa46c6abb535b4da4b13799a62b49d32c490b7c088ef41c0bc5a1b2f7263c680faceb8033827834cb6f66916adcdb5be421c'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-rpath \
---disable-rpath-install \
---bundled-libraries=NONE \
---builtin-libraries=replace \
---with-modulesdir=/usr/lib/ldb/modules \
---with-privatelibdir=/usr/lib/ldb
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: ldb/repos/extra-x86_64/PKGBUILD (from rev 452007, ldb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-03 13:15:31 UTC (rev 452008)
@@ -0,0 +1,40 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+# Contributor: Marco A Rojas 
+
+pkgname=ldb
+pkgver=2.5.2
+pkgrel=2
+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')
+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=('02ae1246f99d9b6d6b33c5030488aa46c6abb535b4da4b13799a62b49d32c490b7c088ef41c0bc5a1b2f7263c680faceb8033827834cb6f66916adcdb5be421c'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-rpath \
+--disable-rpath-install \
+--bundled-libraries=NONE \
+--builtin-libraries=replace \
+--with-modulesdir=/usr/lib/ldb/modules \
+--with-privatelibdir=/usr/lib/ldb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in ldb/trunk (PKGBUILD)

2022-08-03 Thread Tobias Powalowski via arch-commits
Date: Wednesday, August 3, 2022 @ 13:15:25
  Author: tpowa
Revision: 452007

upgpkg: ldb 2:2.5.2-2: rebuild against tdb 0.13.0

Modified:
  ldb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-03 13:09:12 UTC (rev 452006)
+++ PKGBUILD2022-08-03 13:15:25 UTC (rev 452007)
@@ -4,7 +4,7 @@
 
 pkgname=ldb
 pkgver=2.5.2
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc='Schema-less, ldap like, API and database'
 arch=('x86_64')



[arch-commits] Commit in tevent/repos/extra-x86_64 (PKGBUILD PKGBUILD keys)

2022-08-03 Thread Tobias Powalowski via arch-commits
Date: Wednesday, August 3, 2022 @ 13:09:12
  Author: tpowa
Revision: 452006

archrelease: copy trunk to extra-x86_64

Added:
  tevent/repos/extra-x86_64/PKGBUILD
(from rev 452005, tevent/trunk/PKGBUILD)
  tevent/repos/extra-x86_64/keys/
Deleted:
  tevent/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-03 13:08:59 UTC (rev 452005)
+++ PKGBUILD2022-08-03 13:09:12 UTC (rev 452006)
@@ -1,38 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-# Contributor: Marco A Rojas 
-# Contributor: Ng Oon-Ee 
-# Contributor: Thomas Burdick 
-
-pkgname=tevent
-pkgver=0.12.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')
-depends=('talloc')
-makedepends=('python' 'cmocka')
-optdepends=('python: for python bindings')
-provides=(libtevent.so)
-validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key 
-sha512sums=('ab70262702d70ce00e8b3aef41930c674b04c147fdbf0006e57cfa057d82f6049ba6da4b2c2b7b53aa191dd4f0f3d55e72b0666ae8f5b6948eeb9fde1988c938'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---bundled-libraries=NONE \
---builtin-libraries=replace
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: tevent/repos/extra-x86_64/PKGBUILD (from rev 452005, 
tevent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-03 13:09:12 UTC (rev 452006)
@@ -0,0 +1,38 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+# Contributor: Marco A Rojas 
+# Contributor: Ng Oon-Ee 
+# Contributor: Thomas Burdick 
+
+pkgname=tevent
+pkgver=0.13.0
+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')
+depends=('talloc')
+makedepends=('python' 'cmocka')
+optdepends=('python: for python bindings')
+provides=(libtevent.so)
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key 
+sha512sums=('7aa05c09e3c708769e31cda88b319cee3629c88c51bda559193a85d4ab32204a8b4ba11f142861dbca06b578bf54953f2aca1ad847e5a4fc40bf08618a93'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--bundled-libraries=NONE \
+--builtin-libraries=replace
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in tevent/trunk (4 files)

2022-08-03 Thread Tobias Powalowski via arch-commits
Date: Wednesday, August 3, 2022 @ 13:08:59
  Author: tpowa
Revision: 452005

upgpkg: tevent 1:0.13.0-1: bump to latest version

Added:
  tevent/trunk/keys/
  tevent/trunk/keys/pgp/
  tevent/trunk/keys/pgp/9147A339719518EE9011BCB54793916113084025.asc
Modified:
  tevent/trunk/PKGBUILD

---+
 PKGBUILD  |4 ++--
 keys/pgp/9147A339719518EE9011BCB54793916113084025.asc |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-03 12:06:30 UTC (rev 452004)
+++ PKGBUILD2022-08-03 13:08:59 UTC (rev 452005)
@@ -5,7 +5,7 @@
 # Contributor: Thomas Burdick 
 
 pkgname=tevent
-pkgver=0.12.1
+pkgver=0.13.0
 pkgrel=1
 epoch=1
 pkgdesc='Event system based on the talloc memory management library'
@@ -18,7 +18,7 @@
 optdepends=('python: for python bindings')
 provides=(libtevent.so)
 validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key 
-sha512sums=('ab70262702d70ce00e8b3aef41930c674b04c147fdbf0006e57cfa057d82f6049ba6da4b2c2b7b53aa191dd4f0f3d55e72b0666ae8f5b6948eeb9fde1988c938'
+sha512sums=('7aa05c09e3c708769e31cda88b319cee3629c88c51bda559193a85d4ab32204a8b4ba11f142861dbca06b578bf54953f2aca1ad847e5a4fc40bf08618a93'
 'SKIP')
 
 build() {

Added: keys/pgp/9147A339719518EE9011BCB54793916113084025.asc
===
(Binary files differ)

Index: tevent/trunk/keys/pgp/9147A339719518EE9011BCB54793916113084025.asc
===
--- keys/pgp/9147A339719518EE9011BCB54793916113084025.asc   2022-08-03 
12:06:30 UTC (rev 452004)
+++ keys/pgp/9147A339719518EE9011BCB54793916113084025.asc   2022-08-03 
13:08:59 UTC (rev 452005)

Property changes on: 
tevent/trunk/keys/pgp/9147A339719518EE9011BCB54793916113084025.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in samba/repos/extra-x86_64 (12 files)

2022-07-27 Thread Tobias Powalowski via arch-commits
Date: Wednesday, July 27, 2022 @ 12:02:14
  Author: tpowa
Revision: 451706

archrelease: copy trunk to extra-x86_64

Added:
  samba/repos/extra-x86_64/PKGBUILD
(from rev 451705, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/keys/
  samba/repos/extra-x86_64/samba.conf
(from rev 451705, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.install
(from rev 451705, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 451705, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 451705, samba/trunk/samba.pam)
Deleted:
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/keys/
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam

-+
 PKGBUILD|  414 +++---
 samba.conf  |4 
 samba.install   |   20 +-
 samba.logrotate |   10 -
 samba.pam   |6 
 5 files changed, 227 insertions(+), 227 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 12:02:05 UTC (rev 451705)
+++ PKGBUILD2022-07-27 12:02:14 UTC (rev 451706)
@@ -1,207 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('smbclient' 'samba')
-pkgver=4.16.3
-pkgrel=1
-arch=(x86_64)
-url="https://www.samba.org;
-license=('GPL3')
-makedepends=('python' 'python-markdown' 'python-dnspython' 'docbook-xsl' 
'pkg-config' 'libbsd' 'db' 'popt' 'libcups'
- 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb' 'krb5' 'pam'
- 'systemd' 'gnutls' 'talloc' 'tdb' 'dbus' 'libaio'
- 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson'
- 'ceph-libs' 'liburing' 'perl-json' 'glusterfs')
-optdepends=(
- 'python-dnspython: samba_dnsupdate and samba_upgradedns in AD 
setup'
- 'python-markdown: for samba-tool domain schemeupgrade'
- 'glusterfs: for vfs_glusterfs support'
-)
-source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
-samba.logrotate
-samba.pam
-samba.conf)
-validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
-sha512sums=('8f082654251e6a3284ba8f411c55b854dc00a9c6b07c486ca01f53af2b6ec09d34c21d66a2a1afc7a8c62a9f715c643c1a22fc7688699d23f8fcafe6995b5ebd'
-'SKIP'
-
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
-
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc')
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc="${srcdir}"/samba-pkg
-  rm -rf ${_pkgsrc}
-  _samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-  
_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-  
_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
-  cd samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  --with-sockets-dir=/run/samba \
-  --with-piddir=/run \
-  --with-ads \
-  --with-ldap \
-  --with-winbind \
-  --with-acl-support \
-  --with-systemd \
-  --systemd-install-services \
-  --with-pam \
-  --with-pammodulesdir=/usr/lib/security \
-  
--bundled-libraries=!tdb,!talloc,!pytalloc-util,!tevent,!popt,!ldb,!pyldb-util \
-  
--with-shared-modules=${_samba4_idmap_modules},${_samba4_pdb_modules},${_samba4_auth_modules},vfs_io_uring
 \
-  --disable-rpath-install \
-  --with-cluster-support \
-  --with-profiling-data
-
-  # Add this to the options once it's working...
-   #--with-system-mitkrb5 /opt/heimdal
-  make
-  make DESTDIR="${_pkgsrc}/" install
-
-  # This gets skipped somehow
-  if [ ! -e 

[arch-commits] Commit in samba/trunk (PKGBUILD)

2022-07-27 Thread Tobias Powalowski via arch-commits
Date: Wednesday, July 27, 2022 @ 12:02:05
  Author: tpowa
Revision: 451705

upgpkg: samba 4.16.4-1: bump to latest version

Modified:
  samba/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 11:55:32 UTC (rev 451704)
+++ PKGBUILD2022-07-27 12:02:05 UTC (rev 451705)
@@ -10,7 +10,7 @@
 
 pkgbase=samba
 pkgname=('smbclient' 'samba')
-pkgver=4.16.3
+pkgver=4.16.4
 pkgrel=1
 arch=(x86_64)
 url="https://www.samba.org;
@@ -30,7 +30,7 @@
 samba.pam
 samba.conf)
 validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
-sha512sums=('8f082654251e6a3284ba8f411c55b854dc00a9c6b07c486ca01f53af2b6ec09d34c21d66a2a1afc7a8c62a9f715c643c1a22fc7688699d23f8fcafe6995b5ebd'
+sha512sums=('9754275ace30755b75f747e201f8ad4550a823c8606e550c0ce6b3ccbaf048dd895bf2c21127271298304be7f80de9b6451091c4949ebe267ee1cf3ab497cd85'
 'SKIP'
 
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'



[arch-commits] Commit in ldb/repos/extra-x86_64 (PKGBUILD PKGBUILD keys)

2022-07-27 Thread Tobias Powalowski via arch-commits
Date: Wednesday, July 27, 2022 @ 11:55:32
  Author: tpowa
Revision: 451704

archrelease: copy trunk to extra-x86_64

Added:
  ldb/repos/extra-x86_64/PKGBUILD
(from rev 451703, ldb/trunk/PKGBUILD)
  ldb/repos/extra-x86_64/keys/
Deleted:
  ldb/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 11:55:24 UTC (rev 451703)
+++ PKGBUILD2022-07-27 11:55:32 UTC (rev 451704)
@@ -1,40 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-# Contributor: Marco A Rojas 
-
-pkgname=ldb
-pkgver=2.5.1
-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')
-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=('679ad695d4467a38e6cb87ba2b7d61049a42c59792b39f0a40256456ac673849adf58dc0759a89be982b80bb4a0834d34b51779424f7b997a53ea95f02f410ad'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-rpath \
---disable-rpath-install \
---bundled-libraries=NONE \
---builtin-libraries=replace \
---with-modulesdir=/usr/lib/ldb/modules \
---with-privatelibdir=/usr/lib/ldb
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: ldb/repos/extra-x86_64/PKGBUILD (from rev 451703, ldb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 11:55:32 UTC (rev 451704)
@@ -0,0 +1,40 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+# Contributor: Marco A Rojas 
+
+pkgname=ldb
+pkgver=2.5.2
+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')
+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=('02ae1246f99d9b6d6b33c5030488aa46c6abb535b4da4b13799a62b49d32c490b7c088ef41c0bc5a1b2f7263c680faceb8033827834cb6f66916adcdb5be421c'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-rpath \
+--disable-rpath-install \
+--bundled-libraries=NONE \
+--builtin-libraries=replace \
+--with-modulesdir=/usr/lib/ldb/modules \
+--with-privatelibdir=/usr/lib/ldb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in ldb/trunk (4 files)

2022-07-27 Thread Tobias Powalowski via arch-commits
Date: Wednesday, July 27, 2022 @ 11:55:24
  Author: tpowa
Revision: 451703

upgpkg: ldb 2:2.5.2-1: bump to latest version

Added:
  ldb/trunk/keys/
  ldb/trunk/keys/pgp/
  ldb/trunk/keys/pgp/9147A339719518EE9011BCB54793916113084025.asc
Modified:
  ldb/trunk/PKGBUILD

---+
 PKGBUILD  |4 ++--
 keys/pgp/9147A339719518EE9011BCB54793916113084025.asc |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 10:14:59 UTC (rev 451702)
+++ PKGBUILD2022-07-27 11:55:24 UTC (rev 451703)
@@ -3,7 +3,7 @@
 # Contributor: Marco A Rojas 
 
 pkgname=ldb
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 epoch=2
 pkgdesc='Schema-less, ldap like, API and database'
@@ -16,7 +16,7 @@
 optdepends=('python: for python bindings')
 provides=(libldb.so)
 validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key 
-sha512sums=('679ad695d4467a38e6cb87ba2b7d61049a42c59792b39f0a40256456ac673849adf58dc0759a89be982b80bb4a0834d34b51779424f7b997a53ea95f02f410ad'
+sha512sums=('02ae1246f99d9b6d6b33c5030488aa46c6abb535b4da4b13799a62b49d32c490b7c088ef41c0bc5a1b2f7263c680faceb8033827834cb6f66916adcdb5be421c'
 'SKIP')
 
 build() {

Added: keys/pgp/9147A339719518EE9011BCB54793916113084025.asc
===
(Binary files differ)

Index: ldb/trunk/keys/pgp/9147A339719518EE9011BCB54793916113084025.asc
===
--- keys/pgp/9147A339719518EE9011BCB54793916113084025.asc   2022-07-27 
10:14:59 UTC (rev 451702)
+++ keys/pgp/9147A339719518EE9011BCB54793916113084025.asc   2022-07-27 
11:55:24 UTC (rev 451703)

Property changes on: 
ldb/trunk/keys/pgp/9147A339719518EE9011BCB54793916113084025.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in samba/repos/extra-x86_64 (11 files)

2022-07-18 Thread Tobias Powalowski via arch-commits
Date: Monday, July 18, 2022 @ 12:48:18
  Author: tpowa
Revision: 451426

archrelease: copy trunk to extra-x86_64

Added:
  samba/repos/extra-x86_64/PKGBUILD
(from rev 451425, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/keys/
  samba/repos/extra-x86_64/samba.conf
(from rev 451425, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.install
(from rev 451425, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 451425, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 451425, samba/trunk/samba.pam)
Deleted:
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam

-+
 PKGBUILD|  414 +++---
 samba.conf  |4 
 samba.install   |   20 +-
 samba.logrotate |   10 -
 samba.pam   |6 
 5 files changed, 227 insertions(+), 227 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-18 12:48:05 UTC (rev 451425)
+++ PKGBUILD2022-07-18 12:48:18 UTC (rev 451426)
@@ -1,207 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('smbclient' 'samba')
-pkgver=4.16.2
-pkgrel=1
-arch=(x86_64)
-url="https://www.samba.org;
-license=('GPL3')
-makedepends=('python' 'python-markdown' 'python-dnspython' 'docbook-xsl' 
'pkg-config' 'libbsd' 'db' 'popt' 'libcups'
- 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb' 'krb5' 'pam'
- 'systemd' 'gnutls' 'talloc' 'tdb' 'dbus' 'libaio'
- 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson'
- 'ceph-libs' 'liburing' 'perl-json' 'glusterfs')
-optdepends=(
- 'python-dnspython: samba_dnsupdate and samba_upgradedns in AD 
setup'
- 'python-markdown: for samba-tool domain schemeupgrade'
- 'glusterfs: for vfs_glusterfs support'
-)
-source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
-samba.logrotate
-samba.pam
-samba.conf)
-validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
-sha512sums=('ed85acca0f23f9166530b600ae569f3259c2122d15e361fd3fe48a82921cd53bbb459d6c102bb60cc40b2dd811cde1262a3fb17ed6015a260432bffe5af83366'
-'SKIP'
-
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
-
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc')
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc="${srcdir}"/samba-pkg
-  rm -rf ${_pkgsrc}
-  _samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-  
_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-  
_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
-  cd samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  --with-sockets-dir=/run/samba \
-  --with-piddir=/run \
-  --with-ads \
-  --with-ldap \
-  --with-winbind \
-  --with-acl-support \
-  --with-systemd \
-  --systemd-install-services \
-  --with-pam \
-  --with-pammodulesdir=/usr/lib/security \
-  
--bundled-libraries=!tdb,!talloc,!pytalloc-util,!tevent,!popt,!ldb,!pyldb-util \
-  
--with-shared-modules=${_samba4_idmap_modules},${_samba4_pdb_modules},${_samba4_auth_modules},vfs_io_uring
 \
-  --disable-rpath-install \
-  --with-cluster-support \
-  --with-profiling-data
-
-  # Add this to the options once it's working...
-   #--with-system-mitkrb5 /opt/heimdal
-  make
-  make DESTDIR="${_pkgsrc}/" install
-
-  # This gets skipped somehow
-  if [ ! -e "${_pkgsrc}"/usr/bin/smbtar ]; then
-

[arch-commits] Commit in samba/trunk (4 files)

2022-07-18 Thread Tobias Powalowski via arch-commits
Date: Monday, July 18, 2022 @ 12:48:05
  Author: tpowa
Revision: 451425

upgpkg: samba 4.16.3-1: bump to latest version

Added:
  samba/trunk/keys/
  samba/trunk/keys/pgp/
  samba/trunk/keys/pgp/81F5E2832BD2545A1897B713AA99442FB680B620.asc
Modified:
  samba/trunk/PKGBUILD

---+
 PKGBUILD  |4 ++--
 keys/pgp/81F5E2832BD2545A1897B713AA99442FB680B620.asc |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-18 08:30:39 UTC (rev 451424)
+++ PKGBUILD2022-07-18 12:48:05 UTC (rev 451425)
@@ -10,7 +10,7 @@
 
 pkgbase=samba
 pkgname=('smbclient' 'samba')
-pkgver=4.16.2
+pkgver=4.16.3
 pkgrel=1
 arch=(x86_64)
 url="https://www.samba.org;
@@ -30,7 +30,7 @@
 samba.pam
 samba.conf)
 validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
-sha512sums=('ed85acca0f23f9166530b600ae569f3259c2122d15e361fd3fe48a82921cd53bbb459d6c102bb60cc40b2dd811cde1262a3fb17ed6015a260432bffe5af83366'
+sha512sums=('8f082654251e6a3284ba8f411c55b854dc00a9c6b07c486ca01f53af2b6ec09d34c21d66a2a1afc7a8c62a9f715c643c1a22fc7688699d23f8fcafe6995b5ebd'
 'SKIP'
 
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'

Added: keys/pgp/81F5E2832BD2545A1897B713AA99442FB680B620.asc
===
(Binary files differ)

Index: samba/trunk/keys/pgp/81F5E2832BD2545A1897B713AA99442FB680B620.asc
===
--- keys/pgp/81F5E2832BD2545A1897B713AA99442FB680B620.asc   2022-07-18 
08:30:39 UTC (rev 451424)
+++ keys/pgp/81F5E2832BD2545A1897B713AA99442FB680B620.asc   2022-07-18 
12:48:05 UTC (rev 451425)

Property changes on: 
samba/trunk/keys/pgp/81F5E2832BD2545A1897B713AA99442FB680B620.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in hdparm/repos (3 files)

2022-07-09 Thread Tobias Powalowski via arch-commits
Date: Saturday, July 9, 2022 @ 15:22:26
  Author: tpowa
Revision: 450567

archrelease: copy trunk to testing-x86_64

Added:
  hdparm/repos/testing-x86_64/
  hdparm/repos/testing-x86_64/PKGBUILD
(from rev 450566, hdparm/trunk/PKGBUILD)
  hdparm/repos/testing-x86_64/pass-ldflags.patch
(from rev 450566, hdparm/trunk/pass-ldflags.patch)

+
 PKGBUILD   |   40 
 pass-ldflags.patch |   11 +++
 2 files changed, 51 insertions(+)

Copied: hdparm/repos/testing-x86_64/PKGBUILD (from rev 450566, 
hdparm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-07-09 15:22:26 UTC (rev 450567)
@@ -0,0 +1,40 @@
+# Maintainer: Paul Mattal 
+
+pkgname=hdparm
+pkgver=9.64
+pkgrel=1
+pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters"
+arch=(x86_64)
+depends=('glibc')
+source=(https://downloads.sourceforge.net/sourceforge/hdparm/${pkgname}-${pkgver}.tar.gz
+pass-ldflags.patch)
+license=('BSD')
+url="https://sourceforge.net/projects/hdparm/;
+sha512sums=('c561825143d8872cc2940bd6ba72162f91792bd63b6a8511058e79cc96feb6a4a9d22275581ef2eefab64a4035587b3a63175ccc58fa46f1059b4680d9d58ec4'
+
'4103276304a858a9540ce173f22c5eb64cadac36b5cd38d9396d63fa721a579e16d4d0f84e3c627d0620c42815c437abf14c9657fdb1a28e8263a52a0bb26c4f')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # Enable FULL RELRO
+  patch -Np1 -i "$srcdir"/pass-ldflags.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  # install
+  mkdir -p "${pkgdir}"/usr/bin
+  make DESTDIR="${pkgdir}" sbindir=/usr/bin install
+  install -m755 contrib/idectl "${pkgdir}"/usr/bin
+  install -m755 contrib/ultrabayd "${pkgdir}"/usr/bin
+
+  install -D -m 0644 $srcdir/$pkgname-$pkgver/wiper/README.txt 
"$pkgdir"/usr/share/doc/wiper/README.txt
+  install -D -m 0755 $srcdir/$pkgname-$pkgver/wiper/wiper.sh 
"$pkgdir"/usr/bin/wiper.sh
+
+  #install license file
+  install -D -m 644 LICENSE.TXT "$pkgdir"/usr/share/licenses/hdparm/LICENSE.TXT
+}

Copied: hdparm/repos/testing-x86_64/pass-ldflags.patch (from rev 450566, 
hdparm/trunk/pass-ldflags.patch)
===
--- testing-x86_64/pass-ldflags.patch   (rev 0)
+++ testing-x86_64/pass-ldflags.patch   2022-07-09 15:22:26 UTC (rev 450567)
@@ -0,0 +1,11 @@
+diff -aur hdparm-9.58/Makefile hdparm-9.58.new/Makefile
+--- hdparm-9.60/Makefile   2017-05-01 21:08:42.0 +0200
 hdparm-9.60.new/Makefile   2019-09-22 19:19:03.783229803 +0200
+@@ -15,6 +15,7 @@
+ 
+ CFLAGS := -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith 
-Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -fkeep-inline-functions -Wwrite-strings 
-Waggregate-return -Wnested-externs -Wtrigraphs $(CFLAGS)
+ 
++LDFLAGS := -s ${LDFLAGS}
+ INSTALL = install
+ INSTALL_DATA = $(INSTALL) -m 644
+ INSTALL_DIR = $(INSTALL) -m 755 -d



[arch-commits] Commit in hdparm/trunk (PKGBUILD)

2022-07-09 Thread Tobias Powalowski via arch-commits
Date: Saturday, July 9, 2022 @ 15:22:20
  Author: tpowa
Revision: 450566

upgpkg: hdparm 9.64-1: bump to latest version

Modified:
  hdparm/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-09 15:15:12 UTC (rev 450565)
+++ PKGBUILD2022-07-09 15:22:20 UTC (rev 450566)
@@ -1,8 +1,8 @@
 # Maintainer: Paul Mattal 
 
 pkgname=hdparm
-pkgver=9.63
-pkgrel=2
+pkgver=9.64
+pkgrel=1
 pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters"
 arch=(x86_64)
 depends=('glibc')
@@ -10,7 +10,7 @@
 pass-ldflags.patch)
 license=('BSD')
 url="https://sourceforge.net/projects/hdparm/;
-sha512sums=('1d09dc2c79c31f45fa242dd5bf259e84281d1464e49ada9fd53bb6d58cb0458046e534a93f9d6de18478ca5db50b6d36ecbe5b784c0c681a1db29f15fadd525c'
+sha512sums=('c561825143d8872cc2940bd6ba72162f91792bd63b6a8511058e79cc96feb6a4a9d22275581ef2eefab64a4035587b3a63175ccc58fa46f1059b4680d9d58ec4'
 
'4103276304a858a9540ce173f22c5eb64cadac36b5cd38d9396d63fa721a579e16d4d0f84e3c627d0620c42815c437abf14c9657fdb1a28e8263a52a0bb26c4f')
 
 prepare() {



[arch-commits] Commit in hwdata/repos (3 files)

2022-07-04 Thread Tobias Powalowski via arch-commits
Date: Monday, July 4, 2022 @ 12:06:05
  Author: tpowa
Revision: 449874

archrelease: copy trunk to testing-any

Added:
  hwdata/repos/testing-any/
  hwdata/repos/testing-any/PKGBUILD
(from rev 449873, hwdata/trunk/PKGBUILD)
  hwdata/repos/testing-any/keys/

--+
 PKGBUILD |   21 +
 1 file changed, 21 insertions(+)

Copied: hwdata/repos/testing-any/PKGBUILD (from rev 449873, 
hwdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-07-04 12:06:05 UTC (rev 449874)
@@ -0,0 +1,21 @@
+# Maintainer: Tobias Powalowski 
+pkgname=hwdata
+pkgver=0.361
+pkgrel=1
+pkgdesc="hardware identification databases"
+makedepends=('git')
+replaces=('hwids')
+url=https://github.com/vcrhonek/hwdata
+license=('GPL2')
+arch=('any')
+source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}?signed;)
+validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
+sha256sums=('SKIP')
+
+package() {
+  cd hwdata
+
+  for ids in pci.ids pnp.ids usb.ids; do
+install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
+  done
+}



[arch-commits] Commit in hwdata/trunk (4 files)

2022-07-04 Thread Tobias Powalowski via arch-commits
Date: Monday, July 4, 2022 @ 12:05:57
  Author: tpowa
Revision: 449873

upgpkg: hwdata 0.361-1: bump to latest version

Added:
  hwdata/trunk/keys/
  hwdata/trunk/keys/pgp/
  hwdata/trunk/keys/pgp/3C40194FB79138CE0F78FD4919C2F062574F5403.asc
Modified:
  hwdata/trunk/PKGBUILD

---+
 PKGBUILD  |2 +-
 keys/pgp/3C40194FB79138CE0F78FD4919C2F062574F5403.asc |1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-04 10:55:26 UTC (rev 449872)
+++ PKGBUILD2022-07-04 12:05:57 UTC (rev 449873)
@@ -1,6 +1,6 @@
 # Maintainer: Tobias Powalowski 
 pkgname=hwdata
-pkgver=0.360
+pkgver=0.361
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')

Added: keys/pgp/3C40194FB79138CE0F78FD4919C2F062574F5403.asc
===
(Binary files differ)

Index: hwdata/trunk/keys/pgp/3C40194FB79138CE0F78FD4919C2F062574F5403.asc
===
--- keys/pgp/3C40194FB79138CE0F78FD4919C2F062574F5403.asc   2022-07-04 
10:55:26 UTC (rev 449872)
+++ keys/pgp/3C40194FB79138CE0F78FD4919C2F062574F5403.asc   2022-07-04 
12:05:57 UTC (rev 449873)

Property changes on: 
hwdata/trunk/keys/pgp/3C40194FB79138CE0F78FD4919C2F062574F5403.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in kbd/repos (5 files)

2022-06-16 Thread Tobias Powalowski via arch-commits
Date: Friday, June 17, 2022 @ 05:31:45
  Author: tpowa
Revision: 448931

archrelease: copy trunk to testing-x86_64

Added:
  kbd/repos/testing-x86_64/
  kbd/repos/testing-x86_64/PKGBUILD
(from rev 448930, kbd/trunk/PKGBUILD)
  kbd/repos/testing-x86_64/fix-euro2.patch
(from rev 448930, kbd/trunk/fix-euro2.patch)
  kbd/repos/testing-x86_64/kbd-fix-loadkmap-compat.patch
(from rev 448930, kbd/trunk/kbd-fix-loadkmap-compat.patch)
  kbd/repos/testing-x86_64/vlock.pam
(from rev 448930, kbd/trunk/vlock.pam)

---+
 PKGBUILD  |   63 
 fix-euro2.patch   |9 +
 kbd-fix-loadkmap-compat.patch |   22 +
 vlock.pam |5 +++
 4 files changed, 99 insertions(+)

Copied: kbd/repos/testing-x86_64/PKGBUILD (from rev 448930, kbd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-17 05:31:45 UTC (rev 448931)
@@ -0,0 +1,63 @@
+# Maintainer: Tobias Powalowski 
+
+pkgname=kbd
+pkgver=2.5.1
+pkgrel=1
+pkgdesc="Keytable files and keyboard utilities"
+arch=('x86_64')
+url="http://www.kbd-project.org;
+license=('GPL')
+depends=('glibc' 'pam')
+makedepends=('check' 'git')
+#source=(https://www.kernel.org/pub/linux/utils/${pkgname}/${pkgname}-${pkgver}.tar.gz
+#
https://www.kernel.org/pub/linux/utils/kbd/${pkgname}-${pkgver}.tar.sign
+source=(git+https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git#tag=v$pkgver?signed
+'fix-euro2.patch'
+   'vlock.pam')
+backup=('etc/pam.d/vlock')
+provides=('vlock')
+conflicts=('vlock')
+replaces=('vlock')
+sha256sums=('SKIP'
+'a5e0167b6a82a9eb4d581d56baab930c2d80f5541dc34630460b73e1115384b8'
+'5c2d377a87121e7c399534fb91e2ffc0cc1e75d44a8f07ee6f55c9c089bc81e4')
+validpgpkeys=(
+  '7F2A3D07298149A0793C9A4EA45ABA544CFFD434' #Alexey Gladkov 
+ )
+
+prepare() {
+  cd ${pkgname}
+  # rename keymap files with the same names
+  # this is needed because when only name of keymap is specified
+  # loadkeys loads the first keymap it can find, which is bad (see FS#13837)
+  # this should be removed when upstream adopts the change
+  mv data/keymaps/i386/qwertz/cz{,-qwertz}.map
+  mv data/keymaps/i386/olpc/es{,-olpc}.map
+  mv data/keymaps/i386/olpc/pt{,-olpc}.map
+  mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map
+  mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
+  # fix euro2 #28213
+  patch -Np1 -i ../fix-euro2.patch
+  autoreconf -if
+}
+
+build() {
+  cd ${pkgname}
+  ./configure --prefix=/usr --sysconfdir=/etc --datadir=/usr/share/kbd 
--mandir=/usr/share/man
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes
+}
+
+check() {
+  cd ${pkgname}
+
+# This test is expected to fail since kbd-fix-loadkmap-compat.patch modifies 
the binary format
+  sed -e 's|dumpkeys-bkeymap ||' -i tests/Makefile
+
+  make check
+}
+
+package() {
+  cd ${pkgname}
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR="${pkgdir}" install
+  install -Dm644 ../vlock.pam "${pkgdir}"/etc/pam.d/vlock
+}

Copied: kbd/repos/testing-x86_64/fix-euro2.patch (from rev 448930, 
kbd/trunk/fix-euro2.patch)
===
--- testing-x86_64/fix-euro2.patch  (rev 0)
+++ testing-x86_64/fix-euro2.patch  2022-06-17 05:31:45 UTC (rev 448931)
@@ -0,0 +1,9 @@
+--- kbd-1.15.5/data/keymaps/i386/include/euro2.map.old 2013-05-08 
15:00:25.917752313 +0200
 kbd-1.15.5/data/keymaps/i386/include/euro2.map 2013-05-08 
15:00:54.943957367 +0200
+@@ -2,5 +2,5 @@
+ # [Say: "loadkeys euro2" to get Euro and cent with AltGr (right alt)
+ #  on the positions where many keyboards have E and C.
+ #  To get it displayed, use a latin0 (i.e., latin9) font.]
+-altgr keycode  18 = currency
++altgr keycode  18 = euro
+ altgr keycode  46 = cent

Copied: kbd/repos/testing-x86_64/kbd-fix-loadkmap-compat.patch (from rev 
448930, kbd/trunk/kbd-fix-loadkmap-compat.patch)
===
--- testing-x86_64/kbd-fix-loadkmap-compat.patch
(rev 0)
+++ testing-x86_64/kbd-fix-loadkmap-compat.patch2022-06-17 05:31:45 UTC 
(rev 448931)
@@ -0,0 +1,22 @@
+diff --git a/src/libkeymap/dump.c b/src/libkeymap/dump.c
+index 83ac351..8531b5a 100644
+--- a/src/libkeymap/dump.c
 b/src/libkeymap/dump.c
+@@ -72,9 +72,14 @@ int lk_dump_bkeymap(struct lk_ctx *ctx, FILE *fd)
+   continue;
+ 
+   for (j = 0; j < NR_KEYS / 2; j++) {
+-  int v = lk_get_key(ctx, i, j);
++  int value = lk_get_key(ctx, i, j);
+ 
+-  if (fwrite(, sizeof(v), 1, fd) != 1)
++  if (value < 0 || value > USHRT_MAX) {
++  ERR(ctx, _("can not bind key 

[arch-commits] Commit in kbd/trunk (PKGBUILD)

2022-06-16 Thread Tobias Powalowski via arch-commits
Date: Friday, June 17, 2022 @ 05:31:34
  Author: tpowa
Revision: 448930

upgpkg: kbd 2.5.1-1: bump to lastest version

Modified:
  kbd/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-16 21:31:35 UTC (rev 448929)
+++ PKGBUILD2022-06-17 05:31:34 UTC (rev 448930)
@@ -1,8 +1,8 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=kbd
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.5.1
+pkgrel=1
 pkgdesc="Keytable files and keyboard utilities"
 arch=('x86_64')
 url="http://www.kbd-project.org;
@@ -13,8 +13,7 @@
 #
https://www.kernel.org/pub/linux/utils/kbd/${pkgname}-${pkgver}.tar.sign
 
source=(git+https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git#tag=v$pkgver?signed
 'fix-euro2.patch'
-   'vlock.pam'
-   
https://github.com/legionus/kbd/commit/48b7f7d657da8a31476435f1c83bf6b46fbe8aed.patch)
+   'vlock.pam')
 backup=('etc/pam.d/vlock')
 provides=('vlock')
 conflicts=('vlock')
@@ -21,8 +20,7 @@
 replaces=('vlock')
 sha256sums=('SKIP'
 'a5e0167b6a82a9eb4d581d56baab930c2d80f5541dc34630460b73e1115384b8'
-'5c2d377a87121e7c399534fb91e2ffc0cc1e75d44a8f07ee6f55c9c089bc81e4'
-'091a040e2af694a07eacc8cd92937019fd7c687faf60462d9cceaf40d6e517a9')
+'5c2d377a87121e7c399534fb91e2ffc0cc1e75d44a8f07ee6f55c9c089bc81e4')
 validpgpkeys=(
   '7F2A3D07298149A0793C9A4EA45ABA544CFFD434' #Alexey Gladkov 
  )
@@ -40,9 +38,6 @@
   mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
   # fix euro2 #28213
   patch -Np1 -i ../fix-euro2.patch
-  # fix https://github.com/legionus/kbd/issues/78 
-  # fix https://bugs.archlinux.org/task/74969
-  patch -Np1 -i ../48b7f7d657da8a31476435f1c83bf6b46fbe8aed.patch
   autoreconf -if
 }
 



[arch-commits] Commit in e2fsprogs/repos (4 files)

2022-06-13 Thread Tobias Powalowski via arch-commits
Date: Monday, June 13, 2022 @ 12:54:04
  Author: tpowa
Revision: 448402

archrelease: copy trunk to testing-x86_64

Added:
  e2fsprogs/repos/testing-x86_64/
  
e2fsprogs/repos/testing-x86_64/0001-mke2fs-fix-creating-a-file-system-image-w-o-a-pre-existing-file.patch
(from rev 448401, 
e2fsprogs/trunk/0001-mke2fs-fix-creating-a-file-system-image-w-o-a-pre-existing-file.patch)
  e2fsprogs/repos/testing-x86_64/MIT-LICENSE
(from rev 448401, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/testing-x86_64/PKGBUILD
(from rev 448401, e2fsprogs/trunk/PKGBUILD)

+
 0001-mke2fs-fix-creating-a-file-system-image-w-o-a-pre-existing-file.patch |   
47 +
 MIT-LICENSE|   
25 ++
 PKGBUILD   |   
94 ++
 3 files changed, 166 insertions(+)

Copied: 
e2fsprogs/repos/testing-x86_64/0001-mke2fs-fix-creating-a-file-system-image-w-o-a-pre-existing-file.patch
 (from rev 448401, 
e2fsprogs/trunk/0001-mke2fs-fix-creating-a-file-system-image-w-o-a-pre-existing-file.patch)
===
--- 
testing-x86_64/0001-mke2fs-fix-creating-a-file-system-image-w-o-a-pre-existing-file.patch
   (rev 0)
+++ 
testing-x86_64/0001-mke2fs-fix-creating-a-file-system-image-w-o-a-pre-existing-file.patch
   2022-06-13 12:54:04 UTC (rev 448402)
@@ -0,0 +1,47 @@
+commit 53464654bd33e58e3fff079f34261b823d839f3b
+Author: Theodore Ts'o 
+Date:   Mon Aug 2 21:08:01 2021 -0400
+
+mke2fs: fix creating a file system image w/o a pre-existing file
+
+The mke2fs program should allow creating a file system image when an
+explicit file system size is specified, even if the file doesn't yet
+exist.  By deferring the call to check_plausible() in commit
+942b00cb9d2f ("mke2fs: do not warn about a pre-existing partition
+table when using a non-zero offset") this behaviour was broken.
+
+Fix this regression by explicitly creating the file if the file system
+size is specified.
+
+Signed-off-by: Theodore Ts'o 
+
+diff --git a/misc/mke2fs.c b/misc/mke2fs.c
+index 306064df..31e8de1a 100644
+--- a/misc/mke2fs.c
 b/misc/mke2fs.c
+@@ -1986,6 +1986,25 @@ profile_error:
+   retval = ext2fs_get_device_size2(device_name,
+EXT2_BLOCK_SIZE(_param),
+_size);
++  if (retval == ENOENT) {
++  int fd;
++
++  if (!explicit_fssize) {
++  fprintf(stderr,
++  _("The file %s does not exist and no "
++"size was specified.\n"), device_name);
++  exit(1);
++  }
++  fd = ext2fs_open_file(device_name,
++O_CREAT | O_WRONLY, 0666);
++  if (fd < 0) {
++  retval = errno;
++  } else {
++  dev_size = 0;
++  retval = 0;
++  printf(_("Creating regular file %s\n"), device_name);
++  }
++  }
+   if (retval && (retval != EXT2_ET_UNIMPLEMENTED)) {
+   com_err(program_name, retval, "%s",
+   _("while trying to determine filesystem size"));

Copied: e2fsprogs/repos/testing-x86_64/MIT-LICENSE (from rev 448401, 
e2fsprogs/trunk/MIT-LICENSE)
===
--- testing-x86_64/MIT-LICENSE  (rev 0)
+++ testing-x86_64/MIT-LICENSE  2022-06-13 12:54:04 UTC (rev 448402)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o 
+Copyright (c) 1997-2003 Yann Dirson 
+Copyright (c) 2001 Alcove 
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler 
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject
+to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+IN CONNECTION WITH 

[arch-commits] Commit in e2fsprogs/trunk (PKGBUILD)

2022-06-13 Thread Tobias Powalowski via arch-commits
Date: Monday, June 13, 2022 @ 12:53:55
  Author: tpowa
Revision: 448401

upgpkg: e2fsprogs 1.46.5-4: #75043

Modified:
  e2fsprogs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-13 12:44:48 UTC (rev 448400)
+++ PKGBUILD2022-06-13 12:53:55 UTC (rev 448401)
@@ -49,7 +49,7 @@
 package_e2fsprogs() {
   depends=('sh' 'util-linux-libs')
   optdepends=('lvm2: for e2scrub'
-  'util-linux:for e2scrub'
+  'util-linux: for e2scrub'
   'smtp-forwarder: for e2scrub_fail script')
   provides=('libcom_err.so'
 'libe2p.so'



[arch-commits] Commit in e2fsprogs/trunk (PKGBUILD)

2022-06-13 Thread Tobias Powalowski via arch-commits
Date: Monday, June 13, 2022 @ 12:44:48
  Author: tpowa
Revision: 448400

upgpkg: e2fsprogs 1.46.5-4: #75043

Modified:
  e2fsprogs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-13 12:43:17 UTC (rev 448399)
+++ PKGBUILD2022-06-13 12:44:48 UTC (rev 448400)
@@ -4,7 +4,7 @@
 pkgbase=e2fsprogs
 pkgname=('e2fsprogs' 'fuse2fs')
 pkgver=1.46.5
-pkgrel=3
+pkgrel=4
 pkgdesc='Ext2/3/4 filesystem utilities'
 arch=('x86_64')
 license=('GPL' 'LGPL' 'MIT')
@@ -67,8 +67,8 @@
   sed -i -e 's/^AWK=.*/AWK=awk/' "${pkgdir}/usr/bin/compile_et"
 
   # remove references to build directory
-  sed -i -e 's#^SS_DIR=.*#SS_DIR="/usr/share/ss"#' "${pkgdir}/usr/bin/mk_cmds"
-  sed -i -e 's#^ET_DIR=.*#ET_DIR="/usr/share/et"#' 
"${pkgdir}/usr/bin/compile_et"
+  sed -i -e 's#^DIR=.*#DIR="/usr/share/ss"#' "${pkgdir}/usr/bin/mk_cmds"
+  sed -i -e 's#^DIR=.*#DIR="/usr/share/et"#' "${pkgdir}/usr/bin/compile_et"
 
   # remove static libraries with a shared counterpart
   rm "${pkgdir}"/usr/lib/lib{com_err,e2p,ext2fs,ss}.a



[arch-commits] Commit in pciutils/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-13 Thread Tobias Powalowski via arch-commits
Date: Monday, June 13, 2022 @ 12:40:17
  Author: tpowa
Revision: 448395

archrelease: copy trunk to testing-x86_64

Added:
  pciutils/repos/testing-x86_64/
  pciutils/repos/testing-x86_64/PKGBUILD
(from rev 448394, pciutils/trunk/PKGBUILD)

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Copied: pciutils/repos/testing-x86_64/PKGBUILD (from rev 448394, 
pciutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-13 12:40:17 UTC (rev 448395)
@@ -0,0 +1,32 @@
+# Maintainer: Tobias Powalowski 
+pkgname=pciutils
+pkgver=3.8.0
+pkgrel=2
+pkgdesc="PCI bus configuration space access library and tools"
+arch=(x86_64)
+license=('GPL2')
+url="https://mj.ucw.cz/sw/pciutils/;
+depends=('glibc' 'hwdata' 'kmod')
+makedepends=('git')
+source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+
https://mj.ucw.cz/download/linux/pci/${pkgname}-${pkgver}.tar.gz{,.sign})
+#git+https://github.com/pciutils/pciutils.git#tag=v$pkgver?signed)
+validpgpkeys=(
+  '5558F9399CD7836850553C6EC28E7847ED70F82D' # Martin Mares 

+ )
+sha256sums=('3f398d983aab42f3872e4e0ee9ecb1f0fd68f028e00246aa2ca7c3a7408d6fab'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  make OPT="${CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 
+  cp lib/libpci.a "${srcdir}/"
+  make clean
+  make OPT="${CFLAGS}" ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata 
MANDIR=/usr/share/man DESTDIR="${pkgdir}" install install-lib
+  rm -rf "$pkgdir"/usr/share/hwdata
+}



[arch-commits] Commit in pciutils/trunk (PKGBUILD)

2022-06-13 Thread Tobias Powalowski via arch-commits
Date: Monday, June 13, 2022 @ 12:40:10
  Author: tpowa
Revision: 448394

upgpkg: pciutils 3.8.0-2: #75038

Modified:
  pciutils/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-13 11:47:54 UTC (rev 448393)
+++ PKGBUILD2022-06-13 12:40:10 UTC (rev 448394)
@@ -1,7 +1,7 @@
 # Maintainer: Tobias Powalowski 
 pkgname=pciutils
 pkgver=3.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="PCI bus configuration space access library and tools"
 arch=(x86_64)
 license=('GPL2')
@@ -28,6 +28,5 @@
 package() {
   cd $pkgname-$pkgver
   make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata 
MANDIR=/usr/share/man DESTDIR="${pkgdir}" install install-lib
-  # this is now supplied by the hwids package
-  rm -rf 
"$pkgdir"/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}
+  rm -rf "$pkgdir"/usr/share/hwdata
 }



[arch-commits] Commit in samba/repos/extra-x86_64 (11 files)

2022-06-13 Thread Tobias Powalowski via arch-commits
Date: Monday, June 13, 2022 @ 09:14:52
  Author: tpowa
Revision: 448355

archrelease: copy trunk to extra-x86_64

Added:
  samba/repos/extra-x86_64/PKGBUILD
(from rev 448354, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/samba.conf
(from rev 448354, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.install
(from rev 448354, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 448354, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 448354, samba/trunk/samba.pam)
Deleted:
  samba/repos/extra-x86_64/34771e1931587807d0395c7ac7f4be18654997f4.patch
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam

+
 34771e1931587807d0395c7ac7f4be18654997f4.patch |   43 --
 PKGBUILD   |  422 +++
 samba.conf |4 
 samba.install  |   20 -
 samba.logrotate|   10 
 samba.pam  |6 
 6 files changed, 227 insertions(+), 278 deletions(-)

Deleted: 34771e1931587807d0395c7ac7f4be18654997f4.patch
===
--- 34771e1931587807d0395c7ac7f4be18654997f4.patch  2022-06-13 09:14:40 UTC 
(rev 448354)
+++ 34771e1931587807d0395c7ac7f4be18654997f4.patch  2022-06-13 09:14:52 UTC 
(rev 448355)
@@ -1,43 +0,0 @@
-From 34771e1931587807d0395c7ac7f4be18654997f4 Mon Sep 17 00:00:00 2001
-From: Elia Geretto 
-Date: Fri, 11 Mar 2022 19:32:30 +0100
-Subject: [PATCH] s3:libsmb: Fix errno for failed authentication in
- SMBC_server_internal()
-
-In SMBC_server_internal(), when authentication fails, the errno value is
-currently hard-coded to EPERM, while it should be EACCES instead. Use the
-NT_STATUS map to set the appropriate value.
-
-This bug was found because it breaks listing printers protected by
-authentication in GNOME Control Panel.
-
-BUG: https://bugzilla.samba.org/show_bug.cgi?id=14983
-
-Signed-off-by: Elia Geretto 
-Reviewed-by: Jeremy Allison 
-Reviewed-by: Volker Lendecke 
-
-Autobuild-User(master): Jeremy Allison 
-Autobuild-Date(master): Wed Mar 16 19:44:18 UTC 2022 on sn-devel-184
-
-(cherry picked from commit 70b9977a46e5242174b4461a7f49d5f640c1db62)

- source3/libsmb/libsmb_server.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/source3/libsmb/libsmb_server.c b/source3/libsmb/libsmb_server.c
-index b92477c88fe..09d27868c0e 100644
 a/source3/libsmb/libsmb_server.c
-+++ b/source3/libsmb/libsmb_server.c
-@@ -572,7 +572,7 @@ SMBC_server_internal(TALLOC_CTX *ctx,
-   !NT_STATUS_IS_OK(cli_session_setup_anon(c))) {
- 
- cli_shutdown(c);
--errno = EPERM;
-+  errno = map_errno_from_nt_status(status);
- return NULL;
- }
-   }
--- 
-GitLab
-

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-13 09:14:40 UTC (rev 448354)
+++ PKGBUILD2022-06-13 09:14:52 UTC (rev 448355)
@@ -1,215 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('smbclient' 'samba')
-pkgver=4.16.1
-pkgrel=5
-arch=(x86_64)
-url="https://www.samba.org;
-license=('GPL3')
-makedepends=('python' 'python-markdown' 'python-dnspython' 'docbook-xsl' 
'pkg-config' 'libbsd' 'db' 'popt' 'libcups'
- 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb' 'krb5' 'pam'
- 'systemd' 'gnutls' 'talloc' 'tdb' 'dbus' 'libaio'
- 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson'
- 'ceph-libs' 'liburing' 'perl-json' 'glusterfs')
-optdepends=(
- 'python-dnspython: samba_dnsupdate and samba_upgradedns in AD 
setup'
- 'python-markdown: for samba-tool domain schemeupgrade'
- 'glusterfs: for vfs_glusterfs support'
-)
-source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
-samba.logrotate
-samba.pam
-samba.conf
-34771e1931587807d0395c7ac7f4be18654997f4.patch)
-validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
-sha512sums=('d82ab250e87cb64b083345b61da8c4edbb2185a13f8cef33232f823fd510822570ed27c7b260a1fefd3af3b2fc4b271257c2c3e6ab3241c8c147bebae6ab39fc'
-'SKIP'
-
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
-

[arch-commits] Commit in samba/trunk (2 files)

2022-06-13 Thread Tobias Powalowski via arch-commits
Date: Monday, June 13, 2022 @ 09:14:40
  Author: tpowa
Revision: 448354

upgpkg: samba 4.16.2-1: bump to latest version

Modified:
  samba/trunk/PKGBUILD
Deleted:
  samba/trunk/34771e1931587807d0395c7ac7f4be18654997f4.patch

+
 34771e1931587807d0395c7ac7f4be18654997f4.patch |   43 ---
 PKGBUILD   |   18 ++---
 2 files changed, 5 insertions(+), 56 deletions(-)

Deleted: 34771e1931587807d0395c7ac7f4be18654997f4.patch
===
--- 34771e1931587807d0395c7ac7f4be18654997f4.patch  2022-06-13 08:54:21 UTC 
(rev 448353)
+++ 34771e1931587807d0395c7ac7f4be18654997f4.patch  2022-06-13 09:14:40 UTC 
(rev 448354)
@@ -1,43 +0,0 @@
-From 34771e1931587807d0395c7ac7f4be18654997f4 Mon Sep 17 00:00:00 2001
-From: Elia Geretto 
-Date: Fri, 11 Mar 2022 19:32:30 +0100
-Subject: [PATCH] s3:libsmb: Fix errno for failed authentication in
- SMBC_server_internal()
-
-In SMBC_server_internal(), when authentication fails, the errno value is
-currently hard-coded to EPERM, while it should be EACCES instead. Use the
-NT_STATUS map to set the appropriate value.
-
-This bug was found because it breaks listing printers protected by
-authentication in GNOME Control Panel.
-
-BUG: https://bugzilla.samba.org/show_bug.cgi?id=14983
-
-Signed-off-by: Elia Geretto 
-Reviewed-by: Jeremy Allison 
-Reviewed-by: Volker Lendecke 
-
-Autobuild-User(master): Jeremy Allison 
-Autobuild-Date(master): Wed Mar 16 19:44:18 UTC 2022 on sn-devel-184
-
-(cherry picked from commit 70b9977a46e5242174b4461a7f49d5f640c1db62)

- source3/libsmb/libsmb_server.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/source3/libsmb/libsmb_server.c b/source3/libsmb/libsmb_server.c
-index b92477c88fe..09d27868c0e 100644
 a/source3/libsmb/libsmb_server.c
-+++ b/source3/libsmb/libsmb_server.c
-@@ -572,7 +572,7 @@ SMBC_server_internal(TALLOC_CTX *ctx,
-   !NT_STATUS_IS_OK(cli_session_setup_anon(c))) {
- 
- cli_shutdown(c);
--errno = EPERM;
-+  errno = map_errno_from_nt_status(status);
- return NULL;
- }
-   }
--- 
-GitLab
-

Modified: PKGBUILD
===
--- PKGBUILD2022-06-13 08:54:21 UTC (rev 448353)
+++ PKGBUILD2022-06-13 09:14:40 UTC (rev 448354)
@@ -10,8 +10,8 @@
 
 pkgbase=samba
 pkgname=('smbclient' 'samba')
-pkgver=4.16.1
-pkgrel=5
+pkgver=4.16.2
+pkgrel=1
 arch=(x86_64)
 url="https://www.samba.org;
 license=('GPL3')
@@ -28,23 +28,15 @@
 
source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
 samba.logrotate
 samba.pam
-samba.conf
-34771e1931587807d0395c7ac7f4be18654997f4.patch)
+samba.conf)
 validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
-sha512sums=('d82ab250e87cb64b083345b61da8c4edbb2185a13f8cef33232f823fd510822570ed27c7b260a1fefd3af3b2fc4b271257c2c3e6ab3241c8c147bebae6ab39fc'
+sha512sums=('ed85acca0f23f9166530b600ae569f3259c2122d15e361fd3fe48a82921cd53bbb459d6c102bb60cc40b2dd811cde1262a3fb17ed6015a260432bffe5af83366'
 'SKIP'
 
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc'
-
'ee60e1d16241698fa4e66fbb97d4a08c6ccf8f03a1ce17b855bd0ca47b546747d67a01c89330072833949ec1ab8d7fd713c7370613b24e777f158c141195cd53')
+
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc')
 ### UNINSTALL dmapi package before building!!!
 
-prepare () {
-  # Fix 74259
-  cd samba-${pkgver}
-  patch -Rp1 -i ../34771e1931587807d0395c7ac7f4be18654997f4.patch
-}
-
 build() {
   # Use samba-pkg as a staging directory for the split packages
   # (This is so RPATHS and symlinks are generated correctly via



[arch-commits] Commit in samba/repos/extra-x86_64 (12 files)

2022-06-12 Thread Tobias Powalowski via arch-commits
Date: Sunday, June 12, 2022 @ 09:03:52
  Author: tpowa
Revision: 448237

archrelease: copy trunk to extra-x86_64

Added:
  samba/repos/extra-x86_64/34771e1931587807d0395c7ac7f4be18654997f4.patch
(from rev 448236, 
samba/trunk/34771e1931587807d0395c7ac7f4be18654997f4.patch)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 448236, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/samba.conf
(from rev 448236, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.install
(from rev 448236, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 448236, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 448236, samba/trunk/samba.pam)
Deleted:
  samba/repos/extra-x86_64/34771e1931587807d0395c7ac7f4be18654997f4.patch
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam

+
 34771e1931587807d0395c7ac7f4be18654997f4.patch |   86 ++--
 PKGBUILD   |  430 +++
 samba.conf |4 
 samba.install  |   20 -
 samba.logrotate|   10 
 samba.pam  |6 
 6 files changed, 278 insertions(+), 278 deletions(-)

Deleted: 34771e1931587807d0395c7ac7f4be18654997f4.patch
===
--- 34771e1931587807d0395c7ac7f4be18654997f4.patch  2022-06-12 09:03:40 UTC 
(rev 448236)
+++ 34771e1931587807d0395c7ac7f4be18654997f4.patch  2022-06-12 09:03:52 UTC 
(rev 448237)
@@ -1,43 +0,0 @@
-From 34771e1931587807d0395c7ac7f4be18654997f4 Mon Sep 17 00:00:00 2001
-From: Elia Geretto 
-Date: Fri, 11 Mar 2022 19:32:30 +0100
-Subject: [PATCH] s3:libsmb: Fix errno for failed authentication in
- SMBC_server_internal()
-
-In SMBC_server_internal(), when authentication fails, the errno value is
-currently hard-coded to EPERM, while it should be EACCES instead. Use the
-NT_STATUS map to set the appropriate value.
-
-This bug was found because it breaks listing printers protected by
-authentication in GNOME Control Panel.
-
-BUG: https://bugzilla.samba.org/show_bug.cgi?id=14983
-
-Signed-off-by: Elia Geretto 
-Reviewed-by: Jeremy Allison 
-Reviewed-by: Volker Lendecke 
-
-Autobuild-User(master): Jeremy Allison 
-Autobuild-Date(master): Wed Mar 16 19:44:18 UTC 2022 on sn-devel-184
-
-(cherry picked from commit 70b9977a46e5242174b4461a7f49d5f640c1db62)

- source3/libsmb/libsmb_server.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/source3/libsmb/libsmb_server.c b/source3/libsmb/libsmb_server.c
-index b92477c88fe..09d27868c0e 100644
 a/source3/libsmb/libsmb_server.c
-+++ b/source3/libsmb/libsmb_server.c
-@@ -572,7 +572,7 @@ SMBC_server_internal(TALLOC_CTX *ctx,
-   !NT_STATUS_IS_OK(cli_session_setup_anon(c))) {
- 
- cli_shutdown(c);
--errno = EPERM;
-+  errno = map_errno_from_nt_status(status);
- return NULL;
- }
-   }
--- 
-GitLab
-

Copied: samba/repos/extra-x86_64/34771e1931587807d0395c7ac7f4be18654997f4.patch 
(from rev 448236, samba/trunk/34771e1931587807d0395c7ac7f4be18654997f4.patch)
===
--- 34771e1931587807d0395c7ac7f4be18654997f4.patch  
(rev 0)
+++ 34771e1931587807d0395c7ac7f4be18654997f4.patch  2022-06-12 09:03:52 UTC 
(rev 448237)
@@ -0,0 +1,43 @@
+From 34771e1931587807d0395c7ac7f4be18654997f4 Mon Sep 17 00:00:00 2001
+From: Elia Geretto 
+Date: Fri, 11 Mar 2022 19:32:30 +0100
+Subject: [PATCH] s3:libsmb: Fix errno for failed authentication in
+ SMBC_server_internal()
+
+In SMBC_server_internal(), when authentication fails, the errno value is
+currently hard-coded to EPERM, while it should be EACCES instead. Use the
+NT_STATUS map to set the appropriate value.
+
+This bug was found because it breaks listing printers protected by
+authentication in GNOME Control Panel.
+
+BUG: https://bugzilla.samba.org/show_bug.cgi?id=14983
+
+Signed-off-by: Elia Geretto 
+Reviewed-by: Jeremy Allison 
+Reviewed-by: Volker Lendecke 
+
+Autobuild-User(master): Jeremy Allison 
+Autobuild-Date(master): Wed Mar 16 19:44:18 UTC 2022 on sn-devel-184
+
+(cherry picked from commit 70b9977a46e5242174b4461a7f49d5f640c1db62)
+---
+ source3/libsmb/libsmb_server.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/source3/libsmb/libsmb_server.c b/source3/libsmb/libsmb_server.c
+index b92477c88fe..09d27868c0e 100644
+--- a/source3/libsmb/libsmb_server.c
 b/source3/libsmb/libsmb_server.c
+@@ -572,7 +572,7 @@ SMBC_server_internal(TALLOC_CTX *ctx,
+   

[arch-commits] Commit in samba/trunk (PKGBUILD)

2022-06-12 Thread Tobias Powalowski via arch-commits
Date: Sunday, June 12, 2022 @ 09:03:40
  Author: tpowa
Revision: 448236

upgpkg: samba 4.16.1-5: fix FS #75040

Modified:
  samba/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-12 09:01:59 UTC (rev 448235)
+++ PKGBUILD2022-06-12 09:03:40 UTC (rev 448236)
@@ -11,7 +11,7 @@
 pkgbase=samba
 pkgname=('smbclient' 'samba')
 pkgver=4.16.1
-pkgrel=4
+pkgrel=5
 arch=(x86_64)
 url="https://www.samba.org;
 license=('GPL3')



[arch-commits] Commit in kbd/repos (5 files)

2022-06-10 Thread Tobias Powalowski via arch-commits
Date: Friday, June 10, 2022 @ 12:58:43
  Author: tpowa
Revision: 448126

archrelease: copy trunk to testing-x86_64

Added:
  kbd/repos/testing-x86_64/
  kbd/repos/testing-x86_64/PKGBUILD
(from rev 448125, kbd/trunk/PKGBUILD)
  kbd/repos/testing-x86_64/fix-euro2.patch
(from rev 448125, kbd/trunk/fix-euro2.patch)
  kbd/repos/testing-x86_64/kbd-fix-loadkmap-compat.patch
(from rev 448125, kbd/trunk/kbd-fix-loadkmap-compat.patch)
  kbd/repos/testing-x86_64/vlock.pam
(from rev 448125, kbd/trunk/vlock.pam)

---+
 PKGBUILD  |   68 
 fix-euro2.patch   |9 +
 kbd-fix-loadkmap-compat.patch |   22 
 vlock.pam |5 ++
 4 files changed, 104 insertions(+)

Copied: kbd/repos/testing-x86_64/PKGBUILD (from rev 448125, kbd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-10 12:58:43 UTC (rev 448126)
@@ -0,0 +1,68 @@
+# Maintainer: Tobias Powalowski 
+
+pkgname=kbd
+pkgver=2.5.0
+pkgrel=2
+pkgdesc="Keytable files and keyboard utilities"
+arch=('x86_64')
+url="http://www.kbd-project.org;
+license=('GPL')
+depends=('glibc' 'pam')
+makedepends=('check' 'git')
+#source=(https://www.kernel.org/pub/linux/utils/${pkgname}/${pkgname}-${pkgver}.tar.gz
+#
https://www.kernel.org/pub/linux/utils/kbd/${pkgname}-${pkgver}.tar.sign
+source=(git+https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git#tag=v$pkgver?signed
+'fix-euro2.patch'
+   'vlock.pam'
+   
https://github.com/legionus/kbd/commit/48b7f7d657da8a31476435f1c83bf6b46fbe8aed.patch)
+backup=('etc/pam.d/vlock')
+provides=('vlock')
+conflicts=('vlock')
+replaces=('vlock')
+sha256sums=('SKIP'
+'a5e0167b6a82a9eb4d581d56baab930c2d80f5541dc34630460b73e1115384b8'
+'5c2d377a87121e7c399534fb91e2ffc0cc1e75d44a8f07ee6f55c9c089bc81e4'
+'091a040e2af694a07eacc8cd92937019fd7c687faf60462d9cceaf40d6e517a9')
+validpgpkeys=(
+  '7F2A3D07298149A0793C9A4EA45ABA544CFFD434' #Alexey Gladkov 
+ )
+
+prepare() {
+  cd ${pkgname}
+  # rename keymap files with the same names
+  # this is needed because when only name of keymap is specified
+  # loadkeys loads the first keymap it can find, which is bad (see FS#13837)
+  # this should be removed when upstream adopts the change
+  mv data/keymaps/i386/qwertz/cz{,-qwertz}.map
+  mv data/keymaps/i386/olpc/es{,-olpc}.map
+  mv data/keymaps/i386/olpc/pt{,-olpc}.map
+  mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map
+  mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
+  # fix euro2 #28213
+  patch -Np1 -i ../fix-euro2.patch
+  # fix https://github.com/legionus/kbd/issues/78 
+  # fix https://bugs.archlinux.org/task/74969
+  patch -Np1 -i ../48b7f7d657da8a31476435f1c83bf6b46fbe8aed.patch
+  autoreconf -if
+}
+
+build() {
+  cd ${pkgname}
+  ./configure --prefix=/usr --sysconfdir=/etc --datadir=/usr/share/kbd 
--mandir=/usr/share/man
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes
+}
+
+check() {
+  cd ${pkgname}
+
+# This test is expected to fail since kbd-fix-loadkmap-compat.patch modifies 
the binary format
+  sed -e 's|dumpkeys-bkeymap ||' -i tests/Makefile
+
+  make check
+}
+
+package() {
+  cd ${pkgname}
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR="${pkgdir}" install
+  install -Dm644 ../vlock.pam "${pkgdir}"/etc/pam.d/vlock
+}

Copied: kbd/repos/testing-x86_64/fix-euro2.patch (from rev 448125, 
kbd/trunk/fix-euro2.patch)
===
--- testing-x86_64/fix-euro2.patch  (rev 0)
+++ testing-x86_64/fix-euro2.patch  2022-06-10 12:58:43 UTC (rev 448126)
@@ -0,0 +1,9 @@
+--- kbd-1.15.5/data/keymaps/i386/include/euro2.map.old 2013-05-08 
15:00:25.917752313 +0200
 kbd-1.15.5/data/keymaps/i386/include/euro2.map 2013-05-08 
15:00:54.943957367 +0200
+@@ -2,5 +2,5 @@
+ # [Say: "loadkeys euro2" to get Euro and cent with AltGr (right alt)
+ #  on the positions where many keyboards have E and C.
+ #  To get it displayed, use a latin0 (i.e., latin9) font.]
+-altgr keycode  18 = currency
++altgr keycode  18 = euro
+ altgr keycode  46 = cent

Copied: kbd/repos/testing-x86_64/kbd-fix-loadkmap-compat.patch (from rev 
448125, kbd/trunk/kbd-fix-loadkmap-compat.patch)
===
--- testing-x86_64/kbd-fix-loadkmap-compat.patch
(rev 0)
+++ testing-x86_64/kbd-fix-loadkmap-compat.patch2022-06-10 12:58:43 UTC 
(rev 448126)
@@ -0,0 +1,22 @@
+diff --git a/src/libkeymap/dump.c b/src/libkeymap/dump.c
+index 83ac351..8531b5a 100644
+--- a/src/libkeymap/dump.c
 b/src/libkeymap/dump.c
+@@ -72,9 +72,14 @@ int lk_dump_bkeymap(struct lk_ctx *ctx, FILE *fd)
+   continue;
+ 
+

[arch-commits] Commit in kbd/trunk (PKGBUILD)

2022-06-10 Thread Tobias Powalowski via arch-commits
Date: Friday, June 10, 2022 @ 12:58:29
  Author: tpowa
Revision: 448125

upgpkg: kbd 2.5.0-2: fix FS #74969

Modified:
  kbd/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-10 12:56:36 UTC (rev 448124)
+++ PKGBUILD2022-06-10 12:58:29 UTC (rev 448125)
@@ -42,7 +42,7 @@
   patch -Np1 -i ../fix-euro2.patch
   # fix https://github.com/legionus/kbd/issues/78 
   # fix https://bugs.archlinux.org/task/74969
-  patch -Np0 -i ../48b7f7d657da8a31476435f1c83bf6b46fbe8aed.patch
+  patch -Np1 -i ../48b7f7d657da8a31476435f1c83bf6b46fbe8aed.patch
   autoreconf -if
 }
 



[arch-commits] Commit in kbd/trunk (PKGBUILD)

2022-06-10 Thread Tobias Powalowski via arch-commits
Date: Friday, June 10, 2022 @ 12:56:36
  Author: tpowa
Revision: 448124

upgpkg: kbd 2.5.0-2: fix FS #74969

Modified:
  kbd/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-10 12:40:48 UTC (rev 448123)
+++ PKGBUILD2022-06-10 12:56:36 UTC (rev 448124)
@@ -2,7 +2,7 @@
 
 pkgname=kbd
 pkgver=2.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Keytable files and keyboard utilities"
 arch=('x86_64')
 url="http://www.kbd-project.org;
@@ -13,7 +13,8 @@
 #
https://www.kernel.org/pub/linux/utils/kbd/${pkgname}-${pkgver}.tar.sign
 
source=(git+https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git#tag=v$pkgver?signed
 'fix-euro2.patch'
-   'vlock.pam')
+   'vlock.pam'
+   
https://github.com/legionus/kbd/commit/48b7f7d657da8a31476435f1c83bf6b46fbe8aed.patch)
 backup=('etc/pam.d/vlock')
 provides=('vlock')
 conflicts=('vlock')
@@ -20,7 +21,8 @@
 replaces=('vlock')
 sha256sums=('SKIP'
 'a5e0167b6a82a9eb4d581d56baab930c2d80f5541dc34630460b73e1115384b8'
-'5c2d377a87121e7c399534fb91e2ffc0cc1e75d44a8f07ee6f55c9c089bc81e4')
+'5c2d377a87121e7c399534fb91e2ffc0cc1e75d44a8f07ee6f55c9c089bc81e4'
+'091a040e2af694a07eacc8cd92937019fd7c687faf60462d9cceaf40d6e517a9')
 validpgpkeys=(
   '7F2A3D07298149A0793C9A4EA45ABA544CFFD434' #Alexey Gladkov 
  )
@@ -38,6 +40,9 @@
   mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
   # fix euro2 #28213
   patch -Np1 -i ../fix-euro2.patch
+  # fix https://github.com/legionus/kbd/issues/78 
+  # fix https://bugs.archlinux.org/task/74969
+  patch -Np0 -i ../48b7f7d657da8a31476435f1c83bf6b46fbe8aed.patch
   autoreconf -if
 }
 



[arch-commits] Commit in samba/repos/extra-x86_64 (12 files)

2022-06-10 Thread Tobias Powalowski via arch-commits
Date: Friday, June 10, 2022 @ 12:40:48
  Author: tpowa
Revision: 448123

archrelease: copy trunk to extra-x86_64

Added:
  samba/repos/extra-x86_64/34771e1931587807d0395c7ac7f4be18654997f4.patch
(from rev 448122, 
samba/trunk/34771e1931587807d0395c7ac7f4be18654997f4.patch)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 448122, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/samba.conf
(from rev 448122, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.install
(from rev 448122, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 448122, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 448122, samba/trunk/samba.pam)
Deleted:
  samba/repos/extra-x86_64/34771e1931587807d0395c7ac7f4be18654997f4.patch
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam

+
 34771e1931587807d0395c7ac7f4be18654997f4.patch |   86 ++--
 PKGBUILD   |  430 +++
 samba.conf |4 
 samba.install  |   20 -
 samba.logrotate|   10 
 samba.pam  |6 
 6 files changed, 278 insertions(+), 278 deletions(-)

Deleted: 34771e1931587807d0395c7ac7f4be18654997f4.patch
===
--- 34771e1931587807d0395c7ac7f4be18654997f4.patch  2022-06-10 12:40:36 UTC 
(rev 448122)
+++ 34771e1931587807d0395c7ac7f4be18654997f4.patch  2022-06-10 12:40:48 UTC 
(rev 448123)
@@ -1,43 +0,0 @@
-From 34771e1931587807d0395c7ac7f4be18654997f4 Mon Sep 17 00:00:00 2001
-From: Elia Geretto 
-Date: Fri, 11 Mar 2022 19:32:30 +0100
-Subject: [PATCH] s3:libsmb: Fix errno for failed authentication in
- SMBC_server_internal()
-
-In SMBC_server_internal(), when authentication fails, the errno value is
-currently hard-coded to EPERM, while it should be EACCES instead. Use the
-NT_STATUS map to set the appropriate value.
-
-This bug was found because it breaks listing printers protected by
-authentication in GNOME Control Panel.
-
-BUG: https://bugzilla.samba.org/show_bug.cgi?id=14983
-
-Signed-off-by: Elia Geretto 
-Reviewed-by: Jeremy Allison 
-Reviewed-by: Volker Lendecke 
-
-Autobuild-User(master): Jeremy Allison 
-Autobuild-Date(master): Wed Mar 16 19:44:18 UTC 2022 on sn-devel-184
-
-(cherry picked from commit 70b9977a46e5242174b4461a7f49d5f640c1db62)

- source3/libsmb/libsmb_server.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/source3/libsmb/libsmb_server.c b/source3/libsmb/libsmb_server.c
-index b92477c88fe..09d27868c0e 100644
 a/source3/libsmb/libsmb_server.c
-+++ b/source3/libsmb/libsmb_server.c
-@@ -572,7 +572,7 @@ SMBC_server_internal(TALLOC_CTX *ctx,
-   !NT_STATUS_IS_OK(cli_session_setup_anon(c))) {
- 
- cli_shutdown(c);
--errno = EPERM;
-+  errno = map_errno_from_nt_status(status);
- return NULL;
- }
-   }
--- 
-GitLab
-

Copied: samba/repos/extra-x86_64/34771e1931587807d0395c7ac7f4be18654997f4.patch 
(from rev 448122, samba/trunk/34771e1931587807d0395c7ac7f4be18654997f4.patch)
===
--- 34771e1931587807d0395c7ac7f4be18654997f4.patch  
(rev 0)
+++ 34771e1931587807d0395c7ac7f4be18654997f4.patch  2022-06-10 12:40:48 UTC 
(rev 448123)
@@ -0,0 +1,43 @@
+From 34771e1931587807d0395c7ac7f4be18654997f4 Mon Sep 17 00:00:00 2001
+From: Elia Geretto 
+Date: Fri, 11 Mar 2022 19:32:30 +0100
+Subject: [PATCH] s3:libsmb: Fix errno for failed authentication in
+ SMBC_server_internal()
+
+In SMBC_server_internal(), when authentication fails, the errno value is
+currently hard-coded to EPERM, while it should be EACCES instead. Use the
+NT_STATUS map to set the appropriate value.
+
+This bug was found because it breaks listing printers protected by
+authentication in GNOME Control Panel.
+
+BUG: https://bugzilla.samba.org/show_bug.cgi?id=14983
+
+Signed-off-by: Elia Geretto 
+Reviewed-by: Jeremy Allison 
+Reviewed-by: Volker Lendecke 
+
+Autobuild-User(master): Jeremy Allison 
+Autobuild-Date(master): Wed Mar 16 19:44:18 UTC 2022 on sn-devel-184
+
+(cherry picked from commit 70b9977a46e5242174b4461a7f49d5f640c1db62)
+---
+ source3/libsmb/libsmb_server.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/source3/libsmb/libsmb_server.c b/source3/libsmb/libsmb_server.c
+index b92477c88fe..09d27868c0e 100644
+--- a/source3/libsmb/libsmb_server.c
 b/source3/libsmb/libsmb_server.c
+@@ -572,7 +572,7 @@ SMBC_server_internal(TALLOC_CTX *ctx,
+   

[arch-commits] Commit in samba/trunk (PKGBUILD)

2022-06-10 Thread Tobias Powalowski via arch-commits
Date: Friday, June 10, 2022 @ 12:40:36
  Author: tpowa
Revision: 448122

upgpkg: samba 4.16.1-4: rebuild against new samba libs

Modified:
  samba/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-10 12:36:56 UTC (rev 448121)
+++ PKGBUILD2022-06-10 12:40:36 UTC (rev 448122)
@@ -11,7 +11,7 @@
 pkgbase=samba
 pkgname=('smbclient' 'samba')
 pkgver=4.16.1
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 url="https://www.samba.org;
 license=('GPL3')



[arch-commits] Commit in ldb/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-06-10 Thread Tobias Powalowski via arch-commits
Date: Friday, June 10, 2022 @ 12:12:10
  Author: tpowa
Revision: 448117

archrelease: copy trunk to extra-x86_64

Added:
  ldb/repos/extra-x86_64/PKGBUILD
(from rev 448116, ldb/trunk/PKGBUILD)
Deleted:
  ldb/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-10 12:12:05 UTC (rev 448116)
+++ PKGBUILD2022-06-10 12:12:10 UTC (rev 448117)
@@ -1,40 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-# Contributor: Marco A Rojas 
-
-pkgname=ldb
-pkgver=2.5.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')
-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=('f16a235f1409e06266c51735ac645cf2708d31dd731ee7b95d6778498b115f4252b0a528952e620767d1616a4e1e7c5f2cdc69f3fa32d79288cf14da2f52a010'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-rpath \
---disable-rpath-install \
---bundled-libraries=NONE \
---builtin-libraries=replace \
---with-modulesdir=/usr/lib/ldb/modules \
---with-privatelibdir=/usr/lib/ldb
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: ldb/repos/extra-x86_64/PKGBUILD (from rev 448116, ldb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-10 12:12:10 UTC (rev 448117)
@@ -0,0 +1,40 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+# Contributor: Marco A Rojas 
+
+pkgname=ldb
+pkgver=2.5.1
+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')
+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=('679ad695d4467a38e6cb87ba2b7d61049a42c59792b39f0a40256456ac673849adf58dc0759a89be982b80bb4a0834d34b51779424f7b997a53ea95f02f410ad'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-rpath \
+--disable-rpath-install \
+--bundled-libraries=NONE \
+--builtin-libraries=replace \
+--with-modulesdir=/usr/lib/ldb/modules \
+--with-privatelibdir=/usr/lib/ldb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in ldb/trunk (PKGBUILD)

2022-06-10 Thread Tobias Powalowski via arch-commits
Date: Friday, June 10, 2022 @ 12:12:05
  Author: tpowa
Revision: 448116

upgpkg: ldb 2:2.5.1-1: bump to latest version

Modified:
  ldb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-10 12:09:32 UTC (rev 448115)
+++ PKGBUILD2022-06-10 12:12:05 UTC (rev 448116)
@@ -3,7 +3,7 @@
 # Contributor: Marco A Rojas 
 
 pkgname=ldb
-pkgver=2.5.0
+pkgver=2.5.1
 pkgrel=1
 epoch=2
 pkgdesc='Schema-less, ldap like, API and database'
@@ -16,7 +16,7 @@
 optdepends=('python: for python bindings')
 provides=(libldb.so)
 validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key 
-sha512sums=('f16a235f1409e06266c51735ac645cf2708d31dd731ee7b95d6778498b115f4252b0a528952e620767d1616a4e1e7c5f2cdc69f3fa32d79288cf14da2f52a010'
+sha512sums=('679ad695d4467a38e6cb87ba2b7d61049a42c59792b39f0a40256456ac673849adf58dc0759a89be982b80bb4a0834d34b51779424f7b997a53ea95f02f410ad'
 'SKIP')
 
 build() {



[arch-commits] Commit in tevent/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-06-10 Thread Tobias Powalowski via arch-commits
Date: Friday, June 10, 2022 @ 12:09:32
  Author: tpowa
Revision: 448115

archrelease: copy trunk to extra-x86_64

Added:
  tevent/repos/extra-x86_64/PKGBUILD
(from rev 448114, tevent/trunk/PKGBUILD)
Deleted:
  tevent/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-10 12:08:13 UTC (rev 448114)
+++ PKGBUILD2022-06-10 12:09:32 UTC (rev 448115)
@@ -1,38 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-# Contributor: Marco A Rojas 
-# Contributor: Ng Oon-Ee 
-# Contributor: Thomas Burdick 
-
-pkgname=tevent
-pkgver=0.11.0
-pkgrel=3
-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')
-depends=('talloc')
-makedepends=('python' 'cmocka')
-optdepends=('python: for python bindings')
-provides=(libtevent.so)
-validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key 
-sha512sums=('740346b19bf290ff31b0c1b36e232021b8ad107c3ce27e0e8b1ec1a77485214b07a9b7837ba57f3650a50e4c04f530674e486b5fa4d118a1778259be63b49790'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---bundled-libraries=NONE \
---builtin-libraries=replace
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: tevent/repos/extra-x86_64/PKGBUILD (from rev 448114, 
tevent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-10 12:09:32 UTC (rev 448115)
@@ -0,0 +1,38 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+# Contributor: Marco A Rojas 
+# Contributor: Ng Oon-Ee 
+# Contributor: Thomas Burdick 
+
+pkgname=tevent
+pkgver=0.12.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')
+depends=('talloc')
+makedepends=('python' 'cmocka')
+optdepends=('python: for python bindings')
+provides=(libtevent.so)
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key 
+sha512sums=('ab70262702d70ce00e8b3aef41930c674b04c147fdbf0006e57cfa057d82f6049ba6da4b2c2b7b53aa191dd4f0f3d55e72b0666ae8f5b6948eeb9fde1988c938'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--bundled-libraries=NONE \
+--builtin-libraries=replace
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in tevent/trunk (PKGBUILD)

2022-06-10 Thread Tobias Powalowski via arch-commits
Date: Friday, June 10, 2022 @ 12:08:13
  Author: tpowa
Revision: 448114

upgpkg: tevent 1:0.12.1-1: bump to latest version

Modified:
  tevent/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-10 12:07:36 UTC (rev 448113)
+++ PKGBUILD2022-06-10 12:08:13 UTC (rev 448114)
@@ -5,8 +5,8 @@
 # Contributor: Thomas Burdick 
 
 pkgname=tevent
-pkgver=0.11.0
-pkgrel=3
+pkgver=0.12.1
+pkgrel=1
 epoch=1
 pkgdesc='Event system based on the talloc memory management library'
 url="https://tevent.samba.org/;
@@ -18,7 +18,7 @@
 optdepends=('python: for python bindings')
 provides=(libtevent.so)
 validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key 
-sha512sums=('740346b19bf290ff31b0c1b36e232021b8ad107c3ce27e0e8b1ec1a77485214b07a9b7837ba57f3650a50e4c04f530674e486b5fa4d118a1778259be63b49790'
+sha512sums=('ab70262702d70ce00e8b3aef41930c674b04c147fdbf0006e57cfa057d82f6049ba6da4b2c2b7b53aa191dd4f0f3d55e72b0666ae8f5b6948eeb9fde1988c938'
 'SKIP')
 
 build() {



[arch-commits] Commit in talloc/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-06-10 Thread Tobias Powalowski via arch-commits
Date: Friday, June 10, 2022 @ 12:07:36
  Author: tpowa
Revision: 448113

archrelease: copy trunk to extra-x86_64

Added:
  talloc/repos/extra-x86_64/PKGBUILD
(from rev 448112, talloc/trunk/PKGBUILD)
Deleted:
  talloc/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-10 12:07:30 UTC (rev 448112)
+++ PKGBUILD2022-06-10 12:07:36 UTC (rev 448113)
@@ -1,38 +0,0 @@
-# Maintainer:
-# Contributor: Tobias Powalowski 
-
-pkgname=talloc
-pkgver=2.3.3
-pkgrel=3
-pkgdesc="Hierarchical pool based memory allocator with destructors"
-arch=('x86_64')
-license=('GPL3')
-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=('1e4b90769b9be72421d76bf9149fd0736f43d034b1573ab2dfb5cd613b4fb3fdf67d575f81789851787e1cbbc7353cdfc114cefbccb15fc0f39e222f40aff65f'
-'SKIP')
-validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-b...@samba.org
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr \
- --sysconfdir=/etc/samba \
- --localstatedir=/var \
- --bundled-libraries=NONE \
- --builtin-libraries=replace \
- --enable-talloc-compat1
-   make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: talloc/repos/extra-x86_64/PKGBUILD (from rev 448112, 
talloc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-10 12:07:36 UTC (rev 448113)
@@ -0,0 +1,38 @@
+# Maintainer:
+# Contributor: Tobias Powalowski 
+
+pkgname=talloc
+pkgver=2.3.4
+pkgrel=1
+pkgdesc="Hierarchical pool based memory allocator with destructors"
+arch=('x86_64')
+license=('GPL3')
+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=('c46488deda99753fd79566d42cae88899b71196513a127813be2cb855e7f36b77132f0552297ee4153ba4d8f177cea3bb0dc93340caabf321c026657744684d9'
+'SKIP')
+validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-b...@samba.org
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr \
+ --sysconfdir=/etc/samba \
+ --localstatedir=/var \
+ --bundled-libraries=NONE \
+ --builtin-libraries=replace \
+ --enable-talloc-compat1
+   make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in talloc/trunk (PKGBUILD)

2022-06-10 Thread Tobias Powalowski via arch-commits
Date: Friday, June 10, 2022 @ 12:07:30
  Author: tpowa
Revision: 448112

upgpkg: talloc 2.3.4-1: bump to latest version

Modified:
  talloc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-10 12:04:45 UTC (rev 448111)
+++ PKGBUILD2022-06-10 12:07:30 UTC (rev 448112)
@@ -2,8 +2,8 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=talloc
-pkgver=2.3.3
-pkgrel=3
+pkgver=2.3.4
+pkgrel=1
 pkgdesc="Hierarchical pool based memory allocator with destructors"
 arch=('x86_64')
 license=('GPL3')
@@ -12,7 +12,7 @@
 makedepends=('python' 'docbook-xsl')
 optdepends=('python: for python bindings')
 source=(https://www.samba.org/ftp/talloc/talloc-$pkgver.tar.{gz,asc})
-sha512sums=('1e4b90769b9be72421d76bf9149fd0736f43d034b1573ab2dfb5cd613b4fb3fdf67d575f81789851787e1cbbc7353cdfc114cefbccb15fc0f39e222f40aff65f'
+sha512sums=('c46488deda99753fd79566d42cae88899b71196513a127813be2cb855e7f36b77132f0552297ee4153ba4d8f177cea3bb0dc93340caabf321c026657744684d9'
 'SKIP')
 validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-b...@samba.org
 



[arch-commits] Commit in tdb/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-06-10 Thread Tobias Powalowski via arch-commits
Date: Friday, June 10, 2022 @ 12:04:45
  Author: tpowa
Revision: 448111

archrelease: copy trunk to extra-x86_64

Added:
  tdb/repos/extra-x86_64/PKGBUILD
(from rev 448110, tdb/trunk/PKGBUILD)
Deleted:
  tdb/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-10 12:04:36 UTC (rev 448110)
+++ PKGBUILD2022-06-10 12:04:45 UTC (rev 448111)
@@ -1,34 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: eric 
-# Contributor: Tom Newsom 
-
-pkgname=tdb
-pkgver=1.4.6
-pkgrel=1
-pkgdesc='Trivial Database similar to GDBM but allows simultaneous commits'
-arch=(x86_64)
-license=('GPL3')
-url="https://tdb.samba.org/;
-depends=('glibc')
-makedepends=('python' 'libxslt' 'docbook-xsl')
-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=('8af549867fdf2e0daf073c26933ae0d475ea64efaca23d3d7b0eb20839376e817f4c0a0ba2504f60f9e27a2b35d3b6ae7c329d88a5c2c0408e98ad9dfde84712'
-'SKIP')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr \
-   --localstatedir=/var \
-   --sysconfdir=/etc/samba
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: tdb/repos/extra-x86_64/PKGBUILD (from rev 448110, tdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-10 12:04:45 UTC (rev 448111)
@@ -0,0 +1,34 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: eric 
+# Contributor: Tom Newsom 
+
+pkgname=tdb
+pkgver=1.4.7
+pkgrel=1
+pkgdesc='Trivial Database similar to GDBM but allows simultaneous commits'
+arch=(x86_64)
+license=('GPL3')
+url="https://tdb.samba.org/;
+depends=('glibc')
+makedepends=('python' 'libxslt' 'docbook-xsl')
+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=('2b5b20c299b60545943f106d854b6e0d4a559e16f08a7ed62fe57ee962bebc888c2e663bd5fef907aace05b316826fe8fbbf3f323b6d3427531e59ffe47d48e4'
+'SKIP')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr \
+   --localstatedir=/var \
+   --sysconfdir=/etc/samba
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in tdb/trunk (PKGBUILD)

2022-06-10 Thread Tobias Powalowski via arch-commits
Date: Friday, June 10, 2022 @ 12:04:36
  Author: tpowa
Revision: 448110

upgpkg: tdb 1.4.7-1: bump to latest version

Modified:
  tdb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-10 12:01:27 UTC (rev 448109)
+++ PKGBUILD2022-06-10 12:04:36 UTC (rev 448110)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=tdb
-pkgver=1.4.6
+pkgver=1.4.7
 pkgrel=1
 pkgdesc='Trivial Database similar to GDBM but allows simultaneous commits'
 arch=(x86_64)
@@ -15,7 +15,7 @@
 provides=(libtdb.so)
 source=(https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar{.gz,.asc})
 validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key 
-sha512sums=('8af549867fdf2e0daf073c26933ae0d475ea64efaca23d3d7b0eb20839376e817f4c0a0ba2504f60f9e27a2b35d3b6ae7c329d88a5c2c0408e98ad9dfde84712'
+sha512sums=('2b5b20c299b60545943f106d854b6e0d4a559e16f08a7ed62fe57ee962bebc888c2e663bd5fef907aace05b316826fe8fbbf3f323b6d3427531e59ffe47d48e4'
 'SKIP')
 
 build() {



[arch-commits] Commit in wireless-regdb/repos (5 files)

2022-06-06 Thread Tobias Powalowski via arch-commits
Date: Monday, June 6, 2022 @ 18:52:56
  Author: tpowa
Revision: 447660

archrelease: copy trunk to testing-any

Added:
  wireless-regdb/repos/testing-any/
  wireless-regdb/repos/testing-any/85-regulatory.rules
(from rev 447659, wireless-regdb/trunk/85-regulatory.rules)
  wireless-regdb/repos/testing-any/PKGBUILD
(from rev 447659, wireless-regdb/trunk/PKGBUILD)
  wireless-regdb/repos/testing-any/set-wireless-regdom
(from rev 447659, wireless-regdb/trunk/set-wireless-regdom)
  wireless-regdb/repos/testing-any/wireless-regdom
(from rev 447659, wireless-regdb/trunk/wireless-regdom)

-+
 85-regulatory.rules |3 +++
 PKGBUILD|   41 +
 set-wireless-regdom |5 +
 wireless-regdom |4 
 4 files changed, 53 insertions(+)

Copied: wireless-regdb/repos/testing-any/85-regulatory.rules (from rev 447659, 
wireless-regdb/trunk/85-regulatory.rules)
===
--- testing-any/85-regulatory.rules (rev 0)
+++ testing-any/85-regulatory.rules 2022-06-06 18:52:56 UTC (rev 447660)
@@ -0,0 +1,3 @@
+# Set wireless regulatory domain at device creation
+
+ACTION=="add", SUBSYSTEM=="module", DEVPATH=="/module/cfg80211", 
RUN+="/usr/bin/set-wireless-regdom"

Copied: wireless-regdb/repos/testing-any/PKGBUILD (from rev 447659, 
wireless-regdb/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-06-06 18:52:56 UTC (rev 447660)
@@ -0,0 +1,41 @@
+# Maintainer: Thomas Bächler 
+
+pkgname=wireless-regdb
+pkgver=2022.06.06
+pkgrel=1
+pkgdesc="Central Regulatory Domain Database"
+arch=('any')
+url="https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb;
+license=('custom')
+depends=('bash' 'iw')
+replaces=('crda')
+provides=('crda')
+conflicts=('crda')
+backup=(etc/conf.d/wireless-regdom)
+source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.{xz,sign}
+wireless-regdom
+set-wireless-regdom
+85-regulatory.rules)
+sha256sums=('ac00f97efecce5046ed069d1d93f3365fdf994c7c7854a8fc50831e959537230'
+'SKIP'
+'192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b'
+'603ce97da5cce3f5337e99007ce04e2f295bb33a36b308794884011f7bcabaf3'
+'f5055dfe7584757a11b419836320bcdcd1d3d1e5caf26e20c63a0c64779f3376')
+validpgpkeys=('2ABCA7498D83E1D32D51D3B5AB4800A62DB9F73A') #Seth Forshee 

+
+package() {
+  install -Dm644 wireless-regdom -t "${pkgdir}"/etc/conf.d
+  install -Dm644 85-regulatory.rules -t "${pkgdir}"/usr/lib/udev/rules.d
+  install -Dm755 set-wireless-regdom -t "${pkgdir}"/usr/bin
+
+  cd ${pkgname}-${pkgver}
+  make install DESTDIR="${pkgdir}" MANDIR=usr/share/man 
FIRMWARE_PATH=usr/lib/firmware
+
+  for dom in $(grep ^country db.txt | cut -d' ' -f2 | sed 's|:||g'); do
+echo "#WIRELESS_REGDOM=\"${dom}\"" >> 
"${pkgdir}"/etc/conf.d/wireless-regdom.tmp
+  done
+  sort -u "${pkgdir}"/etc/conf.d/wireless-regdom.tmp >> 
"${pkgdir}"/etc/conf.d/wireless-regdom
+  rm "${pkgdir}"/etc/conf.d/wireless-regdom.tmp
+
+  install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: wireless-regdb/repos/testing-any/set-wireless-regdom (from rev 447659, 
wireless-regdb/trunk/set-wireless-regdom)
===
--- testing-any/set-wireless-regdom (rev 0)
+++ testing-any/set-wireless-regdom 2022-06-06 18:52:56 UTC (rev 447660)
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+unset WIRELESS_REGDOM
+. /etc/conf.d/wireless-regdom
+[ -n "${WIRELESS_REGDOM}" ] && iw reg set ${WIRELESS_REGDOM}

Copied: wireless-regdb/repos/testing-any/wireless-regdom (from rev 447659, 
wireless-regdb/trunk/wireless-regdom)
===
--- testing-any/wireless-regdom (rev 0)
+++ testing-any/wireless-regdom 2022-06-06 18:52:56 UTC (rev 447660)
@@ -0,0 +1,4 @@
+#
+# Wireless regulatory domain configuration
+#
+



[arch-commits] Commit in wireless-regdb/trunk (PKGBUILD)

2022-06-06 Thread Tobias Powalowski via arch-commits
Date: Monday, June 6, 2022 @ 18:52:45
  Author: tpowa
Revision: 447659

upgpkg: wireless-regdb 2022.06.06-1: bump to latest version

Modified:
  wireless-regdb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-06 18:43:19 UTC (rev 447658)
+++ PKGBUILD2022-06-06 18:52:45 UTC (rev 447659)
@@ -1,7 +1,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=wireless-regdb
-pkgver=2022.04.08
+pkgver=2022.06.06
 pkgrel=1
 pkgdesc="Central Regulatory Domain Database"
 arch=('any')
@@ -16,7 +16,7 @@
 wireless-regdom
 set-wireless-regdom
 85-regulatory.rules)
-sha256sums=('884ba2e3c1e8b98762b6dc25ff60b5ec75c8d33a39e019b3ed4aa615491460d3'
+sha256sums=('ac00f97efecce5046ed069d1d93f3365fdf994c7c7854a8fc50831e959537230'
 'SKIP'
 '192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b'
 '603ce97da5cce3f5337e99007ce04e2f295bb33a36b308794884011f7bcabaf3'



[arch-commits] Commit in btrfs-progs/repos (7 files)

2022-06-06 Thread Tobias Powalowski via arch-commits
Date: Monday, June 6, 2022 @ 18:27:55
  Author: tpowa
Revision: 447651

archrelease: copy trunk to testing-x86_64

Added:
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 447650, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 447650, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service
(from rev 447650, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer
(from rev 447650, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 447650, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 447650, btrfs-progs/trunk/initcpio-install-btrfs)

+
 PKGBUILD   |   76 +++
 btrfs-progs.install|   15 +
 btrfs-scrub@.service   |   10 ++
 btrfs-scrub@.timer |   11 ++
 initcpio-hook-btrfs|7 
 initcpio-install-btrfs |   17 ++
 6 files changed, 136 insertions(+)

Copied: btrfs-progs/repos/testing-x86_64/PKGBUILD (from rev 447650, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-06 18:27:55 UTC (rev 447651)
@@ -0,0 +1,76 @@
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=5.18.1
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('x86_64')
+makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools' 
'e2fsprogs' 'reiserfsprogs' 'python-sphinx')
+depends=('glibc' 'util-linux-libs' 'lzo' 'zlib' 'zstd' 'libgcrypt')
+optdepends=('python: libbtrfsutil python bindings'
+'e2fsprogs: btrfs-convert'
+'reiserfsprogs: btrfs-convert')
+url='https://btrfs.wiki.kernel.org'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
+source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs'
+'btrfs-scrub@.service'
+'btrfs-scrub@.timer')
+install=btrfs-progs.install
+options=(!staticlibs)
+sha256sums=('SKIP'
+'6e98a75ccff52e9354daa1ad284c614c490f844273a2fa524cbac9eb841c7255'
+'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4'
+'35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5'
+'eaa7af92d28bfa8940bb551560fd7be777f9f175292eaa72b5f6ef00fb240252'
+'9a0b6cc23f7bd97b83b6c38dd2b4e4373fead8bd3ccfb82a47c72971e9d6f8ad')
+
+prepare() {
+  cd $pkgname-v$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+echo "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
+}
+
+build() {
+  cd $pkgname-v$pkgver
+  ./configure --prefix=/usr --with-crypto=libgcrypt
+  make
+}
+
+check() {
+  cd $pkgname-v$pkgver
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname-v$pkgver
+  make DESTDIR="$pkgdir" install install_python
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+
+  # install scrub service/timer
+  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
+  install -Dm644 btrfs-scrub@.timer 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.timer"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-x86_64/btrfs-progs.install (from rev 447650, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-x86_64/btrfs-progs.install  (rev 0)
+++ testing-x86_64/btrfs-progs.install  2022-06-06 18:27:55 UTC (rev 447651)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+## arg 1:  the new package version
+## arg 2:  the old package version
+post_upgrade() {
+  if (( "$(vercmp "$2" 0.19.20121005)" < 0 )); then
+echo 'btrfs multi-device support now relies on linux 3.6 or later'
+  elif (( "$(vercmp "$2" 4.3.1-2)" < 0 )); then
+echo 'btrfs-scrub@.timer instance names must not be prefix by dash anymore'
+echo 'use btrfs-scrub@-.timer to scrub / monthly'
+echo 'btrfs-scrub@home.timer to scrub /home monthly.'
+  fi
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in btrfs-progs/trunk (PKGBUILD)

2022-06-06 Thread Tobias Powalowski via arch-commits
Date: Monday, June 6, 2022 @ 18:27:34
  Author: tpowa
Revision: 447650

upgpkg: btrfs-progs 5.18.1-1: bump to latest version

Modified:
  btrfs-progs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-06 18:27:02 UTC (rev 447649)
+++ PKGBUILD2022-06-06 18:27:34 UTC (rev 447650)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=5.18
+pkgver=5.18.1
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('x86_64')
@@ -26,7 +26,7 @@
 install=btrfs-progs.install
 options=(!staticlibs)
 sha256sums=('SKIP'
-'1de6107622b0be2f6d77261f97a2bdd40291dbb682aac7dce08632d171f7a134'
+'6e98a75ccff52e9354daa1ad284c614c490f844273a2fa524cbac9eb841c7255'
 'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4'
 '35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5'
 'eaa7af92d28bfa8940bb551560fd7be777f9f175292eaa72b5f6ef00fb240252'



[arch-commits] Commit in xfsprogs/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-06-04 Thread Tobias Powalowski via arch-commits
Date: Saturday, June 4, 2022 @ 09:47:41
  Author: tpowa
Revision: 447554

archrelease: copy trunk to testing-x86_64

Added:
  xfsprogs/repos/testing-x86_64/
  xfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 447553, xfsprogs/trunk/PKGBUILD)

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: xfsprogs/repos/testing-x86_64/PKGBUILD (from rev 447553, 
xfsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-04 09:47:41 UTC (rev 447554)
@@ -0,0 +1,34 @@
+# Maintainer : Tobias Powalowski 
+pkgname=xfsprogs
+pkgver=5.18.0
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('x86_64')
+license=('LGPL')
+url="https://xfs.org;
+depends=('sh' 'util-linux-libs' 'icu' 'device-mapper' 'libinih' 'liburcu')
+optdepends=('python: for xfs_scrub_all script'
+'smtp-forwarder: for xfs_scrub_fail script')
+makedepends=('git')
+options=('!makeflags')
+source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver};)
+md5sums=('SKIP')
+
+build() {
+  cd ${pkgname}-dev
+  make configure
+  export OPTIMIZER="-march=${CARCH/_/-} -O1"
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin 
--with-systemd-unit-dir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd ${pkgname}-dev
+  make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
+  chown -R root "$pkgdir"
+  chgrp -R root "$pkgdir"
+  # add hack as we cannot set rootlibdir
+  mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
+  rm -rf "${pkgdir}/lib"
+}



[arch-commits] Commit in xfsprogs/trunk (PKGBUILD)

2022-06-04 Thread Tobias Powalowski via arch-commits
Date: Saturday, June 4, 2022 @ 09:47:36
  Author: tpowa
Revision: 447553

upgpkg: xfsprogs 5.18.0-1: bump to latest version

Modified:
  xfsprogs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-04 08:15:03 UTC (rev 447552)
+++ PKGBUILD2022-06-04 09:47:36 UTC (rev 447553)
@@ -1,6 +1,6 @@
 # Maintainer : Tobias Powalowski 
 pkgname=xfsprogs
-pkgver=5.16.0
+pkgver=5.18.0
 pkgrel=1
 pkgdesc="XFS filesystem utilities"
 arch=('x86_64')



[arch-commits] Commit in kbd/repos (5 files)

2022-06-02 Thread Tobias Powalowski via arch-commits
Date: Friday, June 3, 2022 @ 05:10:44
  Author: tpowa
Revision: 447503

archrelease: copy trunk to testing-x86_64

Added:
  kbd/repos/testing-x86_64/
  kbd/repos/testing-x86_64/PKGBUILD
(from rev 447502, kbd/trunk/PKGBUILD)
  kbd/repos/testing-x86_64/fix-euro2.patch
(from rev 447502, kbd/trunk/fix-euro2.patch)
  kbd/repos/testing-x86_64/kbd-fix-loadkmap-compat.patch
(from rev 447502, kbd/trunk/kbd-fix-loadkmap-compat.patch)
  kbd/repos/testing-x86_64/vlock.pam
(from rev 447502, kbd/trunk/vlock.pam)

---+
 PKGBUILD  |   63 
 fix-euro2.patch   |9 +
 kbd-fix-loadkmap-compat.patch |   22 +
 vlock.pam |5 +++
 4 files changed, 99 insertions(+)

Copied: kbd/repos/testing-x86_64/PKGBUILD (from rev 447502, kbd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-06-03 05:10:44 UTC (rev 447503)
@@ -0,0 +1,63 @@
+# Maintainer: Tobias Powalowski 
+
+pkgname=kbd
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="Keytable files and keyboard utilities"
+arch=('x86_64')
+url="http://www.kbd-project.org;
+license=('GPL')
+depends=('glibc' 'pam')
+makedepends=('check' 'git')
+#source=(https://www.kernel.org/pub/linux/utils/${pkgname}/${pkgname}-${pkgver}.tar.gz
+#
https://www.kernel.org/pub/linux/utils/kbd/${pkgname}-${pkgver}.tar.sign
+source=(git+https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git#tag=v$pkgver?signed
+'fix-euro2.patch'
+   'vlock.pam')
+backup=('etc/pam.d/vlock')
+provides=('vlock')
+conflicts=('vlock')
+replaces=('vlock')
+sha256sums=('SKIP'
+'a5e0167b6a82a9eb4d581d56baab930c2d80f5541dc34630460b73e1115384b8'
+'5c2d377a87121e7c399534fb91e2ffc0cc1e75d44a8f07ee6f55c9c089bc81e4')
+validpgpkeys=(
+  '7F2A3D07298149A0793C9A4EA45ABA544CFFD434' #Alexey Gladkov 
+ )
+
+prepare() {
+  cd ${pkgname}
+  # rename keymap files with the same names
+  # this is needed because when only name of keymap is specified
+  # loadkeys loads the first keymap it can find, which is bad (see FS#13837)
+  # this should be removed when upstream adopts the change
+  mv data/keymaps/i386/qwertz/cz{,-qwertz}.map
+  mv data/keymaps/i386/olpc/es{,-olpc}.map
+  mv data/keymaps/i386/olpc/pt{,-olpc}.map
+  mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map
+  mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
+  # fix euro2 #28213
+  patch -Np1 -i ../fix-euro2.patch
+  autoreconf -if
+}
+
+build() {
+  cd ${pkgname}
+  ./configure --prefix=/usr --sysconfdir=/etc --datadir=/usr/share/kbd 
--mandir=/usr/share/man
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes
+}
+
+check() {
+  cd ${pkgname}
+
+# This test is expected to fail since kbd-fix-loadkmap-compat.patch modifies 
the binary format
+  sed -e 's|dumpkeys-bkeymap ||' -i tests/Makefile
+
+  make check
+}
+
+package() {
+  cd ${pkgname}
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR="${pkgdir}" install
+  install -Dm644 ../vlock.pam "${pkgdir}"/etc/pam.d/vlock
+}

Copied: kbd/repos/testing-x86_64/fix-euro2.patch (from rev 447502, 
kbd/trunk/fix-euro2.patch)
===
--- testing-x86_64/fix-euro2.patch  (rev 0)
+++ testing-x86_64/fix-euro2.patch  2022-06-03 05:10:44 UTC (rev 447503)
@@ -0,0 +1,9 @@
+--- kbd-1.15.5/data/keymaps/i386/include/euro2.map.old 2013-05-08 
15:00:25.917752313 +0200
 kbd-1.15.5/data/keymaps/i386/include/euro2.map 2013-05-08 
15:00:54.943957367 +0200
+@@ -2,5 +2,5 @@
+ # [Say: "loadkeys euro2" to get Euro and cent with AltGr (right alt)
+ #  on the positions where many keyboards have E and C.
+ #  To get it displayed, use a latin0 (i.e., latin9) font.]
+-altgr keycode  18 = currency
++altgr keycode  18 = euro
+ altgr keycode  46 = cent

Copied: kbd/repos/testing-x86_64/kbd-fix-loadkmap-compat.patch (from rev 
447502, kbd/trunk/kbd-fix-loadkmap-compat.patch)
===
--- testing-x86_64/kbd-fix-loadkmap-compat.patch
(rev 0)
+++ testing-x86_64/kbd-fix-loadkmap-compat.patch2022-06-03 05:10:44 UTC 
(rev 447503)
@@ -0,0 +1,22 @@
+diff --git a/src/libkeymap/dump.c b/src/libkeymap/dump.c
+index 83ac351..8531b5a 100644
+--- a/src/libkeymap/dump.c
 b/src/libkeymap/dump.c
+@@ -72,9 +72,14 @@ int lk_dump_bkeymap(struct lk_ctx *ctx, FILE *fd)
+   continue;
+ 
+   for (j = 0; j < NR_KEYS / 2; j++) {
+-  int v = lk_get_key(ctx, i, j);
++  int value = lk_get_key(ctx, i, j);
+ 
+-  if (fwrite(, sizeof(v), 1, fd) != 1)
++  if (value < 0 || value > USHRT_MAX) {
++  ERR(ctx, _("can not bind key 

[arch-commits] Commit in kbd/trunk (PKGBUILD)

2022-06-02 Thread Tobias Powalowski via arch-commits
Date: Friday, June 3, 2022 @ 05:10:32
  Author: tpowa
Revision: 447502

upgpkg: kbd 2.5.0-1: bump to latest version

Modified:
  kbd/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-02 23:34:27 UTC (rev 447501)
+++ PKGBUILD2022-06-03 05:10:32 UTC (rev 447502)
@@ -1,8 +1,8 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=kbd
-pkgver=2.4.0
-pkgrel=2
+pkgver=2.5.0
+pkgrel=1
 pkgdesc="Keytable files and keyboard utilities"
 arch=('x86_64')
 url="http://www.kbd-project.org;



[arch-commits] Commit in hwdata/repos (testing-any testing-any/PKGBUILD)

2022-06-01 Thread Tobias Powalowski via arch-commits
Date: Wednesday, June 1, 2022 @ 08:16:00
  Author: tpowa
Revision: 447422

archrelease: copy trunk to testing-any

Added:
  hwdata/repos/testing-any/
  hwdata/repos/testing-any/PKGBUILD
(from rev 447421, hwdata/trunk/PKGBUILD)

--+
 PKGBUILD |   21 +
 1 file changed, 21 insertions(+)

Copied: hwdata/repos/testing-any/PKGBUILD (from rev 447421, 
hwdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-06-01 08:16:00 UTC (rev 447422)
@@ -0,0 +1,21 @@
+# Maintainer: Tobias Powalowski 
+pkgname=hwdata
+pkgver=0.360
+pkgrel=1
+pkgdesc="hardware identification databases"
+makedepends=('git')
+replaces=('hwids')
+url=https://github.com/vcrhonek/hwdata
+license=('GPL2')
+arch=('any')
+source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}?signed;)
+validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
+sha256sums=('SKIP')
+
+package() {
+  cd hwdata
+
+  for ids in pci.ids pnp.ids usb.ids; do
+install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
+  done
+}



[arch-commits] Commit in hwdata/trunk (PKGBUILD)

2022-06-01 Thread Tobias Powalowski via arch-commits
Date: Wednesday, June 1, 2022 @ 08:15:52
  Author: tpowa
Revision: 447421

upgpkg: hwdata 0.360-1: bump to latest version

Modified:
  hwdata/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-31 23:29:15 UTC (rev 447420)
+++ PKGBUILD2022-06-01 08:15:52 UTC (rev 447421)
@@ -1,6 +1,6 @@
 # Maintainer: Tobias Powalowski 
 pkgname=hwdata
-pkgver=0.359
+pkgver=0.360
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')



[arch-commits] Commit in (5 files)

2022-05-30 Thread Tobias Powalowski via arch-commits
Date: Monday, May 30, 2022 @ 15:38:14
  Author: tpowa
Revision: 447025

bye bye, move to a peaceful place

Deleted:
  archboot-arm/
  archboot-bootloader/
  archboot-qemu-aarch64/
  archboot/
  sbsigntools/trunk/0.9.4-fix-pe-coff-checksum.patch

--+
 0.9.4-fix-pe-coff-checksum.patch |   43 -
 1 file changed, 43 deletions(-)

Deleted: sbsigntools/trunk/0.9.4-fix-pe-coff-checksum.patch
===
--- sbsigntools/trunk/0.9.4-fix-pe-coff-checksum.patch  2022-05-30 15:35:59 UTC 
(rev 447024)
+++ sbsigntools/trunk/0.9.4-fix-pe-coff-checksum.patch  2022-05-30 15:38:14 UTC 
(rev 447025)
@@ -1,43 +0,0 @@
-From e9f13a7c4c19ed4ef12f226821bbcd2295d1af73 Mon Sep 17 00:00:00 2001
-From: Heinrich Schuchardt 
-Date: Thu, 10 Mar 2022 20:41:04 +0100
-Subject: Fix PE/COFF checksum calculation
-
-Gbp-Pq: fix_checksum_calc.patch.

- src/image.c | 6 +-
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
-diff --git a/src/image.c b/src/image.c
-index 5697296..8ac79dd 100644
 a/src/image.c
-+++ b/src/image.c
-@@ -162,7 +162,6 @@ static void image_pecoff_update_checksum(struct image 
*image)
- {
-   bool is_signed = image->sigsize && image->sigbuf;
-   uint32_t checksum;
--  struct cert_table_header *cert_table = image->cert_table;
- 
-   /* We carefully only include the signature data in the checksum (and
-* in the file length) if we're outputting the signature.  Otherwise,
-@@ -180,16 +179,13 @@ static void image_pecoff_update_checksum(struct image 
*image)
-   (void *)(image->checksum + 1));
- 
-   if (is_signed) {
--  checksum = csum_bytes(checksum,
--  cert_table, sizeof(*cert_table));
--
-   checksum = csum_bytes(checksum, image->sigbuf, image->sigsize);
-   }
- 
-   checksum += image->data_size;
- 
-   if (is_signed)
--  checksum += sizeof(*cert_table) + image->sigsize;
-+  checksum += image->sigsize;
- 
-   *(image->checksum) = cpu_to_le32(checksum);
- }
--- 
-cgit v1.1
-



[arch-commits] Commit in archiso/repos/extra-any (PKGBUILD PKGBUILD)

2022-05-30 Thread Tobias Powalowski via arch-commits
Date: Monday, May 30, 2022 @ 07:26:00
  Author: tpowa
Revision: 447016

archrelease: copy trunk to extra-any

Added:
  archiso/repos/extra-any/PKGBUILD
(from rev 447015, archiso/trunk/PKGBUILD)
Deleted:
  archiso/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-30 07:25:05 UTC (rev 447015)
+++ PKGBUILD2022-05-30 07:26:00 UTC (rev 447016)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Pierre Schmitz 
-# Contributor: Gerardo Exequiel Pozzi 
-
-pkgname=archiso
-pkgver=63
-pkgrel=2
-pkgdesc="Tools for creating Arch Linux live and install iso images"
-arch=(any)
-url="https://gitlab.archlinux.org/archlinux/archiso;
-license=(GPL3)
-depends=(arch-install-scripts bash dosfstools e2fsprogs erofs-utils
-libarchive libisoburn mtools squashfs-tools)
-makedepends=(git)
-checkdepends=(shellcheck)
-optdepends=(
-  'edk2-ovmf: for emulating UEFI with run_archiso'
-  'openssl: for codesigning support when building netboot artifacts'
-  'qemu-desktop: for run_archiso'
-)
-source=("git+https://gitlab.archlinux.org/archlinux/archiso.git#tag=v${pkgver}?signed;)
-sha256sums=('SKIP')
-validpgpkeys=(
-  'C7E7849466FE2358343588377258734B41C31549' # David Runge 

-  'BB8E6F1B81CF0BB301D74D1CBF425A01E68B38EF' # nl6720 
-)
-
-check() {
-  make -k check -C $pkgbase
-}
-
-package() {
-  make DESTDIR="$pkgdir" PREFIX=/usr install -C $pkgbase
-}

Copied: archiso/repos/extra-any/PKGBUILD (from rev 447015, 
archiso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-30 07:26:00 UTC (rev 447016)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+# Contributor: Pierre Schmitz 
+# Contributor: Gerardo Exequiel Pozzi 
+
+pkgname=archiso
+pkgver=64
+pkgrel=1
+pkgdesc="Tools for creating Arch Linux live and install iso images"
+arch=(any)
+url="https://gitlab.archlinux.org/archlinux/archiso;
+license=(GPL3)
+depends=(arch-install-scripts bash dosfstools e2fsprogs erofs-utils
+libarchive libisoburn mtools squashfs-tools grub)
+makedepends=(git)
+checkdepends=(shellcheck)
+optdepends=(
+  'edk2-ovmf: for emulating UEFI with run_archiso'
+  'openssl: for codesigning support when building netboot artifacts'
+  'qemu-desktop: for run_archiso'
+)
+source=("git+https://gitlab.archlinux.org/archlinux/archiso.git#tag=v${pkgver}?signed;)
+sha256sums=('SKIP')
+validpgpkeys=(
+  'C7E7849466FE2358343588377258734B41C31549' # David Runge 

+  'BB8E6F1B81CF0BB301D74D1CBF425A01E68B38EF' # nl6720 
+)
+
+check() {
+  make -k check -C $pkgbase
+}
+
+package() {
+  make DESTDIR="$pkgdir" PREFIX=/usr install -C $pkgbase
+}



[arch-commits] Commit in archiso/trunk (PKGBUILD)

2022-05-30 Thread Tobias Powalowski via arch-commits
Date: Monday, May 30, 2022 @ 07:25:05
  Author: tpowa
Revision: 447015

upgpkg: archiso 64-1: bump to latest version

Modified:
  archiso/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-30 06:52:45 UTC (rev 447014)
+++ PKGBUILD2022-05-30 07:25:05 UTC (rev 447015)
@@ -3,14 +3,14 @@
 # Contributor: Gerardo Exequiel Pozzi 
 
 pkgname=archiso
-pkgver=63
-pkgrel=2
+pkgver=64
+pkgrel=1
 pkgdesc="Tools for creating Arch Linux live and install iso images"
 arch=(any)
 url="https://gitlab.archlinux.org/archlinux/archiso;
 license=(GPL3)
 depends=(arch-install-scripts bash dosfstools e2fsprogs erofs-utils
-libarchive libisoburn mtools squashfs-tools)
+libarchive libisoburn mtools squashfs-tools grub)
 makedepends=(git)
 checkdepends=(shellcheck)
 optdepends=(



[arch-commits] Commit in archboot/repos/extra-any (4 files)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 20:38:11
  Author: tpowa
Revision: 447003

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 447002, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 447002, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/extra-any/PKGBUILD
  archboot/repos/extra-any/archboot.install

--+
 PKGBUILD |  110 ++---
 archboot.install |   38 +-
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-29 20:38:05 UTC (rev 447002)
+++ PKGBUILD2022-05-29 20:38:11 UTC (rev 447003)
@@ -1,55 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=202205292200
-pkgrel=1
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vi' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 
'tzdata' 'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'archlinux-keyring' 
'pambase' 'chntpw' 'traceroute' 'grub'
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'amd-ucode' 'edk2-shell' 'cdrtools' 'nvme-cli' 
'fatresize' 'iwd' 'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl' 'gpart')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/x86_64-local.conf'
-   'etc/archboot/aarch64-local.conf'
-   'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-   'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 447002, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-29 20:38:11 UTC (rev 447003)
@@ -0,0 +1,55 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=202205292235
+pkgrel=1
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 

[arch-commits] Commit in archboot/trunk (PKGBUILD)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 20:38:05
  Author: tpowa
Revision: 447002

upgpkg: archboot 202205292235-1: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-29 20:37:17 UTC (rev 447001)
+++ PKGBUILD2022-05-29 20:38:05 UTC (rev 447002)
@@ -1,7 +1,7 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot
-pkgver=202205292200
+pkgver=202205292235
 pkgrel=1
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)



[arch-commits] Commit in archboot-arm/repos/extra-any (4 files)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 20:37:17
  Author: tpowa
Revision: 447001

archrelease: copy trunk to extra-any

Added:
  archboot-arm/repos/extra-any/PKGBUILD
(from rev 447000, archboot-arm/trunk/PKGBUILD)
  archboot-arm/repos/extra-any/archboot.install
(from rev 447000, archboot-arm/trunk/archboot.install)
Deleted:
  archboot-arm/repos/extra-any/PKGBUILD
  archboot-arm/repos/extra-any/archboot.install

--+
 PKGBUILD |  108 ++---
 archboot.install |   38 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-29 20:37:11 UTC (rev 447000)
+++ PKGBUILD2022-05-29 20:37:17 UTC (rev 447001)
@@ -1,54 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=202205292200
-pkgrel=1
-pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'vi' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient'
-'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 'tzdata' 
'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'pambase' 
'traceroute' 'grub'
-'systemd-sysvcompat' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'efibootmgr' 'f2fs-tools' 'efitools' 'efivar' 
'ethtool' 'exfatprogs' 
-'fuse3' 'flex' 'amd-ucode' 'cdrtools' 'nvme-cli' 'fatresize' 'iwd' 
'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl' 'gpart')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-   'etc/archboot/x86_64-local.conf'
-'etc/archboot/aarch64-local.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot-arm/repos/extra-any/PKGBUILD (from rev 447000, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-29 20:37:17 UTC (rev 447001)
@@ -0,0 +1,54 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=202205292235
+pkgrel=1
+pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 

[arch-commits] Commit in archboot-arm/trunk (PKGBUILD)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 20:37:11
  Author: tpowa
Revision: 447000

upgpkg: archboot-arm 202205292235-1: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-29 20:17:03 UTC (rev 446999)
+++ PKGBUILD2022-05-29 20:37:11 UTC (rev 447000)
@@ -1,7 +1,7 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot-arm
-pkgver=202205292200
+pkgver=202205292235
 pkgrel=1
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)



[arch-commits] Commit in archboot-arm/repos/extra-any (4 files)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 20:10:30
  Author: tpowa
Revision: 446997

archrelease: copy trunk to extra-any

Added:
  archboot-arm/repos/extra-any/PKGBUILD
(from rev 446996, archboot-arm/trunk/PKGBUILD)
  archboot-arm/repos/extra-any/archboot.install
(from rev 446996, archboot-arm/trunk/archboot.install)
Deleted:
  archboot-arm/repos/extra-any/PKGBUILD
  archboot-arm/repos/extra-any/archboot.install

--+
 PKGBUILD |  108 ++---
 archboot.install |   38 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-29 20:10:23 UTC (rev 446996)
+++ PKGBUILD2022-05-29 20:10:30 UTC (rev 446997)
@@ -1,54 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=202205291925
-pkgrel=1
-pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'vi' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient'
-'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 'tzdata' 
'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'pambase' 
'traceroute' 'grub'
-'systemd-sysvcompat' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'efibootmgr' 'f2fs-tools' 'efitools' 'efivar' 
'ethtool' 'exfatprogs' 
-'fuse3' 'flex' 'amd-ucode' 'cdrtools' 'nvme-cli' 'fatresize' 'iwd' 
'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl' 'gpart')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-   'etc/archboot/x86_64-local.conf'
-'etc/archboot/aarch64-local.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot-arm/repos/extra-any/PKGBUILD (from rev 446996, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-29 20:10:30 UTC (rev 446997)
@@ -0,0 +1,54 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=202205292200
+pkgrel=1
+pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 

[arch-commits] Commit in archboot-arm/trunk (PKGBUILD)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 20:10:23
  Author: tpowa
Revision: 446996

upgpkg: archboot-arm 202205292200-1: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-29 20:05:03 UTC (rev 446995)
+++ PKGBUILD2022-05-29 20:10:23 UTC (rev 446996)
@@ -1,7 +1,7 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot-arm
-pkgver=202205291925
+pkgver=202205292200
 pkgrel=1
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)



[arch-commits] Commit in archboot/repos/extra-any (4 files)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 20:05:03
  Author: tpowa
Revision: 446995

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 446994, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 446994, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/extra-any/PKGBUILD
  archboot/repos/extra-any/archboot.install

--+
 PKGBUILD |  110 ++---
 archboot.install |   38 +-
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-29 20:04:55 UTC (rev 446994)
+++ PKGBUILD2022-05-29 20:05:03 UTC (rev 446995)
@@ -1,55 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=202205291925
-pkgrel=1
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vi' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 
'tzdata' 'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'archlinux-keyring' 
'pambase' 'chntpw' 'traceroute' 'grub'
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'amd-ucode' 'edk2-shell' 'cdrtools' 'nvme-cli' 
'fatresize' 'iwd' 'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl' 'gpart')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/x86_64-local.conf'
-   'etc/archboot/aarch64-local.conf'
-   'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-   'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 446994, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-29 20:05:03 UTC (rev 446995)
@@ -0,0 +1,55 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=202205292200
+pkgrel=1
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 

[arch-commits] Commit in archboot/trunk (PKGBUILD)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 20:04:55
  Author: tpowa
Revision: 446994

upgpkg: archboot 202205292200-1: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-29 19:27:08 UTC (rev 446993)
+++ PKGBUILD2022-05-29 20:04:55 UTC (rev 446994)
@@ -1,7 +1,7 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot
-pkgver=202205291925
+pkgver=202205292200
 pkgrel=1
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)



[arch-commits] Commit in archboot/trunk (PKGBUILD)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 16:05:29
  Author: tpowa
Revision: 446981

upgpkg: archboot 202205291800-1: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-29 14:19:21 UTC (rev 446980)
+++ PKGBUILD2022-05-29 16:05:29 UTC (rev 446981)
@@ -1,7 +1,7 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot
-pkgver=202205291025
+pkgver=202205291800
 pkgrel=1
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)



[arch-commits] Commit in archboot-arm/repos/extra-any (4 files)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 17:27:50
  Author: tpowa
Revision: 446990

archrelease: copy trunk to extra-any

Added:
  archboot-arm/repos/extra-any/PKGBUILD
(from rev 446989, archboot-arm/trunk/PKGBUILD)
  archboot-arm/repos/extra-any/archboot.install
(from rev 446989, archboot-arm/trunk/archboot.install)
Deleted:
  archboot-arm/repos/extra-any/PKGBUILD
  archboot-arm/repos/extra-any/archboot.install

--+
 PKGBUILD |  108 ++---
 archboot.install |   38 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-29 17:27:44 UTC (rev 446989)
+++ PKGBUILD2022-05-29 17:27:50 UTC (rev 446990)
@@ -1,54 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=202205291800
-pkgrel=1
-pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'vi' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient'
-'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 'tzdata' 
'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'pambase' 
'traceroute' 'grub'
-'systemd-sysvcompat' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'efibootmgr' 'f2fs-tools' 'efitools' 'efivar' 
'ethtool' 'exfatprogs' 
-'fuse3' 'flex' 'amd-ucode' 'cdrtools' 'nvme-cli' 'fatresize' 'iwd' 
'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl' 'gpart')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-   'etc/archboot/x86_64-local.conf'
-'etc/archboot/aarch64-local.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot-arm/repos/extra-any/PKGBUILD (from rev 446989, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-29 17:27:50 UTC (rev 446990)
@@ -0,0 +1,54 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=202205291925
+pkgrel=1
+pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 

[arch-commits] Commit in archboot/repos/extra-any (4 files)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 17:26:57
  Author: tpowa
Revision: 446988

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 446987, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 446987, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/extra-any/PKGBUILD
  archboot/repos/extra-any/archboot.install

--+
 PKGBUILD |  110 ++---
 archboot.install |   38 +-
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-29 17:26:51 UTC (rev 446987)
+++ PKGBUILD2022-05-29 17:26:57 UTC (rev 446988)
@@ -1,55 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=202205291800
-pkgrel=1
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vi' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 
'tzdata' 'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'archlinux-keyring' 
'pambase' 'chntpw' 'traceroute' 'grub'
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'amd-ucode' 'edk2-shell' 'cdrtools' 'nvme-cli' 
'fatresize' 'iwd' 'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl' 'gpart')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/x86_64-local.conf'
-   'etc/archboot/aarch64-local.conf'
-   'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-   'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 446987, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-29 17:26:57 UTC (rev 446988)
@@ -0,0 +1,55 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=202205291925
+pkgrel=1
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 

[arch-commits] Commit in archboot/trunk (PKGBUILD)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 17:26:51
  Author: tpowa
Revision: 446987

upgpkg: archboot 202205291925-1: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-29 16:23:15 UTC (rev 446986)
+++ PKGBUILD2022-05-29 17:26:51 UTC (rev 446987)
@@ -1,7 +1,7 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot
-pkgver=202205291800
+pkgver=202205291925
 pkgrel=1
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)



[arch-commits] Commit in archboot-arm/trunk (PKGBUILD)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 17:27:44
  Author: tpowa
Revision: 446989

upgpkg: archboot-arm 202205291925-1: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-29 17:26:57 UTC (rev 446988)
+++ PKGBUILD2022-05-29 17:27:44 UTC (rev 446989)
@@ -1,7 +1,7 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot-arm
-pkgver=202205291800
+pkgver=202205291925
 pkgrel=1
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)



[arch-commits] Commit in archboot/repos/extra-any (4 files)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 16:05:37
  Author: tpowa
Revision: 446982

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 446981, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 446981, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/extra-any/PKGBUILD
  archboot/repos/extra-any/archboot.install

--+
 PKGBUILD |  110 ++---
 archboot.install |   38 +-
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-29 16:05:29 UTC (rev 446981)
+++ PKGBUILD2022-05-29 16:05:37 UTC (rev 446982)
@@ -1,55 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=202205291025
-pkgrel=1
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vi' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 
'tzdata' 'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'archlinux-keyring' 
'pambase' 'chntpw' 'traceroute' 'grub'
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'amd-ucode' 'edk2-shell' 'cdrtools' 'nvme-cli' 
'fatresize' 'iwd' 'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl' 'gpart')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/x86_64-local.conf'
-   'etc/archboot/aarch64-local.conf'
-   'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-   'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 446981, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-29 16:05:37 UTC (rev 446982)
@@ -0,0 +1,55 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=202205291800
+pkgrel=1
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 

[arch-commits] Commit in archboot-arm/repos/extra-any (4 files)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 16:06:42
  Author: tpowa
Revision: 446984

archrelease: copy trunk to extra-any

Added:
  archboot-arm/repos/extra-any/PKGBUILD
(from rev 446983, archboot-arm/trunk/PKGBUILD)
  archboot-arm/repos/extra-any/archboot.install
(from rev 446983, archboot-arm/trunk/archboot.install)
Deleted:
  archboot-arm/repos/extra-any/PKGBUILD
  archboot-arm/repos/extra-any/archboot.install

--+
 PKGBUILD |  108 ++---
 archboot.install |   38 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-29 16:06:36 UTC (rev 446983)
+++ PKGBUILD2022-05-29 16:06:42 UTC (rev 446984)
@@ -1,54 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=202205291025
-pkgrel=1
-pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'vi' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient'
-'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 'tzdata' 
'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'pambase' 
'traceroute' 'grub'
-'systemd-sysvcompat' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'efibootmgr' 'f2fs-tools' 'efitools' 'efivar' 
'ethtool' 'exfatprogs' 
-'fuse3' 'flex' 'amd-ucode' 'cdrtools' 'nvme-cli' 'fatresize' 'iwd' 
'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl' 'gpart')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-   'etc/archboot/x86_64-local.conf'
-'etc/archboot/aarch64-local.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot-arm/repos/extra-any/PKGBUILD (from rev 446983, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-29 16:06:42 UTC (rev 446984)
@@ -0,0 +1,54 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=202205291800
+pkgrel=1
+pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 

[arch-commits] Commit in archboot-arm/trunk (PKGBUILD)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 16:06:36
  Author: tpowa
Revision: 446983

upgpkg: archboot-arm 202205291800-1: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-29 16:05:37 UTC (rev 446982)
+++ PKGBUILD2022-05-29 16:06:36 UTC (rev 446983)
@@ -1,7 +1,7 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot-arm
-pkgver=202205291025
+pkgver=202205291800
 pkgrel=1
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)



[arch-commits] Commit in archboot-arm/repos/extra-any (4 files)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 08:39:21
  Author: tpowa
Revision: 446640

archrelease: copy trunk to extra-any

Added:
  archboot-arm/repos/extra-any/PKGBUILD
(from rev 446639, archboot-arm/trunk/PKGBUILD)
  archboot-arm/repos/extra-any/archboot.install
(from rev 446639, archboot-arm/trunk/archboot.install)
Deleted:
  archboot-arm/repos/extra-any/PKGBUILD
  archboot-arm/repos/extra-any/archboot.install

--+
 PKGBUILD |  108 ++---
 archboot.install |   38 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-29 08:39:05 UTC (rev 446639)
+++ PKGBUILD2022-05-29 08:39:21 UTC (rev 446640)
@@ -1,54 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=202205290845
-pkgrel=1
-pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'vi' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient'
-'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 'tzdata' 
'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'pambase' 
'traceroute' 'grub'
-'systemd-sysvcompat' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'efibootmgr' 'f2fs-tools' 'efitools' 'efivar' 
'ethtool' 'exfatprogs' 
-'fuse3' 'flex' 'amd-ucode' 'cdrtools' 'nvme-cli' 'fatresize' 'iwd' 
'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl' 'gpart')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-   'etc/archboot/x86_64-local.conf'
-'etc/archboot/aarch64-local.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot-arm/repos/extra-any/PKGBUILD (from rev 446639, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-29 08:39:21 UTC (rev 446640)
@@ -0,0 +1,54 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=202205291025
+pkgrel=1
+pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 

[arch-commits] Commit in archboot-arm/trunk (PKGBUILD)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 08:39:05
  Author: tpowa
Revision: 446639

upgpkg: archboot-arm 202205291025-1: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-29 08:27:45 UTC (rev 446638)
+++ PKGBUILD2022-05-29 08:39:05 UTC (rev 446639)
@@ -1,7 +1,7 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot-arm
-pkgver=202205290845
+pkgver=202205291025
 pkgrel=1
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)



[arch-commits] Commit in archboot/repos/extra-any (4 files)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 08:27:45
  Author: tpowa
Revision: 446638

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 446637, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 446637, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/extra-any/PKGBUILD
  archboot/repos/extra-any/archboot.install

--+
 PKGBUILD |  110 ++---
 archboot.install |   38 +-
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-29 08:27:39 UTC (rev 446637)
+++ PKGBUILD2022-05-29 08:27:45 UTC (rev 446638)
@@ -1,55 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=202205290845
-pkgrel=1
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vi' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 
'tzdata' 'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'archlinux-keyring' 
'pambase' 'chntpw' 'traceroute' 'grub'
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'amd-ucode' 'edk2-shell' 'cdrtools' 'nvme-cli' 
'fatresize' 'iwd' 'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl' 'gpart')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/x86_64-local.conf'
-   'etc/archboot/aarch64-local.conf'
-   'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-   'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 446637, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-29 08:27:45 UTC (rev 446638)
@@ -0,0 +1,55 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=202205291025
+pkgrel=1
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 

[arch-commits] Commit in archboot/trunk (PKGBUILD)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 08:27:39
  Author: tpowa
Revision: 446637

upgpkg: archboot 202205291025-1: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-29 06:50:39 UTC (rev 446636)
+++ PKGBUILD2022-05-29 08:27:39 UTC (rev 446637)
@@ -1,7 +1,7 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot
-pkgver=202205290845
+pkgver=202205291025
 pkgrel=1
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)



[arch-commits] Commit in archboot-arm/repos/extra-any (4 files)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 06:50:39
  Author: tpowa
Revision: 446636

archrelease: copy trunk to extra-any

Added:
  archboot-arm/repos/extra-any/PKGBUILD
(from rev 446635, archboot-arm/trunk/PKGBUILD)
  archboot-arm/repos/extra-any/archboot.install
(from rev 446635, archboot-arm/trunk/archboot.install)
Deleted:
  archboot-arm/repos/extra-any/PKGBUILD
  archboot-arm/repos/extra-any/archboot.install

--+
 PKGBUILD |  108 ++---
 archboot.install |   38 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-29 06:50:33 UTC (rev 446635)
+++ PKGBUILD2022-05-29 06:50:39 UTC (rev 446636)
@@ -1,54 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=202205282300
-pkgrel=1
-pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'vi' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient'
-'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 'tzdata' 
'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'pambase' 
'traceroute' 'grub'
-'systemd-sysvcompat' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'efibootmgr' 'f2fs-tools' 'efitools' 'efivar' 
'ethtool' 'exfatprogs' 
-'fuse3' 'flex' 'amd-ucode' 'cdrtools' 'nvme-cli' 'fatresize' 'iwd' 
'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall' 'sbctl' 'gpart')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-   'etc/archboot/x86_64-local.conf'
-'etc/archboot/aarch64-local.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot-arm/repos/extra-any/PKGBUILD (from rev 446635, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-29 06:50:39 UTC (rev 446636)
@@ -0,0 +1,54 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=202205290845
+pkgrel=1
+pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 

[arch-commits] Commit in archboot-arm/trunk (PKGBUILD)

2022-05-29 Thread Tobias Powalowski via arch-commits
Date: Sunday, May 29, 2022 @ 06:50:33
  Author: tpowa
Revision: 446635

upgpkg: archboot-arm 202205290845-1: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-29 06:49:27 UTC (rev 446634)
+++ PKGBUILD2022-05-29 06:50:33 UTC (rev 446635)
@@ -1,7 +1,7 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot-arm
-pkgver=202205282300
+pkgver=202205290845
 pkgrel=1
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)



  1   2   3   4   5   6   7   8   9   10   >