upg archlinux-keyring dsah glib2 gnupg libbpf libedit

This commit is contained in:
joborun linux 2023-02-25 19:15:53 +02:00
parent da6f22a883
commit 3ec69f8581
17 changed files with 69 additions and 60 deletions

View File

@ -6,8 +6,8 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=archlinux-keyring
_tag='7f697db5df3ed30142fc181f24ba6165039a693b' # git rev-parse ${pkgver}
pkgver=20230130
_tag='cee1de41bcb8a3b4bd50f3b7874d037e57edd548' # git rev-parse ${pkgver}
pkgver=20230223
pkgrel=01
pkgdesc='Arch Linux PGP keyring'
arch=(any)
@ -54,5 +54,4 @@ validpgpkeys=('02FD1C7A934E614545849F19A6234074498E9CEE' # Christian Hesse <ewo
sha256sums=(SKIP)
### c73657a40e3bc6cfaf520bf19b187c36d937534284f7101ddb5aee7f20938021 archlinux-keyring-20230130-01-any.pkg.tar.xz
## dc9c57629b3a932933fd25b4efbc494e2fafc0a465a4dc74117f6468eed23008 archlinux-keyring-20230223-01-any.pkg.tar.lz

View File

@ -2,14 +2,13 @@
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
pkgname=archlinux-keyring
_tag='7f697db5df3ed30142fc181f24ba6165039a693b' # git rev-parse ${pkgver}
pkgver=20230130
_tag='cee1de41bcb8a3b4bd50f3b7874d037e57edd548' # git rev-parse ${pkgver}
pkgver=20230223
pkgrel=1
pkgdesc='Arch Linux PGP keyring'
arch=('any')
url='https://gitlab.archlinux.org/archlinux/archlinux-keyring/'
license=('GPL3')
groups=('base-devel')
install=$pkgname.install
depends=('pacman')
makedepends=('git' 'python' 'sequoia-sq' 'pkgconf' 'systemd')

View File

@ -4,4 +4,3 @@ python-coverage
python-pytest

View File

@ -1,11 +1,12 @@
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=dash
pkgver=0.5.11.5
pkgver=0.5.12
pkgrel=01
pkgdesc='POSIX compliant shell that aims to be as small as possible'
url='http://gondor.apana.org.au/~herbert/dash/'
@ -41,4 +42,8 @@ package() {
license=('BSD')
sha256sums=(267d5e14f182a3b446ddccd62ffdeb2878403342db9ff82a112556b374d20ff5) # dash-0.5.11.5.tar.gz
sha256sums=(0d632f6b945058d84809cac7805326775bd60cb4a316907d0bd4228ff7107154) # dash-0.5.12.tar.gz
## 5ec08a13378ada3386f3b51bac93bc3ccf5c216267447ec3861cc18f5964a9eb dash-0.5.12-01-x86_64.pkg.tar.lz

View File

@ -2,7 +2,7 @@
# Contributor: Dan McGee <dan@archlinux.org>
pkgname=dash
pkgver=0.5.11.5
pkgver=0.5.12
pkgrel=1
pkgdesc='POSIX compliant shell that aims to be as small as possible'
url='http://gondor.apana.org.au/~herbert/dash/'
@ -10,10 +10,9 @@ arch=('x86_64')
license=('BSD')
depends=('glibc' 'libedit' 'libedit.so')
install=dash.install
options=('debug')
source=(https://git.kernel.org/pub/scm/utils/dash/dash.git/snapshot/${pkgname}-${pkgver}.tar.gz)
sha512sums=('324e7971bb9ab93246e811600f59a059462abc4fefc48c7d53782b518d560f740ace95f41b5d8c215279c6084c1881ff8bbdaabee69fdae66c971d3e9bdce2d4')
b2sums=('f8ad8eacbb13ea00ecccde33d32ea5cd7527b7fbef5a4e11765925239de91d916184a3b9fff9757629512a76eed3ae5cc46f5cf588fc65bd82616b187cb9cd2e')
sha512sums=('a5d2347465c0bad09a2921ecb55fb4e7fe451d627ed43c1da82b92259b539857c7a7f153dfee73cea4befcbb34388bb3585845148631262dfe6dec87390f049c')
b2sums=('e0751946fa3b6d513901cc98f3f39a48013f624b9a8ffd699e849456604b856866bd6da268560e6ffa9ec5b91976930d830297031804fdcbab82a953720ee973')
prepare() {
cd ${pkgname}-${pkgver}

View File

@ -8,7 +8,7 @@
#pkgbase=glib2
#pkgname=(glib2 glib2-docs)
pkgname=glib2
pkgver=2.74.5
pkgver=2.74.6
pkgrel=01
# this is a waste of resources rebuilding this for the shake of catching up
# to arch's late decision to be building debug symbol packages along with the core pkg
@ -23,7 +23,7 @@ makedepends=(gettext shared-mime-info python libelf git util-linux
#checkdepends=(desktop-file-utils glib2)
#options=(debug staticlibs) ### uncomment this to have the debug pkg produced
options=(staticlibs)
_commit=39a71aff372ed491a24ca84409d9f93bc7c5d6d4 # tags/2.74.5^0
_commit=a5dde6304670af590f25a2992104c0880003acf0 # tags/2.74.6^0
source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/gvdb.git"
0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
@ -38,8 +38,8 @@ pkgver() {
prepare() {
cd glib
# Fix build (missing include)
git cherry-pick -n 03cb4261e00cf505790f4fd4e69f97b2ef4fcccd
# Fix tests: GLibC 2.37's vasprintf segfaults when passed a NULL format
git cherry-pick -n c4203f740ced1f1fc576caf1550441b57107fd00
# Suppress noise from glib-compile-schemas.hook
git apply -3 ../0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
@ -122,3 +122,6 @@ sha256sums=(SKIP
92d08db5aa30bda276bc3d718e7ff9dd01dc40dcab45b359182dcc290054e24e # gio-querymodules.script
64ae5597dda3cc160fc74be038dbe6267d41b525c0c35da9125fbf0de27f9b25) # glib-compile-schemas.hook
## e0aa6cdcc193112b0c5cbbd08adc2c0e36d22b5cbf2ff0b01ffaab9a867707ea glib2-2.74.6-01-x86_64.pkg.tar.lz

View File

@ -3,7 +3,7 @@
pkgbase=glib2
pkgname=(glib2 glib2-docs)
pkgver=2.74.5
pkgver=2.74.6
pkgrel=1
pkgdesc="Low level core library"
url="https://wiki.gnome.org/Projects/GLib"
@ -35,7 +35,7 @@ options=(
debug
staticlibs
)
_commit=39a71aff372ed491a24ca84409d9f93bc7c5d6d4 # tags/2.74.5^0
_commit=a5dde6304670af590f25a2992104c0880003acf0 # tags/2.74.6^0
source=(
"git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/gvdb.git"
@ -59,8 +59,8 @@ pkgver() {
prepare() {
cd glib
# Fix build (missing include)
git cherry-pick -n 03cb4261e00cf505790f4fd4e69f97b2ef4fcccd
# Fix tests: GLibC 2.37's vasprintf segfaults when passed a NULL format
git cherry-pick -n c4203f740ced1f1fc576caf1550441b57107fd00
# Suppress noise from glib-compile-schemas.hook
git apply -3 ../0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=gnupg
pkgver=2.2.40
pkgver=2.2.41
pkgrel=01
pkgdesc='Complete and free implementation of the OpenPGP standard w/o systemd'
arch=('x86_64')
@ -85,8 +85,12 @@ validpgpkeys=(5B80C5754298F0CB55D8ED6ABCEF7E294B092E28 # Andre Heinecke (Release
AC8E115BF73E2D8D47FA9908E98E9B2D19C6C8BD # Niibe Yutaka (GnuPG Release Key)
02F38DFF731FF97CB039A1DA549E695E905BA208) # GnuPG.com (Release Signing Key 2021)
sha256sums=(1164b29a75e8ab93ea15033300149e1872a7ef6bdda3d7c78229a735f8204c28 # gnupg-2.2.40.tar.bz2
46a856ed1264daf5f709a11efd10a2b36e3c9b68c19131bfac493d92ee882d51 # gnupg-2.2.40.tar.bz2.sig
02d375f0045f56f7dd82bacdb5ce559afd52ded8b75f6b2673c39ec666e81abc # drop-import-clean.patch
sha256sums=(13f3291007a5e8546fcb7bc0c6610ce44aaa9b3995059d4f8145ba09fd5be3e1 # gnupg-2.2.41.tar.bz2
36428c1b7ff352d3762df8f78a24d77d90b12d652367cd7f7f43707ece1b8c46 # gnupg-2.2.41.tar.bz2.sig
02d375f0045f56f7dd82bacdb5ce559afd52ded8b75f6b2673c39ec666e81abc # drop-import-clean.patch
22fdf9490fad477f225e731c417867d9e7571ac654944e8be63a1fbaccd5c62d) # avoid-beta-warning.patch
## c4eb373e3ae03a9e49d444d8836e385359766c28c10f834e0fb1b400c3008bea gnupg-2.2.41-01-x86_64.pkg.tar.lz

View File

@ -7,7 +7,7 @@
# Contributor: Judd Vinet <jvinet@zeroflux.org>
pkgname=gnupg
pkgver=2.2.40
pkgver=2.2.41
pkgrel=1
pkgdesc='Complete and free implementation of the OpenPGP standard'
arch=('x86_64')
@ -34,18 +34,17 @@ optdepends=(
'libusb-compat: scdaemon'
'pcsclite: scdaemon'
)
options=('debug')
install=$pkgname.install
source=(
"https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
'drop-import-clean.patch'
'avoid-beta-warning.patch'
)
sha256sums=('1164b29a75e8ab93ea15033300149e1872a7ef6bdda3d7c78229a735f8204c28'
sha256sums=('13f3291007a5e8546fcb7bc0c6610ce44aaa9b3995059d4f8145ba09fd5be3e1'
'SKIP'
'02d375f0045f56f7dd82bacdb5ce559afd52ded8b75f6b2673c39ec666e81abc'
'22fdf9490fad477f225e731c417867d9e7571ac654944e8be63a1fbaccd5c62d')
b2sums=('c9a077e28b22888573bdd12029205eb5f79a463a297e400a623bc86a39eeb6454cd884d05bd96734998613c695f2c9dcc68963c7275b89938ac38ddc7ba1e229'
b2sums=('0be2965a646a8636a127f89329030860908b0bbc447381782527459aed85f5276c29e7a2c89f87cb715407d9f1aabbf3ae1765073764d05e422035e8d5962569'
'SKIP'
'd598015e7f27b27840667d1656c083b4ad85d6acdd312e9929854067313a5f28415ee7eecf4d84a4b8da0385b667aaa01a9743461f5c785402a56c238274e376'
'7ea069e81e2d91a3154bcb62516b4b599f34596de277f95ad1ccaba73869c4f84f94f063b65026ba0bc8a72c0fd8e8e182b82346964f67ea78166b6399c923c5')

View File

@ -6,10 +6,10 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=inetutils
pkgver=2.3
pkgver=2.4
pkgrel=01
pkgdesc="A collection of common network programs - w/o ipv6 & systemd"
arch=('x86_64')
arch=(x86_64)
url="https://www.gnu.org/software/inetutils/"
depends=('pam' 'libcap' 'readline' 'ncurses' 'libxcrypt'
libpam.so libcrypt.so libreadline.so libncursesw.so)
@ -88,12 +88,14 @@ validpgpkeys=(4FBD67621082C4C502448E3B180551BAD95A3C35 # Alfred M. Szmidt <ams@g
9AA9BDB11BB1B99A21285A330664A76954265E8C # Simon Josefsson <simon@josefsson.org>
B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE) # simon@josefsson.org
sha256sums=(0b01bb08e29623c4e3b940f233c961451d9af8c5066301add76a52a95d51772c # inetutils-2.3.tar.xz
cff8bf590ac131e937300ecaceef0122e4aa362bd19df8b7af26a53b56176dc5 # inetutils-2.3.tar.xz.sig
428367b148033c7fa865e92bdd73b06cb58e6909488649adebf8d2253a022f1f # rlogin.pam
c5ff9a299f4b09bc097069e8a4987f6db495083fb7b11443e390cabfdf230165 # rlogin.xinetd
6317e1e62f0dcf32ac99334bafdc8972b4967048456448ef1e2458219661bf18 # rsh.pam
5d8852f3961ea9b1aec7d50b84ddde4746ddbf4f6c5ed67cb419ab56e79d4762 # rsh.xinetd
0f5799a8d9a8a7ad28ff99ee022b1e742b6e5cfd1ba451339173d6eb75624bab # talk.xinetd
sha256sums=(1789d6b1b1a57dfe2a7ab7b533ee9f5dfd9cbf5b59bb1bb3c2612ed08d0f68b2 # inetutils-2.4.tar.xz
5453c3407a380c7d79f09e644533aeff90c89bda53c41b77f97c7ffa827b3eb2 # inetutils-2.4.tar.xz.sig
428367b148033c7fa865e92bdd73b06cb58e6909488649adebf8d2253a022f1f # rlogin.pam
c5ff9a299f4b09bc097069e8a4987f6db495083fb7b11443e390cabfdf230165 # rlogin.xinetd
6317e1e62f0dcf32ac99334bafdc8972b4967048456448ef1e2458219661bf18 # rsh.pam
5d8852f3961ea9b1aec7d50b84ddde4746ddbf4f6c5ed67cb419ab56e79d4762 # rsh.xinetd
0f5799a8d9a8a7ad28ff99ee022b1e742b6e5cfd1ba451339173d6eb75624bab # talk.xinetd
b019c8d8130a5dcda5dacd988a7e35e21e34738ff4d6b4cfe39be83a413ec8ac) # telnet.xinetd
## 30e43af1ddd9ce0f370845adaa32e60e2918eb5ca3f2a625710098b4f72bb551 inetutils-2.4-01-x86_64.pkg.tar.lz

View File

@ -2,7 +2,7 @@
# Contributor: Eric Bélanger <eric@archlinux.org>
pkgname=inetutils
pkgver=2.3
pkgver=2.4
pkgrel=1
pkgdesc="A collection of common network programs"
arch=('x86_64')
@ -20,7 +20,7 @@ source=("https://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.xz"{,.sig}
'ftpd.service' 'rlogin.pam' 'rlogin@.service' 'rlogin.socket' 'rlogin.xinetd'
'rsh.pam' 'rsh@.service' 'rsh.socket' 'rsh.xinetd' 'talk.service' 'talk.socket'
'talk.xinetd' 'telnet@.service' 'telnet.socket' 'telnet.xinetd')
sha512sums=('bedaa347ad0e4e7ab43a0cb60a2bb693f84de7687a368e7a10d328306db6f508a0ef28ee80e6110a3e932a094d4b9355911935fd9f0700fe991b853a063adf60'
sha512sums=('e7e6a5d7e2e02f07a2a6cfc09694e3c0a4e4a8ef8a435eed41902eba13caeed329ae6d6ba94b0de8f789e307f04656d12c48c1c0217b69d162bc5efb0ff6adee'
'SKIP'
'df5b37c9fc072e012f0e67d849db7e535a62ddb17a37e865acb157f2bc16ffd72d84f24fef1e788dacbbe7e5675e87e141fbd36e53339cc7810dde1b9c54a3b8'
'432a45af5cd4f9f2dee4b631b45745b734e47cf631553e79db31905fa0839988914bcfed1dfcdd00d2ea6e4029b0674d46623c33ce0bd0678c2628fbaa0d1b25'

View File

@ -7,8 +7,8 @@
# when libbpf is upgraded iproute2 should be rebuilt "afterwards" based on the new libbpf
pkgname=libbpf
pkgver=1.0.1
pkgrel=03
pkgver=1.1.0
pkgrel=01
pkgdesc='Library for loading eBPF programs and reading and manipulating eBPF objects from user-space'
url='https://github.com/libbpf/libbpf'
arch=('x86_64')
@ -34,5 +34,8 @@ package() {
license=('LGPL2.1')
sha256sums=(3d6afde67682c909e341bf194678a8969f17628705af25f900d5f68bd299cb03) # libbpf-1.0.1.tar.gz
sha256sums=(5da826c968fdb8a2f714701cfef7a4b7078be030cf58b56143b245816301cbb8) # libbpf-1.1.0.tar.gz
## 91a8781b5140b26e5d19f83ab52bcf93ace074a393fca92a50995c1426b5f81f libbpf-1.1.0-01-x86_64.pkg.tar.lz

View File

@ -2,7 +2,7 @@
# Contributor: Adrian Bacircea <adrian.bacircea@gmail.com>
pkgname=libbpf
pkgver=1.0.1
pkgver=1.1.0
pkgrel=1
pkgdesc='Library for loading eBPF programs and reading and manipulating eBPF objects from user-space'
url='https://github.com/libbpf/libbpf'
@ -11,10 +11,9 @@ license=('LGPL2.1')
depends=('glibc' 'libelf' 'linux-api-headers')
makedepends=('rsync')
provides=('libbpf.so')
options=('debug')
source=(https://github.com/libbpf/libbpf/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha512sums=('2ee6d85c0a33f723e5b93ddddf97118e67754c9e44ca0449ceb49126820f89fea9ddc282a5add764dc4da090af6164cc6641b497489253d192ed01bc397df9be')
b2sums=('24e43f9a2b20e6f708b74ff50c8ce243546681201b1d72d6b35a95dd85b59032069814792739d3b2a6adaa007958a142a687e901e36a193fd02cdca69926d08f')
sha512sums=('751126893883c68e5472724988327e03f7f52becd472f7d6239fa838762f857e54a0347f8f824b8c32ca93b8f419310a86e1d75e3646dae72c2d2992d093b828')
b2sums=('70bee4e94c3b372501e1697cec6573fb3292e61236ed210bde4c3a838494cc951571d7c47720c28a47b8e038331775d66d3f4ad24423f5102e1ee708d1981f88')
build() {
cd ${pkgname}-${pkgver}

View File

@ -6,12 +6,12 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=libedit
_pkgver=20210910-3.1
_pkgver=20221030-3.1
pkgver=${_pkgver/-/_}
pkgrel=02
pkgrel=01
pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions'
url='https://thrysoee.dk/editline/'
arch=('x86_64')
arch=(x86_64)
depends=('glibc' 'ncurses' 'libncursesw.so')
provides=('libedit.so')
# options=('debug') ## uncomment this for debug pkg
@ -38,8 +38,8 @@ package() {
license=('BSD')
b2sums=('325dc756fc6c6244e336cd6faeed2ab37817bdab8c0684586c44d551074fd2ec84bfcd3f4d5897db3196e783653a042699e5b9a8a3351d653992bb256956b652')
sha256sums=(f0925a5adf4b1bf116ee19766b7daa766917aec198747943b1c4edf67a4be2bb) # libedit-20221030-3.1.tar.gz
sha256sums=(6792a6a992050762edcca28ff3318cdb7de37dccf7bc30db59fcd7017eed13c5) # libedit-20210910-3.1.tar.gz
## 75a6c2eec0f78b1633541d5062330690c095ef7e03bda403aaff048a673cb806 libedit-20221030_3.1-01-x86_64.pkg.tar.lz

View File

@ -4,19 +4,18 @@
# Contributor: Roman Cheplyaka <roma@ro-che.info>
pkgname=libedit
_pkgver=20210910-3.1
_pkgver=20221030-3.1
pkgver=${_pkgver/-/_}
pkgrel=2
pkgrel=1
pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions'
url='https://thrysoee.dk/editline/'
arch=('x86_64')
license=('BSD')
depends=('glibc' 'ncurses' 'libncursesw.so')
provides=('libedit.so')
options=('debug')
source=(${url}/${pkgname}-${_pkgver}.tar.gz)
sha256sums=('6792a6a992050762edcca28ff3318cdb7de37dccf7bc30db59fcd7017eed13c5')
b2sums=('325dc756fc6c6244e336cd6faeed2ab37817bdab8c0684586c44d551074fd2ec84bfcd3f4d5897db3196e783653a042699e5b9a8a3351d653992bb256956b652')
sha256sums=('f0925a5adf4b1bf116ee19766b7daa766917aec198747943b1c4edf67a4be2bb')
b2sums=('f4a9784cfc2a30af2778f0e05b6e45ca489555c3009ba050ea19134670ad71fdd099425dee0526dcbb6a1a84f51bd8014ce2540be0535465cb59ab998753833c')
build() {
cd ${pkgname}-${_pkgver}

View File

@ -1,3 +1,2 @@