[arch-commits] Commit in terminus-font/repos/community-any (4 files)

2020-12-28 Thread Christian Hesse via arch-commits
Date: Monday, December 28, 2020 @ 21:35:34
  Author: eworm
Revision: 795963

archrelease: copy trunk to community-any

Added:
  terminus-font/repos/community-any/PKGBUILD
(from rev 795962, terminus-font/trunk/PKGBUILD)
  terminus-font/repos/community-any/fix-75-yes-terminus.patch
(from rev 795962, terminus-font/trunk/fix-75-yes-terminus.patch)
Deleted:
  terminus-font/repos/community-any/PKGBUILD
  terminus-font/repos/community-any/fix-75-yes-terminus.patch

---+
 PKGBUILD  |  106 ++--
 fix-75-yes-terminus.patch |   22 -
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-28 21:35:30 UTC (rev 795962)
+++ PKGBUILD2020-12-28 21:35:34 UTC (rev 795963)
@@ -1,53 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Kristoffer Fossgård 
-# Contributor: clonejo 
-# Contributor: Daniel Micay 
-
-pkgname=terminus-font
-pkgver=4.49
-pkgrel=2
-
-pkgdesc='Monospace bitmap font (for X11 and console)'
-url='http://terminus-font.sourceforge.net/'
-arch=('any')
-license=('GPL2' 'custom:OFL')
-makedepends=('xorg-bdftopcf' 'python')
-conflicts=('terminus-font-otb')
-replaces=('terminus-font-otb')
-source=("https://downloads.sourceforge.net/project/terminus-font/terminus-font-$pkgver/terminus-font-$pkgver.tar.gz;
-fix-75-yes-terminus.patch)
-sha256sums=('db0a74551a23d2229db6ffea469ca8e390625ace4069dd1c1a3d05a16ed2634d'
-'ddd86485cf6d54e020e36f1c38c56e8b21b57c23a5d76250e15c1d16fed9caa5')
-
-prepare() {
-  cd "terminus-font-$pkgver"
-  patch -p1 <"$srcdir"/fix-75-yes-terminus.patch
-}
-
-build() {
-  cd "terminus-font-$pkgver"
-
-  ./configure \
---prefix=/usr \
---x11dir=/usr/share/fonts/misc \
---otbdir=/usr/share/fonts/misc \
---psfdir=/usr/share/kbd/consolefonts
-  make all otb
-}
-
-package() {
-  make -C "terminus-font-$pkgver" DESTDIR="$pkgdir" install install-otb
-
-  install -Dm644 "$srcdir/terminus-font-$pkgver/75-yes-terminus.conf" \
-"$pkgdir/etc/fonts/conf.avail/75-yes-terminus.conf"
-  install -Dm644 "$srcdir/terminus-font-$pkgver/OFL.TXT" \
-"$pkgdir/usr/share/licenses/terminus-font/LICENSE"
-  install -d "$pkgdir/etc/fonts/conf.d"
-
-  cd "$pkgdir/etc/fonts/conf.d"
-  ln -s ../conf.avail/75-yes-terminus.conf .
-}
-
-# vim:set ts=2 sw=2 et:

