upg gawk sqlite

This commit is contained in:
joborun linux 2022-09-05 21:57:35 +03:00
parent 2019f73581
commit 8a8cabe695
9 changed files with 97 additions and 27 deletions

View file

@ -0,0 +1,24 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
Date: Mon, 5 Sep 2022 15:33:49 +0000
Subject: [PATCH] Add missing UPREF.
Fixes: d2e694ad66a379fa128137d19c10b77b942972f2
Fixes: https://bugs.gentoo.org/868567
Fixes: https://lists.gnu.org/archive/html/bug-gawk/2022-09/msg00006.html
---
interpret.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/interpret.h b/interpret.h
index 57d060e63f37..268655b2231f 100644
--- a/interpret.h
+++ b/interpret.h
@@ -238,6 +238,7 @@ uninitialized_scalar:
_("reference to uninitialized argument `%s'") :
_("reference to uninitialized variable `%s'"),
save_symbol->vname);
+ UPREF(m);
PUSH(m);
break;

View file

@ -1,19 +1,29 @@
#!/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=gawk
pkgver=5.1.1
pkgrel=01
pkgver=5.2.0
pkgrel=03
pkgdesc="GNU version of awk"
arch=('x86_64')
url="https://www.gnu.org/software/gawk/"
groups=('base-devel')
depends=('sh' 'glibc' 'mpfr')
provides=('awk')
source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
## options=('debug') ## uncomment this to have the debug pkg produced
source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}
0001-Add-missing-UPREF.patch)
prepare() {
cd ${pkgname}-${pkgver}
# https://bugs.gentoo.org/868567
patch -Np1 -i ../0001-Add-missing-UPREF.patch
}
build() {
cd ${pkgname}-${pkgver}
@ -21,13 +31,11 @@ build() {
make
}
check() {
cd ${pkgname}-${pkgver}
make check
}
package() {
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
@ -39,5 +47,8 @@ license=('GPL')
validpgpkeys=('D1967C63788713177D861ED7DF597815937EC0D2') # Arnold Robbins
sha256sums=(6168d8d1dc8f74bd17d9dc22fa9634c49070f232343b744901da15fb4f06bffd # gawk-5.1.1.tar.gz
39598b58057f63dab23fa310b7d51ea73eeee4c5dd217f9bf6dc376779a3050d) # gawk-5.1.1.tar.gz.sig
sha256sums=(ef5af4449cb0269faf3af24bf4c02273d455f0741bf3c50f86ddc09332d6cf56 # gawk-5.2.0.tar.gz
6c09462a2e0d426563cb0489540a0167b168115feaeec0a5950d750b5caa9323 # gawk-5.2.0.tar.gz.sig
d39fa487f89c743ba55ed0b5eeb9fe33db4bd7010bf5f61f8aa1a9541a18775e) # 0001-Add-missing-UPREF.patch

View file

@ -2,8 +2,8 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=gawk
pkgver=5.1.1
pkgrel=1
pkgver=5.2.0
pkgrel=3
pkgdesc="GNU version of awk"
arch=('x86_64')
url="https://www.gnu.org/software/gawk/"
@ -11,10 +11,20 @@ license=('GPL')
groups=('base-devel')
depends=('sh' 'glibc' 'mpfr')
provides=('awk')
source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
options=('debug')
source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}
0001-Add-missing-UPREF.patch)
validpgpkeys=('D1967C63788713177D861ED7DF597815937EC0D2') # Arnold Robbins
md5sums=('f4aa3fe2dd802cc625c5120a6148e91b'
'SKIP')
sha256sums=('ef5af4449cb0269faf3af24bf4c02273d455f0741bf3c50f86ddc09332d6cf56'
'SKIP'
'd39fa487f89c743ba55ed0b5eeb9fe33db4bd7010bf5f61f8aa1a9541a18775e')
prepare() {
cd ${pkgname}-${pkgver}
# https://bugs.gentoo.org/868567
patch -Np1 -i ../0001-Add-missing-UPREF.patch
}
build() {
cd ${pkgname}-${pkgver}

View file

@ -1,2 +1,4 @@

View file

@ -7,11 +7,10 @@
pkgbase="sqlite"
pkgname=('sqlite' 'sqlite-tcl' 'sqlite-analyzer' 'lemon' 'sqlite-doc')
_srcver=3390200
_srcver=3390300
_docver=${_srcver}
#_docver=3330000
pkgver=3.39.2
pkgrel=02
pkgver=3.39.3
pkgrel=01
pkgdesc="A C library that implements an SQL database engine"
arch=('x86_64')
url="https://www.sqlite.org/"
@ -152,8 +151,14 @@ package_sqlite-doc() {
license=('custom:Public Domain')
sha256sums=(e933d77000f45f3fbc8605f0050586a3013505a8de9b44032bd00ed72f1586f0 # sqlite-src-3390200.zip
50f08a09e8858b023f24b59963e0559e1cf2e24a0c4d9ca61f35414a900d409e # sqlite-doc-3390200.zip
sha256sums=(18c12f2e1da112421173c85c4f8aed43261272c1b0474aa0759288fd30fab9fc # sqlite-src-3390300.zip
587c32fdf3afd9a9998d8ea6bb9c72596003520c88670cf251a95696bf7a500c # sqlite-doc-3390200.zip
55746d93b0df4b349c4aa4f09535746dac3530f9fd6de241c9f38e2c92e8ee97 # sqlite-lemon-system-template.patch
4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d) # license.txt
#sha3-256sum *.zip
#sha3-256sums=(a0feba46846ca1cbb74406998aaa637cfec9ead8b32c419a95c23d293bf929b0 # sqlite-src-3390300.zip
# 6be3dd3bdc8c599c2fe25c4113b996f0bc8a9f5cf6d4d8c5928a4fcbf60d86cf) # sqlite-doc-3390300.zip
#cat sha3.sums
#

View file

@ -3,11 +3,11 @@
pkgbase="sqlite"
pkgname=('sqlite' 'sqlite-tcl' 'sqlite-analyzer' 'lemon' 'sqlite-doc')
_srcver=3390200
_srcver=3390300
_docver=${_srcver}
#_docver=3330000
pkgver=3.39.2
pkgrel=2
pkgver=3.39.3
pkgrel=1
pkgdesc="A C library that implements an SQL database engine"
arch=('x86_64')
license=('custom:Public Domain')
@ -19,8 +19,8 @@ source=(https://www.sqlite.org/2022/sqlite-src-${_srcver}.zip
sqlite-lemon-system-template.patch
license.txt)
# upstream now switched to sha3sums - currently not supported by makepkg
sha256sums=('e933d77000f45f3fbc8605f0050586a3013505a8de9b44032bd00ed72f1586f0'
'50f08a09e8858b023f24b59963e0559e1cf2e24a0c4d9ca61f35414a900d409e'
sha256sums=('18c12f2e1da112421173c85c4f8aed43261272c1b0474aa0759288fd30fab9fc'
'587c32fdf3afd9a9998d8ea6bb9c72596003520c88670cf251a95696bf7a500c'
'55746d93b0df4b349c4aa4f09535746dac3530f9fd6de241c9f38e2c92e8ee97'
'4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d')

View file

@ -1,3 +1,4 @@
tcl
sha3sum

16
sqlite/sha3.sums Normal file
View file

@ -0,0 +1,16 @@
https://www.sqlite.org/download.html
sqlite-doc-3390300.zip
(9.83 MiB) Documentation as a bundle of static HTML files.
(sha3: 6be3dd3bdc8c599c2fe25c4113b996f0bc8a9f5cf6d4d8c5928a4fcbf60d86cf)
sqlite-src-3390300.zip
(12.78 MiB) Snapshot of the complete (raw) source tree for SQLite version 3.39.3. See How To Compile
SQLite for usage details.
(sha3: a0feba46846ca1cbb74406998aaa637cfec9ead8b32c419a95c23d293bf929b0)
sha3-256sum *.zip
6be3dd3bdc8c599c2fe25c4113b996f0bc8a9f5cf6d4d8c5928a4fcbf60d86cf sqlite-doc-3390300.zip
a0feba46846ca1cbb74406998aaa637cfec9ead8b32c419a95c23d293bf929b0 sqlite-src-3390300.zip

View file

@ -1,5 +1,6 @@
real 1m48.188s
user 2m30.888s
sys 0m3.985s
real 3m16.661s
user 2m24.605s
sys 0m4.301s