upg ldns libusb wireless-regdb xz

This commit is contained in:
joborun linux 2022-08-14 20:10:38 +03:00
parent a9e64ee2a5
commit 658955f8ae
13 changed files with 56 additions and 69 deletions

View file

@ -1,11 +1,12 @@
#!/usr/bin/bash #!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit # 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" # PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |--------------------------------------- #-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=ldns pkgname=ldns
pkgver=1.8.1 pkgver=1.8.2
pkgrel=01 pkgrel=01
pkgdesc='Fast DNS library supporting recent RFCs' pkgdesc='Fast DNS library supporting recent RFCs'
url='https://www.nlnetlabs.nl/projects/ldns/' url='https://www.nlnetlabs.nl/projects/ldns/'
@ -39,4 +40,6 @@ package() {
license=('custom:BSD') license=('custom:BSD')
sha256sums=(958229abce4d3aaa19a75c0d127666564b17216902186e952ca4aef47c6d7fa3) # ldns-1.8.1.tar.gz sha256sums=(b92b001cdd382de653620a05445e42e17a827eec93d64ee587ad291a533cc1e9) # ldns-1.8.2.tar.gz

View file

@ -3,8 +3,8 @@
# Contributor: jiribb <jiribb@gmail.com> # Contributor: jiribb <jiribb@gmail.com>
pkgname=ldns pkgname=ldns
pkgver=1.7.1 pkgver=1.8.2
pkgrel=2 pkgrel=1
pkgdesc='Fast DNS library supporting recent RFCs' pkgdesc='Fast DNS library supporting recent RFCs'
url='https://www.nlnetlabs.nl/projects/ldns/' url='https://www.nlnetlabs.nl/projects/ldns/'
license=('custom:BSD') license=('custom:BSD')
@ -13,7 +13,7 @@ depends=('openssl' 'dnssec-anchors')
optdepends=('libpcap: ldns-dpa tool') optdepends=('libpcap: ldns-dpa tool')
makedepends=('libpcap') makedepends=('libpcap')
source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz") source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('8ac84c16bdca60e710eea75782356f3ac3b55680d40e1530d7cea474ac208229') sha256sums=('b92b001cdd382de653620a05445e42e17a827eec93d64ee587ad291a533cc1e9')
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"

View file

@ -1 +1,3 @@
dnssec-anchors dnssec-anchors

View file

@ -7,52 +7,41 @@
pkgname=libusb pkgname=libusb
pkgver=1.0.26 pkgver=1.0.26
_pkgver=1.0.26.r18.gff8fe939 #_pkgver=1.0.26.r18.gff8fe939
pkgrel=02 pkgrel=03
pkgdesc="A cross-platform library to access USB devices w/o systemd - git version" pkgdesc="A cross-platform library to access USB devices w/o systemd - git version"
arch=(x86_64) arch=(x86_64)
url="https://libusb.info/" url="https://libusb.info/"
depends=(glibc 'libudev.so') depends=(glibc libeudev)
makedepends=(git automake autoconf) makedepends=(automake autoconf)
provides=("libusb=$_pkgver" 'libusb-1.0.so') provides=(libusb-1.0.so)
conflicts=(libusb-git) conflicts=(libusb-git)
#options=(staticlibs debug) ## uncomment this line to have the debug pkg produced #options=(debug) ## uncomment this line to have the debug pkg produced
options=(staticlibs)
source=("git+https://github.com/$pkgname/$pkgname.git") source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2)
#source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2{,.asc})
# libusb-1.0.26.tar.bz2 ... FAILED (the public key C68187379B23DE9EFC46651E2C80FF56C6830A0E is not trusted)
prepare() { prepare() {
cd $pkgname cd $pkgname-$pkgver
autoreconf -fiv autoreconf -fiv
} }
_pkgver() {
cd "$pkgname"
_tag=$(git tag -l --sort -v:refname | sed '/rc[0-9]*/d' | head -n1)
_rev=$(git rev-list --count $_tag..HEAD)
_hash=$(git rev-parse --short HEAD)
printf "%s.r%s.g%s" "$_tag" "$_rev" "$_hash" | sed 's/^v//'
}
build() { build() {
cd "$pkgname" cd $pkgname-$pkgver
./configure --prefix=/usr
./bootstrap.sh
./configure \
--prefix="/usr"
make make
} }
check() { check() {
make -k check -C $pkgname make -k check -C $pkgname-$pkgver
} }
package() { package() {
depends+=(libudev.so) depends+=(libeudev)
cd "$pkgname"
make DESTDIR="$pkgdir" install -C $pkgname make DESTDIR="$pkgdir" install -C $pkgname-$pkgver
install -vDm 644 $srcdir/$pkgname/{AUTHORS,ChangeLog,README} -t "$pkgdir/usr/share/doc/$pkgname/" install -vDm 644 $pkgname-$pkgver/{AUTHORS,ChangeLog,README} -t "$pkgdir/usr/share/doc/$pkgname/"
} }
@ -60,4 +49,7 @@ package() {
license=(LGPL2.1) license=(LGPL2.1)
sha256sums=(SKIP) sha512sums=('fcdb85c98f21639668693c2fd522814d440972d65883984c4ae53d0555bdbdb7e8c7a32199cd4b01113556a1eb5be7841b750cc73c9f6bda79bfe1af80914e71')
sha256sums=(12ce7a61fc9854d1d2a1ffe095f7b5fac19ddba095c259e6067a46500381b5a5) # libusb-1.0.26.tar.bz2
# 37f1e6d18049c8771feea5b2c741777800333120d011b08e8c6ac02bb229ca82) # libusb-1.0.26.tar.bz2.asc

View file

@ -1 +1 @@
rm -rf {src,pkg,libusb} rm -rf {src,pkg,libusb*.tar.bz2*}

View file

@ -1,3 +1,2 @@
git
autoconf autoconf
automake automake

1
libusb/key Normal file
View file

@ -0,0 +1 @@
gpg --recv-keys AA0639079EFB61B9

View file

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |--------------------------------------- #-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=wireless-regdb pkgname=wireless-regdb
pkgver=2022.06.06 pkgver=2022.08.12
pkgrel=01 pkgrel=01
pkgdesc="Central Regulatory Domain Database" pkgdesc="Central Regulatory Domain Database"
arch=(any) arch=(any)
@ -44,9 +44,8 @@ license=('custom')
validpgpkeys=('2ABCA7498D83E1D32D51D3B5AB4800A62DB9F73A') # Seth Forshee <seth.forshee@canonical.com> validpgpkeys=('2ABCA7498D83E1D32D51D3B5AB4800A62DB9F73A') # Seth Forshee <seth.forshee@canonical.com>
sha256sums=(ac00f97efecce5046ed069d1d93f3365fdf994c7c7854a8fc50831e959537230 # wireless-regdb-2022.06.06.tar.xz sha256sums=(59c8f7d17966db71b27f90e735ee8f5b42ca3527694a8c5e6e9b56bd379c3b84 # wireless-regdb-2022.08.12.tar.xz
429e92267fb513365100849a1cc5e0014ef90442d41a638928e26eee951155e3 # wireless-regdb-2022.06.06.tar.sign cb7f1f1d5b7cee982f6cf98140964238c9cc723a0b7dcf00d91f66570a157090 # wireless-regdb-2022.08.12.tar.sign
192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b # wireless-regdom 192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b # wireless-regdom
603ce97da5cce3f5337e99007ce04e2f295bb33a36b308794884011f7bcabaf3 # set-wireless-regdom 603ce97da5cce3f5337e99007ce04e2f295bb33a36b308794884011f7bcabaf3 # set-wireless-regdom
f5055dfe7584757a11b419836320bcdcd1d3d1e5caf26e20c63a0c64779f3376) # 85-regulatory.rules f5055dfe7584757a11b419836320bcdcd1d3d1e5caf26e20c63a0c64779f3376) # 85-regulatory.rules

View file

@ -1,7 +1,7 @@
# Maintainer: Thomas Bächler <thomas@archlinux.org> # Maintainer: Thomas Bächler <thomas@archlinux.org>
pkgname=wireless-regdb pkgname=wireless-regdb
pkgver=2022.06.06 pkgver=2022.08.12
pkgrel=1 pkgrel=1
pkgdesc="Central Regulatory Domain Database" pkgdesc="Central Regulatory Domain Database"
arch=('any') arch=('any')
@ -16,7 +16,7 @@ source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${
wireless-regdom wireless-regdom
set-wireless-regdom set-wireless-regdom
85-regulatory.rules) 85-regulatory.rules)
sha256sums=('ac00f97efecce5046ed069d1d93f3365fdf994c7c7854a8fc50831e959537230' sha256sums=('59c8f7d17966db71b27f90e735ee8f5b42ca3527694a8c5e6e9b56bd379c3b84'
'SKIP' 'SKIP'
'192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b' '192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b'
'603ce97da5cce3f5337e99007ce04e2f295bb33a36b308794884011f7bcabaf3' '603ce97da5cce3f5337e99007ce04e2f295bb33a36b308794884011f7bcabaf3'

View file

@ -1,3 +1,4 @@
iw iw

View file

@ -6,20 +6,20 @@
#-----------------------------------------| DESCRIPTION |--------------------------------------- #-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=xz pkgname=xz
pkgver=5.2.5 pkgver=5.2.6
pkgrel=03 pkgrel=01
pkgdesc='Library and command line tools for XZ and LZMA compressed files' pkgdesc='Library and command line tools for XZ and LZMA compressed files'
arch=('x86_64') arch=('x86_64')
url='https://tukaani.org/xz/' url='https://tukaani.org/xz/'
depends=('sh') depends=('sh')
source=("https://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig} source=("https://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
"https://tukaani.org/${pkgname}/xzgrep-ZDI-CAN-16587.patch"{,.sig}) # "https://tukaani.org/${pkgname}/xzgrep-ZDI-CAN-16587.patch"{,.sig})
prepare() { #prepare() {
cd "${srcdir}/${pkgname}-${pkgver}" # cd "${srcdir}/${pkgname}-${pkgver}"
#
patch -p1 -i "${srcdir}/xzgrep-ZDI-CAN-16587.patch" # patch -p1 -i "${srcdir}/xzgrep-ZDI-CAN-16587.patch"
} #}
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"
@ -50,7 +50,5 @@ license=('GPL' 'LGPL' 'custom')
validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620') validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')
sha256sums=(f6f4910fd033078738bd82bfba4f49219d03b17eb0794eb91efbae419f4aba10 # xz-5.2.5.tar.gz sha256sums=(a2105abee17bcd2ebd15ced31b4f5eda6e17efd6b10f921a01cda4a44c91b3a0 # xz-5.2.6.tar.gz
a7a25afd19a3b26848cb8d5cbb5e588f8c8b69ad3cae942a6aafc62dfdbdd4a3 # xz-5.2.5.tar.gz.sig cc297743b13c15a2eecd5bb77052d86859c0447c7912992f002af691b3ea6ff1) # xz-5.2.6.tar.gz.sig
98c6cb1042284fe704ec30083f3fc87364ce9ed2ea51f62bbb0ee9d3448717ec # xzgrep-ZDI-CAN-16587.patch
bc03de8942eae1c7cd12dd4881d4c9b270b1a2ac3902f6c9dfd1b10007625ca8) # xzgrep-ZDI-CAN-16587.patch.sig

View file

@ -2,27 +2,18 @@
# Contributor: François Charette <firmicus@gmx.net> # Contributor: François Charette <firmicus@gmx.net>
pkgname=xz pkgname=xz
pkgver=5.2.5 pkgver=5.2.6
pkgrel=3 pkgrel=1
pkgdesc='Library and command line tools for XZ and LZMA compressed files' pkgdesc='Library and command line tools for XZ and LZMA compressed files'
arch=('x86_64') arch=('x86_64')
url='https://tukaani.org/xz/' url='https://tukaani.org/xz/'
license=('GPL' 'LGPL' 'custom') license=('GPL' 'LGPL' 'custom')
depends=('sh') depends=('sh')
source=("https://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig} source=("https://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
"https://tukaani.org/${pkgname}/xzgrep-ZDI-CAN-16587.patch"{,.sig}) sha256sums=('a2105abee17bcd2ebd15ced31b4f5eda6e17efd6b10f921a01cda4a44c91b3a0'
sha256sums=('f6f4910fd033078738bd82bfba4f49219d03b17eb0794eb91efbae419f4aba10'
'SKIP'
'98c6cb1042284fe704ec30083f3fc87364ce9ed2ea51f62bbb0ee9d3448717ec'
'SKIP') 'SKIP')
validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620') validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i "${srcdir}/xzgrep-ZDI-CAN-16587.patch"
}
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"

View file

@ -1,2 +1,3 @@