Copied: terminus-font/repos/community-any/PKGBUILD (from rev 795962, 
terminus-font/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-28 21:35:34 UTC (rev 795963)
@@ -0,0 +1,53 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Kristoffer Fossgård 
+# Contributor: clonejo 
+# Contributor: Daniel Micay 
+
+pkgname=terminus-font
+pkgver=4.49.1
+pkgrel=1
+
+pkgdesc='Monospace bitmap font (for X11 and console)'
+url='http://terminus-font.sourceforge.net/'
+arch=('any')
+license=('GPL2' 'custom:OFL')
+makedepends=('xorg-bdftopcf' 'python')
+conflicts=('terminus-font-otb')
+replaces=('terminus-font-otb')
+source=("https://downloads.sourceforge.net/project/terminus-font/terminus-font-${pkgver%.1}/terminus-font-$pkgver.tar.gz;
+fix-75-yes-terminus.patch)
+sha256sums=('d961c1b781627bf417f9b340693d64fc219e0113ad3a3af1a3424c7aa373ef79'
+'ddd86485cf6d54e020e36f1c38c56e8b21b57c23a5d76250e15c1d16fed9caa5')
+
+prepare() {
+  cd "terminus-font-$pkgver"
+  patch -p1 <"$srcdir"/fix-75-yes-terminus.patch
+}
+
+build() {
+  cd "terminus-font-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--x11dir=/usr/share/fonts/misc \
+--otbdir=/usr/share/fonts/misc \
+--psfdir=/usr/share/kbd/consolefonts
+  make all otb
+}
+
+package() {
+  make -C "terminus-font-$pkgver" DESTDIR="$pkgdir" install install-otb
+
+  install -Dm644 "$srcdir/terminus-font-$pkgver/75-yes-terminus.conf" \
+"$pkgdir/etc/fonts/conf.avail/75-yes-terminus.conf"
+  install -Dm644 "$srcdir/terminus-font-$pkgver/OFL.TXT" \
+"$pkgdir/usr/share/licenses/terminus-font/LICENSE"
+  install -d "$pkgdir/etc/fonts/conf.d"
+
+  cd "$pkgdir/etc/fonts/conf.d"
+  ln -s ../conf.avail/75-yes-terminus.conf .
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: fix-75-yes-terminus.patch
===
--- fix-75-yes-terminus.patch   2020-12-28 21:35:30 UTC (rev 795962)
+++ fix-75-yes-terminus.patch   2020-12-28 21:35:34 UTC (rev 795963)
@@ -1,11 +0,0 @@
 a/75-yes-terminus.conf 2019-01-01 19:32:47.0 +0100
-+++ b/75-yes-terminus.conf 2019-01-01 19:41:28.323308293 +0100
-@@ -5,7 +5,7 @@
-  
-   
-
-- Terminus
-+ xos4 Terminus
-
-   
-  

Copied: terminus-font/repos/community-any/fix-75-yes-terminus.patch (from rev 
795962, 

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

2020-12-28 Thread Christian Hesse via arch-commits
Date: Monday, December 28, 2020 @ 21:35:30
  Author: eworm
Revision: 795962

upgpkg: terminus-font 4.49.1-1: new upstream release

Modified:
  terminus-font/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-28 21:30:53 UTC (rev 795961)
+++ PKGBUILD2020-12-28 21:35:30 UTC (rev 795962)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Micay 
 
 pkgname=terminus-font
-pkgver=4.49
-pkgrel=2
+pkgver=4.49.1
+pkgrel=1
 
 pkgdesc='Monospace bitmap font (for X11 and console)'
 url='http://terminus-font.sourceforge.net/'
@@ -16,9 +16,9 @@
 makedepends=('xorg-bdftopcf' 'python')
 conflicts=('terminus-font-otb')
 replaces=('terminus-font-otb')
-source=("https://downloads.sourceforge.net/project/terminus-font/terminus-font-$pkgver/terminus-font-$pkgver.tar.gz;
+source=("https://downloads.sourceforge.net/project/terminus-font/terminus-font-${pkgver%.1}/terminus-font-$pkgver.tar.gz;
 fix-75-yes-terminus.patch)
-sha256sums=('db0a74551a23d2229db6ffea469ca8e390625ace4069dd1c1a3d05a16ed2634d'
+sha256sums=('d961c1b781627bf417f9b340693d64fc219e0113ad3a3af1a3424c7aa373ef79'
 'ddd86485cf6d54e020e36f1c38c56e8b21b57c23a5d76250e15c1d16fed9caa5')
 
 prepare() {


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

2020-12-28 Thread Christian Hesse via arch-commits
Date: Monday, December 28, 2020 @ 21:17:58
  Author: eworm
Revision: 405082

archrelease: copy trunk to testing-x86_64

Added:
  libmicrohttpd/repos/testing-x86_64/
  libmicrohttpd/repos/testing-x86_64/PKGBUILD
(from rev 405081, libmicrohttpd/trunk/PKGBUILD)

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

Copied: libmicrohttpd/repos/testing-x86_64/PKGBUILD (from rev 405081, 
libmicrohttpd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-28 21:17:58 UTC (rev 405082)
@@ -0,0 +1,45 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Norberto Lopes 
+# Contributor: Kao Dome 
+# Contributor: Dmitrij D. Czarkoff 
+# Contributor: Mathias Rohnstock 
+
+pkgname=libmicrohttpd
+pkgver=0.9.72
+pkgrel=1
+pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
+arch=('x86_64')
+url="https://www.gnu.org/software/libmicrohttpd/;
+license=('LGPL')
+depends=('gnutls')
+checkdepends=('curl')
+provides=('libmicrohttpd.so')
+validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) 
+  'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

+source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('0ae825f8e0d7f41201fd44a0df1cf454c1cb0bc50fe9d59c26552260264c2ff8'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-dependency-tracking \
+--disable-examples \
+--enable-curl \
+--enable-https \
+--enable-largefile \
+--enable-messages \
+--with-pic
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+}


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

2020-12-28 Thread Christian Hesse via arch-commits
Date: Monday, December 28, 2020 @ 21:17:56
  Author: eworm
Revision: 405081

upgpkg: libmicrohttpd 0.9.72-1: new upstream release

Modified:
  libmicrohttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-28 21:17:23 UTC (rev 405080)
+++ PKGBUILD2020-12-28 21:17:56 UTC (rev 405081)
@@ -5,7 +5,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.71
+pkgver=0.9.72
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('x86_64')
@@ -17,7 +17,7 @@
 validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) 
   'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

 source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('e8f445e85faf727b89e9f9590daea4473ae00ead38b237cf1eda55172b89b182'
+sha256sums=('0ae825f8e0d7f41201fd44a0df1cf454c1cb0bc50fe9d59c26552260264c2ff8'
 'SKIP')
 
 build() {


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

2020-12-28 Thread Christian Hesse via arch-commits
Date: Monday, December 28, 2020 @ 21:14:43
  Author: eworm
Revision: 405078

archrelease: copy trunk to testing-x86_64

Added:
  git/repos/testing-x86_64/
  git/repos/testing-x86_64/PKGBUILD
(from rev 405077, git/trunk/PKGBUILD)
  git/repos/testing-x86_64/git-daemon.socket
(from rev 405077, git/trunk/git-daemon.socket)
  git/repos/testing-x86_64/git-daemon@.service
(from rev 405077, git/trunk/git-daemon@.service)
  git/repos/testing-x86_64/git-sysusers.conf
(from rev 405077, git/trunk/git-sysusers.conf)
  git/repos/testing-x86_64/git.install
(from rev 405077, git/trunk/git.install)

-+
 PKGBUILD|  128 ++
 git-daemon.socket   |9 +++
 git-daemon@.service |   14 +
 git-sysusers.conf   |1 
 git.install |   14 +
 5 files changed, 166 insertions(+)

Copied: git/repos/testing-x86_64/PKGBUILD (from rev 405077, git/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-28 21:14:43 UTC (rev 405078)
@@ -0,0 +1,128 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Dan McGee 
+
+pkgname=git
+pkgver=2.30.0
+pkgrel=1
+pkgdesc='the fast distributed version control system'
+arch=('x86_64')
+url='https://git-scm.com/'
+license=('GPL2')
+depends=('curl' 'expat' 'perl' 'perl-error' 'perl-mailtools'
+ 'openssl' 'pcre2' 'grep' 'shadow')
+makedepends=('python' 'libgnome-keyring' 'xmlto' 'asciidoc')
+optdepends=('tk: gitk and git gui'
+'perl-libwww: git svn'
+'perl-term-readkey: git svn and interactive.singlekey setting'
+'perl-mime-tools: git send-email'
+'perl-net-smtp-ssl: git send-email TLS support'
+'perl-authen-sasl: git send-email TLS support'
+'perl-mediawiki-api: git mediawiki support'
+'perl-datetime-format-iso8601: git mediawiki support'
+'perl-lwp-protocol-https: git mediawiki https support'
+'perl-cgi: gitweb (web interface) support'
+'python: git svn & git p4'
+'subversion: git svn'
+'org.freedesktop.secrets: keyring credential helper'
+'libsecret: libsecret credential helper')
+install=git.install
+validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
+source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar."{xz,sign}
+'git-daemon@.service'
+'git-daemon.socket'
+'git-sysusers.conf')
+sha256sums=('55735021109565721af805af382c45cce73c3cfaa59daad22443d1477d334d19'
+'SKIP'
+'14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91'
+'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203'
+'7630e8245526ad80f703fac9900a1328588c503ce32b37b9f8811674fcda4a45')
+
+_make_paths=(
+  prefix='/usr'
+  gitexecdir='/usr/lib/git-core'
+  perllibdir="$(/usr/bin/perl -MConfig -wle 'print $Config{installvendorlib}')"
+)
+
+_make_options=(
+  CFLAGS="$CFLAGS"
+  LDFLAGS="$LDFLAGS"
+  INSTALL_SYMLINKS=1
+  MAN_BOLD_LITERAL=1
+  NO_PERL_CPAN_FALLBACKS=1
+  USE_LIBPCRE2=1
+)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+all man
+
+  make -C contrib/credential/gnome-keyring
+  make -C contrib/credential/libsecret
+  make -C contrib/subtree "${_make_paths[@]}" all man
+  make -C contrib/mw-to-git "${_make_paths[@]}" all
+  make -C contrib/diff-highlight "${_make_paths[@]}"
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  local jobs
+  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
+  mkdir -p /dev/shm/git-test
+  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
+  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
+  # build chroot (i.e.: /usr/bin/nologin)
+  SHELL=/bin/sh \
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+NO_SVN_TESTS=y \
+DEFAULT_TEST_TARGET=prove \
+GIT_PROVE_OPTS="$jobs -Q" \
+GIT_TEST_OPTS="--root=/dev/shm/git-test" \
+test
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+DESTDIR="$pkgdir" \
+install install-man
+
+  # bash completion
+  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
+  install -m 0644 ./contrib/completion/git-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/git
+  # fancy git prompt
+  mkdir -p "$pkgdir"/usr/share/git/
+  install -m 0644 ./contrib/completion/git-prompt.sh 
"$pkgdir"/usr/share/git/git-prompt.sh
+  # gnome credentials helper (deprecated, but we will keep it as long there is 
no extra cost)
+  # https://gitlab.gnome.org/GNOME/libgnome-keyring/commit/6a5adea4aec93
+  install -m 0755 
contrib/credential/gnome-keyring/git-credential-gnome-keyring \
+  

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

2020-12-28 Thread Christian Hesse via arch-commits
Date: Monday, December 28, 2020 @ 21:14:23
  Author: eworm
Revision: 405077

upgpkg: git 2.30.0-1: new upstream release

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-28 20:46:27 UTC (rev 405076)
+++ PKGBUILD2020-12-28 21:14:23 UTC (rev 405077)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.29.2
+pkgver=2.30.0
 pkgrel=1
 pkgdesc='the fast distributed version control system'
 arch=('x86_64')
@@ -31,7 +31,7 @@
 'git-daemon@.service'
 'git-daemon.socket'
 'git-sysusers.conf')
-sha256sums=('f2fc436ebe657821a1360bcd1e5f4896049610082419143d60f6fa13c2f607c1'
+sha256sums=('55735021109565721af805af382c45cce73c3cfaa59daad22443d1477d334d19'
 'SKIP'
 '14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91'
 'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203'


[arch-commits] Commit in terminus-font/repos/community-any (4 files)

2020-12-27 Thread Christian Hesse via arch-commits
Date: Sunday, December 27, 2020 @ 22:15:31
  Author: eworm
Revision: 793900

archrelease: copy trunk to community-any

Added:
  terminus-font/repos/community-any/PKGBUILD
(from rev 793899, terminus-font/trunk/PKGBUILD)
  terminus-font/repos/community-any/fix-75-yes-terminus.patch
(from rev 793899, terminus-font/trunk/fix-75-yes-terminus.patch)
Deleted:
  terminus-font/repos/community-any/PKGBUILD
  terminus-font/repos/community-any/fix-75-yes-terminus.patch

---+
 PKGBUILD  |  103 ++--
 fix-75-yes-terminus.patch |   22 -
 2 files changed, 64 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-27 22:15:28 UTC (rev 793899)
+++ PKGBUILD2020-12-27 22:15:31 UTC (rev 793900)
@@ -1,50 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Kristoffer Fossgård 
-# Contributor: clonejo 
-# Contributor: Daniel Micay 
-
-pkgname=terminus-font
-pkgver=4.49
-pkgrel=1
-
-pkgdesc='Monospace bitmap font (for X11 and console)'
-url='http://terminus-font.sourceforge.net/'
-arch=('any')
-license=('GPL2' 'custom:OFL')
-makedepends=('xorg-bdftopcf' 'python')
-source=("https://downloads.sourceforge.net/project/terminus-font/terminus-font-$pkgver/terminus-font-$pkgver.tar.gz;
-fix-75-yes-terminus.patch)
-sha256sums=('db0a74551a23d2229db6ffea469ca8e390625ace4069dd1c1a3d05a16ed2634d'
-'ddd86485cf6d54e020e36f1c38c56e8b21b57c23a5d76250e15c1d16fed9caa5')
-
-prepare() {
-  cd "terminus-font-$pkgver"
-  patch -p1 <"$srcdir"/fix-75-yes-terminus.patch
-}
-
-build() {
-  cd "terminus-font-$pkgver"
-
-  ./configure \
---prefix=/usr \
---x11dir=/usr/share/fonts/misc \
---psfdir=/usr/share/kbd/consolefonts
-  make
-}
-
-package() {
-  make -C "terminus-font-$pkgver" DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir/terminus-font-$pkgver/75-yes-terminus.conf" \
-"$pkgdir/etc/fonts/conf.avail/75-yes-terminus.conf"
-  install -Dm644 "$srcdir/terminus-font-$pkgver/OFL.TXT" \
-"$pkgdir/usr/share/licenses/terminus-font/LICENSE"
-  install -d "$pkgdir/etc/fonts/conf.d"
-
-  cd "$pkgdir/etc/fonts/conf.d"
-  ln -s ../conf.avail/75-yes-terminus.conf .
-}
-
-# vim:set ts=2 sw=2 et:

Copied: terminus-font/repos/community-any/PKGBUILD (from rev 793899, 
terminus-font/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-27 22:15:31 UTC (rev 793900)
@@ -0,0 +1,53 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Kristoffer Fossgård 
+# Contributor: clonejo 
+# Contributor: Daniel Micay 
+
+pkgname=terminus-font
+pkgver=4.49
+pkgrel=2
+
+pkgdesc='Monospace bitmap font (for X11 and console)'
+url='http://terminus-font.sourceforge.net/'
+arch=('any')
+license=('GPL2' 'custom:OFL')
+makedepends=('xorg-bdftopcf' 'python')
+conflicts=('terminus-font-otb')
+replaces=('terminus-font-otb')
+source=("https://downloads.sourceforge.net/project/terminus-font/terminus-font-$pkgver/terminus-font-$pkgver.tar.gz;
+fix-75-yes-terminus.patch)
+sha256sums=('db0a74551a23d2229db6ffea469ca8e390625ace4069dd1c1a3d05a16ed2634d'
+'ddd86485cf6d54e020e36f1c38c56e8b21b57c23a5d76250e15c1d16fed9caa5')
+
+prepare() {
+  cd "terminus-font-$pkgver"
+  patch -p1 <"$srcdir"/fix-75-yes-terminus.patch
+}
+
+build() {
+  cd "terminus-font-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--x11dir=/usr/share/fonts/misc \
+--otbdir=/usr/share/fonts/misc \
+--psfdir=/usr/share/kbd/consolefonts
+  make all otb
+}
+
+package() {
+  make -C "terminus-font-$pkgver" DESTDIR="$pkgdir" install install-otb
+
+  install -Dm644 "$srcdir/terminus-font-$pkgver/75-yes-terminus.conf" \
+"$pkgdir/etc/fonts/conf.avail/75-yes-terminus.conf"
+  install -Dm644 "$srcdir/terminus-font-$pkgver/OFL.TXT" \
+"$pkgdir/usr/share/licenses/terminus-font/LICENSE"
+  install -d "$pkgdir/etc/fonts/conf.d"
+
+  cd "$pkgdir/etc/fonts/conf.d"
+  ln -s ../conf.avail/75-yes-terminus.conf .
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: fix-75-yes-terminus.patch
===
--- fix-75-yes-terminus.patch   2020-12-27 22:15:28 UTC (rev 793899)
+++ fix-75-yes-terminus.patch   2020-12-27 22:15:31 UTC (rev 793900)
@@ -1,11 +0,0 @@
 a/75-yes-terminus.conf 2019-01-01 19:32:47.0 +0100
-+++ b/75-yes-terminus.conf 2019-01-01 19:41:28.323308293 +0100
-@@ -5,7 +5,7 @@
-  
-   
-
-- Terminus
-+ xos4 Terminus
-
-   
-  

Copied: terminus-font/repos/community-any/fix-75-yes-terminus.patch (from rev 
793899, terminus-font/trunk/fix-75-yes-terminus.patch)
===
--- 

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

2020-12-27 Thread Christian Hesse via arch-commits
Date: Sunday, December 27, 2020 @ 22:15:23
  Author: eworm
Revision: 793898

upgpkg: terminus-font 4.49-2: ship fonts in otb (Open Type Bitmap) format

... and replace terminus-font-otb.

Modified:
  terminus-font/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-27 22:15:13 UTC (rev 793897)
+++ PKGBUILD2020-12-27 22:15:23 UTC (rev 793898)
@@ -7,7 +7,7 @@
 
 pkgname=terminus-font
 pkgver=4.49
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Monospace bitmap font (for X11 and console)'
 url='http://terminus-font.sourceforge.net/'
@@ -14,6 +14,8 @@
 arch=('any')
 license=('GPL2' 'custom:OFL')
 makedepends=('xorg-bdftopcf' 'python')
+conflicts=('terminus-font-otb')
+replaces=('terminus-font-otb')
 
source=("https://downloads.sourceforge.net/project/terminus-font/terminus-font-$pkgver/terminus-font-$pkgver.tar.gz;
 fix-75-yes-terminus.patch)
 sha256sums=('db0a74551a23d2229db6ffea469ca8e390625ace4069dd1c1a3d05a16ed2634d'
@@ -30,12 +32,13 @@
   ./configure \
 --prefix=/usr \
 --x11dir=/usr/share/fonts/misc \
+--otbdir=/usr/share/fonts/misc \
 --psfdir=/usr/share/kbd/consolefonts
-  make
+  make all otb
 }
 
 package() {
-  make -C "terminus-font-$pkgver" DESTDIR="$pkgdir" install
+  make -C "terminus-font-$pkgver" DESTDIR="$pkgdir" install install-otb
 
   install -Dm644 "$srcdir/terminus-font-$pkgver/75-yes-terminus.conf" \
 "$pkgdir/etc/fonts/conf.avail/75-yes-terminus.conf"


[arch-commits] Commit in (terminus-font-otb)

2020-12-27 Thread Christian Hesse via arch-commits
Date: Sunday, December 27, 2020 @ 22:18:52
  Author: eworm
Revision: 793909

remove terminus-font-otb, replaced by terminus-font

Deleted:
  terminus-font-otb/


[arch-commits] Commit in terminus-font-otb/repos/community-any (3 files)

2020-12-26 Thread Christian Hesse via arch-commits
Date: Saturday, December 26, 2020 @ 19:40:21
  Author: eworm
Revision: 793026

archrelease: copy trunk to community-any

Added:
  terminus-font-otb/repos/community-any/PKGBUILD
(from rev 793025, terminus-font-otb/trunk/PKGBUILD)
Deleted:
  terminus-font-otb/repos/community-any/PKGBUILD
  terminus-font-otb/repos/community-any/otbconvert.pe

---+
 PKGBUILD  |   58 
 otbconvert.pe |7 --
 2 files changed, 29 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-26 19:40:18 UTC (rev 793025)
+++ PKGBUILD2020-12-26 19:40:21 UTC (rev 793026)
@@ -1,29 +0,0 @@
-# Maintainer: Christian Hesse 
-# Contributor: lynix 
-# Derived from 'dina-font-otb' by Ckat 
-
-pkgname=terminus-font-otb
-pkgver=4.49
-pkgrel=1
-pkgdesc='Monospace bitmap font (OTB version)'
-url='http://terminus-font.sourceforge.net/'
-arch=('any')
-license=('GPL2' 'custom:OFL')
-makedepends=('fontforge')
-source=("https://downloads.sourceforge.net/project/terminus-font/terminus-font-$pkgver/terminus-font-$pkgver.tar.gz;
-'otbconvert.pe')
-sha256sums=('db0a74551a23d2229db6ffea469ca8e390625ace4069dd1c1a3d05a16ed2634d'
-'431999be6be2630a9e8b4bcc5631b6bc727b795978b75cb4c874d9ce143e9703')
-
-build() {
-cd "terminus-font-$pkgver"
-../otbconvert.pe *.bdf
-}
-
-package() {
-cd "terminus-font-$pkgver"
-for i in *.otb; do
-install -D -m0644 $i "$pkgdir/usr/share/fonts/misc/$i"
-done
-install -D -m0644 'OFL.TXT' 
"$pkgdir/usr/share/licenses/terminus-font-otb/LICENSE"
-}

Copied: terminus-font-otb/repos/community-any/PKGBUILD (from rev 793025, 
terminus-font-otb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-26 19:40:21 UTC (rev 793026)
@@ -0,0 +1,29 @@
+# Maintainer: Christian Hesse 
+# Contributor: lynix 
+# Derived from 'dina-font-otb' by Ckat 
+
+pkgname=terminus-font-otb
+pkgver=4.49
+pkgrel=2
+pkgdesc='Monospace bitmap font (OTB version)'
+url='http://terminus-font.sourceforge.net/'
+arch=('any')
+license=('GPL2' 'custom:OFL')
+makedepends=('fontforge')
+source=("https://downloads.sourceforge.net/project/terminus-font/terminus-font-$pkgver/terminus-font-$pkgver.tar.gz;)
+sha256sums=('db0a74551a23d2229db6ffea469ca8e390625ace4069dd1c1a3d05a16ed2634d')
+
+build() {
+  cd "terminus-font-$pkgver"
+
+  ./configure \
+--x11dir=/usr/share/fonts/misc/
+  make otb
+}
+
+package() {
+  make -C "terminus-font-$pkgver" DESTDIR="$pkgdir" install-otb
+
+  install -Dm644 "$srcdir/terminus-font-$pkgver/OFL.TXT" \
+"$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: otbconvert.pe
===
--- otbconvert.pe   2020-12-26 19:40:18 UTC (rev 793025)
+++ otbconvert.pe   2020-12-26 19:40:21 UTC (rev 793026)
@@ -1,7 +0,0 @@
-#!/usr/bin/fontforge
-i=1
-while ( i<$argc )
-  Open($argv[i])
-  Generate($argv[i]:r + ".otb")
-  i = i+1
-endloop


[arch-commits] Commit in terminus-font-otb/trunk (PKGBUILD otbconvert.pe)

2020-12-26 Thread Christian Hesse via arch-commits
Date: Saturday, December 26, 2020 @ 19:40:18
  Author: eworm
Revision: 793025

upgpkg: terminus-font-otb 4.49-2: use upstream otb support

Modified:
  terminus-font-otb/trunk/PKGBUILD
Deleted:
  terminus-font-otb/trunk/otbconvert.pe

---+
 PKGBUILD  |   24 
 otbconvert.pe |7 ---
 2 files changed, 12 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-26 19:19:11 UTC (rev 793024)
+++ PKGBUILD2020-12-26 19:40:18 UTC (rev 793025)
@@ -4,26 +4,26 @@
 
 pkgname=terminus-font-otb
 pkgver=4.49
-pkgrel=1
+pkgrel=2
 pkgdesc='Monospace bitmap font (OTB version)'
 url='http://terminus-font.sourceforge.net/'
 arch=('any')
 license=('GPL2' 'custom:OFL')
 makedepends=('fontforge')
-source=("https://downloads.sourceforge.net/project/terminus-font/terminus-font-$pkgver/terminus-font-$pkgver.tar.gz;
-'otbconvert.pe')
-sha256sums=('db0a74551a23d2229db6ffea469ca8e390625ace4069dd1c1a3d05a16ed2634d'
-'431999be6be2630a9e8b4bcc5631b6bc727b795978b75cb4c874d9ce143e9703')
+source=("https://downloads.sourceforge.net/project/terminus-font/terminus-font-$pkgver/terminus-font-$pkgver.tar.gz;)
+sha256sums=('db0a74551a23d2229db6ffea469ca8e390625ace4069dd1c1a3d05a16ed2634d')
 
 build() {
-cd "terminus-font-$pkgver"
-../otbconvert.pe *.bdf
+  cd "terminus-font-$pkgver"
+
+  ./configure \
+--x11dir=/usr/share/fonts/misc/
+  make otb
 }
 
 package() {
-cd "terminus-font-$pkgver"
-for i in *.otb; do
-install -D -m0644 $i "$pkgdir/usr/share/fonts/misc/$i"
-done
-install -D -m0644 'OFL.TXT' 
"$pkgdir/usr/share/licenses/terminus-font-otb/LICENSE"
+  make -C "terminus-font-$pkgver" DESTDIR="$pkgdir" install-otb
+
+  install -Dm644 "$srcdir/terminus-font-$pkgver/OFL.TXT" \
+"$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
 }

Deleted: otbconvert.pe
===
--- otbconvert.pe   2020-12-26 19:19:11 UTC (rev 793024)
+++ otbconvert.pe   2020-12-26 19:40:18 UTC (rev 793025)
@@ -1,7 +0,0 @@
-#!/usr/bin/fontforge
-i=1
-while ( i<$argc )
-  Open($argv[i])
-  Generate($argv[i]:r + ".otb")
-  i = i+1
-endloop


[arch-commits] Commit in terminus-font-otb/repos/community-any (4 files)

2020-12-26 Thread Christian Hesse via arch-commits
Date: Saturday, December 26, 2020 @ 19:10:57
  Author: eworm
Revision: 793022

archrelease: copy trunk to community-any

Added:
  terminus-font-otb/repos/community-any/PKGBUILD
(from rev 793021, terminus-font-otb/trunk/PKGBUILD)
  terminus-font-otb/repos/community-any/otbconvert.pe
(from rev 793021, terminus-font-otb/trunk/otbconvert.pe)
Deleted:
  terminus-font-otb/repos/community-any/PKGBUILD
  terminus-font-otb/repos/community-any/otbconvert.pe

---+
 PKGBUILD  |   58 
 otbconvert.pe |   14 ++---
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-26 19:10:54 UTC (rev 793021)
+++ PKGBUILD2020-12-26 19:10:57 UTC (rev 793022)
@@ -1,29 +0,0 @@
-# Maintainer: Christian Hesse 
-# Contributor: lynix 
-# Derived from 'dina-font-otb' by Ckat 
-
-pkgname=terminus-font-otb
-pkgver=4.48
-pkgrel=3
-pkgdesc='Monospace bitmap font (OTB version)'
-url='http://terminus-font.sourceforge.net/'
-arch=('any')
-license=('GPL2' 'custom:OFL')
-makedepends=('fontforge')
-source=("https://downloads.sourceforge.net/project/terminus-font/terminus-font-$pkgver/terminus-font-$pkgver.tar.gz;
-'otbconvert.pe')
-sha256sums=('34799c8dd5cec7db8016b4a615820dfb43b395575afbb24fc17ee19c869c94af'
-'431999be6be2630a9e8b4bcc5631b6bc727b795978b75cb4c874d9ce143e9703')
-
-build() {
-cd "terminus-font-$pkgver"
-../otbconvert.pe *.bdf
-}
-
-package() {
-cd "terminus-font-$pkgver"
-for i in *.otb; do
-install -D -m0644 $i "$pkgdir/usr/share/fonts/misc/$i"
-done
-install -D -m0644 'OFL.TXT' 
"$pkgdir/usr/share/licenses/terminus-font-otb/LICENSE"
-}

Copied: terminus-font-otb/repos/community-any/PKGBUILD (from rev 793021, 
terminus-font-otb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-26 19:10:57 UTC (rev 793022)
@@ -0,0 +1,29 @@
+# Maintainer: Christian Hesse 
+# Contributor: lynix 
+# Derived from 'dina-font-otb' by Ckat 
+
+pkgname=terminus-font-otb
+pkgver=4.49
+pkgrel=1
+pkgdesc='Monospace bitmap font (OTB version)'
+url='http://terminus-font.sourceforge.net/'
+arch=('any')
+license=('GPL2' 'custom:OFL')
+makedepends=('fontforge')
+source=("https://downloads.sourceforge.net/project/terminus-font/terminus-font-$pkgver/terminus-font-$pkgver.tar.gz;
+'otbconvert.pe')
+sha256sums=('db0a74551a23d2229db6ffea469ca8e390625ace4069dd1c1a3d05a16ed2634d'
+'431999be6be2630a9e8b4bcc5631b6bc727b795978b75cb4c874d9ce143e9703')
+
+build() {
+cd "terminus-font-$pkgver"
+../otbconvert.pe *.bdf
+}
+
+package() {
+cd "terminus-font-$pkgver"
+for i in *.otb; do
+install -D -m0644 $i "$pkgdir/usr/share/fonts/misc/$i"
+done
+install -D -m0644 'OFL.TXT' 
"$pkgdir/usr/share/licenses/terminus-font-otb/LICENSE"
+}

Deleted: otbconvert.pe
===
--- otbconvert.pe   2020-12-26 19:10:54 UTC (rev 793021)
+++ otbconvert.pe   2020-12-26 19:10:57 UTC (rev 793022)
@@ -1,7 +0,0 @@
-#!/usr/bin/fontforge
-i=1
-while ( i<$argc )
-  Open($argv[i])
-  Generate($argv[i]:r + ".otb")
-  i = i+1
-endloop

Copied: terminus-font-otb/repos/community-any/otbconvert.pe (from rev 793021, 
terminus-font-otb/trunk/otbconvert.pe)
===
--- otbconvert.pe   (rev 0)
+++ otbconvert.pe   2020-12-26 19:10:57 UTC (rev 793022)
@@ -0,0 +1,7 @@
+#!/usr/bin/fontforge
+i=1
+while ( i<$argc )
+  Open($argv[i])
+  Generate($argv[i]:r + ".otb")
+  i = i+1
+endloop


[arch-commits] Commit in terminus-font-otb/trunk (PKGBUILD)

2020-12-26 Thread Christian Hesse via arch-commits
Date: Saturday, December 26, 2020 @ 19:10:54
  Author: eworm
Revision: 793021

upgpkg: terminus-font-otb 4.49-1: new upstream release

Modified:
  terminus-font-otb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-26 19:10:48 UTC (rev 793020)
+++ PKGBUILD2020-12-26 19:10:54 UTC (rev 793021)
@@ -3,8 +3,8 @@
 # Derived from 'dina-font-otb' by Ckat 
 
 pkgname=terminus-font-otb
-pkgver=4.48
-pkgrel=3
+pkgver=4.49
+pkgrel=1
 pkgdesc='Monospace bitmap font (OTB version)'
 url='http://terminus-font.sourceforge.net/'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('fontforge')
 
source=("https://downloads.sourceforge.net/project/terminus-font/terminus-font-$pkgver/terminus-font-$pkgver.tar.gz;
 'otbconvert.pe')
-sha256sums=('34799c8dd5cec7db8016b4a615820dfb43b395575afbb24fc17ee19c869c94af'
+sha256sums=('db0a74551a23d2229db6ffea469ca8e390625ace4069dd1c1a3d05a16ed2634d'
 '431999be6be2630a9e8b4bcc5631b6bc727b795978b75cb4c874d9ce143e9703')
 
 build() {


[arch-commits] Commit in terminus-font/repos/community-any (4 files)

2020-12-26 Thread Christian Hesse via arch-commits
Date: Saturday, December 26, 2020 @ 19:10:48
  Author: eworm
Revision: 793020

archrelease: copy trunk to community-any

Added:
  terminus-font/repos/community-any/PKGBUILD
(from rev 793019, terminus-font/trunk/PKGBUILD)
  terminus-font/repos/community-any/fix-75-yes-terminus.patch
(from rev 793019, terminus-font/trunk/fix-75-yes-terminus.patch)
Deleted:
  terminus-font/repos/community-any/PKGBUILD
  terminus-font/repos/community-any/fix-75-yes-terminus.patch

---+
 PKGBUILD  |  100 ++--
 fix-75-yes-terminus.patch |   22 -
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-26 19:10:45 UTC (rev 793019)
+++ PKGBUILD2020-12-26 19:10:48 UTC (rev 793020)
@@ -1,50 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Kristoffer Fossgård 
-# Contributor: clonejo 
-# Contributor: Daniel Micay 
-
-pkgname=terminus-font
-pkgver=4.48
-pkgrel=3
-
-pkgdesc='Monospace bitmap font (for X11 and console)'
-url='http://terminus-font.sourceforge.net/'
-arch=('any')
-license=('GPL2' 'custom:OFL')
-makedepends=('xorg-bdftopcf' 'python')
-source=("https://downloads.sourceforge.net/project/terminus-font/terminus-font-$pkgver/terminus-font-$pkgver.tar.gz;
-fix-75-yes-terminus.patch)
-sha256sums=('34799c8dd5cec7db8016b4a615820dfb43b395575afbb24fc17ee19c869c94af'
-'ddd86485cf6d54e020e36f1c38c56e8b21b57c23a5d76250e15c1d16fed9caa5')
-
-prepare() {
-  cd "terminus-font-$pkgver"
-  patch -p1 <"$srcdir"/fix-75-yes-terminus.patch
-}
-
-build() {
-  cd "terminus-font-$pkgver"
-
-  ./configure \
---prefix=/usr \
---x11dir=/usr/share/fonts/misc \
---psfdir=/usr/share/kbd/consolefonts
-  make
-}
-
-package() {
-  make -C "terminus-font-$pkgver" DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir/terminus-font-$pkgver/75-yes-terminus.conf" \
-"$pkgdir/etc/fonts/conf.avail/75-yes-terminus.conf"
-  install -Dm644 "$srcdir/terminus-font-$pkgver/OFL.TXT" \
-"$pkgdir/usr/share/licenses/terminus-font/LICENSE"
-  install -d "$pkgdir/etc/fonts/conf.d"
-
-  cd "$pkgdir/etc/fonts/conf.d"
-  ln -s ../conf.avail/75-yes-terminus.conf .
-}
-
-# vim:set ts=2 sw=2 et:

Copied: terminus-font/repos/community-any/PKGBUILD (from rev 793019, 
terminus-font/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-26 19:10:48 UTC (rev 793020)
@@ -0,0 +1,50 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Kristoffer Fossgård 
+# Contributor: clonejo 
+# Contributor: Daniel Micay 
+
+pkgname=terminus-font
+pkgver=4.49
+pkgrel=1
+
+pkgdesc='Monospace bitmap font (for X11 and console)'
+url='http://terminus-font.sourceforge.net/'
+arch=('any')
+license=('GPL2' 'custom:OFL')
+makedepends=('xorg-bdftopcf' 'python')
+source=("https://downloads.sourceforge.net/project/terminus-font/terminus-font-$pkgver/terminus-font-$pkgver.tar.gz;
+fix-75-yes-terminus.patch)
+sha256sums=('db0a74551a23d2229db6ffea469ca8e390625ace4069dd1c1a3d05a16ed2634d'
+'ddd86485cf6d54e020e36f1c38c56e8b21b57c23a5d76250e15c1d16fed9caa5')
+
+prepare() {
+  cd "terminus-font-$pkgver"
+  patch -p1 <"$srcdir"/fix-75-yes-terminus.patch
+}
+
+build() {
+  cd "terminus-font-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--x11dir=/usr/share/fonts/misc \
+--psfdir=/usr/share/kbd/consolefonts
+  make
+}
+
+package() {
+  make -C "terminus-font-$pkgver" DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/terminus-font-$pkgver/75-yes-terminus.conf" \
+"$pkgdir/etc/fonts/conf.avail/75-yes-terminus.conf"
+  install -Dm644 "$srcdir/terminus-font-$pkgver/OFL.TXT" \
+"$pkgdir/usr/share/licenses/terminus-font/LICENSE"
+  install -d "$pkgdir/etc/fonts/conf.d"
+
+  cd "$pkgdir/etc/fonts/conf.d"
+  ln -s ../conf.avail/75-yes-terminus.conf .
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: fix-75-yes-terminus.patch
===
--- fix-75-yes-terminus.patch   2020-12-26 19:10:45 UTC (rev 793019)
+++ fix-75-yes-terminus.patch   2020-12-26 19:10:48 UTC (rev 793020)
@@ -1,11 +0,0 @@
 a/75-yes-terminus.conf 2019-01-01 19:32:47.0 +0100
-+++ b/75-yes-terminus.conf 2019-01-01 19:41:28.323308293 +0100
-@@ -5,7 +5,7 @@
-  
-   
-
-- Terminus
-+ xos4 Terminus
-
-   
-  

Copied: terminus-font/repos/community-any/fix-75-yes-terminus.patch (from rev 
793019, terminus-font/trunk/fix-75-yes-terminus.patch)
===
--- fix-75-yes-terminus.patch   (rev 0)
+++ fix-75-yes-terminus.patch   2020-12-26 19:10:48 UTC (rev 793020)
@@ -0,0 +1,11 

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

2020-12-26 Thread Christian Hesse via arch-commits
Date: Saturday, December 26, 2020 @ 19:10:45
  Author: eworm
Revision: 793019

upgpkg: terminus-font 4.49-1: new upstream release

Modified:
  terminus-font/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-26 17:24:19 UTC (rev 793018)
+++ PKGBUILD2020-12-26 19:10:45 UTC (rev 793019)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Micay 
 
 pkgname=terminus-font
-pkgver=4.48
-pkgrel=3
+pkgver=4.49
+pkgrel=1
 
 pkgdesc='Monospace bitmap font (for X11 and console)'
 url='http://terminus-font.sourceforge.net/'
@@ -16,7 +16,7 @@
 makedepends=('xorg-bdftopcf' 'python')
 
source=("https://downloads.sourceforge.net/project/terminus-font/terminus-font-$pkgver/terminus-font-$pkgver.tar.gz;
 fix-75-yes-terminus.patch)
-sha256sums=('34799c8dd5cec7db8016b4a615820dfb43b395575afbb24fc17ee19c869c94af'
+sha256sums=('db0a74551a23d2229db6ffea469ca8e390625ace4069dd1c1a3d05a16ed2634d'
 'ddd86485cf6d54e020e36f1c38c56e8b21b57c23a5d76250e15c1d16fed9caa5')
 
 prepare() {


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

2020-12-26 Thread Christian Hesse via arch-commits
Date: Saturday, December 26, 2020 @ 18:54:25
  Author: eworm
Revision: 405022

archrelease: copy trunk to testing-x86_64

Added:
  libarchive/repos/testing-x86_64/
  libarchive/repos/testing-x86_64/PKGBUILD
(from rev 405021, libarchive/trunk/PKGBUILD)

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

Copied: libarchive/repos/testing-x86_64/PKGBUILD (from rev 405021, 
libarchive/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-26 18:54:25 UTC (rev 405022)
@@ -0,0 +1,39 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Dan McGee 
+
+pkgname=libarchive
+pkgver=3.5.1
+pkgrel=1
+pkgdesc='Multi-format archive and compression library'
+arch=('x86_64')
+url='https://libarchive.org/'
+license=('BSD')
+depends=('acl' 'libacl.so' 'bzip2' 'expat' 'lz4' 'openssl' 'xz' 'zlib' 'zstd')
+provides=('libarchive.so')
+validpgpkeys=('A5A45B12AD92D964B89EEE2DEC560C81CEC2276E') # Martin Matuska 

+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('0e17d3a8d0b206018693b27f08029b598f6ef03600c2b5d10c94ce58692e299b'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  ./configure \
+  --prefix=/usr \
+  --without-xml2 \
+  --without-nettle \
+  --disable-static
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/libarchive/COPYING"
+}


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

2020-12-26 Thread Christian Hesse via arch-commits
Date: Saturday, December 26, 2020 @ 18:54:23
  Author: eworm
Revision: 405021

upgpkg: libarchive 3.5.1-1: new upstream release

Modified:
  libarchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-26 18:43:37 UTC (rev 405020)
+++ PKGBUILD2020-12-26 18:54:23 UTC (rev 405021)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=libarchive
-pkgver=3.5.0
+pkgver=3.5.1
 pkgrel=1
 pkgdesc='Multi-format archive and compression library'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 depends=('acl' 'libacl.so' 'bzip2' 'expat' 'lz4' 'openssl' 'xz' 'zlib' 'zstd')
 provides=('libarchive.so')
 validpgpkeys=('A5A45B12AD92D964B89EEE2DEC560C81CEC2276E') # Martin Matuska 

-source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('245bff9d17e78986bf9716eb887e3bc731d7fd8e5d04efebb8bb1e1c39a3a354'
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('0e17d3a8d0b206018693b27f08029b598f6ef03600c2b5d10c94ce58692e299b'
 'SKIP')
 
 build() {


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

2020-12-26 Thread Christian Hesse via arch-commits
Date: Saturday, December 26, 2020 @ 18:43:37
  Author: eworm
Revision: 405020

archrelease: copy trunk to testing-x86_64

Added:
  iproute2/repos/testing-x86_64/
  iproute2/repos/testing-x86_64/0001-make-iproute2-fhs-compliant.patch
(from rev 405019, iproute2/trunk/0001-make-iproute2-fhs-compliant.patch)
  iproute2/repos/testing-x86_64/PKGBUILD
(from rev 405019, iproute2/trunk/PKGBUILD)

+
 0001-make-iproute2-fhs-compliant.patch |  101 +++
 PKGBUILD   |   58 +
 2 files changed, 159 insertions(+)

Copied: iproute2/repos/testing-x86_64/0001-make-iproute2-fhs-compliant.patch 
(from rev 405019, iproute2/trunk/0001-make-iproute2-fhs-compliant.patch)
===
--- testing-x86_64/0001-make-iproute2-fhs-compliant.patch   
(rev 0)
+++ testing-x86_64/0001-make-iproute2-fhs-compliant.patch   2020-12-26 
18:43:37 UTC (rev 405020)
@@ -0,0 +1,101 @@
+From f0624f6cc656cb177b64e2664f2a806221bfab58 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Thu, 28 Jul 2016 08:49:20 +0200
+Subject: [PATCH 1/1] make iproute2 fhs compliant
+
+Signed-off-by: Christian Hesse 
+---
+ Makefile   |  2 +-
+ netem/Makefile |  4 ++--
+ tc/q_netem.c   |  2 +-
+ tc/tc_util.c   | 15 +++
+ tc/tc_util.h   |  1 +
+ 5 files changed, 20 insertions(+), 4 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index eb571a5..db0a04c 100644
+--- a/Makefile
 b/Makefile
+@@ -14,7 +14,7 @@ DBM_INCLUDE:=$(DESTDIR)/usr/include
+ 
+ SHARED_LIBS = y
+ 
+-DEFINES= -DRESOLVE_HOSTNAMES -DLIBDIR=\"$(LIBDIR)\"
++DEFINES= -DRESOLVE_HOSTNAMES -DLIBDIR=\"$(LIBDIR)\" -DDATADIR=\"$(DATADIR)\"
+ ifneq ($(SHARED_LIBS),y)
+ DEFINES+= -DNO_SHARED_LIBS
+ endif
+diff --git a/netem/Makefile b/netem/Makefile
+index e52e125..5b4d283 100644
+--- a/netem/Makefile
 b/netem/Makefile
+@@ -20,9 +20,9 @@ stats: stats.c
+   $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
+ 
+ install: all
+-  mkdir -p $(DESTDIR)$(LIBDIR)/tc
++  mkdir -p $(DESTDIR)$(DATADIR)/tc
+   for i in $(DISTDATA); \
+-  do install -m 644 $$i $(DESTDIR)$(LIBDIR)/tc; \
++  do install -m 644 $$i $(DESTDIR)$(DATADIR)/tc; \
+   done
+ 
+ clean:
+diff --git a/tc/q_netem.c b/tc/q_netem.c
+index 8fe2204..a15a5c7 100644
+--- a/tc/q_netem.c
 b/tc/q_netem.c
+@@ -113,7 +113,7 @@ static int get_distribution(const char *type, __s16 *data, 
int maxdata)
+   char *line = NULL;
+   char name[128];
+ 
+-  snprintf(name, sizeof(name), "%s/%s.dist", get_tc_lib(), type);
++  snprintf(name, sizeof(name), "%s/%s.dist", get_tc_datadir(), type);
+   if ((f = fopen(name, "r")) == NULL) {
+   fprintf(stderr, "No distribution data for %s (%s: %s)\n",
+   type, name, strerror(errno));
+diff --git a/tc/tc_util.c b/tc/tc_util.c
+index afc4cf5..728b854 100644
+--- a/tc/tc_util.c
 b/tc/tc_util.c
+@@ -32,6 +32,10 @@
+ #define LIBDIR "/usr/lib"
+ #endif
+ 
++#ifndef DATADIR
++#define DATADIR "/usr/share"
++#endif
++
+ static struct db_names *cls_names;
+ 
+ #define NAMES_DB "/etc/iproute2/tc_cls"
+@@ -73,6 +77,17 @@ const char *get_tc_lib(void)
+   return lib_dir;
+ }
+ 
++const char *get_tc_datadir(void)
++{
++  const char *data_dir;
++
++  data_dir = getenv("TC_DATA_DIR");
++  if (!data_dir)
++  data_dir = DATADIR "/tc/";
++
++  return data_dir;
++}
++
+ int get_qdisc_handle(__u32 *h, const char *str)
+ {
+   __u32 maj;
+diff --git a/tc/tc_util.h b/tc/tc_util.h
+index 61e60b1..6d448de 100644
+--- a/tc/tc_util.h
 b/tc/tc_util.h
+@@ -55,6 +55,7 @@ struct exec_util {
+ };
+ 
+ const char *get_tc_lib(void);
++const char *get_tc_datadir(void);
+ 
+ struct qdisc_util *get_qdisc_kind(const char *str);
+ struct filter_util *get_filter_kind(const char *str);

Copied: iproute2/repos/testing-x86_64/PKGBUILD (from rev 405019, 
iproute2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-26 18:43:37 UTC (rev 405020)
@@ -0,0 +1,58 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Ronald van Haren 
+# Contributor: Judd Vinet 
+
+pkgname=iproute2
+pkgver=5.10.0
+pkgrel=2
+pkgdesc='IP Routing Utilities'
+arch=('x86_64')
+license=('GPL2')
+url='https://git.kernel.org/pub/scm/network/iproute2/iproute2.git'
+depends=('glibc' 'iptables' 'libelf')
+optdepends=('db: userspace arp daemon'
+'linux-atm: ATM support')
+provides=('iproute')
+backup=('etc/iproute2/ematch_map'
+'etc/iproute2/rt_dsfield'
+'etc/iproute2/rt_protos'
+'etc/iproute2/rt_realms'
+'etc/iproute2/rt_scopes'
+'etc/iproute2/rt_tables')
+makedepends=('linux-atm')
+options=('staticlibs')
+validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen 

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

2020-12-26 Thread Christian Hesse via arch-commits
Date: Saturday, December 26, 2020 @ 18:43:29
  Author: eworm
Revision: 405019

upgpkg: iproute2 5.10.0-2: upstream regenerated and reuploaded tarball...

Modified:
  iproute2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-26 08:49:56 UTC (rev 405018)
+++ PKGBUILD2020-12-26 18:43:29 UTC (rev 405019)
@@ -4,7 +4,7 @@
 
 pkgname=iproute2
 pkgver=5.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='IP Routing Utilities'
 arch=('x86_64')
 license=('GPL2')
@@ -24,7 +24,7 @@
 validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen Hemminger
 
source=("https://www.kernel.org/pub/linux/utils/net/${pkgname}/${pkgname}-${pkgver}.tar."{xz,sign}
 '0001-make-iproute2-fhs-compliant.patch')
-sha256sums=('1508c9476a5b087d26f094e031a2d4fda184783a630f09596e0a6c1f978cee96'
+sha256sums=('a54a34ae309c0406b2d1fb3a46158613ffb83d33fefd5d4a27f0010237ac53e9'
 'SKIP'
 'f60fefe4c17d3b768824bb50ae6416292bcebba06d73452e23f4147b46b827d3')
 


[arch-commits] Commit in xfce4-whiskermenu-plugin/repos/community-x86_64 (2 files)

2020-12-24 Thread Christian Hesse via arch-commits
Date: Thursday, December 24, 2020 @ 21:38:57
  Author: eworm
Revision: 788929

archrelease: copy trunk to community-x86_64

Added:
  xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD
(from rev 788928, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-24 21:38:54 UTC (rev 788928)
+++ PKGBUILD2020-12-24 21:38:57 UTC (rev 788929)
@@ -1,31 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Alexander F Rødseth 
-# Contributor: Graeme Gott 
-
-pkgname=xfce4-whiskermenu-plugin
-pkgver=2.4.6
-pkgrel=1
-pkgdesc='Menu for Xfce4'
-arch=('x86_64')
-url='https://gottcode.org/xfce4-whiskermenu-plugin/'
-groups=('xfce4-goodies')
-license=('GPL2')
-depends=('garcon' 'xfce4-panel' 'gtk3>=3.22')
-makedepends=('cmake' 'ninja')
-source=("https://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2;)
-sha256sums=('8974d38cc87df528693efe4b6e14bcd233cdb49d2018a23f745110b25744')
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -GNinja
-   ninja
-}
-
-package() {
-   DESTDIR="$pkgdir" ninja -C build install
-}

Copied: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 
788928, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-24 21:38:57 UTC (rev 788929)
@@ -0,0 +1,31 @@
+# Maintainer: Brad Fanella 
+# Contributor: Alexander F Rødseth 
+# Contributor: Graeme Gott 
+
+pkgname=xfce4-whiskermenu-plugin
+pkgver=2.5.0
+pkgrel=1
+pkgdesc='Menu for Xfce4'
+arch=('x86_64')
+url='https://gottcode.org/xfce4-whiskermenu-plugin/'
+groups=('xfce4-goodies')
+license=('GPL2')
+depends=('garcon' 'xfce4-panel' 'gtk3>=3.22')
+makedepends=('cmake' 'ninja')
+source=("https://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2;)
+sha256sums=('341a2fe052bbe0e19cb7147dc180f0cd522b47b9b33d7f22289ae5142a512644')
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -GNinja
+   ninja
+}
+
+package() {
+   DESTDIR="$pkgdir" ninja -C build install
+}


[arch-commits] Commit in xfce4-whiskermenu-plugin/trunk (PKGBUILD)

2020-12-24 Thread Christian Hesse via arch-commits
Date: Thursday, December 24, 2020 @ 21:38:50
  Author: eworm
Revision: 788927

upgpkg: xfce4-whiskermenu-plugin 2.5.0-1: new upstream release

Modified:
  xfce4-whiskermenu-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-24 21:38:26 UTC (rev 788926)
+++ PKGBUILD2020-12-24 21:38:50 UTC (rev 788927)
@@ -3,7 +3,7 @@
 # Contributor: Graeme Gott 
 
 pkgname=xfce4-whiskermenu-plugin
-pkgver=2.4.6
+pkgver=2.5.0
 pkgrel=1
 pkgdesc='Menu for Xfce4'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('garcon' 'xfce4-panel' 'gtk3>=3.22')
 makedepends=('cmake' 'ninja')
 
source=("https://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2;)
-sha256sums=('8974d38cc87df528693efe4b6e14bcd233cdb49d2018a23f745110b25744')
+sha256sums=('341a2fe052bbe0e19cb7147dc180f0cd522b47b9b33d7f22289ae5142a512644')
 
 build() {
mkdir -p build


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

2020-12-22 Thread Christian Hesse via arch-commits
Date: Tuesday, December 22, 2020 @ 11:59:46
  Author: eworm
Revision: 404835

upgpkg: htop 3.0.4-1: new upstream release

Modified:
  htop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-22 11:50:12 UTC (rev 404834)
+++ PKGBUILD2020-12-22 11:59:46 UTC (rev 404835)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=htop
-pkgver=3.0.3
+pkgver=3.0.4
 pkgrel=1
 pkgdesc='Interactive process viewer'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 'strace: attach to a running process')
 options=('!emptydirs')
 
source=("https://github.com/htop-dev/htop/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('725103929c925a7252b4dedeb29b3a1da86a2f74e96c50eb9ea6c8fec1942cd2')
+sha256sums=('d8a0536ce95e3d59f8e292e73ee037033a74a8cc118fd10d22048bd4aeb61324')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2020-12-22 Thread Christian Hesse via arch-commits
Date: Tuesday, December 22, 2020 @ 11:59:53
  Author: eworm
Revision: 404836

archrelease: copy trunk to extra-x86_64

Added:
  htop/repos/extra-x86_64/PKGBUILD
(from rev 404835, htop/trunk/PKGBUILD)
Deleted:
  htop/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-22 11:59:46 UTC (rev 404835)
+++ PKGBUILD2020-12-22 11:59:53 UTC (rev 404836)
@@ -1,45 +0,0 @@
-# Maintainer: Christian Hesse 
-# Maintainer: Angel Velasquez 
-# Contributor: Eric Belanger 
-# Contributor: Daniel J Griffiths 
-
-pkgname=htop
-pkgver=3.0.3
-pkgrel=1
-pkgdesc='Interactive process viewer'
-arch=('x86_64')
-url='https://htop.dev/'
-license=('GPL')
-depends=('ncurses' 'libncursesw.so' 'libnl')
-makedepends=('lm_sensors')
-optdepends=('lm_sensors: show cpu temperatures'
-'lsof: show files opened by a process'
-'strace: attach to a running process')
-options=('!emptydirs')
-source=("https://github.com/htop-dev/htop/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('725103929c925a7252b4dedeb29b3a1da86a2f74e96c50eb9ea6c8fec1942cd2')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  autoreconf -fi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --enable-cgroup \
-  --enable-delayacct \
-  --enable-openvz \
-  --enable-unicode \
-  --enable-vserver
-
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}

Copied: htop/repos/extra-x86_64/PKGBUILD (from rev 404835, htop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-22 11:59:53 UTC (rev 404836)
@@ -0,0 +1,45 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Daniel J Griffiths 
+
+pkgname=htop
+pkgver=3.0.4
+pkgrel=1
+pkgdesc='Interactive process viewer'
+arch=('x86_64')
+url='https://htop.dev/'
+license=('GPL')
+depends=('ncurses' 'libncursesw.so' 'libnl')
+makedepends=('lm_sensors')
+optdepends=('lm_sensors: show cpu temperatures'
+'lsof: show files opened by a process'
+'strace: attach to a running process')
+options=('!emptydirs')
+source=("https://github.com/htop-dev/htop/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('d8a0536ce95e3d59f8e292e73ee037033a74a8cc118fd10d22048bd4aeb61324')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  autoreconf -fi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --enable-cgroup \
+  --enable-delayacct \
+  --enable-openvz \
+  --enable-unicode \
+  --enable-vserver
+
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}


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

2020-12-21 Thread Christian Hesse via arch-commits
Date: Monday, December 21, 2020 @ 20:37:12
  Author: eworm
Revision: 404753

archrelease: copy trunk to testing-x86_64

Added:
  rsync/repos/testing-x86_64/
  rsync/repos/testing-x86_64/PKGBUILD
(from rev 404752, rsync/trunk/PKGBUILD)
  rsync/repos/testing-x86_64/rsyncd.conf
(from rev 404752, rsync/trunk/rsyncd.conf)

-+
 PKGBUILD|   56 
 rsyncd.conf |   10 ++
 2 files changed, 66 insertions(+)

Copied: rsync/repos/testing-x86_64/PKGBUILD (from rev 404752, 
rsync/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-21 20:37:12 UTC (rev 404753)
@@ -0,0 +1,56 @@
+# Maintainer: Christian Hesse 
+
+pkgname=rsync
+_tag='1a2d16c0bd161481cbf0acc06dceb1ce788f0d09' # git rev-parse v${pkgver}
+pkgver=3.2.3
+pkgrel=2
+pkgdesc='A fast and versatile file copying tool for remote and local files'
+arch=('x86_64')
+url='https://rsync.samba.org/'
+license=('GPL3')
+depends=('acl' 'libacl.so' 'lz4' 'openssl' 'perl' 'popt' 'xxhash' 
'libxxhash.so'
+ 'zlib' 'zstd')
+makedepends=('git' 'python-commonmark')
+backup=('etc/rsyncd.conf'
+'etc/xinetd.d/rsync')
+validpgpkeys=('0048C8B026D4C96F0E589C2F6C859FB14B96A8C5') # Wayne Davison 

+source=("git+https://github.com/WayneD/rsync#tag=${_tag}?signed;
+'rsyncd.conf')
+sha256sums=('SKIP'
+'733ccb571721433c3a6262c58b658253ca6553bec79c2bdd0011810bb4f2156b')
+
+prepare() {
+   cd "$srcdir/rsync"
+
+   # rsync-ssl: Verify the hostname in the certificate when using openssl.
+   git cherry-pick -n c3f7414c450faaf6a8281cc4a4403529aeb7d859
+}
+
+build() {
+   cd "$srcdir/rsync"
+
+   ./configure \
+   --prefix=/usr \
+   --disable-debug \
+   --with-included-popt=no \
+   --with-included-zlib=no
+   make
+}
+
+check() {
+   cd "$srcdir/rsync"
+
+   make test
+}
+
+package() {
+   cd "$srcdir/rsync"
+
+   make DESTDIR="$pkgdir" install
+   install -Dm0644 ../rsyncd.conf "$pkgdir/etc/rsyncd.conf"
+   install -Dm0644 packaging/lsb/rsync.xinetd "$pkgdir/etc/xinetd.d/rsync"
+   install -Dm0644 packaging/systemd/rsync.service 
"$pkgdir/usr/lib/systemd/system/rsyncd.service"
+   install -Dm0644 packaging/systemd/rsync.socket 
"$pkgdir/usr/lib/systemd/system/rsyncd.socket"
+   install -Dm0644 packaging/systemd/rsync@.service 
"$pkgdir/usr/lib/systemd/system/rsyncd@.service"
+   install -Dm0755 support/rrsync "$pkgdir/usr/lib/rsync/rrsync"
+}

Copied: rsync/repos/testing-x86_64/rsyncd.conf (from rev 404752, 
rsync/trunk/rsyncd.conf)
===
--- testing-x86_64/rsyncd.conf  (rev 0)
+++ testing-x86_64/rsyncd.conf  2020-12-21 20:37:12 UTC (rev 404753)
@@ -0,0 +1,10 @@
+uid = nobody
+gid = nobody
+use chroot = no
+max connections = 4
+syslog facility = local5
+pid file = /run/rsyncd.pid
+
+[ftp]
+path = /srv/ftp
+comment = ftp area


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

2020-12-21 Thread Christian Hesse via arch-commits
Date: Monday, December 21, 2020 @ 20:37:08
  Author: eworm
Revision: 404752

upgpkg: rsync 3.2.3-2: fix CVE-2020-14387

https://security.archlinux.org/AVG-1374

Modified:
  rsync/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 20:24:37 UTC (rev 404751)
+++ PKGBUILD2020-12-21 20:37:08 UTC (rev 404752)
@@ -3,7 +3,7 @@
 pkgname=rsync
 _tag='1a2d16c0bd161481cbf0acc06dceb1ce788f0d09' # git rev-parse v${pkgver}
 pkgver=3.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A fast and versatile file copying tool for remote and local files'
 arch=('x86_64')
 url='https://rsync.samba.org/'
@@ -19,6 +19,13 @@
 sha256sums=('SKIP'
 '733ccb571721433c3a6262c58b658253ca6553bec79c2bdd0011810bb4f2156b')
 
+prepare() {
+   cd "$srcdir/rsync"
+
+   # rsync-ssl: Verify the hostname in the certificate when using openssl.
+   git cherry-pick -n c3f7414c450faaf6a8281cc4a4403529aeb7d859
+}
+
 build() {
cd "$srcdir/rsync"
 


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

2020-12-21 Thread Christian Hesse via arch-commits
Date: Monday, December 21, 2020 @ 20:24:34
  Author: eworm
Revision: 404750

upgpkg: wireguard-lts 1.0.20201221-2: for linux-lts 5.4.85-1

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 20:24:21 UTC (rev 404749)
+++ PKGBUILD2020-12-21 20:24:34 UTC (rev 404750)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-lts
 pkgver=1.0.20201221
-pkgrel=1
+pkgrel=2
 pkgdesc='Wireguard module for LTS Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2020-12-21 Thread Christian Hesse via arch-commits
Date: Monday, December 21, 2020 @ 20:24:37
  Author: eworm
Revision: 404751

archrelease: copy trunk to testing-x86_64

Added:
  wireguard-lts/repos/testing-x86_64/
  wireguard-lts/repos/testing-x86_64/PKGBUILD
(from rev 404750, wireguard-lts/trunk/PKGBUILD)

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

Copied: wireguard-lts/repos/testing-x86_64/PKGBUILD (from rev 404750, 
wireguard-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-21 20:24:37 UTC (rev 404751)
@@ -0,0 +1,37 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-lts
+pkgver=1.0.20201221
+pkgrel=2
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver="$(

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

2020-12-21 Thread Christian Hesse via arch-commits
Date: Monday, December 21, 2020 @ 20:22:07
  Author: eworm
Revision: 404747

archrelease: copy trunk to extra-x86_64

Added:
  wireguard-lts/repos/extra-x86_64/PKGBUILD
(from rev 404746, wireguard-lts/trunk/PKGBUILD)
Deleted:
  wireguard-lts/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-21 20:22:01 UTC (rev 404746)
+++ PKGBUILD2020-12-21 20:22:07 UTC (rev 404747)
@@ -1,37 +0,0 @@
-# Maintainer: Christian Hesse 
-
-pkgname=wireguard-lts
-pkgver=1.0.20201112
-pkgrel=9
-pkgdesc='Wireguard module for LTS Kernel'
-url='https://www.wireguard.com/'
-arch=('x86_64')
-license=('GPL')
-makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
-conflicts=('wireguard-dkms')
-provides=('WIREGUARD-MODULE')
-
-build() {
-_kernver="$(
+
+pkgname=wireguard-lts
+pkgver=1.0.20201221
+pkgrel=1
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver="$(

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

2020-12-21 Thread Christian Hesse via arch-commits
Date: Monday, December 21, 2020 @ 20:22:01
  Author: eworm
Revision: 404746

upgpkg: wireguard-lts 1.0.20201221-1: new upstream release, for linux-lts 
5.4.84-1

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 20:18:50 UTC (rev 404745)
+++ PKGBUILD2020-12-21 20:22:01 UTC (rev 404746)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Hesse 
 
 pkgname=wireguard-lts
-pkgver=1.0.20201112
-pkgrel=9
+pkgver=1.0.20201221
+pkgrel=1
 pkgdesc='Wireguard module for LTS Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2020-12-21 Thread Christian Hesse via arch-commits
Date: Monday, December 21, 2020 @ 20:18:50
  Author: eworm
Revision: 404745

archrelease: copy trunk to extra-x86_64

Added:
  wireguard-dkms/repos/extra-x86_64/PKGBUILD
(from rev 404744, wireguard-dkms/trunk/PKGBUILD)
Deleted:
  wireguard-dkms/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-21 20:18:42 UTC (rev 404744)
+++ PKGBUILD2020-12-21 20:18:50 UTC (rev 404745)
@@ -1,25 +0,0 @@
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgname=wireguard-dkms
-pkgver=1.0.20201112
-pkgrel=1
-pkgdesc='next generation secure network tunnel - module sources'
-arch=('x86_64')
-url='https://www.wireguard.com/'
-license=('GPL')
-depends=('dkms')
-provides=('WIREGUARD-MODULE')
-validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

-source=("https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${pkgver}.tar"{.xz,.asc})
-sha256sums=('89eae7f0c0bd6c8df3ba2e090984974ff68741a9f26aa0922890f8ca727897e1'
-'SKIP')
-
-package() {
-   cd wireguard-linux-compat-${pkgver}/
-
-   make -C src/ \
-   DESTDIR="${pkgdir}/" \
-   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
-   dkms-install
-}

Copied: wireguard-dkms/repos/extra-x86_64/PKGBUILD (from rev 404744, 
wireguard-dkms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-21 20:18:50 UTC (rev 404745)
@@ -0,0 +1,25 @@
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgname=wireguard-dkms
+pkgver=1.0.20201221
+pkgrel=1
+pkgdesc='next generation secure network tunnel - module sources'
+arch=('x86_64')
+url='https://www.wireguard.com/'
+license=('GPL')
+depends=('dkms')
+provides=('WIREGUARD-MODULE')
+validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

+source=("https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${pkgver}.tar"{.xz,.asc})
+sha256sums=('6e5289a8b602eaaf1383aebefcbc41b8ad2721269055858b150363076c1c2132'
+'SKIP')
+
+package() {
+   cd wireguard-linux-compat-${pkgver}/
+
+   make -C src/ \
+   DESTDIR="${pkgdir}/" \
+   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
+   dkms-install
+}


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

2020-12-21 Thread Christian Hesse via arch-commits
Date: Monday, December 21, 2020 @ 20:18:42
  Author: eworm
Revision: 404744

upgpkg: wireguard-dkms 1.0.20201221-1: new upstream release

Modified:
  wireguard-dkms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 19:59:02 UTC (rev 404743)
+++ PKGBUILD2020-12-21 20:18:42 UTC (rev 404744)
@@ -2,7 +2,7 @@
 # Contributor: Jason A. Donenfeld 
 
 pkgname=wireguard-dkms
-pkgver=1.0.20201112
+pkgver=1.0.20201221
 pkgrel=1
 pkgdesc='next generation secure network tunnel - module sources'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 provides=('WIREGUARD-MODULE')
 validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

 
source=("https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-${pkgver}.tar"{.xz,.asc})
-sha256sums=('89eae7f0c0bd6c8df3ba2e090984974ff68741a9f26aa0922890f8ca727897e1'
+sha256sums=('6e5289a8b602eaaf1383aebefcbc41b8ad2721269055858b150363076c1c2132'
 'SKIP')
 
 package() {


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

2020-12-20 Thread Christian Hesse via arch-commits
Date: Sunday, December 20, 2020 @ 22:15:10
  Author: eworm
Revision: 404708

archrelease: copy trunk to testing-x86_64

Added:
  iproute2/repos/testing-x86_64/
  iproute2/repos/testing-x86_64/0001-make-iproute2-fhs-compliant.patch
(from rev 404707, iproute2/trunk/0001-make-iproute2-fhs-compliant.patch)
  iproute2/repos/testing-x86_64/PKGBUILD
(from rev 404707, iproute2/trunk/PKGBUILD)

+
 0001-make-iproute2-fhs-compliant.patch |  101 +++
 PKGBUILD   |   58 +
 2 files changed, 159 insertions(+)

Copied: iproute2/repos/testing-x86_64/0001-make-iproute2-fhs-compliant.patch 
(from rev 404707, iproute2/trunk/0001-make-iproute2-fhs-compliant.patch)
===
--- testing-x86_64/0001-make-iproute2-fhs-compliant.patch   
(rev 0)
+++ testing-x86_64/0001-make-iproute2-fhs-compliant.patch   2020-12-20 
22:15:10 UTC (rev 404708)
@@ -0,0 +1,101 @@
+From f0624f6cc656cb177b64e2664f2a806221bfab58 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Thu, 28 Jul 2016 08:49:20 +0200
+Subject: [PATCH 1/1] make iproute2 fhs compliant
+
+Signed-off-by: Christian Hesse 
+---
+ Makefile   |  2 +-
+ netem/Makefile |  4 ++--
+ tc/q_netem.c   |  2 +-
+ tc/tc_util.c   | 15 +++
+ tc/tc_util.h   |  1 +
+ 5 files changed, 20 insertions(+), 4 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index eb571a5..db0a04c 100644
+--- a/Makefile
 b/Makefile
+@@ -14,7 +14,7 @@ DBM_INCLUDE:=$(DESTDIR)/usr/include
+ 
+ SHARED_LIBS = y
+ 
+-DEFINES= -DRESOLVE_HOSTNAMES -DLIBDIR=\"$(LIBDIR)\"
++DEFINES= -DRESOLVE_HOSTNAMES -DLIBDIR=\"$(LIBDIR)\" -DDATADIR=\"$(DATADIR)\"
+ ifneq ($(SHARED_LIBS),y)
+ DEFINES+= -DNO_SHARED_LIBS
+ endif
+diff --git a/netem/Makefile b/netem/Makefile
+index e52e125..5b4d283 100644
+--- a/netem/Makefile
 b/netem/Makefile
+@@ -20,9 +20,9 @@ stats: stats.c
+   $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
+ 
+ install: all
+-  mkdir -p $(DESTDIR)$(LIBDIR)/tc
++  mkdir -p $(DESTDIR)$(DATADIR)/tc
+   for i in $(DISTDATA); \
+-  do install -m 644 $$i $(DESTDIR)$(LIBDIR)/tc; \
++  do install -m 644 $$i $(DESTDIR)$(DATADIR)/tc; \
+   done
+ 
+ clean:
+diff --git a/tc/q_netem.c b/tc/q_netem.c
+index 8fe2204..a15a5c7 100644
+--- a/tc/q_netem.c
 b/tc/q_netem.c
+@@ -113,7 +113,7 @@ static int get_distribution(const char *type, __s16 *data, 
int maxdata)
+   char *line = NULL;
+   char name[128];
+ 
+-  snprintf(name, sizeof(name), "%s/%s.dist", get_tc_lib(), type);
++  snprintf(name, sizeof(name), "%s/%s.dist", get_tc_datadir(), type);
+   if ((f = fopen(name, "r")) == NULL) {
+   fprintf(stderr, "No distribution data for %s (%s: %s)\n",
+   type, name, strerror(errno));
+diff --git a/tc/tc_util.c b/tc/tc_util.c
+index afc4cf5..728b854 100644
+--- a/tc/tc_util.c
 b/tc/tc_util.c
+@@ -32,6 +32,10 @@
+ #define LIBDIR "/usr/lib"
+ #endif
+ 
++#ifndef DATADIR
++#define DATADIR "/usr/share"
++#endif
++
+ static struct db_names *cls_names;
+ 
+ #define NAMES_DB "/etc/iproute2/tc_cls"
+@@ -73,6 +77,17 @@ const char *get_tc_lib(void)
+   return lib_dir;
+ }
+ 
++const char *get_tc_datadir(void)
++{
++  const char *data_dir;
++
++  data_dir = getenv("TC_DATA_DIR");
++  if (!data_dir)
++  data_dir = DATADIR "/tc/";
++
++  return data_dir;
++}
++
+ int get_qdisc_handle(__u32 *h, const char *str)
+ {
+   __u32 maj;
+diff --git a/tc/tc_util.h b/tc/tc_util.h
+index 61e60b1..6d448de 100644
+--- a/tc/tc_util.h
 b/tc/tc_util.h
+@@ -55,6 +55,7 @@ struct exec_util {
+ };
+ 
+ const char *get_tc_lib(void);
++const char *get_tc_datadir(void);
+ 
+ struct qdisc_util *get_qdisc_kind(const char *str);
+ struct filter_util *get_filter_kind(const char *str);

Copied: iproute2/repos/testing-x86_64/PKGBUILD (from rev 404707, 
iproute2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-20 22:15:10 UTC (rev 404708)
@@ -0,0 +1,58 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Ronald van Haren 
+# Contributor: Judd Vinet 
+
+pkgname=iproute2
+pkgver=5.10.0
+pkgrel=1
+pkgdesc='IP Routing Utilities'
+arch=('x86_64')
+license=('GPL2')
+url='https://git.kernel.org/pub/scm/network/iproute2/iproute2.git'
+depends=('glibc' 'iptables' 'libelf')
+optdepends=('db: userspace arp daemon'
+'linux-atm: ATM support')
+provides=('iproute')
+backup=('etc/iproute2/ematch_map'
+'etc/iproute2/rt_dsfield'
+'etc/iproute2/rt_protos'
+'etc/iproute2/rt_realms'
+'etc/iproute2/rt_scopes'
+'etc/iproute2/rt_tables')
+makedepends=('linux-atm')
+options=('staticlibs')
+validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen Hemminger

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

2020-12-20 Thread Christian Hesse via arch-commits
Date: Sunday, December 20, 2020 @ 22:15:03
  Author: eworm
Revision: 404707

upgpkg: iproute2 5.10.0-1: new upstream release

Modified:
  iproute2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-20 18:52:39 UTC (rev 404706)
+++ PKGBUILD2020-12-20 22:15:03 UTC (rev 404707)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=iproute2
-pkgver=5.9.0
+pkgver=5.10.0
 pkgrel=1
 pkgdesc='IP Routing Utilities'
 arch=('x86_64')
@@ -10,7 +10,8 @@
 license=('GPL2')
 url='https://git.kernel.org/pub/scm/network/iproute2/iproute2.git'
 depends=('glibc' 'iptables' 'libelf')
-optdepends=('linux-atm: ATM support')
+optdepends=('db: userspace arp daemon'
+'linux-atm: ATM support')
 provides=('iproute')
 backup=('etc/iproute2/ematch_map'
 'etc/iproute2/rt_dsfield'
@@ -23,7 +24,7 @@
 validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen Hemminger
 
source=("https://www.kernel.org/pub/linux/utils/net/${pkgname}/${pkgname}-${pkgver}.tar."{xz,sign}
 '0001-make-iproute2-fhs-compliant.patch')
-sha256sums=('a25dac94bcdcf2f73316c7f812115ea7a5710580bad892b08a83d00c6b33dacf'
+sha256sums=('1508c9476a5b087d26f094e031a2d4fda184783a630f09596e0a6c1f978cee96'
 'SKIP'
 'f60fefe4c17d3b768824bb50ae6416292bcebba06d73452e23f4147b46b827d3')
 


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

2020-12-18 Thread Christian Hesse via arch-commits
Date: Friday, December 18, 2020 @ 19:19:53
  Author: eworm
Revision: 779473

archrelease: copy trunk to community-testing-x86_64

Added:
  open-iscsi/repos/community-testing-x86_64/
  open-iscsi/repos/community-testing-x86_64/PKGBUILD
(from rev 779472, open-iscsi/trunk/PKGBUILD)
  open-iscsi/repos/community-testing-x86_64/open-iscsi.install
(from rev 779472, open-iscsi/trunk/open-iscsi.install)

+
 PKGBUILD   |   40 
 open-iscsi.install |   12 
 2 files changed, 52 insertions(+)

Copied: open-iscsi/repos/community-testing-x86_64/PKGBUILD (from rev 779472, 
open-iscsi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-12-18 19:19:53 UTC (rev 779473)
@@ -0,0 +1,40 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Stefan Kirrmann 
+
+pkgname=open-iscsi
+pkgver=2.1.3
+pkgrel=1
+pkgdesc='iSCSI userland tools'
+arch=('x86_64')
+url='https://www.open-iscsi.com/'
+license=('GPL')
+makedepends=('systemd')
+depends=('systemd-libs' 'util-linux-libs' 'kmod' 'openssl' 'open-isns')
+install=$pkgname.install
+backup=('etc/iscsi/iscsid.conf'
+   'etc/iscsi/initiatorname.iscsi')
+options=('docs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/open-iscsi/open-iscsi/archive/$pkgver.tar.gz;)
+sha256sums=('5410474b23552016220d04aa181903cb50ae988f29e99cb03f3e2de86a109be4')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+
+  make user LIB_DIR=/usr/lib
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+
+  make DESTDIR="$pkgdir" LIB_DIR=/usr/lib install install_systemd
+
+  install -D -m0644 "$srcdir"/${pkgname}-${pkgver}/etc/iscsid.conf 
"$pkgdir"/etc/iscsi
+  echo -n > "$pkgdir"/etc/iscsi/initiatorname.iscsi
+
+  # copy docs
+  mkdir -p "$pkgdir"/usr/share/doc/${pkgname}
+  install -m0644 Changelog "$pkgdir"/usr/share/doc/${pkgname}/
+  install -m0644 README "$pkgdir"/usr/share/doc/${pkgname}/
+
+  mv "$pkgdir"/sbin "$pkgdir"/usr/bin
+}

Copied: open-iscsi/repos/community-testing-x86_64/open-iscsi.install (from rev 
779472, open-iscsi/trunk/open-iscsi.install)
===
--- community-testing-x86_64/open-iscsi.install (rev 0)
+++ community-testing-x86_64/open-iscsi.install 2020-12-18 19:19:53 UTC (rev 
779473)
@@ -0,0 +1,12 @@
+post_install() {
+   if [ -z $(>> Setting Initiatorname '$name'"
+ echo "InitiatorName=$name" >etc/iscsi/initiatorname.iscsi
+   fi
+}
+
+post_upgrade() {
+   post_install
+}


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

2020-12-18 Thread Christian Hesse via arch-commits
Date: Friday, December 18, 2020 @ 19:19:47
  Author: eworm
Revision: 779472

upgpkg: open-iscsi 2.1.3-1: new upstream release

Modified:
  open-iscsi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-18 19:18:42 UTC (rev 779471)
+++ PKGBUILD2020-12-18 19:19:47 UTC (rev 779472)
@@ -2,7 +2,7 @@
 # Maintainer: Stefan Kirrmann 
 
 pkgname=open-iscsi
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc='iSCSI userland tools'
 arch=('x86_64')
@@ -15,7 +15,7 @@
'etc/iscsi/initiatorname.iscsi')
 options=('docs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/open-iscsi/open-iscsi/archive/$pkgver.tar.gz;)
-sha256sums=('ba5125b5803aeac7de36b2cd777abc1b63d194983ede8b34fa82de8a5a1aa19c')
+sha256sums=('5410474b23552016220d04aa181903cb50ae988f29e99cb03f3e2de86a109be4')
 
 build() {
   cd "$srcdir"/${pkgname}-${pkgver}


[arch-commits] Commit in lib32-systemd/repos (2 files)

2020-12-16 Thread Christian Hesse via arch-commits
Date: Wednesday, December 16, 2020 @ 14:45:51
  Author: eworm
Revision: 776728

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-systemd/repos/multilib-testing-x86_64/
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 776727, lib32-systemd/trunk/PKGBUILD)

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

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 776727, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-12-16 14:45:51 UTC (rev 776728)
@@ -0,0 +1,122 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+_tag='8dff57da7abcb15e69936a8af9780475eb961a73' # git rev-parse v${pkgver}
+pkgver=247.2
+pkgrel=1
+pkgdesc='system and service manager (32-bit)'
+arch=('x86_64')
+url='https://www.github.com/systemd/systemd'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-gcc-libs' 'lib32-libcap' 'lib32-libgcrypt' 'lib32-libxcrypt'
+ 'lib32-xz' 'lib32-zstd' 'systemd')
+makedepends=('git' 'gperf' 'intltool' 'lib32-acl' 'lib32-bzip2'
+ 'lib32-curl' 'lib32-dbus' 'lib32-gcc-libs' 'lib32-glib2'
+ 'lib32-gnutls' 'lib32-libelf' 'lib32-libidn2' 'lib32-pcre2'
+ 'libxslt' 'meson')
+options=('strip')
+validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering 

+  '5C251B5FC54EB2F80F407AAAC54CA336CFEB557E') # Zbigniew 
Jędrzejewski-Szmek 
+source=("git+https://github.com/systemd/systemd-stable#tag=${_tag}?signed;
+"git+https://github.com/systemd/systemd#tag=v${pkgver%.*}?signed;)
+sha512sums=('SKIP'
+'SKIP')
+
+_backports=(
+)
+
+_reverts=(
+)
+
+prepare() {
+  cd "$_pkgbasename-stable"
+
+  # add upstream repository for cherry-picking
+  git remote add -f upstream ../systemd
+
+  local _c
+  for _c in "${_backports[@]}"; do
+git cherry-pick -n "${_c}"
+  done
+  for _c in "${_reverts[@]}"; do
+git revert -n "${_c}"
+  done
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  local _timeservers=({0..3}.arch.pool.ntp.org)
+  local _nameservers=(
+# We use these public name services, ordered by their
+# privacy policy (hopefully):
+#  * Cloudflare (https://1.1.1.1/)
+#  * Quad9 without filtering (https://www.quad9.net/)
+#  * Google (https://developers.google.com/speed/public-dns/)
+1.1.1.1
+9.9.9.10
+8.8.8.8
+2606:4700:4700::
+2620:fe::10
+2001:4860:4860::
+  )
+ 
+  local _meson_options=(
+--libexecdir   /usr/lib32
+--libdir   /usr/lib32
+
+-Dversion-tag="${pkgver}-${pkgrel}-arch"
+-Dmode=release
+
+-Daudit=false
+-Dblkid=false
+-Dgnu-efi=false
+-Dhtml=false
+-Dima=false
+-Dkmod=false
+-Dlibcryptsetup=false
+-Dlibidn2=true
+-Dlibiptc=false
+-Dlz4=false
+-Dman=false
+-Dmanpages=false
+-Dmicrohttpd=false
+-Dnetworkd=false
+-Dpam=false
+-Dpython=false
+-Drepart=false
+-Dseccomp=false
+
+-Ddbuspolicydir=/usr/share/dbus-1/system.d
+-Ddefault-hierarchy=hybrid
+-Ddefault-kill-user-processes=false
+-Ddefault-locale=C
+-Dfallback-hostname='archlinux'
+-Dnologin-path=/usr/bin/nologin
+-Dntp-servers="${_timeservers[*]}"
+-Ddns-servers="${_nameservers[*]}"
+-Drpmmacrosdir=no
+-Dsysvinit-path=
+-Dsysvrcnd-path=
+  )
+
+  arch-meson "$_pkgbasename-stable" build "${_meson_options[@]}"
+
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  rm -rf "${pkgdir}"/{etc,var}
+  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+}


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

2020-12-16 Thread Christian Hesse via arch-commits
Date: Wednesday, December 16, 2020 @ 14:45:48
  Author: eworm
Revision: 776727

upgpkg: lib32-systemd 247.2-1: new upstream release

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 14:45:25 UTC (rev 776726)
+++ PKGBUILD2020-12-16 14:45:48 UTC (rev 776727)
@@ -4,8 +4,8 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-_tag='dcc360e35ecdeadfeaf8441628cfebb452acd59b' # git rev-parse v${pkgver}
-pkgver=247.1
+_tag='8dff57da7abcb15e69936a8af9780475eb961a73' # git rev-parse v${pkgver}
+pkgver=247.2
 pkgrel=1
 pkgdesc='system and service manager (32-bit)'
 arch=('x86_64')


[arch-commits] Commit in systemd/repos (21 files)

2020-12-16 Thread Christian Hesse via arch-commits
Date: Wednesday, December 16, 2020 @ 14:42:54
  Author: eworm
Revision: 404395

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 404394, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
(from rev 404394, systemd/trunk/20-systemd-sysusers.hook)
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
(from rev 404394, systemd/trunk/30-systemd-binfmt.hook)
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
(from rev 404394, systemd/trunk/30-systemd-catalog.hook)
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
(from rev 404394, systemd/trunk/30-systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
(from rev 404394, systemd/trunk/30-systemd-hwdb.hook)
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
(from rev 404394, systemd/trunk/30-systemd-sysctl.hook)
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
(from rev 404394, systemd/trunk/30-systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
(from rev 404394, systemd/trunk/30-systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-update.hook
(from rev 404394, systemd/trunk/30-systemd-update.hook)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 404394, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 404394, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 404394, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 404394, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 404394, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 404394, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 404394, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 404394, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 404394, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 404394, systemd/trunk/systemd.install)

+
 0001-Use-Arch-Linux-device-access-groups.patch |   67 +
 20-systemd-sysusers.hook   |   10 
 30-systemd-binfmt.hook |   10 
 30-systemd-catalog.hook|   11 
 30-systemd-daemon-reload.hook  |   11 
 30-systemd-hwdb.hook   |   11 
 30-systemd-sysctl.hook |   10 
 30-systemd-tmpfiles.hook   |   10 
 30-systemd-udev-reload.hook|   11 
 30-systemd-update.hook |   11 
 PKGBUILD   |  280 +++
 arch.conf  |7 
 initcpio-hook-udev |   22 +
 initcpio-install-systemd   |  197 
 initcpio-install-udev  |   29 ++
 loader.conf|1 
 systemd-hook   |   37 +++
 systemd-user.pam   |5 
 systemd.install|  109 
 19 files changed, 849 insertions(+)

Copied: 
systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch 
(from rev 404394, systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
===
--- testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
(rev 0)
+++ testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
2020-12-16 14:42:54 UTC (rev 404395)
@@ -0,0 +1,67 @@
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 6 Mar 2018 23:39:47 +0100
+Subject: [PATCH] Use Arch Linux' device access groups
+
+  cdrom   → optical
+  dialout → uucp
+  tape→ storage
+---
+ rules.d/50-udev-default.rules.in | 14 +++---
+ sysusers.d/basic.conf.in   |  6 +++---
+ 2 files changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/rules.d/50-udev-default.rules.in 
b/rules.d/50-udev-default.rules.in
+index 191f56f42..f81c4d0fc 100644
+--- a/rules.d/50-udev-default.rules.in
 b/rules.d/50-udev-default.rules.in
+@@ -22,7 +22,7 @@ SUBSYSTEM=="tty", KERNEL=="sclp_line[0-9]*", GROUP="tty", 
MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="ttysclp[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="3270/tty[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="vc", KERNEL=="vcs*|vcsa*", GROUP="tty"
+-KERNEL=="tty[A-Z]*[0-9]|ttymxc[0-9]*|pppox[0-9]*|ircomm[0-9]*|noz[0-9]*|rfcomm[0-9]*",
 

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

2020-12-16 Thread Christian Hesse via arch-commits
Date: Wednesday, December 16, 2020 @ 14:42:44
  Author: eworm
Revision: 404394

upgpkg: systemd 247.2-1: new upstream release

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-16 14:37:37 UTC (rev 404393)
+++ PKGBUILD2020-12-16 14:42:44 UTC (rev 404394)
@@ -4,9 +4,9 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='dcc360e35ecdeadfeaf8441628cfebb452acd59b' # git rev-parse v${pkgver}
-pkgver=247.1
-pkgrel=4
+_tag='8dff57da7abcb15e69936a8af9780475eb961a73' # git rev-parse v${pkgver}
+pkgver=247.2
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -68,16 +68,6 @@
   '31063db0b4842a452c6eadde5b969aaee2a0516a'
   # test: add tests for device_new_from_nulstr()
   'e6f882871568e4a331ac473871ee8a884f6e48d6'
-
-  # network: do not set broadcast if prefixlen is 31 or 32
-  'df8aa086420e6ce61e32898b2bb7c88b87fd1c43'
-  # network: fix verification for broadcast address
-  '05a7023d242b9012216c661f253df1c9c3d45b39'
-  # network: ignore broadcast address for /31 or /32 addresses
-  '2a236f9fc0ff8fb2152032551436fde74da7217a'
-
-  # nss-resolve: varlink_call() set error_id only when r >= 0
-  '3c229a9afb670025a3c1792bf5ac233b5a566ec5'
 )
 
 _reverts=(


[arch-commits] Commit in virtualbox-host-modules-arch/repos (2 files)

2020-12-15 Thread Christian Hesse via arch-commits
Date: Tuesday, December 15, 2020 @ 22:30:19
  Author: eworm
Revision: 776274

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox-host-modules-arch/repos/community-testing-x86_64/
  virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 776273, virtualbox-host-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 776273, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-12-15 22:30:19 UTC (rev 776274)
@@ -0,0 +1,53 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.16
+pkgrel=16
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

[arch-commits] Commit in virtualbox-host-modules-arch/trunk (PKGBUILD)

2020-12-15 Thread Christian Hesse via arch-commits
Date: Tuesday, December 15, 2020 @ 22:30:16
  Author: eworm
Revision: 776273

upgpkg: virtualbox-host-modules-arch 6.1.16-16: built for linux 5.10.1.arch1-1

Modified:
  virtualbox-host-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-15 22:27:20 UTC (rev 776272)
+++ PKGBUILD2020-12-15 22:30:16 UTC (rev 776273)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.16
-pkgrel=15
+pkgrel=16
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'


[arch-commits] Commit in virtualbox/repos (31 files)

2020-12-15 Thread Christian Hesse via arch-commits
Date: Tuesday, December 15, 2020 @ 22:27:20
  Author: eworm
Revision: 776272

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox/repos/community-testing-x86_64/
  virtualbox/repos/community-testing-x86_64/001-disable-update.patch
(from rev 776271, virtualbox/trunk/001-disable-update.patch)
  virtualbox/repos/community-testing-x86_64/005-gsoap-build.patch
(from rev 776271, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-testing-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 776271, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-testing-x86_64/008-no-vboxvideo.patch
(from rev 776271, virtualbox/trunk/008-no-vboxvideo.patch)
  
virtualbox/repos/community-testing-x86_64/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
(from rev 776271, 
virtualbox/trunk/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch)
  virtualbox/repos/community-testing-x86_64/013-Makefile.patch
(from rev 776271, virtualbox/trunk/013-Makefile.patch)
  
virtualbox/repos/community-testing-x86_64/016-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch
(from rev 776271, 
virtualbox/trunk/016-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch)
  virtualbox/repos/community-testing-x86_64/017-fix-narrowing-conversion.patch
(from rev 776271, virtualbox/trunk/017-fix-narrowing-conversion.patch)
  virtualbox/repos/community-testing-x86_64/018-xclient.patch
(from rev 776271, virtualbox/trunk/018-xclient.patch)
  virtualbox/repos/community-testing-x86_64/019-python3.9.patch
(from rev 776271, virtualbox/trunk/019-python3.9.patch)
  virtualbox/repos/community-testing-x86_64/020-linux-5-10.patch
(from rev 776271, virtualbox/trunk/020-linux-5-10.patch)
  virtualbox/repos/community-testing-x86_64/60-vboxdrv.rules
(from rev 776271, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-testing-x86_64/60-vboxguest.rules
(from rev 776271, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-testing-x86_64/LocalConfig.kmk
(from rev 776271, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-testing-x86_64/PKGBUILD
(from rev 776271, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-testing-x86_64/build.sh
(from rev 776271, virtualbox/trunk/build.sh)
  virtualbox/repos/community-testing-x86_64/vboxdrmclient.path
(from rev 776271, virtualbox/trunk/vboxdrmclient.path)
  virtualbox/repos/community-testing-x86_64/vboxdrmclient.service
(from rev 776271, virtualbox/trunk/vboxdrmclient.service)
  virtualbox/repos/community-testing-x86_64/vboxreload
(from rev 776271, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-testing-x86_64/vboxservice-nox.service
(from rev 776271, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-testing-x86_64/vboxservice.service
(from rev 776271, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-testing-x86_64/vboxweb.service
(from rev 776271, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-testing-x86_64/virtualbox-ext-vnc.install
(from rev 776271, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-testing-x86_64/virtualbox-guest-dkms.install
(from rev 776271, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-testing-x86_64/virtualbox-guest-utils.sysusers
(from rev 776271, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-testing-x86_64/virtualbox-host-dkms.conf
(from rev 776271, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-testing-x86_64/virtualbox-host-dkms.install
(from rev 776271, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-testing-x86_64/virtualbox-vboxsf-dkms.conf
(from rev 776271, virtualbox/trunk/virtualbox-vboxsf-dkms.conf)
  virtualbox/repos/community-testing-x86_64/virtualbox.install
(from rev 776271, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-testing-x86_64/virtualbox.sysusers
(from rev 776271, virtualbox/trunk/virtualbox.sysusers)

+
 001-disable-update.patch   |   13 
 005-gsoap-build.patch  |   11 
 006-rdesktop-vrdp-keymap-path.patch|   12 
 008-no-vboxvideo.patch |   12 
 012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch|   14 
 013-Makefile.patch |   44 +
 016-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch |  189 
 017-fix-narrowing-conversion.patch |   37 
 018-xclient.patch  |   24 
 019-python3.9.patch|  101 ++
 020-linux-5-10.patch   

[arch-commits] Commit in virtualbox/trunk (020-linux-5-10.patch PKGBUILD)

2020-12-15 Thread Christian Hesse via arch-commits
Date: Tuesday, December 15, 2020 @ 22:26:58
  Author: eworm
Revision: 776271

upgpkg: virtualbox 6.1.16-4: fix for linux 5.10

Added:
  virtualbox/trunk/020-linux-5-10.patch
Modified:
  virtualbox/trunk/PKGBUILD

--+
 020-linux-5-10.patch |  440 +
 PKGBUILD |8 
 2 files changed, 445 insertions(+), 3 deletions(-)

Added: 020-linux-5-10.patch
===
--- 020-linux-5-10.patch(rev 0)
+++ 020-linux-5-10.patch2020-12-15 22:26:58 UTC (rev 776271)
@@ -0,0 +1,440 @@
+From df0ee1389b64bdfd5afa91d6377f5dd2bd9dfc3b Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Tue, 15 Dec 2020 23:07:27 +0100
+Subject: [PATCH 1/3] linux-5.10-r0drv-memobj-fix-r0.patch
+---
+ .../Runtime/r0drv/linux/memobj-r0drv-linux.c  | 61 ++-
+ 1 file changed, 60 insertions(+), 1 deletion(-)
+
+diff --git a/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c 
b/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
+index c771c1ba..a34eb149 100644
+--- a/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
 b/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
+@@ -56,9 +56,12 @@
+  * Whether we use alloc_vm_area (3.2+) for executable memory.
+  * This is a must for 5.8+, but we enable it all the way back to 3.2.x for
+  * better W^R compliance (fExecutable flag). */
+-#if RTLNX_VER_MIN(3,2,0) || defined(DOXYGEN_RUNNING)
++#if RTLNX_VER_RANGE(3,2,0, 5,10,0) || defined(DOXYGEN_RUNNING)
+ # define IPRT_USE_ALLOC_VM_AREA_FOR_EXEC
+ #endif
++#if RTLNX_VER_MIN(5,10,0) || defined(DOXYGEN_RUNNING)
++# define IPRT_USE_APPLY_TO_PAGE_RANGE_FOR_EXEC
++#endif
+ 
+ /*
+  * 2.6.29+ kernels don't work with remap_pfn_range() anymore because
+@@ -502,6 +505,42 @@ static void rtR0MemObjLinuxFreePages(PRTR0MEMOBJLNX 
pMemLnx)
+ }
+ 
+ 
++#ifdef IPRT_USE_APPLY_TO_PAGE_RANGE_FOR_EXEC
++/**
++ * User data passed to the apply_to_page_range() callback.
++ */
++typedef struct LNXAPPLYPGRANGE
++{
++/** Pointer to the memory object. */
++PRTR0MEMOBJLNX pMemLnx;
++/** The page protection flags to apply. */
++pgprot_t   fPg;
++} LNXAPPLYPGRANGE;
++/** Pointer to the user data. */
++typedef LNXAPPLYPGRANGE *PLNXAPPLYPGRANGE;
++/** Pointer to the const user data. */
++typedef const LNXAPPLYPGRANGE *PCLNXAPPLYPGRANGE;
++
++/**
++ * Callback called in apply_to_page_range().
++ *
++ * @returns Linux status code.
++ * @param   pPtePointer to the page table entry for the given 
address.
++ * @param   uAddr   The address to apply the new protection to.
++ * @param   pvUser  The opaque user data.
++ */
++static DECLCALLBACK(int) rtR0MemObjLinuxApplyPageRange(pte_t *pPte, unsigned 
long uAddr, void *pvUser)
++{
++PCLNXAPPLYPGRANGE pArgs = (PCLNXAPPLYPGRANGE)pvUser;
++PRTR0MEMOBJLNX pMemLnx = pArgs->pMemLnx;
++uint32_t idxPg = (uAddr - (unsigned long)pMemLnx->Core.pv) >> PAGE_SHIFT;
++
++set_pte(pPte, mk_pte(pMemLnx->apPages[idxPg], pArgs->fPg));
++return 0;
++}
++#endif
++
++
+ /**
+  * Maps the allocation into ring-0.
+  *
+@@ -584,6 +623,11 @@ static int rtR0MemObjLinuxVMap(PRTR0MEMOBJLNX pMemLnx, 
bool fExecutable)
+ else
+ # endif
+ {
++#  if defined(IPRT_USE_APPLY_TO_PAGE_RANGE_FOR_EXEC)
++if (fExecutable)
++pgprot_val(fPg) |= _PAGE_NX; /* Uses RTR0MemObjProtect to 
clear NX when memory ready, W^X fashion. */
++#  endif
++
+ # ifdef VM_MAP
+ pMemLnx->Core.pv = vmap(>apPages[0], pMemLnx->cPages, 
VM_MAP, fPg);
+ # else
+@@ -1851,6 +1895,21 @@ DECLHIDDEN(int) 
rtR0MemObjNativeProtect(PRTR0MEMOBJINTERNAL pMem, size_t offSub,
+ preempt_enable();
+ return VINF_SUCCESS;
+ }
++# elif defined(IPRT_USE_APPLY_TO_PAGE_RANGE_FOR_EXEC)
++PRTR0MEMOBJLNX pMemLnx = (PRTR0MEMOBJLNX)pMem;
++if (   pMemLnx->fExecutable
++&& pMemLnx->fMappedToRing0)
++{
++LNXAPPLYPGRANGE Args;
++Args.pMemLnx = pMemLnx;
++Args.fPg = rtR0MemObjLinuxConvertProt(fProt, true /*fKernel*/);
++int rcLnx = apply_to_page_range(current->active_mm, (unsigned 
long)pMemLnx->Core.pv + offSub, cbSub,
++rtR0MemObjLinuxApplyPageRange, (void 
*));
++if (rcLnx)
++return VERR_NOT_SUPPORTED;
++
++return VINF_SUCCESS;
++}
+ # endif
+ 
+ NOREF(pMem);
+
+From 3735d45f5ac89f436b7024de5558f5db6aa332b8 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Tue, 15 Dec 2020 23:09:24 +0100
+Subject: [PATCH 2/3] linux-5.10-address-space-fixes.patch
+---
+ src/VBox/Additions/linux/sharedfolders/regops.c | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/src/VBox/Additions/linux/sharedfolders/regops.c 
b/src/VBox/Additions/linux/sharedfolders/regops.c
+index 3ad9c566..ec298a1b 100644
+--- a/src/VBox/Additions/linux/sharedfolders/regops.c
 

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

2020-12-15 Thread Christian Hesse via arch-commits
Date: Tuesday, December 15, 2020 @ 20:18:31
  Author: eworm
Revision: 776167

update upstream url

Modified:
  at/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-15 20:17:02 UTC (rev 776166)
+++ PKGBUILD2020-12-15 20:18:31 UTC (rev 776167)
@@ -8,7 +8,7 @@
 pkgrel=3
 pkgdesc='AT and batch delayed command scheduling utility and daemon'
 arch=('x86_64')
-url='http://blog.calhariz.com/index.php/tag/at'
+url='https://salsa.debian.org/debian/at'
 license=('GPL')
 depends=('pam' 'flex')
 makedepends=('smtp-forwarder' 'git' 'systemd')


[arch-commits] Commit in acpi_call-dkms/repos/community-any (6 files)

2020-12-14 Thread Christian Hesse via arch-commits
Date: Monday, December 14, 2020 @ 23:28:19
  Author: eworm
Revision: 775792

archrelease: copy trunk to community-any

Added:
  acpi_call-dkms/repos/community-any/0001-linux-5.6.patch
(from rev 775791, acpi_call-dkms/trunk/0001-linux-5.6.patch)
  acpi_call-dkms/repos/community-any/PKGBUILD
(from rev 775791, acpi_call-dkms/trunk/PKGBUILD)
  acpi_call-dkms/repos/community-any/dkms.conf
(from rev 775791, acpi_call-dkms/trunk/dkms.conf)
Deleted:
  acpi_call-dkms/repos/community-any/0001-linux-5.6.patch
  acpi_call-dkms/repos/community-any/PKGBUILD
  acpi_call-dkms/repos/community-any/dkms.conf

--+
 0001-linux-5.6.patch |   90 -
 PKGBUILD |   75 
 dkms.conf|   18 -
 3 files changed, 91 insertions(+), 92 deletions(-)

Deleted: 0001-linux-5.6.patch
===
--- 0001-linux-5.6.patch2020-12-14 23:28:12 UTC (rev 775791)
+++ 0001-linux-5.6.patch2020-12-14 23:28:19 UTC (rev 775792)
@@ -1,45 +0,0 @@
-From 958e38a9ade01c0c2d23c1310399147b014177a0 Mon Sep 17 00:00:00 2001
-From: Victor Michel 
-Date: Tue, 10 Mar 2020 22:33:31 -0700
-Subject: [PATCH] Use proc_ops instead of file_operations on Linux >= 5.6
-
-The proc_create API is changing in Linux 5.6, update code accordingly
-See 
https://github.com/torvalds/linux/commit/d56c0d45f0e27f814e87a1676b6bdbc252e9

- acpi_call.c | 11 +--
- 1 file changed, 9 insertions(+), 2 deletions(-)
-
-diff --git a/acpi_call.c b/acpi_call.c
-index 3025d97..569c2b6 100644
 a/acpi_call.c
-+++ b/acpi_call.c
-@@ -5,8 +5,8 @@
- #include 
- #include 
- #include 
--#include 
--#include 
-+#include 
-+#include 
- 
- MODULE_LICENSE("GPL");
- 
-@@ -317,11 +317,18 @@ static ssize_t acpi_proc_read( struct file *filp, char 
__user *buff,
- return ret;
- }
- 
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
-+static struct proc_ops proc_acpi_operations = {
-+.proc_read = acpi_proc_read,
-+.proc_write= acpi_proc_write,
-+};
-+#else
- static struct file_operations proc_acpi_operations = {
- .owner= THIS_MODULE,
- .read = acpi_proc_read,
- .write= acpi_proc_write,
- };
-+#endif
- 
- #else
- static int acpi_proc_read(char *page, char **start, off_t off,

Copied: acpi_call-dkms/repos/community-any/0001-linux-5.6.patch (from rev 
775791, acpi_call-dkms/trunk/0001-linux-5.6.patch)
===
--- 0001-linux-5.6.patch(rev 0)
+++ 0001-linux-5.6.patch2020-12-14 23:28:19 UTC (rev 775792)
@@ -0,0 +1,45 @@
+From 958e38a9ade01c0c2d23c1310399147b014177a0 Mon Sep 17 00:00:00 2001
+From: Victor Michel 
+Date: Tue, 10 Mar 2020 22:33:31 -0700
+Subject: [PATCH] Use proc_ops instead of file_operations on Linux >= 5.6
+
+The proc_create API is changing in Linux 5.6, update code accordingly
+See 
https://github.com/torvalds/linux/commit/d56c0d45f0e27f814e87a1676b6bdbc252e9
+---
+ acpi_call.c | 11 +--
+ 1 file changed, 9 insertions(+), 2 deletions(-)
+
+diff --git a/acpi_call.c b/acpi_call.c
+index 3025d97..569c2b6 100644
+--- a/acpi_call.c
 b/acpi_call.c
+@@ -5,8 +5,8 @@
+ #include 
+ #include 
+ #include 
+-#include 
+-#include 
++#include 
++#include 
+ 
+ MODULE_LICENSE("GPL");
+ 
+@@ -317,11 +317,18 @@ static ssize_t acpi_proc_read( struct file *filp, char 
__user *buff,
+ return ret;
+ }
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++static struct proc_ops proc_acpi_operations = {
++.proc_read = acpi_proc_read,
++.proc_write= acpi_proc_write,
++};
++#else
+ static struct file_operations proc_acpi_operations = {
+ .owner= THIS_MODULE,
+ .read = acpi_proc_read,
+ .write= acpi_proc_write,
+ };
++#endif
+ 
+ #else
+ static int acpi_proc_read(char *page, char **start, off_t off,

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-14 23:28:12 UTC (rev 775791)
+++ PKGBUILD2020-12-14 23:28:19 UTC (rev 775792)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call-dkms
-pkgver=1.2.1
-pkgrel=3
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call - module sources'
-url=https://github.com/nix-community/acpi_call
-arch=(any)
-license=(GPL)
-depends=(dkms)
-makedepends=(git)
-optdepends=('linux-headers: build for the linux kernel')
-provides=(acpi_call=${pkgver}-${pkgrel})
-conflicts=(acpi_call)
-_tag=3a28aabfa337d59df91cc04c85b250da7f7cadea
-source=(
-  git+https://github.com/nix-community/acpi_call.git#tag=${_tag}
-  dkms.conf
-)
-b2sums=('SKIP'
-

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

2020-12-14 Thread Christian Hesse via arch-commits
Date: Monday, December 14, 2020 @ 23:28:12
  Author: eworm
Revision: 775791

upgpkg: acpi_call-dkms 1.2.1-4: drop dependency on linux-headers

This package depends on dkms, which lists the headers packages as
optional dependencies.

Modified:
  acpi_call-dkms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-14 23:19:38 UTC (rev 775790)
+++ PKGBUILD2020-12-14 23:28:12 UTC (rev 775791)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-dkms
 pkgver=1.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call - module sources'
 url=https://github.com/nix-community/acpi_call
 arch=(any)
@@ -11,7 +11,6 @@
 license=(GPL)
 depends=(dkms)
 makedepends=(git)
-optdepends=('linux-headers: build for the linux kernel')
 provides=(acpi_call=${pkgver}-${pkgrel})
 conflicts=(acpi_call)
 _tag=3a28aabfa337d59df91cc04c85b250da7f7cadea


[arch-commits] Commit in hexchat/repos/community-x86_64 (5 files)

2020-12-14 Thread Christian Hesse via arch-commits
Date: Monday, December 14, 2020 @ 21:11:44
  Author: eworm
Revision: 775772

archrelease: copy trunk to community-x86_64

Added:
  hexchat/repos/community-x86_64/0001-python-cffi.patch
(from rev 775771, hexchat/trunk/0001-python-cffi.patch)
  hexchat/repos/community-x86_64/0002-python-3-8.patch
(from rev 775771, hexchat/trunk/0002-python-3-8.patch)
  hexchat/repos/community-x86_64/PKGBUILD
(from rev 775771, hexchat/trunk/PKGBUILD)
Deleted:
  hexchat/repos/community-x86_64/0002-python-3-8.patch
  hexchat/repos/community-x86_64/PKGBUILD

+
 0001-python-cffi.patch | 4183 +++
 0002-python-3-8.patch  |   26 
 PKGBUILD   |   83 
 3 files changed, 4239 insertions(+), 53 deletions(-)

Copied: hexchat/repos/community-x86_64/0001-python-cffi.patch (from rev 775771, 
hexchat/trunk/0001-python-cffi.patch)
===
--- 0001-python-cffi.patch  (rev 0)
+++ 0001-python-cffi.patch  2020-12-14 21:11:44 UTC (rev 775772)
@@ -0,0 +1,4183 @@
+diff --git a/.travis.yml b/.travis.yml
+index df0c7e1f..9e226f0c 100644
+--- a/.travis.yml
 b/.travis.yml
+@@ -2,7 +2,7 @@ sudo: required
+ services: docker
+ before_install:
+ - docker pull ubuntu:16.04
+-- docker run --privileged --cidfile=/tmp/cid ubuntu:16.04 /bin/sh -c 
'apt-get update && apt-get install -y meson/xenial-backports libcanberra-dev 
libdbus-glib-1-dev libglib2.0-dev libgtk2.0-dev libluajit-5.1-dev libnotify-dev 
libpci-dev libperl-dev libproxy-dev libssl-dev python3-dev mono-devel 
desktop-file-utils'
++- docker run --privileged --cidfile=/tmp/cid ubuntu:16.04 /bin/sh -c 
'apt-get update && apt-get install -y meson/xenial-backports libcanberra-dev 
libdbus-glib-1-dev libglib2.0-dev libgtk2.0-dev libluajit-5.1-dev libnotify-dev 
libpci-dev libperl-dev libproxy-dev libssl-dev python3-dev python3-cffi 
mono-devel desktop-file-utils'
+ - docker commit `cat /tmp/cid` hexchat/ubuntu-ci
+ - rm -f /tmp/cid
+ install:
+diff --git a/meson.build b/meson.build
+index 18baf26e..645e685e 100644
+--- a/meson.build
 b/meson.build
+@@ -49,6 +49,10 @@ config_h.set('GLIB_VERSION_MIN_REQUIRED', 
'GLIB_VERSION_2_34')
+ config_h.set('HAVE_MEMRCHR', cc.has_function('memrchr'))
+ config_h.set('HAVE_STRINGS_H', cc.has_header('strings.h'))
+ 
++config_h.set_quoted('HEXCHATLIBDIR',
++  join_paths(get_option('prefix'), get_option('libdir'), 'hexchat/plugins')
++)
++
+ if libssl_dep.found()
+   config_h.set('HAVE_X509_GET_SIGNATURE_NID',
+ cc.has_function('X509_get_signature_nid', dependencies: libssl_dep)
+diff --git a/plugins/python/_hexchat.py b/plugins/python/_hexchat.py
+new file mode 100644
+index ..567b3493
+--- /dev/null
 b/plugins/python/_hexchat.py
+@@ -0,0 +1,386 @@
++import inspect
++import sys
++from contextlib import contextmanager
++
++from _hexchat_embedded import ffi, lib
++
++__all__ = [
++'EAT_ALL', 'EAT_HEXCHAT', 'EAT_NONE', 'EAT_PLUGIN', 'EAT_XCHAT',
++'PRI_HIGH', 'PRI_HIGHEST', 'PRI_LOW', 'PRI_LOWEST', 'PRI_NORM',
++'__doc__', '__version__', 'command', 'del_pluginpref', 'emit_print',
++'find_context', 'get_context', 'get_info',
++'get_list', 'get_lists', 'get_pluginpref', 'get_prefs', 'hook_command',
++'hook_print', 'hook_print_attrs', 'hook_server', 'hook_server_attrs',
++'hook_timer', 'hook_unload', 'list_pluginpref', 'nickcmp', 'prnt',
++'set_pluginpref', 'strip', 'unhook',
++]
++
++__doc__ = 'HexChat Scripting Interface'
++__version__ = (2, 0)
++__license__ = 'GPL-2.0+'
++
++EAT_NONE = 0
++EAT_HEXCHAT = 1
++EAT_XCHAT = EAT_HEXCHAT
++EAT_PLUGIN = 2
++EAT_ALL = EAT_HEXCHAT | EAT_PLUGIN
++
++PRI_LOWEST = -128
++PRI_LOW = -64
++PRI_NORM = 0
++PRI_HIGH = 64
++PRI_HIGHEST = 127
++
++
++# We need each module to be able to reference their parent plugin
++# which is a bit tricky since they all share the exact same module.
++# Simply navigating up to what module called it seems to actually
++# be a fairly reliable and simple method of doing so if ugly.
++def __get_current_plugin():
++frame = inspect.stack()[1][0]
++while '__plugin' not in frame.f_globals:
++frame = frame.f_back
++assert frame is not None
++
++return frame.f_globals['__plugin']
++
++
++# Keeping API compat
++if sys.version_info[0] == 2:
++def __decode(string):
++return string
++
++else:
++def __decode(string):
++return string.decode()
++
++
++#  API 
++def prnt(string):
++lib.hexchat_print(lib.ph, string.encode())
++
++
++def emit_print(event_name, *args, **kwargs):
++time = kwargs.pop('time', 0)  # For py2 compat
++cargs = []
++for i in range(4):
++arg = args[i].encode() if len(args) > i else b''
++cstring = ffi.new('char[]', arg)
++cargs.append(cstring)
++
++if time == 0:
++return lib.hexchat_emit_print(lib.ph, event_name.encode(), 

[arch-commits] Commit in hexchat/trunk (0001-python-cffi.patch PKGBUILD)

2020-12-14 Thread Christian Hesse via arch-commits
Date: Monday, December 14, 2020 @ 21:11:40
  Author: eworm
Revision: 775771

upgpkg: hexchat 2.14.3-5: switch python plugin to cffi from master

Added:
  hexchat/trunk/0001-python-cffi.patch
Modified:
  hexchat/trunk/PKGBUILD

+
 0001-python-cffi.patch | 4183 +++
 PKGBUILD   |5 
 2 files changed, 4187 insertions(+), 1 deletion(-)

Added: 0001-python-cffi.patch
===
--- 0001-python-cffi.patch  (rev 0)
+++ 0001-python-cffi.patch  2020-12-14 21:11:40 UTC (rev 775771)
@@ -0,0 +1,4183 @@
+diff --git a/.travis.yml b/.travis.yml
+index df0c7e1f..9e226f0c 100644
+--- a/.travis.yml
 b/.travis.yml
+@@ -2,7 +2,7 @@ sudo: required
+ services: docker
+ before_install:
+ - docker pull ubuntu:16.04
+-- docker run --privileged --cidfile=/tmp/cid ubuntu:16.04 /bin/sh -c 
'apt-get update && apt-get install -y meson/xenial-backports libcanberra-dev 
libdbus-glib-1-dev libglib2.0-dev libgtk2.0-dev libluajit-5.1-dev libnotify-dev 
libpci-dev libperl-dev libproxy-dev libssl-dev python3-dev mono-devel 
desktop-file-utils'
++- docker run --privileged --cidfile=/tmp/cid ubuntu:16.04 /bin/sh -c 
'apt-get update && apt-get install -y meson/xenial-backports libcanberra-dev 
libdbus-glib-1-dev libglib2.0-dev libgtk2.0-dev libluajit-5.1-dev libnotify-dev 
libpci-dev libperl-dev libproxy-dev libssl-dev python3-dev python3-cffi 
mono-devel desktop-file-utils'
+ - docker commit `cat /tmp/cid` hexchat/ubuntu-ci
+ - rm -f /tmp/cid
+ install:
+diff --git a/meson.build b/meson.build
+index 18baf26e..645e685e 100644
+--- a/meson.build
 b/meson.build
+@@ -49,6 +49,10 @@ config_h.set('GLIB_VERSION_MIN_REQUIRED', 
'GLIB_VERSION_2_34')
+ config_h.set('HAVE_MEMRCHR', cc.has_function('memrchr'))
+ config_h.set('HAVE_STRINGS_H', cc.has_header('strings.h'))
+ 
++config_h.set_quoted('HEXCHATLIBDIR',
++  join_paths(get_option('prefix'), get_option('libdir'), 'hexchat/plugins')
++)
++
+ if libssl_dep.found()
+   config_h.set('HAVE_X509_GET_SIGNATURE_NID',
+ cc.has_function('X509_get_signature_nid', dependencies: libssl_dep)
+diff --git a/plugins/python/_hexchat.py b/plugins/python/_hexchat.py
+new file mode 100644
+index ..567b3493
+--- /dev/null
 b/plugins/python/_hexchat.py
+@@ -0,0 +1,386 @@
++import inspect
++import sys
++from contextlib import contextmanager
++
++from _hexchat_embedded import ffi, lib
++
++__all__ = [
++'EAT_ALL', 'EAT_HEXCHAT', 'EAT_NONE', 'EAT_PLUGIN', 'EAT_XCHAT',
++'PRI_HIGH', 'PRI_HIGHEST', 'PRI_LOW', 'PRI_LOWEST', 'PRI_NORM',
++'__doc__', '__version__', 'command', 'del_pluginpref', 'emit_print',
++'find_context', 'get_context', 'get_info',
++'get_list', 'get_lists', 'get_pluginpref', 'get_prefs', 'hook_command',
++'hook_print', 'hook_print_attrs', 'hook_server', 'hook_server_attrs',
++'hook_timer', 'hook_unload', 'list_pluginpref', 'nickcmp', 'prnt',
++'set_pluginpref', 'strip', 'unhook',
++]
++
++__doc__ = 'HexChat Scripting Interface'
++__version__ = (2, 0)
++__license__ = 'GPL-2.0+'
++
++EAT_NONE = 0
++EAT_HEXCHAT = 1
++EAT_XCHAT = EAT_HEXCHAT
++EAT_PLUGIN = 2
++EAT_ALL = EAT_HEXCHAT | EAT_PLUGIN
++
++PRI_LOWEST = -128
++PRI_LOW = -64
++PRI_NORM = 0
++PRI_HIGH = 64
++PRI_HIGHEST = 127
++
++
++# We need each module to be able to reference their parent plugin
++# which is a bit tricky since they all share the exact same module.
++# Simply navigating up to what module called it seems to actually
++# be a fairly reliable and simple method of doing so if ugly.
++def __get_current_plugin():
++frame = inspect.stack()[1][0]
++while '__plugin' not in frame.f_globals:
++frame = frame.f_back
++assert frame is not None
++
++return frame.f_globals['__plugin']
++
++
++# Keeping API compat
++if sys.version_info[0] == 2:
++def __decode(string):
++return string
++
++else:
++def __decode(string):
++return string.decode()
++
++
++#  API 
++def prnt(string):
++lib.hexchat_print(lib.ph, string.encode())
++
++
++def emit_print(event_name, *args, **kwargs):
++time = kwargs.pop('time', 0)  # For py2 compat
++cargs = []
++for i in range(4):
++arg = args[i].encode() if len(args) > i else b''
++cstring = ffi.new('char[]', arg)
++cargs.append(cstring)
++
++if time == 0:
++return lib.hexchat_emit_print(lib.ph, event_name.encode(), *cargs)
++
++attrs = lib.hexchat_event_attrs_create(lib.ph)
++attrs.server_time_utc = time
++ret = lib.hexchat_emit_print_attrs(lib.ph, attrs, event_name.encode(), 
*cargs)
++lib.hexchat_event_attrs_free(lib.ph, attrs)
++return ret
++
++
++# TODO: this shadows itself. command should be changed to cmd
++def command(command):
++lib.hexchat_command(lib.ph, command.encode())
++
++
++def nickcmp(string1, string2):
++return 

[arch-commits] Commit in systemd/repos (21 files)

2020-12-14 Thread Christian Hesse via arch-commits
Date: Monday, December 14, 2020 @ 11:23:30
  Author: eworm
Revision: 404307

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 404306, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
(from rev 404306, systemd/trunk/20-systemd-sysusers.hook)
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
(from rev 404306, systemd/trunk/30-systemd-binfmt.hook)
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
(from rev 404306, systemd/trunk/30-systemd-catalog.hook)
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
(from rev 404306, systemd/trunk/30-systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
(from rev 404306, systemd/trunk/30-systemd-hwdb.hook)
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
(from rev 404306, systemd/trunk/30-systemd-sysctl.hook)
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
(from rev 404306, systemd/trunk/30-systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
(from rev 404306, systemd/trunk/30-systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-update.hook
(from rev 404306, systemd/trunk/30-systemd-update.hook)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 404306, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 404306, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 404306, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 404306, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 404306, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 404306, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 404306, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 404306, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 404306, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 404306, systemd/trunk/systemd.install)

+
 0001-Use-Arch-Linux-device-access-groups.patch |   67 +
 20-systemd-sysusers.hook   |   10 
 30-systemd-binfmt.hook |   10 
 30-systemd-catalog.hook|   11 
 30-systemd-daemon-reload.hook  |   11 
 30-systemd-hwdb.hook   |   11 
 30-systemd-sysctl.hook |   10 
 30-systemd-tmpfiles.hook   |   10 
 30-systemd-udev-reload.hook|   11 
 30-systemd-update.hook |   11 
 PKGBUILD   |  290 +++
 arch.conf  |7 
 initcpio-hook-udev |   22 +
 initcpio-install-systemd   |  197 +++
 initcpio-install-udev  |   29 ++
 loader.conf|1 
 systemd-hook   |   37 ++
 systemd-user.pam   |5 
 systemd.install|  109 
 19 files changed, 859 insertions(+)

Copied: 
systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch 
(from rev 404306, systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
===
--- testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
(rev 0)
+++ testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
2020-12-14 11:23:30 UTC (rev 404307)
@@ -0,0 +1,67 @@
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 6 Mar 2018 23:39:47 +0100
+Subject: [PATCH] Use Arch Linux' device access groups
+
+  cdrom   → optical
+  dialout → uucp
+  tape→ storage
+---
+ rules.d/50-udev-default.rules.in | 14 +++---
+ sysusers.d/basic.conf.in   |  6 +++---
+ 2 files changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/rules.d/50-udev-default.rules.in 
b/rules.d/50-udev-default.rules.in
+index 191f56f42..f81c4d0fc 100644
+--- a/rules.d/50-udev-default.rules.in
 b/rules.d/50-udev-default.rules.in
+@@ -22,7 +22,7 @@ SUBSYSTEM=="tty", KERNEL=="sclp_line[0-9]*", GROUP="tty", 
MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="ttysclp[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="3270/tty[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="vc", KERNEL=="vcs*|vcsa*", GROUP="tty"
+-KERNEL=="tty[A-Z]*[0-9]|ttymxc[0-9]*|pppox[0-9]*|ircomm[0-9]*|noz[0-9]*|rfcomm[0-9]*",
 

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

2020-12-14 Thread Christian Hesse via arch-commits
Date: Monday, December 14, 2020 @ 11:23:20
  Author: eworm
Revision: 404306

upgpkg: systemd 247.1-4: fix firefox crash in libnss

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-14 11:02:41 UTC (rev 404305)
+++ PKGBUILD2020-12-14 11:23:20 UTC (rev 404306)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='dcc360e35ecdeadfeaf8441628cfebb452acd59b' # git rev-parse v${pkgver}
 pkgver=247.1
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -75,6 +75,9 @@
   '05a7023d242b9012216c661f253df1c9c3d45b39'
   # network: ignore broadcast address for /31 or /32 addresses
   '2a236f9fc0ff8fb2152032551436fde74da7217a'
+
+  # nss-resolve: varlink_call() set error_id only when r >= 0
+  '3c229a9afb670025a3c1792bf5ac233b5a566ec5'
 )
 
 _reverts=(


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

2020-12-11 Thread Christian Hesse via arch-commits
Date: Friday, December 11, 2020 @ 14:20:12
  Author: eworm
Revision: 403982

update optional dependencies

Modified:
  galera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 11:47:11 UTC (rev 403981)
+++ PKGBUILD2020-12-11 14:20:12 UTC (rev 403982)
@@ -11,7 +11,8 @@
 license=('GPL2' 'custom:OpenSSL Linking Exception')
 depends=('mariadb' 'openssl')
 makedepends=('check' 'scons' 'boost')
-optdepends=('rsync: transfer database state to a newly joined node with rsync')
+optdepends=('rsync: State Snapshot Transfers with rsync'
+'socat: State Snapshot Transfers with mariabackup')
 url='https://galeracluster.com/'
 options=('!libtool')
 validpgpkeys=('199369E5404BD5FC7D2FE43BCBCB082A1BB943DB') # MariaDB Package 
Signing Key 


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

2020-12-10 Thread Christian Hesse via arch-commits
Date: Thursday, December 10, 2020 @ 20:04:40
  Author: eworm
Revision: 403946

archrelease: copy trunk to testing-any

Added:
  archlinux-keyring/repos/testing-any/
  archlinux-keyring/repos/testing-any/PKGBUILD
(from rev 403945, archlinux-keyring/trunk/PKGBUILD)
  archlinux-keyring/repos/testing-any/archlinux-keyring.install
(from rev 403945, archlinux-keyring/trunk/archlinux-keyring.install)

---+
 PKGBUILD  |   26 ++
 archlinux-keyring.install |   20 
 2 files changed, 46 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 403945, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2020-12-10 20:04:40 UTC (rev 403946)
@@ -0,0 +1,26 @@
+# Maintainer: Pierre Schmitz 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=archlinux-keyring
+pkgver=20201210
+pkgrel=1
+pkgdesc='Arch Linux PGP keyring'
+arch=(any)
+url='https://projects.archlinux.org/archlinux-keyring.git/'
+license=(GPL)
+install=$pkgname.install
+source=(https://sources.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('e350246064c36911b7bb816fae4f59bc91e69912309c2ca7ad80caf6f2ba4117'
+'SKIP')
+validpgpkeys=('4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'  # Pierre Schmitz 

+  'A314827C4E4250A204CE6E13284FC34C8E4B1A25'  # Thomas Bächler 

+  '86CFFCA918CF3AF47147588051E8B148AC34'  # Evangelos Foutras 

+  'F3691687D867B81B51CE07D9BBE43771487328A9'  # Bartlomiej 
Piotrowski 
+  'BD84DE71F493DF6814B0167254EDC91609BC9183'  # Christian Hesse 

+  'CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E'  # Florian Pritz 

+  'E499C79F53C96A54E572FEE1C06086337C50773E')  # Jelle van der Waa 

+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
403945, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2020-12-10 20:04:40 UTC (rev 
403946)
@@ -0,0 +1,20 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l >/dev/null 2>&1; then
+   usr/bin/pacman-key --populate archlinux
+
+   # Re-enable key of alad
+   # See https://bugs.archlinux.org/task/35478
+   printf 'enable\nquit\n' | LANG=C \
+   gpg --homedir /etc/pacman.d/gnupg \
+   --no-permission-warning --command-fd 0 \
+   --quiet --batch --edit-key \
+   DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A \
+   2>/dev/null
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}


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

2020-12-10 Thread Christian Hesse via arch-commits
Date: Thursday, December 10, 2020 @ 20:04:37
  Author: eworm
Revision: 403945

upgpkg: archlinux-keyring 20201210-1: updated keyring

Modified:
  archlinux-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 20:02:32 UTC (rev 403944)
+++ PKGBUILD2020-12-10 20:04:37 UTC (rev 403945)
@@ -2,7 +2,7 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=archlinux-keyring
-pkgver=20201028
+pkgver=20201210
 pkgrel=1
 pkgdesc='Arch Linux PGP keyring'
 arch=(any)
@@ -10,7 +10,7 @@
 license=(GPL)
 install=$pkgname.install
 
source=(https://sources.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('d9797e64da8446c74f3c1a69a52d35ef1d0b9ec09b9930e9f7e902bb5eac5d49'
+sha256sums=('e350246064c36911b7bb816fae4f59bc91e69912309c2ca7ad80caf6f2ba4117'
 'SKIP')
 validpgpkeys=('4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'  # Pierre Schmitz 

   'A314827C4E4250A204CE6E13284FC34C8E4B1A25'  # Thomas Bächler 



[arch-commits] Commit in lib32-libcurl-gnutls/repos (2 files)

2020-12-09 Thread Christian Hesse via arch-commits
Date: Wednesday, December 9, 2020 @ 09:25:35
  Author: eworm
Revision: 772362

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libcurl-gnutls/repos/multilib-testing-x86_64/
  lib32-libcurl-gnutls/repos/multilib-testing-x86_64/PKGBUILD
(from rev 772361, lib32-libcurl-gnutls/trunk/PKGBUILD)

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

Copied: lib32-libcurl-gnutls/repos/multilib-testing-x86_64/PKGBUILD (from rev 
772361, lib32-libcurl-gnutls/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-12-09 09:25:35 UTC (rev 772362)
@@ -0,0 +1,62 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Lizao (Larry) Li 
+
+pkgname=lib32-libcurl-gnutls
+pkgver=7.74.0
+pkgrel=1
+pkgdesc='An URL retrieval library (linked against gnutls)'
+arch=('x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('lib32-curl' 'lib32-glibc' 'lib32-gnutls' 'lib32-libidn2'
+ 'lib32-libpsl' 'lib32-nettle' 'lib32-libssh2' 'lib32-zlib'
+ 'lib32-zstd' 'libcurl-gnutls')
+makedepends=('gcc-multilib')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+sha512sums=('4b61a23463315dce5529aa5f1dc7d21d7876347912c68855c9cfcb01e06492af1510975fafb213c67ac7b9764287767da69043a79376a4be366aa23ace09f163'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+build() {
+  cd curl-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--without-gssapi \
+--with-libssh2 \
+--without-libidn \
+--without-ssl \
+--with-gnutls='/usr' \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib32/libcurl{,-gnutls}.so.4.7.0
+  rm "${pkgdir}"/usr/lib32/libcurl.{a,so}*
+  for version in 3 4 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0 4.5.0 4.6.0; do
+ln -s libcurl-gnutls.so.4.7.0 
"${pkgdir}"/usr/lib32/libcurl-gnutls.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libcurl-gnutls "${pkgdir}"/usr/share/licenses/lib32-libcurl-gnutls
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-libcurl-gnutls/trunk (PKGBUILD)

2020-12-09 Thread Christian Hesse via arch-commits
Date: Wednesday, December 9, 2020 @ 09:25:32
  Author: eworm
Revision: 772361

upgpkg: lib32-libcurl-gnutls 7.74.0-1: new upstream release

Modified:
  lib32-libcurl-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 09:25:26 UTC (rev 772360)
+++ PKGBUILD2020-12-09 09:25:32 UTC (rev 772361)
@@ -2,7 +2,7 @@
 # Contributor: Lizao (Larry) Li 
 
 pkgname=lib32-libcurl-gnutls
-pkgver=7.73.0
+pkgver=7.74.0
 pkgrel=1
 pkgdesc='An URL retrieval library (linked against gnutls)'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('gcc-multilib')
 options=('strip')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
-sha512sums=('86996f7ce537cfc39be18a6a93af0524c7a878d9e003ce0106eb4ff6ce2dea99da1cb9af297b87f93b204b42a3d793198a6e01764aa2a06f5b6fe0623b008f88'
+sha512sums=('4b61a23463315dce5529aa5f1dc7d21d7876347912c68855c9cfcb01e06492af1510975fafb213c67ac7b9764287767da69043a79376a4be366aa23ace09f163'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 


[arch-commits] Commit in lib32-libcurl-compat/repos (2 files)

2020-12-09 Thread Christian Hesse via arch-commits
Date: Wednesday, December 9, 2020 @ 09:25:26
  Author: eworm
Revision: 772360

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libcurl-compat/repos/multilib-testing-x86_64/
  lib32-libcurl-compat/repos/multilib-testing-x86_64/PKGBUILD
(from rev 772359, lib32-libcurl-compat/trunk/PKGBUILD)

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

Copied: lib32-libcurl-compat/repos/multilib-testing-x86_64/PKGBUILD (from rev 
772359, lib32-libcurl-compat/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-12-09 09:25:26 UTC (rev 772360)
@@ -0,0 +1,59 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Piotr Balcerowski 
+
+pkgname=lib32-libcurl-compat
+pkgver=7.74.0
+pkgrel=1
+pkgdesc='An URL retrieval library (without versioned symbols)'
+arch=('x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('lib32-curl' 'lib32-glibc' 'lib32-libidn2' 'lib32-krb5'
+ 'lib32-libssh2' 'lib32-libpsl' 'lib32-openssl' 'lib32-zlib'
+ 'lib32-zstd' 'libcurl-compat')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+sha512sums=('4b61a23463315dce5529aa5f1dc7d21d7876347912c68855c9cfcb01e06492af1510975fafb213c67ac7b9764287767da69043a79376a4be366aa23ace09f163'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+build() {
+  cd curl-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--with-gssapi \
+--with-libssh2 \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib32/libcurl{,-compat}.so.4.7.0
+  rm "${pkgdir}"/usr/lib32/libcurl.{a,so}*
+  for version in 3 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0 4.5.0 4.6.0; do
+ln -s libcurl-compat.so.4.7.0 "${pkgdir}"/usr/lib32/libcurl.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libcurl-compat "${pkgdir}"/usr/share/licenses/lib32-libcurl-compat
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-libcurl-compat/trunk (PKGBUILD)

2020-12-09 Thread Christian Hesse via arch-commits
Date: Wednesday, December 9, 2020 @ 09:25:23
  Author: eworm
Revision: 772359

upgpkg: lib32-libcurl-compat 7.74.0-1: new upstream release

Modified:
  lib32-libcurl-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 09:25:17 UTC (rev 772358)
+++ PKGBUILD2020-12-09 09:25:23 UTC (rev 772359)
@@ -2,7 +2,7 @@
 # Contributor: Piotr Balcerowski 
 
 pkgname=lib32-libcurl-compat
-pkgver=7.73.0
+pkgver=7.74.0
 pkgrel=1
 pkgdesc='An URL retrieval library (without versioned symbols)'
 arch=('x86_64')
@@ -13,7 +13,7 @@
  'lib32-zstd' 'libcurl-compat')
 options=('strip')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
-sha512sums=('86996f7ce537cfc39be18a6a93af0524c7a878d9e003ce0106eb4ff6ce2dea99da1cb9af297b87f93b204b42a3d793198a6e01764aa2a06f5b6fe0623b008f88'
+sha512sums=('4b61a23463315dce5529aa5f1dc7d21d7876347912c68855c9cfcb01e06492af1510975fafb213c67ac7b9764287767da69043a79376a4be366aa23ace09f163'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 


[arch-commits] Commit in lib32-curl/repos (2 files)

2020-12-09 Thread Christian Hesse via arch-commits
Date: Wednesday, December 9, 2020 @ 09:25:17
  Author: eworm
Revision: 772358

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-curl/repos/multilib-testing-x86_64/
  lib32-curl/repos/multilib-testing-x86_64/PKGBUILD
(from rev 772357, lib32-curl/trunk/PKGBUILD)

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

Copied: lib32-curl/repos/multilib-testing-x86_64/PKGBUILD (from rev 772357, 
lib32-curl/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-12-09 09:25:17 UTC (rev 772358)
@@ -0,0 +1,59 @@
+# Maintainer: Daniel Wallace 
+# Contributor: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=lib32-curl
+_pkgname=curl
+pkgver=7.74.0
+pkgrel=1
+pkgdesc="An URL retrieval utility and library (32-bit)"
+arch=('x86_64')
+url="https://curl.haxx.se;
+license=('MIT')
+depends=('lib32-libidn2' 'lib32-libssh2' 'lib32-krb5' 'lib32-openssl'
+ 'lib32-libpsl' 'lib32-zlib' 'lib32-zstd' "${_pkgname}")
+source=("https://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('4b61a23463315dce5529aa5f1dc7d21d7876347912c68855c9cfcb01e06492af1510975fafb213c67ac7b9764287767da69043a79376a4be366aa23ace09f163'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+build() {
+  cd "$_pkgname-$pkgver"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-libssh2 \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
+  --libdir=/usr/lib32
+
+  make
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/usr/{share,bin,include}
+
+  # license
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s "$_pkgname" "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2020-12-09 Thread Christian Hesse via arch-commits
Date: Wednesday, December 9, 2020 @ 09:25:14
  Author: eworm
Revision: 772357

upgpkg: lib32-curl 7.74.0-1: new upstream release

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 09:25:06 UTC (rev 772356)
+++ PKGBUILD2020-12-09 09:25:14 UTC (rev 772357)
@@ -7,7 +7,7 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.73.0
+pkgver=7.74.0
 pkgrel=1
 pkgdesc="An URL retrieval utility and library (32-bit)"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=('lib32-libidn2' 'lib32-libssh2' 'lib32-krb5' 'lib32-openssl'
  'lib32-libpsl' 'lib32-zlib' 'lib32-zstd' "${_pkgname}")
 source=("https://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('86996f7ce537cfc39be18a6a93af0524c7a878d9e003ce0106eb4ff6ce2dea99da1cb9af297b87f93b204b42a3d793198a6e01764aa2a06f5b6fe0623b008f88'
+sha512sums=('4b61a23463315dce5529aa5f1dc7d21d7876347912c68855c9cfcb01e06492af1510975fafb213c67ac7b9764287767da69043a79376a4be366aa23ace09f163'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 


[arch-commits] Commit in libcurl-gnutls/repos (2 files)

2020-12-09 Thread Christian Hesse via arch-commits
Date: Wednesday, December 9, 2020 @ 09:25:01
  Author: eworm
Revision: 772355

archrelease: copy trunk to community-testing-x86_64

Added:
  libcurl-gnutls/repos/community-testing-x86_64/
  libcurl-gnutls/repos/community-testing-x86_64/PKGBUILD
(from rev 772354, libcurl-gnutls/trunk/PKGBUILD)

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

Copied: libcurl-gnutls/repos/community-testing-x86_64/PKGBUILD (from rev 
772354, libcurl-gnutls/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-12-09 09:25:01 UTC (rev 772355)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Lizao (Larry) Li 
+
+pkgname=libcurl-gnutls
+pkgver=7.74.0
+pkgrel=1
+pkgdesc='An URL retrieval library (linked against gnutls)'
+arch=('x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('curl' 'glibc' 'gnutls' 'libidn2' 'libidn2.so' 'libnghttp2'
+ 'libpsl' 'libpsl.so' 'nettle' 'libnettle.so' 'libssh2' 'libssh2.so'
+ 'zlib' 'zstd')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+sha512sums=('4b61a23463315dce5529aa5f1dc7d21d7876347912c68855c9cfcb01e06492af1510975fafb213c67ac7b9764287767da69043a79376a4be366aa23ace09f163'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+build() {
+  cd curl-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--without-gssapi \
+--with-libssh2 \
+--without-libidn \
+--without-ssl \
+--with-gnutls='/usr' \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib/libcurl{,-gnutls}.so.4.7.0
+  rm "${pkgdir}"/usr/lib/libcurl.{a,so}*
+  for version in 3 4 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0 4.5.0 4.6.0; do
+ln -s libcurl-gnutls.so.4.7.0 
"${pkgdir}"/usr/lib/libcurl-gnutls.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s curl "${pkgdir}"/usr/share/licenses/libcurl-gnutls
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-09 Thread Christian Hesse via arch-commits
Date: Wednesday, December 9, 2020 @ 09:24:59
  Author: eworm
Revision: 772354

upgpkg: libcurl-gnutls 7.74.0-1: new upstream release

Modified:
  libcurl-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 09:24:55 UTC (rev 772353)
+++ PKGBUILD2020-12-09 09:24:59 UTC (rev 772354)
@@ -2,7 +2,7 @@
 # Contributor: Lizao (Larry) Li 
 
 pkgname=libcurl-gnutls
-pkgver=7.73.0
+pkgver=7.74.0
 pkgrel=1
 pkgdesc='An URL retrieval library (linked against gnutls)'
 arch=('x86_64')
@@ -13,7 +13,7 @@
  'zlib' 'zstd')
 options=('strip')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
-sha512sums=('86996f7ce537cfc39be18a6a93af0524c7a878d9e003ce0106eb4ff6ce2dea99da1cb9af297b87f93b204b42a3d793198a6e01764aa2a06f5b6fe0623b008f88'
+sha512sums=('4b61a23463315dce5529aa5f1dc7d21d7876347912c68855c9cfcb01e06492af1510975fafb213c67ac7b9764287767da69043a79376a4be366aa23ace09f163'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 


[arch-commits] Commit in libcurl-compat/repos (2 files)

2020-12-09 Thread Christian Hesse via arch-commits
Date: Wednesday, December 9, 2020 @ 09:24:52
  Author: eworm
Revision: 772352

archrelease: copy trunk to community-testing-x86_64

Added:
  libcurl-compat/repos/community-testing-x86_64/
  libcurl-compat/repos/community-testing-x86_64/PKGBUILD
(from rev 772351, libcurl-compat/trunk/PKGBUILD)

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

Copied: libcurl-compat/repos/community-testing-x86_64/PKGBUILD (from rev 
772351, libcurl-compat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-12-09 09:24:52 UTC (rev 772352)
@@ -0,0 +1,54 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Piotr Balcerowski 
+
+pkgname=libcurl-compat
+pkgver=7.74.0
+pkgrel=1
+pkgdesc='An URL retrieval library (without versioned symbols)'
+arch=('x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('curl' 'glibc' 'libidn2' 'libidn2.so' 'krb5' 'openssl' 'libnghttp2'
+ 'libpsl' 'libpsl.so' 'libssh' 'libssh2.so' 'zlib' 'zstd')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+sha512sums=('4b61a23463315dce5529aa5f1dc7d21d7876347912c68855c9cfcb01e06492af1510975fafb213c67ac7b9764287767da69043a79376a4be366aa23ace09f163'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+build() {
+  cd curl-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--with-gssapi \
+--with-libssh2 \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib/libcurl{,-compat}.so.4.7.0
+  rm "${pkgdir}"/usr/lib/libcurl.{a,so}*
+  for version in 3 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0 4.5.0 4.6.0; do
+ln -s libcurl-compat.so.4.7.0 "${pkgdir}"/usr/lib/libcurl.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s curl "${pkgdir}"/usr/share/licenses/libcurl-compat
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-09 Thread Christian Hesse via arch-commits
Date: Wednesday, December 9, 2020 @ 09:24:50
  Author: eworm
Revision: 772351

upgpkg: libcurl-compat 7.74.0-1: new upstream release

Modified:
  libcurl-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 09:24:12 UTC (rev 772350)
+++ PKGBUILD2020-12-09 09:24:50 UTC (rev 772351)
@@ -2,7 +2,7 @@
 # Contributor: Piotr Balcerowski 
 
 pkgname=libcurl-compat
-pkgver=7.73.0
+pkgver=7.74.0
 pkgrel=1
 pkgdesc='An URL retrieval library (without versioned symbols)'
 arch=('x86_64')
@@ -12,7 +12,7 @@
  'libpsl' 'libpsl.so' 'libssh' 'libssh2.so' 'zlib' 'zstd')
 options=('strip')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
-sha512sums=('86996f7ce537cfc39be18a6a93af0524c7a878d9e003ce0106eb4ff6ce2dea99da1cb9af297b87f93b204b42a3d793198a6e01764aa2a06f5b6fe0623b008f88'
+sha512sums=('4b61a23463315dce5529aa5f1dc7d21d7876347912c68855c9cfcb01e06492af1510975fafb213c67ac7b9764287767da69043a79376a4be366aa23ace09f163'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 


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

2020-12-09 Thread Christian Hesse via arch-commits
Date: Wednesday, December 9, 2020 @ 09:24:42
  Author: eworm
Revision: 403181

archrelease: copy trunk to testing-x86_64

Added:
  curl/repos/testing-x86_64/
  curl/repos/testing-x86_64/PKGBUILD
(from rev 403180, curl/trunk/PKGBUILD)

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

Copied: curl/repos/testing-x86_64/PKGBUILD (from rev 403180, 
curl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-09 09:24:42 UTC (rev 403181)
@@ -0,0 +1,50 @@
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=curl
+pkgver=7.74.0
+pkgrel=1
+pkgdesc="An URL retrieval utility and library"
+arch=('x86_64')
+url="https://curl.haxx.se;
+license=('MIT')
+depends=('ca-certificates' 'krb5' 'libssh2' 'libssh2.so' 'openssl' 'zlib'
+ 'libpsl' 'libpsl.so' 'libnghttp2' 'libidn2' 'libidn2.so' 'zstd')
+provides=('libcurl.so')
+source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('4b61a23463315dce5529aa5f1dc7d21d7876347912c68855c9cfcb01e06492af1510975fafb213c67ac7b9764287767da69043a79376a4be366aa23ace09f163'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-ldap \
+  --disable-ldaps \
+  --disable-manual \
+  --enable-ipv6 \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-libssh2 \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install -C scripts
+
+  # license
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
+}


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

2020-12-09 Thread Christian Hesse via arch-commits
Date: Wednesday, December 9, 2020 @ 09:24:39
  Author: eworm
Revision: 403180

upgpkg: curl 7.74.0-1: new upstream release

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 07:39:52 UTC (rev 403179)
+++ PKGBUILD2020-12-09 09:24:39 UTC (rev 403180)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=curl
-pkgver=7.73.0
+pkgver=7.74.0
 pkgrel=1
 pkgdesc="An URL retrieval utility and library"
 arch=('x86_64')
@@ -15,7 +15,7 @@
  'libpsl' 'libpsl.so' 'libnghttp2' 'libidn2' 'libidn2.so' 'zstd')
 provides=('libcurl.so')
 source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('86996f7ce537cfc39be18a6a93af0524c7a878d9e003ce0106eb4ff6ce2dea99da1cb9af297b87f93b204b42a3d793198a6e01764aa2a06f5b6fe0623b008f88'
+sha512sums=('4b61a23463315dce5529aa5f1dc7d21d7876347912c68855c9cfcb01e06492af1510975fafb213c67ac7b9764287767da69043a79376a4be366aa23ace09f163'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 


[arch-commits] Commit in systemd/repos/testing-x86_64 (40 files)

2020-12-08 Thread Christian Hesse via arch-commits
Date: Tuesday, December 8, 2020 @ 15:50:46
  Author: eworm
Revision: 403138

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 403137, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
(from rev 403137, systemd/trunk/20-systemd-sysusers.hook)
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
(from rev 403137, systemd/trunk/30-systemd-binfmt.hook)
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
(from rev 403137, systemd/trunk/30-systemd-catalog.hook)
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
(from rev 403137, systemd/trunk/30-systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
(from rev 403137, systemd/trunk/30-systemd-hwdb.hook)
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
(from rev 403137, systemd/trunk/30-systemd-sysctl.hook)
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
(from rev 403137, systemd/trunk/30-systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
(from rev 403137, systemd/trunk/30-systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-update.hook
(from rev 403137, systemd/trunk/30-systemd-update.hook)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 403137, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 403137, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 403137, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 403137, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 403137, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 403137, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 403137, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 403137, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 403137, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 403137, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
  systemd/repos/testing-x86_64/30-systemd-update.hook
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/arch.conf
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/loader.conf
  systemd/repos/testing-x86_64/splash-arch.bmp
  systemd/repos/testing-x86_64/systemd-hook
  systemd/repos/testing-x86_64/systemd-user.pam
  systemd/repos/testing-x86_64/systemd.install

+
 0001-Use-Arch-Linux-device-access-groups.patch |  134 ++---
 20-systemd-sysusers.hook   |   20 
 30-systemd-binfmt.hook |   20 
 30-systemd-catalog.hook|   22 
 30-systemd-daemon-reload.hook  |   22 
 30-systemd-hwdb.hook   |   22 
 30-systemd-sysctl.hook |   20 
 30-systemd-tmpfiles.hook   |   20 
 30-systemd-udev-reload.hook|   22 
 30-systemd-update.hook |   22 
 PKGBUILD   |  567 +++
 arch.conf  |   14 
 initcpio-hook-udev |   44 -
 initcpio-install-systemd   |  394 +++
 initcpio-install-udev  |   58 +-
 loader.conf|2 
 systemd-hook   |   74 +--
 systemd-user.pam   |   10 
 systemd.install|  218 
 19 files changed, 856 insertions(+), 849 deletions(-)

Deleted: 0001-Use-Arch-Linux-device-access-groups.patch
===
--- 0001-Use-Arch-Linux-device-access-groups.patch  2020-12-08 15:50:32 UTC 
(rev 403137)
+++ 0001-Use-Arch-Linux-device-access-groups.patch  2020-12-08 15:50:46 UTC 
(rev 403138)
@@ -1,67 +0,0 @@
-From: "Jan Alexander Steffens 

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

2020-12-08 Thread Christian Hesse via arch-commits
Date: Tuesday, December 8, 2020 @ 15:50:32
  Author: eworm
Revision: 403137

upgpkg: systemd 247.1-3: network: two fixes for configuring address correctly

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 13:14:45 UTC (rev 403136)
+++ PKGBUILD2020-12-08 15:50:32 UTC (rev 403137)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='dcc360e35ecdeadfeaf8441628cfebb452acd59b' # git rev-parse v${pkgver}
 pkgver=247.1
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -68,6 +68,13 @@
   '31063db0b4842a452c6eadde5b969aaee2a0516a'
   # test: add tests for device_new_from_nulstr()
   'e6f882871568e4a331ac473871ee8a884f6e48d6'
+
+  # network: do not set broadcast if prefixlen is 31 or 32
+  'df8aa086420e6ce61e32898b2bb7c88b87fd1c43'
+  # network: fix verification for broadcast address
+  '05a7023d242b9012216c661f253df1c9c3d45b39'
+  # network: ignore broadcast address for /31 or /32 addresses
+  '2a236f9fc0ff8fb2152032551436fde74da7217a'
 )
 
 _reverts=(


[arch-commits] Commit in systemd/repos (21 files)

2020-12-08 Thread Christian Hesse via arch-commits
Date: Tuesday, December 8, 2020 @ 12:08:30
  Author: eworm
Revision: 403122

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 403121, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
(from rev 403121, systemd/trunk/20-systemd-sysusers.hook)
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
(from rev 403121, systemd/trunk/30-systemd-binfmt.hook)
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
(from rev 403121, systemd/trunk/30-systemd-catalog.hook)
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
(from rev 403121, systemd/trunk/30-systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
(from rev 403121, systemd/trunk/30-systemd-hwdb.hook)
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
(from rev 403121, systemd/trunk/30-systemd-sysctl.hook)
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
(from rev 403121, systemd/trunk/30-systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
(from rev 403121, systemd/trunk/30-systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-update.hook
(from rev 403121, systemd/trunk/30-systemd-update.hook)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 403121, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 403121, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 403121, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 403121, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 403121, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 403121, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 403121, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 403121, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 403121, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 403121, systemd/trunk/systemd.install)

+
 0001-Use-Arch-Linux-device-access-groups.patch |   67 +
 20-systemd-sysusers.hook   |   10 
 30-systemd-binfmt.hook |   10 
 30-systemd-catalog.hook|   11 
 30-systemd-daemon-reload.hook  |   11 
 30-systemd-hwdb.hook   |   11 
 30-systemd-sysctl.hook |   10 
 30-systemd-tmpfiles.hook   |   10 
 30-systemd-udev-reload.hook|   11 
 30-systemd-update.hook |   11 
 PKGBUILD   |  280 +++
 arch.conf  |7 
 initcpio-hook-udev |   22 +
 initcpio-install-systemd   |  197 
 initcpio-install-udev  |   29 ++
 loader.conf|1 
 systemd-hook   |   37 +++
 systemd-user.pam   |5 
 systemd.install|  109 
 19 files changed, 849 insertions(+)

Copied: 
systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch 
(from rev 403121, systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
===
--- testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
(rev 0)
+++ testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
2020-12-08 12:08:30 UTC (rev 403122)
@@ -0,0 +1,67 @@
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 6 Mar 2018 23:39:47 +0100
+Subject: [PATCH] Use Arch Linux' device access groups
+
+  cdrom   → optical
+  dialout → uucp
+  tape→ storage
+---
+ rules.d/50-udev-default.rules.in | 14 +++---
+ sysusers.d/basic.conf.in   |  6 +++---
+ 2 files changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/rules.d/50-udev-default.rules.in 
b/rules.d/50-udev-default.rules.in
+index 191f56f42..f81c4d0fc 100644
+--- a/rules.d/50-udev-default.rules.in
 b/rules.d/50-udev-default.rules.in
+@@ -22,7 +22,7 @@ SUBSYSTEM=="tty", KERNEL=="sclp_line[0-9]*", GROUP="tty", 
MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="ttysclp[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="3270/tty[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="vc", KERNEL=="vcs*|vcsa*", GROUP="tty"
+-KERNEL=="tty[A-Z]*[0-9]|ttymxc[0-9]*|pppox[0-9]*|ircomm[0-9]*|noz[0-9]*|rfcomm[0-9]*",
 

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

2020-12-08 Thread Christian Hesse via arch-commits
Date: Tuesday, December 8, 2020 @ 12:08:18
  Author: eworm
Revision: 403121

upgpkg: systemd 247.1-2: fix timeout waiting for device with space in name 
(FS#68785)

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 11:20:38 UTC (rev 403120)
+++ PKGBUILD2020-12-08 12:08:18 UTC (rev 403121)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='dcc360e35ecdeadfeaf8441628cfebb452acd59b' # git rev-parse v${pkgver}
 pkgver=247.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -60,6 +60,14 @@
 
'825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
 
 _backports=(
+  # set: introduce set_strjoin()
+  '4dbce717873000cff7b56f89266d1d2fe53f9284'
+  # sd-device: use set_strjoin()
+  '6f3ac0d51766b0b9101676cefe5c4ba81feba436'
+  # sd-device: keep escaped strings in DEVLINK= property
+  '31063db0b4842a452c6eadde5b969aaee2a0516a'
+  # test: add tests for device_new_from_nulstr()
+  'e6f882871568e4a331ac473871ee8a884f6e48d6'
 )
 
 _reverts=(


[arch-commits] Commit in vis/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-12-08 Thread Christian Hesse via arch-commits
Date: Tuesday, December 8, 2020 @ 10:51:29
  Author: eworm
Revision: 771769

archrelease: copy trunk to community-x86_64

Added:
  vis/repos/community-x86_64/PKGBUILD
(from rev 771768, vis/trunk/PKGBUILD)
Deleted:
  vis/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  113 +
 1 file changed, 55 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-08 10:51:26 UTC (rev 771768)
+++ PKGBUILD2020-12-08 10:51:29 UTC (rev 771769)
@@ -1,58 +0,0 @@
-# Maintainer: Christian Hesse 
-
-pkgname=vis
-_tag='fbf2cb0979fb1e2eb256d2f3b61b4450aab8abae' # git rev-parse v${pkgver}
-pkgver=0.6
-pkgrel=2
-pkgdesc='modern, legacy free, simple yet efficient vim-like editor'
-arch=('x86_64')
-url='https://github.com/martanne/vis#vis-a-vim-like-text-editor'
-depends=('acl' 'libacl.so' 'bash' 'ncurses' 'libncursesw.so' 'libtermkey'
- 'libtermkey.so' 'lua' 'lua-lpeg' 'tre' 'file')
-makedepends=('git')
-checkdepends=('vim')
-license=('custom:ISC')
-backup=('etc/vis/visrc.lua')
-validpgpkeys=('54A47F12462D26A7D078A932C83A52CD1962562C') # Marc André Tanner 

-source=("git://github.com/martanne/vis.git#tag=${_tag}?signed"
-'git://github.com/martanne/vis-test.git')
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-   cd vis/
-
-   git config --file=.gitmodules submodule.test.url ../vis-test/
-   git update-index --assume-unchanged .gitmodules
-   git submodule init
-   git submodule update
-
-   # build: define LUA_COMPAT_5_3
-   git cherry-pick -n 603ee4688ca0da05840bbc15241ee53b02d0987d
-}
-
-build() {
-   cd vis/
-
-   ./configure \
-   --prefix=/usr
-
-   make
-}
-
-check() {
-   cd vis/
-
-   make -C test/
-}
-
-package() {
-   cd vis/
-
-   make DESTDIR="${pkgdir}" install
-
-   install -D -m0644 lua/visrc.lua "${pkgdir}"/etc/vis/visrc.lua
-
-   install -D -m0644 'LICENSE' "${pkgdir}/usr/share/licenses/vis/LICENSE"
-}
-

Copied: vis/repos/community-x86_64/PKGBUILD (from rev 771768, 
vis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-08 10:51:29 UTC (rev 771769)
@@ -0,0 +1,55 @@
+# Maintainer: Christian Hesse 
+
+pkgname=vis
+_tag='b1bba35b097639865a4f2accc92194d9ce8e39e0' # git rev-parse v${pkgver}
+pkgver=0.7
+pkgrel=1
+pkgdesc='modern, legacy free, simple yet efficient vim-like editor'
+arch=('x86_64')
+url='https://github.com/martanne/vis#vis-a-vim-like-text-editor'
+depends=('acl' 'libacl.so' 'bash' 'ncurses' 'libncursesw.so' 'libtermkey'
+ 'libtermkey.so' 'lua' 'lua-lpeg' 'tre' 'file')
+makedepends=('git')
+checkdepends=('vim')
+license=('custom:ISC')
+backup=('etc/vis/visrc.lua')
+validpgpkeys=('54A47F12462D26A7D078A932C83A52CD1962562C') # Marc André Tanner 

+source=("git://github.com/martanne/vis.git#tag=${_tag}?signed"
+'git://github.com/martanne/vis-test.git')
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+   cd vis/
+
+   git config --file=.gitmodules submodule.test.url ../vis-test/
+   git update-index --assume-unchanged .gitmodules
+   git submodule init
+   git submodule update
+}
+
+build() {
+   cd vis/
+
+   ./configure \
+   --prefix=/usr
+
+   make
+}
+
+check() {
+   cd vis/
+
+   make -C test/
+}
+
+package() {
+   cd vis/
+
+   make DESTDIR="${pkgdir}" install
+
+   install -D -m0644 lua/visrc.lua "${pkgdir}"/etc/vis/visrc.lua
+
+   install -D -m0644 'LICENSE' "${pkgdir}/usr/share/licenses/vis/LICENSE"
+}
+


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

2020-12-08 Thread Christian Hesse via arch-commits
Date: Tuesday, December 8, 2020 @ 10:51:26
  Author: eworm
Revision: 771768

upgpkg: vis 0.7-1: new upstream release

Modified:
  vis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-08 10:37:16 UTC (rev 771767)
+++ PKGBUILD2020-12-08 10:51:26 UTC (rev 771768)
@@ -1,9 +1,9 @@
 # Maintainer: Christian Hesse 
 
 pkgname=vis
-_tag='fbf2cb0979fb1e2eb256d2f3b61b4450aab8abae' # git rev-parse v${pkgver}
-pkgver=0.6
-pkgrel=2
+_tag='b1bba35b097639865a4f2accc92194d9ce8e39e0' # git rev-parse v${pkgver}
+pkgver=0.7
+pkgrel=1
 pkgdesc='modern, legacy free, simple yet efficient vim-like editor'
 arch=('x86_64')
 url='https://github.com/martanne/vis#vis-a-vim-like-text-editor'
@@ -26,9 +26,6 @@
git update-index --assume-unchanged .gitmodules
git submodule init
git submodule update
-
-   # build: define LUA_COMPAT_5_3
-   git cherry-pick -n 603ee4688ca0da05840bbc15241ee53b02d0987d
 }
 
 build() {


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

2020-12-08 Thread Christian Hesse via arch-commits
Date: Tuesday, December 8, 2020 @ 08:20:52
  Author: eworm
Revision: 403091

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/
  
mesa/repos/testing-x86_64/0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch
(from rev 403090, 
mesa/trunk/0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch)
  mesa/repos/testing-x86_64/LICENSE
(from rev 403090, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 403090, mesa/trunk/PKGBUILD)

+
 0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch |   35 +
 LICENSE|   83 +++
 PKGBUILD   |  217 
++
 3 files changed, 335 insertions(+)

Copied: 
mesa/repos/testing-x86_64/0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch
 (from rev 403090, 
mesa/trunk/0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch)
===
--- 
testing-x86_64/0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch
   (rev 0)
+++ 
testing-x86_64/0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch
   2020-12-08 08:20:52 UTC (rev 403091)
@@ -0,0 +1,35 @@
+From 7c075bae56e45f268e62efcd82589111bce92ae3 Mon Sep 17 00:00:00 2001
+From: Dave Airlie 
+Date: Mon, 7 Dec 2020 09:47:35 +1000
+Subject: [PATCH] radeonsi: fix regression on gpus using the radeon winsys.
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+For GPUs using the radeon kernel driver, num_se was never
+getting initialised.
+
+Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3939
+Fixes: f2977a162af4 ("ac: fix min/max_good_num_cu_per_sa on gfx10.3 with 
disabled SEs")
+Reviewed-by: Marek Olšák 
+Part-of: 
+---
+ src/gallium/winsys/radeon/drm/radeon_drm_winsys.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c 
b/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c
+index 0aab59cd236..ef7434d7589 100644
+--- a/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c
 b/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c
+@@ -530,6 +530,8 @@ static bool do_winsys_init(struct radeon_drm_winsys *ws)
+   }
+}
+ 
++   ws->info.num_se = ws->info.max_se;
++
+radeon_get_drm_value(ws->fd, RADEON_INFO_MAX_SH_PER_SE, NULL,
+ >info.max_sa_per_se);
+if (ws->gen == DRV_SI) {
+-- 
+GitLab
+

Copied: mesa/repos/testing-x86_64/LICENSE (from rev 403090, mesa/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2020-12-08 08:20:52 UTC (rev 403091)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa is in any way a
+   compatible replacement for OpenGL or associated with SGI. Those who
+   want a licensed implementation of OpenGL should contact a licensed
+   vendor.
+
+   Please do not refer to the library as MesaGL (for legal reasons). It's
+   just Mesa or The Mesa 3-D graphics library.
+
+   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+   The Mesa distribution consists of several components. Different
+   copyrights and licenses apply to different components. For example, the
+   GLX client code uses the SGI Free Software License B, and some of the
+   Mesa device drivers are copyrighted by their authors. See below for a
+   list of Mesa's main components and the license for each.
+
+   The core Mesa library is licensed according to the terms of the MIT
+   license. This allows integration with the XFree86, Xorg and DRI
+   projects.
+
+   The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+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.

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

2020-12-08 Thread Christian Hesse via arch-commits
Date: Tuesday, December 8, 2020 @ 08:20:48
  Author: eworm
Revision: 403090

upgpkg: mesa 20.3.0-3: radeonsi: fix regression on gpus using the radeon winsys

Added:
  mesa/trunk/0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch
Modified:
  mesa/trunk/PKGBUILD

+
 0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch |   35 
++
 PKGBUILD   |6 +
 2 files changed, 40 insertions(+), 1 deletion(-)

Added: 0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch
===
--- 0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch  
(rev 0)
+++ 0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch  
2020-12-08 08:20:48 UTC (rev 403090)
@@ -0,0 +1,35 @@
+From 7c075bae56e45f268e62efcd82589111bce92ae3 Mon Sep 17 00:00:00 2001
+From: Dave Airlie 
+Date: Mon, 7 Dec 2020 09:47:35 +1000
+Subject: [PATCH] radeonsi: fix regression on gpus using the radeon winsys.
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+For GPUs using the radeon kernel driver, num_se was never
+getting initialised.
+
+Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3939
+Fixes: f2977a162af4 ("ac: fix min/max_good_num_cu_per_sa on gfx10.3 with 
disabled SEs")
+Reviewed-by: Marek Olšák 
+Part-of: 
+---
+ src/gallium/winsys/radeon/drm/radeon_drm_winsys.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c 
b/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c
+index 0aab59cd236..ef7434d7589 100644
+--- a/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c
 b/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c
+@@ -530,6 +530,8 @@ static bool do_winsys_init(struct radeon_drm_winsys *ws)
+   }
+}
+ 
++   ws->info.num_se = ws->info.max_se;
++
+radeon_get_drm_value(ws->fd, RADEON_INFO_MAX_SH_PER_SE, NULL,
+ >info.max_sa_per_se);
+if (ws->gen == DRV_SI) {
+-- 
+GitLab
+

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 20:58:08 UTC (rev 403089)
+++ PKGBUILD2020-12-08 08:20:48 UTC (rev 403090)
@@ -7,7 +7,7 @@
 pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'vulkan-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
 pkgver=20.3.0
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 
'libxshmfence' 'libxxf86vm'
  'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols' 
'zstd' 'elfutils' 'llvm'
@@ -16,9 +16,11 @@
 url="https://www.mesa3d.org/;
 license=('custom')
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
+0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch
 LICENSE)
 
sha512sums=('69ee0bc1e7a69a519597dd55f4d601f35fe51ed6687d6f6beff6aef3da8d82de932220305fc187e06a52aaf0073d434a6e3458619c767b9b7932464a2cbb2cf2'
 'SKIP'
+
'a133f5689e1007dc43234ed6a022f83c5ffbb256ed6207c73e30bee221c2617820aa8848e17d7f14fa629b4907a115c4f8a033dc40c7b53c473c2eef26bf8bf6'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 

   '946D09B5E4C9845E63075FF1D961C596A7203456'  # Andres Gomez 

@@ -29,6 +31,8 @@
 
 prepare() {
   cd mesa-$pkgver
+
+  patch -Np1 < 
../0001-radeonsi-fix-regression-on-gpus-using-the-radeon-winsys.patch
 }
 
 build() {


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

2020-12-06 Thread Christian Hesse via arch-commits
Date: Monday, December 7, 2020 @ 07:39:22
  Author: eworm
Revision: 403042

archrelease: copy trunk to testing-x86_64

Added:
  htop/repos/testing-x86_64/
  htop/repos/testing-x86_64/PKGBUILD
(from rev 403041, htop/trunk/PKGBUILD)

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

Copied: htop/repos/testing-x86_64/PKGBUILD (from rev 403041, 
htop/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-07 07:39:22 UTC (rev 403042)
@@ -0,0 +1,45 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Daniel J Griffiths 
+
+pkgname=htop
+pkgver=3.0.3
+pkgrel=1
+pkgdesc='Interactive process viewer'
+arch=('x86_64')
+url='https://htop.dev/'
+license=('GPL')
+depends=('ncurses' 'libncursesw.so' 'libnl')
+makedepends=('lm_sensors')
+optdepends=('lm_sensors: show cpu temperatures'
+'lsof: show files opened by a process'
+'strace: attach to a running process')
+options=('!emptydirs')
+source=("https://github.com/htop-dev/htop/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('725103929c925a7252b4dedeb29b3a1da86a2f74e96c50eb9ea6c8fec1942cd2')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  autoreconf -fi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --enable-cgroup \
+  --enable-delayacct \
+  --enable-openvz \
+  --enable-unicode \
+  --enable-vserver
+
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}


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

2020-12-06 Thread Christian Hesse via arch-commits
Date: Monday, December 7, 2020 @ 07:39:18
  Author: eworm
Revision: 403041

upgpkg: htop 3.0.3-1: new upstream release

Modified:
  htop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 06:52:56 UTC (rev 403040)
+++ PKGBUILD2020-12-07 07:39:18 UTC (rev 403041)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=htop
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc='Interactive process viewer'
 arch=('x86_64')
@@ -11,11 +11,13 @@
 url='https://htop.dev/'
 license=('GPL')
 depends=('ncurses' 'libncursesw.so' 'libnl')
-optdepends=('lsof: show files opened by a process'
+makedepends=('lm_sensors')
+optdepends=('lm_sensors: show cpu temperatures'
+'lsof: show files opened by a process'
 'strace: attach to a running process')
 options=('!emptydirs')
 
source=("https://github.com/htop-dev/htop/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('b4744a3bea279f2a3725ed8e5e35ffd9cb10d66673bf07c8fe21feb3c4661305')
+sha256sums=('725103929c925a7252b4dedeb29b3a1da86a2f74e96c50eb9ea6c8fec1942cd2')
 
 prepare() {
   cd "$pkgname-$pkgver"


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

2020-12-06 Thread Christian Hesse via arch-commits
Date: Sunday, December 6, 2020 @ 19:23:21
  Author: eworm
Revision: 402988

archrelease: copy trunk to testing-x86_64

Added:
  feh/repos/testing-x86_64/
  feh/repos/testing-x86_64/PKGBUILD
(from rev 402987, feh/trunk/PKGBUILD)

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

Copied: feh/repos/testing-x86_64/PKGBUILD (from rev 402987, feh/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-06 19:23:21 UTC (rev 402988)
@@ -0,0 +1,31 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=3.6.1
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='https://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats'
+'jpegexiforient: set exif rotation tag')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('9b1edec52cbae97b17530cb5db10666abfb9983f51a5d820c89added6f7b1ea8'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr help=1 exif=1 stat64=1 inotify=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-12-06 Thread Christian Hesse via arch-commits
Date: Sunday, December 6, 2020 @ 19:23:19
  Author: eworm
Revision: 402987

upgpkg: feh 3.6.1-1: new upstream release

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 19:08:24 UTC (rev 402986)
+++ PKGBUILD2020-12-06 19:23:19 UTC (rev 402987)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=3.6
+pkgver=3.6.1
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='https://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('87775d66a400e64a6c9866107c136355e67aec57e73b9e30137d0e46bf5fcfd8'
+sha256sums=('9b1edec52cbae97b17530cb5db10666abfb9983f51a5d820c89added6f7b1ea8'
 'SKIP')
 
 build() {


[arch-commits] Commit in etckeeper/repos/community-any (4 files)

2020-12-06 Thread Christian Hesse via arch-commits
Date: Sunday, December 6, 2020 @ 19:16:50
  Author: eworm
Revision: 77

archrelease: copy trunk to community-any

Added:
  etckeeper/repos/community-any/0001-breezy.patch
(from rev 771110, etckeeper/trunk/0001-breezy.patch)
  etckeeper/repos/community-any/PKGBUILD
(from rev 771110, etckeeper/trunk/PKGBUILD)
Deleted:
  etckeeper/repos/community-any/0001-breezy.patch
  etckeeper/repos/community-any/PKGBUILD

---+
 0001-breezy.patch |  124 ++--
 PKGBUILD  |   85 +--
 2 files changed, 104 insertions(+), 105 deletions(-)

Deleted: 0001-breezy.patch
===
--- 0001-breezy.patch   2020-12-06 19:16:40 UTC (rev 771110)
+++ 0001-breezy.patch   2020-12-06 19:16:50 UTC (rev 77)
@@ -1,62 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 73d2411..7e545ba 100644
 a/Makefile
-+++ b/Makefile
-@@ -21,7 +21,7 @@ FAKEROOT := $(shell command -v fakeroot 2> /dev/null)
- TESTDIR := $(shell mktemp -u -d)
- 
- build: etckeeper.spec etckeeper.version
--  -$(PYTHON) ./etckeeper-bzr/__init__.py build || echo "** bzr support 
not built"
-+  -$(PYTHON) ./etckeeper-brz/__init__.py build || echo "** brz support 
not built"
-   -$(PYTHON) ./etckeeper-dnf/etckeeper.py build || echo "** DNF support 
not built"
- 
- install: etckeeper.version
-@@ -68,7 +68,7 @@ ifeq ($(HIGHLEVEL_PACKAGE_MANAGER),zypper)
-   mkdir -p $(DESTDIR)$(prefix)/lib/zypp/plugins/commit
-   $(INSTALL) zypper-etckeeper.py 
$(DESTDIR)$(prefix)/lib/zypp/plugins/commit/zypper-etckeeper.py
- endif
--  -$(PYTHON) ./etckeeper-bzr/__init__.py install --root=$(DESTDIR) 
${PYTHON_INSTALL_OPTS} || echo "** bzr support not installed"
-+  -$(PYTHON) ./etckeeper-brz/__init__.py install --root=$(DESTDIR) 
${PYTHON_INSTALL_OPTS} || echo "** brz support not installed"
-   echo "** installation successful"
- 
- clean: etckeeper.spec etckeeper.version
-diff --git a/etckeeper-brz/__init__.py b/etckeeper-brz/__init__.py
-new file mode 100644
-index 000..5f04ba6
 /dev/null
-+++ b/etckeeper-brz/__init__.py
-@@ -0,0 +1,34 @@
-+#
-+# Breezy plugin that runs etckeeper pre-commit when necessary
-+
-+"""Runs etckeeper pre-commit when necessary."""
-+
-+from breezy.errors import BzrError
-+import os
-+
-+def etckeeper_startcommit_hook(tree):
-+abspath = getattr(tree, "abspath", None)
-+if abspath is None or not os.path.exists(abspath(".etckeeper")):
-+# Only run the commit hook when this is an etckeeper branch
-+return
-+import subprocess
-+ret = subprocess.call(["etckeeper", "pre-commit", abspath(".")])
-+if ret != 0:
-+raise BzrError("etckeeper pre-commit failed")
-+
-+try:
-+from breezy.hooks import install_lazy_named_hook
-+except ImportError:
-+from breezy.mutabletree import MutableTree
-+MutableTree.hooks.install_named_hook('start_commit',
-+etckeeper_startcommit_hook, 'etckeeper')
-+else:
-+install_lazy_named_hook(
-+"breezy.mutabletree", "MutableTree.hooks",
-+'start_commit', etckeeper_startcommit_hook, 'etckeeper')
-+
-+if __name__ == "__main__":
-+from distutils.core import setup
-+setup(name="brz-etckeeper",
-+  packages=["breezy.plugins.etckeeper"],
-+  package_dir={"breezy.plugins.etckeeper":"etckeeper-brz"})

Copied: etckeeper/repos/community-any/0001-breezy.patch (from rev 771110, 
etckeeper/trunk/0001-breezy.patch)
===
--- 0001-breezy.patch   (rev 0)
+++ 0001-breezy.patch   2020-12-06 19:16:50 UTC (rev 77)
@@ -0,0 +1,62 @@
+diff --git a/Makefile b/Makefile
+index 73d2411..7e545ba 100644
+--- a/Makefile
 b/Makefile
+@@ -21,7 +21,7 @@ FAKEROOT := $(shell command -v fakeroot 2> /dev/null)
+ TESTDIR := $(shell mktemp -u -d)
+ 
+ build: etckeeper.spec etckeeper.version
+-  -$(PYTHON) ./etckeeper-bzr/__init__.py build || echo "** bzr support 
not built"
++  -$(PYTHON) ./etckeeper-brz/__init__.py build || echo "** brz support 
not built"
+   -$(PYTHON) ./etckeeper-dnf/etckeeper.py build || echo "** DNF support 
not built"
+ 
+ install: etckeeper.version
+@@ -68,7 +68,7 @@ ifeq ($(HIGHLEVEL_PACKAGE_MANAGER),zypper)
+   mkdir -p $(DESTDIR)$(prefix)/lib/zypp/plugins/commit
+   $(INSTALL) zypper-etckeeper.py 
$(DESTDIR)$(prefix)/lib/zypp/plugins/commit/zypper-etckeeper.py
+ endif
+-  -$(PYTHON) ./etckeeper-bzr/__init__.py install --root=$(DESTDIR) 
${PYTHON_INSTALL_OPTS} || echo "** bzr support not installed"
++  -$(PYTHON) ./etckeeper-brz/__init__.py install --root=$(DESTDIR) 
${PYTHON_INSTALL_OPTS} || echo "** brz support not installed"
+   echo "** installation successful"
+ 
+ clean: etckeeper.spec etckeeper.version
+diff --git a/etckeeper-brz/__init__.py b/etckeeper-brz/__init__.py
+new file mode 100644
+index 000..5f04ba6
+--- 

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

2020-12-06 Thread Christian Hesse via arch-commits
Date: Sunday, December 6, 2020 @ 19:16:40
  Author: eworm
Revision: 771110

upgpkg: etckeeper 1.18.15-3: drop unused optdepend

Modified:
  etckeeper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 19:15:54 UTC (rev 771109)
+++ PKGBUILD2020-12-06 19:16:40 UTC (rev 771110)
@@ -6,7 +6,7 @@
 pkgname=etckeeper
 _tag='a89f0aff21f7d63609a39504801da42e2fce2ed2' # git rev-parse ${pkgver}
 pkgver=1.18.15
-pkgrel=2
+pkgrel=3
 pkgdesc='Collection of tools to let /etc be stored in a git, hg or bzr 
repository'
 arch=('any')
 url='https://etckeeper.branchable.com/'
@@ -14,8 +14,7 @@
 depends=('git' 'diffutils' 'sed')
 makedepends=('mercurial' 'breezy')
 optdepends=('mercurial: use mercurial for version control'
-'breezy: use bazaar for version control'
-'which: etckeeper vcs  support')
+'breezy: use bazaar for version control')
 backup=('etc/etckeeper/etckeeper.conf')
 source=("git+https://git.kitenet.net/git/etckeeper.git#tag=${_tag}?signed;
 '0001-breezy.patch')


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

2020-12-01 Thread Christian Hesse via arch-commits
Date: Tuesday, December 1, 2020 @ 12:14:27
  Author: eworm
Revision: 402457

upgpkg: libarchive 3.5.0-1: new upstream release

Modified:
  libarchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-01 12:01:47 UTC (rev 402456)
+++ PKGBUILD2020-12-01 12:14:27 UTC (rev 402457)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=libarchive
-pkgver=3.4.3
+pkgver=3.5.0
 pkgrel=1
 pkgdesc='Multi-format archive and compression library'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 provides=('libarchive.so')
 validpgpkeys=('A5A45B12AD92D964B89EEE2DEC560C81CEC2276E') # Martin Matuska 

 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('0bfc3fd40491768a88af8d9b86bf04a9e95b6d41a94f9292dbc0ec342288c05f'
+sha256sums=('245bff9d17e78986bf9716eb887e3bc731d7fd8e5d04efebb8bb1e1c39a3a354'
 'SKIP')
 
 build() {


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

2020-12-01 Thread Christian Hesse via arch-commits
Date: Tuesday, December 1, 2020 @ 12:14:29
  Author: eworm
Revision: 402458

archrelease: copy trunk to testing-x86_64

Added:
  libarchive/repos/testing-x86_64/
  libarchive/repos/testing-x86_64/PKGBUILD
(from rev 402457, libarchive/trunk/PKGBUILD)

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

Copied: libarchive/repos/testing-x86_64/PKGBUILD (from rev 402457, 
libarchive/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-01 12:14:29 UTC (rev 402458)
@@ -0,0 +1,39 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Dan McGee 
+
+pkgname=libarchive
+pkgver=3.5.0
+pkgrel=1
+pkgdesc='Multi-format archive and compression library'
+arch=('x86_64')
+url='https://libarchive.org/'
+license=('BSD')
+depends=('acl' 'libacl.so' 'bzip2' 'expat' 'lz4' 'openssl' 'xz' 'zlib' 'zstd')
+provides=('libarchive.so')
+validpgpkeys=('A5A45B12AD92D964B89EEE2DEC560C81CEC2276E') # Martin Matuska 

+source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('245bff9d17e78986bf9716eb887e3bc731d7fd8e5d04efebb8bb1e1c39a3a354'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  ./configure \
+  --prefix=/usr \
+  --without-xml2 \
+  --without-nettle \
+  --disable-static
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/libarchive/COPYING"
+}


[arch-commits] Commit in lib32-systemd/repos (2 files)

2020-12-01 Thread Christian Hesse via arch-commits
Date: Tuesday, December 1, 2020 @ 12:01:57
  Author: eworm
Revision: 767163

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-systemd/repos/multilib-testing-x86_64/
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 767162, lib32-systemd/trunk/PKGBUILD)

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

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 767162, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-12-01 12:01:57 UTC (rev 767163)
@@ -0,0 +1,122 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+_tag='dcc360e35ecdeadfeaf8441628cfebb452acd59b' # git rev-parse v${pkgver}
+pkgver=247.1
+pkgrel=1
+pkgdesc='system and service manager (32-bit)'
+arch=('x86_64')
+url='https://www.github.com/systemd/systemd'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-gcc-libs' 'lib32-libcap' 'lib32-libgcrypt' 'lib32-libxcrypt'
+ 'lib32-xz' 'lib32-zstd' 'systemd')
+makedepends=('git' 'gperf' 'intltool' 'lib32-acl' 'lib32-bzip2'
+ 'lib32-curl' 'lib32-dbus' 'lib32-gcc-libs' 'lib32-glib2'
+ 'lib32-gnutls' 'lib32-libelf' 'lib32-libidn2' 'lib32-pcre2'
+ 'libxslt' 'meson')
+options=('strip')
+validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering 

+  '5C251B5FC54EB2F80F407AAAC54CA336CFEB557E') # Zbigniew 
Jędrzejewski-Szmek 
+source=("git+https://github.com/systemd/systemd-stable#tag=${_tag}?signed;
+"git+https://github.com/systemd/systemd#tag=v${pkgver%.*}?signed;)
+sha512sums=('SKIP'
+'SKIP')
+
+_backports=(
+)
+
+_reverts=(
+)
+
+prepare() {
+  cd "$_pkgbasename-stable"
+
+  # add upstream repository for cherry-picking
+  git remote add -f upstream ../systemd
+
+  local _c
+  for _c in "${_backports[@]}"; do
+git cherry-pick -n "${_c}"
+  done
+  for _c in "${_reverts[@]}"; do
+git revert -n "${_c}"
+  done
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  local _timeservers=({0..3}.arch.pool.ntp.org)
+  local _nameservers=(
+# We use these public name services, ordered by their
+# privacy policy (hopefully):
+#  * Cloudflare (https://1.1.1.1/)
+#  * Quad9 without filtering (https://www.quad9.net/)
+#  * Google (https://developers.google.com/speed/public-dns/)
+1.1.1.1
+9.9.9.10
+8.8.8.8
+2606:4700:4700::
+2620:fe::10
+2001:4860:4860::
+  )
+ 
+  local _meson_options=(
+--libexecdir   /usr/lib32
+--libdir   /usr/lib32
+
+-Dversion-tag="${pkgver}-${pkgrel}-arch"
+-Dmode=release
+
+-Daudit=false
+-Dblkid=false
+-Dgnu-efi=false
+-Dhtml=false
+-Dima=false
+-Dkmod=false
+-Dlibcryptsetup=false
+-Dlibidn2=true
+-Dlibiptc=false
+-Dlz4=false
+-Dman=false
+-Dmanpages=false
+-Dmicrohttpd=false
+-Dnetworkd=false
+-Dpam=false
+-Dpython=false
+-Drepart=false
+-Dseccomp=false
+
+-Ddbuspolicydir=/usr/share/dbus-1/system.d
+-Ddefault-hierarchy=hybrid
+-Ddefault-kill-user-processes=false
+-Ddefault-locale=C
+-Dfallback-hostname='archlinux'
+-Dnologin-path=/usr/bin/nologin
+-Dntp-servers="${_timeservers[*]}"
+-Ddns-servers="${_nameservers[*]}"
+-Drpmmacrosdir=no
+-Dsysvinit-path=
+-Dsysvrcnd-path=
+  )
+
+  arch-meson "$_pkgbasename-stable" build "${_meson_options[@]}"
+
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  rm -rf "${pkgdir}"/{etc,var}
+  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+}


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

2020-12-01 Thread Christian Hesse via arch-commits
Date: Tuesday, December 1, 2020 @ 12:01:54
  Author: eworm
Revision: 767162

upgpkg: lib32-systemd 247.1-1: new upstream release

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-01 10:49:25 UTC (rev 767161)
+++ PKGBUILD2020-12-01 12:01:54 UTC (rev 767162)
@@ -4,8 +4,8 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-_tag='ddbbb1a91461e173fba2677466007ee1508184af' # git rev-parse v${pkgver}
-pkgver=247
+_tag='dcc360e35ecdeadfeaf8441628cfebb452acd59b' # git rev-parse v${pkgver}
+pkgver=247.1
 pkgrel=1
 pkgdesc='system and service manager (32-bit)'
 arch=('x86_64')


[arch-commits] Commit in systemd/repos/testing-x86_64 (40 files)

2020-12-01 Thread Christian Hesse via arch-commits
Date: Tuesday, December 1, 2020 @ 12:01:47
  Author: eworm
Revision: 402456

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 402455, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
(from rev 402455, systemd/trunk/20-systemd-sysusers.hook)
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
(from rev 402455, systemd/trunk/30-systemd-binfmt.hook)
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
(from rev 402455, systemd/trunk/30-systemd-catalog.hook)
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
(from rev 402455, systemd/trunk/30-systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
(from rev 402455, systemd/trunk/30-systemd-hwdb.hook)
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
(from rev 402455, systemd/trunk/30-systemd-sysctl.hook)
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
(from rev 402455, systemd/trunk/30-systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
(from rev 402455, systemd/trunk/30-systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-update.hook
(from rev 402455, systemd/trunk/30-systemd-update.hook)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 402455, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 402455, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 402455, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 402455, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 402455, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 402455, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 402455, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 402455, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 402455, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 402455, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
  systemd/repos/testing-x86_64/30-systemd-update.hook
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/arch.conf
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/loader.conf
  systemd/repos/testing-x86_64/splash-arch.bmp
  systemd/repos/testing-x86_64/systemd-hook
  systemd/repos/testing-x86_64/systemd-user.pam
  systemd/repos/testing-x86_64/systemd.install

+
 0001-Use-Arch-Linux-device-access-groups.patch |  134 ++---
 20-systemd-sysusers.hook   |   20 
 30-systemd-binfmt.hook |   20 
 30-systemd-catalog.hook|   22 
 30-systemd-daemon-reload.hook  |   22 
 30-systemd-hwdb.hook   |   22 
 30-systemd-sysctl.hook |   20 
 30-systemd-tmpfiles.hook   |   20 
 30-systemd-udev-reload.hook|   22 
 30-systemd-update.hook |   22 
 PKGBUILD   |  551 +++
 arch.conf  |   14 
 initcpio-hook-udev |   44 -
 initcpio-install-systemd   |  394 
 initcpio-install-udev  |   58 +-
 loader.conf|2 
 systemd-hook   |   74 +--
 systemd-user.pam   |   10 
 systemd.install|  218 -
 19 files changed, 841 insertions(+), 848 deletions(-)

Deleted: 0001-Use-Arch-Linux-device-access-groups.patch
===
--- 0001-Use-Arch-Linux-device-access-groups.patch  2020-12-01 12:01:34 UTC 
(rev 402455)
+++ 0001-Use-Arch-Linux-device-access-groups.patch  2020-12-01 12:01:47 UTC 
(rev 402456)
@@ -1,67 +0,0 @@
-From: "Jan Alexander Steffens 

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

2020-12-01 Thread Christian Hesse via arch-commits
Date: Tuesday, December 1, 2020 @ 12:01:34
  Author: eworm
Revision: 402455

upgpkg: systemd 247.1-1: new upstream release

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-01 10:08:12 UTC (rev 402454)
+++ PKGBUILD2020-12-01 12:01:34 UTC (rev 402455)
@@ -4,9 +4,9 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
-_tag='ddbbb1a91461e173fba2677466007ee1508184af' # git rev-parse v${pkgver}
-pkgver=247
-pkgrel=3
+_tag='dcc360e35ecdeadfeaf8441628cfebb452acd59b' # git rev-parse v${pkgver}
+pkgver=247.1
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -60,13 +60,6 @@
 
'825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
 
 _backports=(
-  # home: fix homed.conf install location
-  '72a4466e6e80693f4455c0c5edf946f8a440845a'
-  # oom: fix oomd.conf install location
-  '2bb703e440c844162cc258dfa0385c33d7bc32b3'
-
-  # scope: on unified, make sure to unwatch all PIDs once they've been moved 
to the cgroup scope
-  'e9eec8b5d2c106c5dd51382a155e6045c7c17c1a'
 )
 
 _reverts=(


[arch-commits] Commit in systemd/repos/testing-x86_64 (40 files)

2020-12-01 Thread Christian Hesse via arch-commits
Date: Tuesday, December 1, 2020 @ 09:57:40
  Author: eworm
Revision: 402452

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 402451, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
(from rev 402451, systemd/trunk/20-systemd-sysusers.hook)
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
(from rev 402451, systemd/trunk/30-systemd-binfmt.hook)
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
(from rev 402451, systemd/trunk/30-systemd-catalog.hook)
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
(from rev 402451, systemd/trunk/30-systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
(from rev 402451, systemd/trunk/30-systemd-hwdb.hook)
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
(from rev 402451, systemd/trunk/30-systemd-sysctl.hook)
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
(from rev 402451, systemd/trunk/30-systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
(from rev 402451, systemd/trunk/30-systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-update.hook
(from rev 402451, systemd/trunk/30-systemd-update.hook)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 402451, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 402451, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 402451, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 402451, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 402451, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 402451, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 402451, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 402451, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 402451, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 402451, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
  systemd/repos/testing-x86_64/30-systemd-update.hook
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/arch.conf
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/loader.conf
  systemd/repos/testing-x86_64/splash-arch.bmp
  systemd/repos/testing-x86_64/systemd-hook
  systemd/repos/testing-x86_64/systemd-user.pam
  systemd/repos/testing-x86_64/systemd.install

+
 0001-Use-Arch-Linux-device-access-groups.patch |  134 ++---
 20-systemd-sysusers.hook   |   20 
 30-systemd-binfmt.hook |   20 
 30-systemd-catalog.hook|   22 
 30-systemd-daemon-reload.hook  |   22 
 30-systemd-hwdb.hook   |   22 
 30-systemd-sysctl.hook |   20 
 30-systemd-tmpfiles.hook   |   20 
 30-systemd-udev-reload.hook|   22 
 30-systemd-update.hook |   22 
 PKGBUILD   |  558 +++
 arch.conf  |   14 
 initcpio-hook-udev |   44 -
 initcpio-install-systemd   |  394 
 initcpio-install-udev  |   58 +-
 loader.conf|2 
 systemd-hook   |   74 +--
 systemd-user.pam   |   10 
 systemd.install|  218 
 19 files changed, 848 insertions(+), 848 deletions(-)

Deleted: 0001-Use-Arch-Linux-device-access-groups.patch
===
--- 0001-Use-Arch-Linux-device-access-groups.patch  2020-12-01 09:57:27 UTC 
(rev 402451)
+++ 0001-Use-Arch-Linux-device-access-groups.patch  2020-12-01 09:57:40 UTC 
(rev 402452)
@@ -1,67 +0,0 @@
-From: "Jan Alexander Steffens 

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

2020-12-01 Thread Christian Hesse via arch-commits
Date: Tuesday, December 1, 2020 @ 09:57:27
  Author: eworm
Revision: 402451

upgpkg: systemd 247-3: use upstream commit

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-01 08:23:47 UTC (rev 402450)
+++ PKGBUILD2020-12-01 09:57:27 UTC (rev 402451)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='ddbbb1a91461e173fba2677466007ee1508184af' # git rev-parse v${pkgver}
 pkgver=247
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -64,12 +64,12 @@
   '72a4466e6e80693f4455c0c5edf946f8a440845a'
   # oom: fix oomd.conf install location
   '2bb703e440c844162cc258dfa0385c33d7bc32b3'
+
+  # scope: on unified, make sure to unwatch all PIDs once they've been moved 
to the cgroup scope
+  'e9eec8b5d2c106c5dd51382a155e6045c7c17c1a'
 )
 
 _reverts=(
-  # https://bugs.archlinux.org/task/68776
-  # core: serialize u->pids until the processes have been moved to the scope 
cgroup
-  '428a9f6f1d0396b9eacde2b38d667cbe3f15eb55'
 )
 
 prepare() {


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

2020-11-30 Thread Christian Hesse via arch-commits
Date: Monday, November 30, 2020 @ 20:19:46
  Author: eworm
Revision: 402438

archrelease: copy trunk to testing-x86_64

Added:
  feh/repos/testing-x86_64/
  feh/repos/testing-x86_64/PKGBUILD
(from rev 402437, feh/trunk/PKGBUILD)

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

Copied: feh/repos/testing-x86_64/PKGBUILD (from rev 402437, feh/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-11-30 20:19:46 UTC (rev 402438)
@@ -0,0 +1,31 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=3.6
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='https://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats'
+'jpegexiforient: set exif rotation tag')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('87775d66a400e64a6c9866107c136355e67aec57e73b9e30137d0e46bf5fcfd8'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr help=1 exif=1 stat64=1 inotify=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-11-30 Thread Christian Hesse via arch-commits
Date: Monday, November 30, 2020 @ 20:19:43
  Author: eworm
Revision: 402437

upgpkg: feh 3.6-1: new upstream release

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-30 19:51:46 UTC (rev 402436)
+++ PKGBUILD2020-11-30 20:19:43 UTC (rev 402437)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=3.5
+pkgver=3.6
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='https://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('388f9dcc8284031023364355e23a82c276e79ca614f2dcd64d2f927857a4531e'
+sha256sums=('87775d66a400e64a6c9866107c136355e67aec57e73b9e30137d0e46bf5fcfd8'
 'SKIP')
 
 build() {


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

2020-11-30 Thread Christian Hesse via arch-commits
Date: Monday, November 30, 2020 @ 15:09:19
  Author: eworm
Revision: 766571

define release mode

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-30 14:30:55 UTC (rev 766570)
+++ PKGBUILD2020-11-30 15:09:19 UTC (rev 766571)
@@ -71,6 +71,7 @@
 --libdir   /usr/lib32
 
 -Dversion-tag="${pkgver}-${pkgrel}-arch"
+-Dmode=release
 
 -Daudit=false
 -Dblkid=false


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

2020-11-30 Thread Christian Hesse via arch-commits
Date: Monday, November 30, 2020 @ 15:08:53
  Author: eworm
Revision: 402416

define release mode

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-30 15:07:32 UTC (rev 402415)
+++ PKGBUILD2020-11-30 15:08:53 UTC (rev 402416)
@@ -110,6 +110,7 @@
 
   local _meson_options=(
 -Dversion-tag="${pkgver}-${pkgrel}-arch"
+-Dmode=release
 
 -Dgnu-efi=true
 -Dima=false
@@ -169,7 +170,6 @@
   etc/systemd/journal-upload.conf
   etc/systemd/logind.conf
   etc/systemd/networkd.conf
-  etc/systemd/oomd.conf
   etc/systemd/pstore.conf
   etc/systemd/resolved.conf
   etc/systemd/sleep.conf


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

2020-11-30 Thread Christian Hesse via arch-commits
Date: Monday, November 30, 2020 @ 15:07:32
  Author: eworm
Revision: 402415

drop libidn2 soname dependency

... this is now dlopen()ed.

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-30 13:38:22 UTC (rev 402414)
+++ PKGBUILD2020-11-30 15:07:32 UTC (rev 402415)
@@ -149,7 +149,7 @@
   license=('GPL2' 'LGPL2.1')
   depends=('acl' 'libacl.so' 'bash' 'cryptsetup' 'libcryptsetup.so' 'dbus'
'iptables' 'kbd' 'kmod' 'libkmod.so' 'hwids' 'libcap' 'libcap.so'
-   'libgcrypt' 'libxcrypt' 'libcrypt.so' 'systemd-libs' 'libidn2' 
'libidn2.so' 'lz4' 'pam'
+   'libgcrypt' 'libxcrypt' 'libcrypt.so' 'systemd-libs' 'libidn2' 
'lz4' 'pam'
'libelf' 'libseccomp' 'libseccomp.so' 'util-linux' 'libblkid.so'
'libmount.so' 'xz' 'pcre2' 'audit' 'libaudit.so' 'libp11-kit'
'libp11-kit.so' 'openssl')


[arch-commits] Commit in systemd/repos/testing-x86_64 (40 files)

2020-11-29 Thread Christian Hesse via arch-commits
Date: Sunday, November 29, 2020 @ 13:44:28
  Author: eworm
Revision: 402400

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 402399, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
(from rev 402399, systemd/trunk/20-systemd-sysusers.hook)
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
(from rev 402399, systemd/trunk/30-systemd-binfmt.hook)
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
(from rev 402399, systemd/trunk/30-systemd-catalog.hook)
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
(from rev 402399, systemd/trunk/30-systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
(from rev 402399, systemd/trunk/30-systemd-hwdb.hook)
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
(from rev 402399, systemd/trunk/30-systemd-sysctl.hook)
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
(from rev 402399, systemd/trunk/30-systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
(from rev 402399, systemd/trunk/30-systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/30-systemd-update.hook
(from rev 402399, systemd/trunk/30-systemd-update.hook)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 402399, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 402399, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 402399, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 402399, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 402399, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 402399, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 402399, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 402399, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 402399, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 402399, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
  systemd/repos/testing-x86_64/20-systemd-sysusers.hook
  systemd/repos/testing-x86_64/30-systemd-binfmt.hook
  systemd/repos/testing-x86_64/30-systemd-catalog.hook
  systemd/repos/testing-x86_64/30-systemd-daemon-reload.hook
  systemd/repos/testing-x86_64/30-systemd-hwdb.hook
  systemd/repos/testing-x86_64/30-systemd-sysctl.hook
  systemd/repos/testing-x86_64/30-systemd-tmpfiles.hook
  systemd/repos/testing-x86_64/30-systemd-udev-reload.hook
  systemd/repos/testing-x86_64/30-systemd-update.hook
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/arch.conf
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/loader.conf
  systemd/repos/testing-x86_64/splash-arch.bmp
  systemd/repos/testing-x86_64/systemd-hook
  systemd/repos/testing-x86_64/systemd-user.pam
  systemd/repos/testing-x86_64/systemd.install

+
 0001-Use-Arch-Linux-device-access-groups.patch |  134 ++---
 20-systemd-sysusers.hook   |   20 
 30-systemd-binfmt.hook |   20 
 30-systemd-catalog.hook|   22 
 30-systemd-daemon-reload.hook  |   22 
 30-systemd-hwdb.hook   |   22 
 30-systemd-sysctl.hook |   20 
 30-systemd-tmpfiles.hook   |   20 
 30-systemd-udev-reload.hook|   22 
 30-systemd-update.hook |   22 
 PKGBUILD   |  555 +++
 arch.conf  |   14 
 initcpio-hook-udev |   44 -
 initcpio-install-systemd   |  394 
 initcpio-install-udev  |   58 +-
 loader.conf|2 
 systemd-hook   |   74 +--
 systemd-user.pam   |   10 
 systemd.install|  218 -
 19 files changed, 848 insertions(+), 845 deletions(-)

Deleted: 0001-Use-Arch-Linux-device-access-groups.patch
===
--- 0001-Use-Arch-Linux-device-access-groups.patch  2020-11-29 13:44:13 UTC 
(rev 402399)
+++ 0001-Use-Arch-Linux-device-access-groups.patch  2020-11-29 13:44:28 UTC 
(rev 402400)
@@ -1,67 +0,0 @@
-From: "Jan Alexander Steffens 

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

2020-11-29 Thread Christian Hesse via arch-commits
Date: Sunday, November 29, 2020 @ 13:44:13
  Author: eworm
Revision: 402399

upgpkg: systemd 247-2: revert faulty commit (FS#68776)

... at least for now.

Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-29 13:38:15 UTC (rev 402398)
+++ PKGBUILD2020-11-29 13:44:13 UTC (rev 402399)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='ddbbb1a91461e173fba2677466007ee1508184af' # git rev-parse v${pkgver}
 pkgver=247
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -67,6 +67,9 @@
 )
 
 _reverts=(
+  # https://bugs.archlinux.org/task/68776
+  # core: serialize u->pids until the processes have been moved to the scope 
cgroup
+  '428a9f6f1d0396b9eacde2b38d667cbe3f15eb55'
 )
 
 prepare() {


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

2020-11-29 Thread Christian Hesse via arch-commits
Date: Sunday, November 29, 2020 @ 13:38:15
  Author: eworm
Revision: 402398

update checksums to match last commit

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-29 13:22:07 UTC (rev 402397)
+++ PKGBUILD2020-11-29 13:38:15 UTC (rev 402398)
@@ -42,7 +42,7 @@
 'SKIP'
 
'e38c7c422c82953f9c2476a5ab8009d614cbec839e4088bff5db7698ddc84e3d8ed64f32ed323f57b1913c5c9703546f794996cb415ed7cdda930b627962a3c4'
 
'f0d933e8c6064ed830dec54049b0a01e27be87203208f6ae982f10fb4eddc7258cb2919d594cbfb9a33e74c3510cfd682f3416ba8e804387ab87d1a217eb4b73'
-
'f1f0bc599eb73b96f81e5413a55617ab82978d057dc0cabf226d225bb836a967fe13b84c4f24f64c074b6568026ab81d457512ff20a5918892c47a3a603eaa6e'
+
'8e76f8334b95ce7fee9190f4a1016b16109f3a75b68635fc227b2b4791cf8179ef09b532b66b4ed885ddf98ed76befed3106f3c3088f1819ed8cdf4c13e0805a'
 
'a25b28af2e8c516c3a2eec4e64b8c7f70c21f974af4a955a4a9d45fd3e3ff0d2a98b4419fe425d47152d5acae77d64e69d8d014a7209524b75a81b0edb10bf3a'
 
'61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648'
 
'c416e2121df83067376bcaacb58c05b01990f4614ad9de657d74b6da3efa441af251d13bf21e3f0f71ddcb4c9ea658b81da3d915667dc5c309c87ec32a1cb5a5'


[arch-commits] Commit in systemd/trunk (initcpio-install-systemd)

2020-11-29 Thread Christian Hesse via arch-commits
Date: Sunday, November 29, 2020 @ 13:22:07
  Author: eworm
Revision: 402397

add umount binary in initramfs (FS#63749)

Modified:
  systemd/trunk/initcpio-install-systemd

--+
 initcpio-install-systemd |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: initcpio-install-systemd
===
--- initcpio-install-systemd2020-11-29 13:02:53 UTC (rev 402396)
+++ initcpio-install-systemd2020-11-29 13:22:07 UTC (rev 402397)
@@ -106,11 +106,11 @@
 build() {
 local rules unit
 
-# from base
-add_binary /bin/mount
 add_binary /usr/bin/kmod /usr/bin/modprobe
+add_binary /usr/bin/mount
+add_binary /usr/bin/sulogin
+add_binary /usr/bin/umount
 add_binary /usr/lib/systemd/systemd /init
-add_binary /usr/bin/sulogin
 
 map add_binary \
 /usr/bin/journalctl \


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

2020-11-29 Thread Christian Hesse via arch-commits
Date: Sunday, November 29, 2020 @ 13:14:08
  Author: eworm
Revision: 766260

remove duplicate dependencies (FS#68780)

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-29 13:05:51 UTC (rev 766259)
+++ PKGBUILD2020-11-29 13:14:08 UTC (rev 766260)
@@ -17,10 +17,10 @@
  'libavfilter.so' 'libavformat.so' 'libavutil.so' 'libswresample.so' 
'libswscale.so'
  'glibc' 'hicolor-icon-theme' 'jack' 'libjack.so' 'lcms2' 
'liblcms2.so' 'libarchive'
  'libarchive.so' 'libass' 'libass.so' 'libbluray' 'libbluray.so' 
'libcaca' 'libcdio'
- 'libcdio-paranoia' 'libdrm' 'libdvdnav' 'libdvdread' 'libgl' 
'libglvnd' 'libegl' 'libgl'
+ 'libcdio-paranoia' 'libdrm' 'libdvdnav' 'libdvdread' 'libegl' 'libgl' 
'libglvnd'
  'libjpeg' 'libjpeg.so' 'libplacebo' 'libplacebo.so' 'libpulse' 
'libpulse.so'
  'libva' 'libva.so' 'libva-drm.so' 'libva-wayland.so' 'libva-x11.so' 
'libvdpau' 'libx11'
- 'libxext' 'libxinerama' 'libxkbcommon' 'libxkbcommon.so' 'libxrandr' 
'libxss' 'libxss'
+ 'libxext' 'libxinerama' 'libxkbcommon' 'libxkbcommon.so' 'libxrandr' 
'libxss'
  'libxv' 'lua52' 'mesa' 'mujs' 'rubberband' 'librubberband.so' 
'shaderc'
  'libshaderc_shared.so' 'uchardet' 'vulkan-icd-loader' 'wayland' 
'xdg-utils'
  'zlib')


[arch-commits] Commit in xfmpc/repos/community-x86_64 (4 files)

2020-11-28 Thread Christian Hesse via arch-commits
Date: Saturday, November 28, 2020 @ 20:26:30
  Author: eworm
Revision: 766092

archrelease: copy trunk to community-x86_64

Added:
  xfmpc/repos/community-x86_64/PKGBUILD
(from rev 766091, xfmpc/trunk/PKGBUILD)
Deleted:
  xfmpc/repos/community-x86_64/0001-add-parenthesis-around-expression.patch
  xfmpc/repos/community-x86_64/0002-use-Gtk-MenuButton-for-context-button.patch
  xfmpc/repos/community-x86_64/PKGBUILD

--+
 0001-add-parenthesis-around-expression.patch |   35 -
 0002-use-Gtk-MenuButton-for-context-button.patch |  699 -
 PKGBUILD |   93 +-
 3 files changed, 48 insertions(+), 779 deletions(-)

Deleted: 0001-add-parenthesis-around-expression.patch
===
--- 0001-add-parenthesis-around-expression.patch2020-11-28 20:26:27 UTC 
(rev 766091)
+++ 0001-add-parenthesis-around-expression.patch2020-11-28 20:26:30 UTC 
(rev 766092)
@@ -1,35 +0,0 @@
-From 1efd29280029a997ff96631fdbafd75094557615 Mon Sep 17 00:00:00 2001
-From: Christian Hesse 
-Date: Tue, 24 Nov 2020 16:40:06 +0100
-Subject: [PATCH 1/1] add parenthesis around expression
-
-Add parenthesis around expression before casting to boolean. This fixes:
-
-main-window.vala:202.8-202.57: error: Condition must be boolean
-   if ((bool) event.changed_mask & Gdk.WindowState.STICKY 
&& this.visible) {
-   ^^
-main-window.vala:204.9-204.73: error: Equality operation: `bool' and 
`Gdk.WindowState' are incompatible
-   if (((bool) event.new_window_state & 
Gdk.WindowState.STICKY) == false)
-   
^
-
-Signed-off-by: Christian Hesse 

- src/main-window.vala | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/main-window.vala b/src/main-window.vala
-index 8155ec1..a0755a9 100644
 a/src/main-window.vala
-+++ b/src/main-window.vala
-@@ -199,9 +199,9 @@ namespace Xfmpc {
-* window-state-event signal, so here we take the value 
only if
-* the window is visible
-**/
--  if ((bool) event.changed_mask & Gdk.WindowState.STICKY 
&& this.visible) {
-+  if ((bool) (event.changed_mask & 
Gdk.WindowState.STICKY) && this.visible) {
-   bool sticky;
--  if (((bool) event.new_window_state & 
Gdk.WindowState.STICKY) == false)
-+  if (((bool) (event.new_window_state & 
Gdk.WindowState.STICKY)) == false)
-   sticky = false;
-   else
-   sticky = true;

Deleted: 0002-use-Gtk-MenuButton-for-context-button.patch
===
--- 0002-use-Gtk-MenuButton-for-context-button.patch2020-11-28 20:26:27 UTC 
(rev 766091)
+++ 0002-use-Gtk-MenuButton-for-context-button.patch2020-11-28 20:26:30 UTC 
(rev 766092)
@@ -1,699 +0,0 @@
-From d548f88376e0a174e68ede1926bafbbd88b5fbcf Mon Sep 17 00:00:00 2001
-From: Christian Hesse 
-Date: Wed, 25 Nov 2020 17:54:18 +0100
-Subject: [PATCH 1/1] use Gtk MenuButton for context button
-
-The old implementation had issues with constant re-drawing of the
-button. Now that we use Gtk+ 3.x drop the old implementation and just
-use upstream MenuButton.
-
-Fixes #7
-
-Signed-off-by: Christian Hesse 

- src/Makefile.am |   8 +-
- src/extended-interface.vala | 104 -
- src/xfce-arrow-button.c | 406 
- src/xfce-arrow-button.h |  64 --
- src/xfce-arrow-button.vapi  |  15 --
- 5 files changed, 45 insertions(+), 552 deletions(-)
- delete mode 100644 src/xfce-arrow-button.c
- delete mode 100644 src/xfce-arrow-button.h
- delete mode 100644 src/xfce-arrow-button.vapi
-
-diff --git a/src/Makefile.am b/src/Makefile.am
-index dc0ac0a..1505c78 100644
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -21,8 +21,7 @@ xfmpc_SOURCES =  
\
-   preferences.vala\
-   progress-bar.vala   \
-   main.vala   \
--  mpdclient.c \
--  xfce-arrow-button.c
-+  mpdclient.c
- 
- xfmpc_VALAFLAGS = \
-   --header=xfmpc.h\
-@@ -30,8 +29,7 @@ xfmpc_VALAFLAGS =
\
-   --vapidir=$(top_srcdir)/third-party   

[arch-commits] Commit in xfmpc/trunk (3 files)

2020-11-28 Thread Christian Hesse via arch-commits
Date: Saturday, November 28, 2020 @ 20:26:27
  Author: eworm
Revision: 766091

upgpkg: xfmpc 0.3.0-4: use upstream commits

Modified:
  xfmpc/trunk/PKGBUILD
Deleted:
  xfmpc/trunk/0001-add-parenthesis-around-expression.patch
  xfmpc/trunk/0002-use-Gtk-MenuButton-for-context-button.patch

--+
 0001-add-parenthesis-around-expression.patch |   35 -
 0002-use-Gtk-MenuButton-for-context-button.patch |  699 -
 PKGBUILD |   25 
 3 files changed, 14 insertions(+), 745 deletions(-)

Deleted: 0001-add-parenthesis-around-expression.patch
===
--- 0001-add-parenthesis-around-expression.patch2020-11-28 20:19:54 UTC 
(rev 766090)
+++ 0001-add-parenthesis-around-expression.patch2020-11-28 20:26:27 UTC 
(rev 766091)
@@ -1,35 +0,0 @@
-From 1efd29280029a997ff96631fdbafd75094557615 Mon Sep 17 00:00:00 2001
-From: Christian Hesse 
-Date: Tue, 24 Nov 2020 16:40:06 +0100
-Subject: [PATCH 1/1] add parenthesis around expression
-
-Add parenthesis around expression before casting to boolean. This fixes:
-
-main-window.vala:202.8-202.57: error: Condition must be boolean
-   if ((bool) event.changed_mask & Gdk.WindowState.STICKY 
&& this.visible) {
-   ^^
-main-window.vala:204.9-204.73: error: Equality operation: `bool' and 
`Gdk.WindowState' are incompatible
-   if (((bool) event.new_window_state & 
Gdk.WindowState.STICKY) == false)
-   
^
-
-Signed-off-by: Christian Hesse 

- src/main-window.vala | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/main-window.vala b/src/main-window.vala
-index 8155ec1..a0755a9 100644
 a/src/main-window.vala
-+++ b/src/main-window.vala
-@@ -199,9 +199,9 @@ namespace Xfmpc {
-* window-state-event signal, so here we take the value 
only if
-* the window is visible
-**/
--  if ((bool) event.changed_mask & Gdk.WindowState.STICKY 
&& this.visible) {
-+  if ((bool) (event.changed_mask & 
Gdk.WindowState.STICKY) && this.visible) {
-   bool sticky;
--  if (((bool) event.new_window_state & 
Gdk.WindowState.STICKY) == false)
-+  if (((bool) (event.new_window_state & 
Gdk.WindowState.STICKY)) == false)
-   sticky = false;
-   else
-   sticky = true;

Deleted: 0002-use-Gtk-MenuButton-for-context-button.patch
===
--- 0002-use-Gtk-MenuButton-for-context-button.patch2020-11-28 20:19:54 UTC 
(rev 766090)
+++ 0002-use-Gtk-MenuButton-for-context-button.patch2020-11-28 20:26:27 UTC 
(rev 766091)
@@ -1,699 +0,0 @@
-From d548f88376e0a174e68ede1926bafbbd88b5fbcf Mon Sep 17 00:00:00 2001
-From: Christian Hesse 
-Date: Wed, 25 Nov 2020 17:54:18 +0100
-Subject: [PATCH 1/1] use Gtk MenuButton for context button
-
-The old implementation had issues with constant re-drawing of the
-button. Now that we use Gtk+ 3.x drop the old implementation and just
-use upstream MenuButton.
-
-Fixes #7
-
-Signed-off-by: Christian Hesse 

- src/Makefile.am |   8 +-
- src/extended-interface.vala | 104 -
- src/xfce-arrow-button.c | 406 
- src/xfce-arrow-button.h |  64 --
- src/xfce-arrow-button.vapi  |  15 --
- 5 files changed, 45 insertions(+), 552 deletions(-)
- delete mode 100644 src/xfce-arrow-button.c
- delete mode 100644 src/xfce-arrow-button.h
- delete mode 100644 src/xfce-arrow-button.vapi
-
-diff --git a/src/Makefile.am b/src/Makefile.am
-index dc0ac0a..1505c78 100644
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -21,8 +21,7 @@ xfmpc_SOURCES =  
\
-   preferences.vala\
-   progress-bar.vala   \
-   main.vala   \
--  mpdclient.c \
--  xfce-arrow-button.c
-+  mpdclient.c
- 
- xfmpc_VALAFLAGS = \
-   --header=xfmpc.h\
-@@ -30,8 +29,7 @@ xfmpc_VALAFLAGS =
\
-   --vapidir=$(top_srcdir)/third-party \
-   --pkg=libxfce4ui-2  \
-   --pkg=config

[arch-commits] Commit in hidapi/repos (2 files)

2020-11-28 Thread Christian Hesse via arch-commits
Date: Saturday, November 28, 2020 @ 19:20:53
  Author: eworm
Revision: 765461

archrelease: copy trunk to community-testing-x86_64

Added:
  hidapi/repos/community-testing-x86_64/
  hidapi/repos/community-testing-x86_64/PKGBUILD
(from rev 765460, hidapi/trunk/PKGBUILD)

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

Copied: hidapi/repos/community-testing-x86_64/PKGBUILD (from rev 765460, 
hidapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-11-28 19:20:53 UTC (rev 765461)
@@ -0,0 +1,36 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Niels Martignène 
+# Contributor: Nicolas Avrutin 
+# Contributor: Emmanuel Gil Peyrot 
+
+pkgname=hidapi
+pkgver=0.10.1
+pkgrel=1
+pkgdesc='Simple library for communicating with USB and Bluetooth HID devices'
+arch=(x86_64)
+url='https://github.com/libusb/hidapi'
+license=('GPL3' 'BSD' 'custom')
+makedepends=('systemd' 'systemd-libs' 'libusb')
+optdepends=('libusb: for the libusb backend -- hidapi-libusb.so'
+'libudev.so: for the hidraw backend -- hidapi-hidraw.so')
+provides=('libhidapi-hidraw.so' 'libhidapi-libusb.so')
+source=("https://github.com/libusb/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('0479706c631775483378070ff7170542725678eabc202a5bd07436c951fd766e01743417999ac3fb2b5436c865f6ace2cfced1f210fa3a3e88c19ceb3bbe0534')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+
+  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm -f "${pkgdir}/usr/share/doc/hidapi/"LICENSE*
+  install -m0644 LICENSE.txt LICENSE-bsd.txt LICENSE-orig.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/"
+}


  1   2   3   4   5   6   7   8   9   10   >