upg libtool
This commit is contained in:
parent
df70a285e3
commit
0fe1a1001e
5 changed files with 40 additions and 34 deletions
|
@ -9,8 +9,8 @@
|
|||
# NOTE: libtool requires rebuilt with each new gcc version
|
||||
|
||||
pkgname=libtool
|
||||
pkgver=2.5.0+1+g38c166c8
|
||||
_commit=38c166c89b02a8bc95cc51fca89d15949c4d8956
|
||||
pkgver=2.5.0+14+g9a4a0261
|
||||
_commit=9a4a02615c9e7cbcfd690ed31874822a7d6aaea2
|
||||
pkgrel=01
|
||||
_gccver=14.1.1
|
||||
pkgdesc='A generic library support script'
|
||||
|
@ -55,6 +55,18 @@ build() {
|
|||
make
|
||||
}
|
||||
|
||||
# # 2.5.0+14+g9a4a0261
|
||||
#170: Use -no-canonical-prefixes flag ok
|
||||
#
|
||||
## ------------- ##
|
||||
## Test results. ##
|
||||
## ------------- ##
|
||||
#
|
||||
#ERROR: 150 tests were run,
|
||||
#7 failed (5 expected failures).
|
||||
#20 tests were skipped.
|
||||
|
||||
|
||||
check() {
|
||||
cd libtool
|
||||
make check gl_public_submodule_commit=
|
||||
|
@ -71,7 +83,7 @@ arch=(x86_64)
|
|||
|
||||
license=('LGPL-2.0-or-later WITH Libtool-exception')
|
||||
|
||||
b2sums=('0f6a653d74479c538128ea4a76b607a76e6812297c71888356770b90846c351ed7019f86b89e8e66ec28fbcf4a085e7345929de22eacc1ce54968fc999296f73'
|
||||
b2sums=('5dab95beecf437bcfda13de7329af4686b099ee9f6e8a1ecea15d9d8dfc6e2f4082efe278ad542874b5089b97d0689c89512ea998ca9998a80e26343fd8a8017'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'9d1e0460b9ef56ba33ac498814b409d1b1d7c3e8ed41a3aed2a86d86341ed7051ca88a5adfa92bd87da968460514230058c3d490b58537d95722e68d7d1687ff')
|
||||
|
@ -80,6 +92,6 @@ sha256sums=(SKIP
|
|||
SKIP
|
||||
SKIP
|
||||
b6dce6681f223b18a90614edbcdeb00f228abd1216e22c4bd07285321cd2ceb7) # disable-lto-link-order2.patch
|
||||
|
||||
##
|
||||
##
|
||||
|
||||
## 67c803575308d366bc9d68053ddcf23af5bfa9b8423f62cd2e76e0c947b9e1b8 libtool-2.5.0+14+g9a4a0261-01-x86_64.pkg.tar.lz
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
# NOTE: requires rebuilt with each new gcc version
|
||||
|
||||
pkgname=libtool
|
||||
pkgver=2.5.0+1+g38c166c8
|
||||
_commit=38c166c89b02a8bc95cc51fca89d15949c4d8956
|
||||
pkgver=2.5.0+14+g9a4a0261
|
||||
_commit=9a4a02615c9e7cbcfd690ed31874822a7d6aaea2
|
||||
pkgrel=1
|
||||
_gccver=14.1.1
|
||||
pkgdesc='A generic library support script'
|
||||
|
@ -27,7 +27,7 @@ source=(
|
|||
gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git
|
||||
disable-lto-link-order2.patch
|
||||
)
|
||||
b2sums=('0f6a653d74479c538128ea4a76b607a76e6812297c71888356770b90846c351ed7019f86b89e8e66ec28fbcf4a085e7345929de22eacc1ce54968fc999296f73'
|
||||
b2sums=('5dab95beecf437bcfda13de7329af4686b099ee9f6e8a1ecea15d9d8dfc6e2f4082efe278ad542874b5089b97d0689c89512ea998ca9998a80e26343fd8a8017'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'9d1e0460b9ef56ba33ac498814b409d1b1d7c3e8ed41a3aed2a86d86341ed7051ca88a5adfa92bd87da968460514230058c3d490b58537d95722e68d7d1687ff')
|
||||
|
|
|
@ -6,3 +6,15 @@ ERROR: 149 tests were run,
|
|||
7 failed (5 expected failures).
|
||||
21 tests were skipped.
|
||||
|
||||
170: Use -no-canonical-prefixes flag ok
|
||||
|
||||
## ------------- ##
|
||||
## Test results. ##
|
||||
## ------------- ##
|
||||
|
||||
ERROR: 150 tests were run,
|
||||
7 failed (5 expected failures).
|
||||
20 tests were skipped.
|
||||
|
||||
Identical results 1 more test this time
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
#pkgbase=libxml2
|
||||
#pkgname=(libxml2 libxml2-docs)
|
||||
pkgname=libxml2
|
||||
pkgver=2.13.0
|
||||
pkgrel=05
|
||||
pkgver=2.13.1
|
||||
pkgrel=01
|
||||
# mixup between jobcore and staging 4/22 rebuild on jobcore used staging PKGBUILD-arch
|
||||
# so staging pkgrel is bumped up one to distinguish from jobcore's build
|
||||
pkgdesc="XML C parser and toolkit w/o ipv6"
|
||||
|
@ -36,15 +36,6 @@ prepare() {
|
|||
# Use xmlconf from conformance test suite
|
||||
ln -s ../xmlconf
|
||||
|
||||
# Cherry-pick fixes from 2.13 branch
|
||||
# https://gitlab.gnome.org/GNOME/libxml2/-/issues/731
|
||||
# https://gitlab.gnome.org/GNOME/libxml2/-/issues/732
|
||||
# https://gitlab.gnome.org/GNOME/libxml2/-/issues/733
|
||||
# https://gitlab.gnome.org/GNOME/libxml2/-/issues/734
|
||||
# https://gitlab.gnome.org/GNOME/libxml2/-/issues/737
|
||||
# https://gitlab.gnome.org/GNOME/libxml2/-/issues/738
|
||||
# git cherry-pick -n v2.13.0..def06f376e1fefcc666a4daef687f87ad25f6793
|
||||
|
||||
# Do not run fuzzing tests
|
||||
git apply -3 ../0001-HACK-Don-t-run-fuzzing-tests.patch
|
||||
|
||||
|
@ -101,7 +92,7 @@ arch=(x86_64)
|
|||
|
||||
license=(MIT)
|
||||
|
||||
b2sums=('5373f8063ac8d1515841141f52aa7fb144e0ca1602ccdf9cdaf2ebf6e98f49ef45e62bbfbc828395dde0656281f75bd017d8a96ad7dbd076baf4c046907806e2'
|
||||
b2sums=('38e69153c8f1a7a52673f7c51d0861217178a22e278026d8874e9916a842466a98be02c318a28b05afebda69505d71e16d607995f63808585dc47153e261eaf0'
|
||||
'63a47bc69278ef510cd0b3779aed729e1b309e30efa0015d28ed051cc03f9dfddb447ab57b07b3393e8f47393d15473b0e199c34cb1f5f746b15ddfaa55670be'
|
||||
'151e84ee17051eeecfa8c62a7376ff269860f3ff6d33fb92209ff5f8dc9576a5648bbe9ffc96317695c069760ccfecaa3e6f19fb7a7c2e9f039a146d7fc8a516')
|
||||
|
||||
|
@ -109,5 +100,5 @@ sha256sums=(SKIP
|
|||
9b61db9f5dbffa545f4b8d78422167083a8568c59bd1129f94138f936cf6fc1f # xmlts20130923.tar.gz
|
||||
24b0239f4528dbb83ce2aa4e8fd89cb7dd228cff360a04e76b8c689f0953c58f) # 0001-HACK-Don-t-run-fuzzing-tests.patch
|
||||
|
||||
## 166ea0f34d877d7baf4bcc4c7fbaaa9761c7e8f816c122056c5cf2b1bcdf2a51 libxml2-2.13.0-05-x86_64.pkg.tar.lz
|
||||
## 84d2392b40baed0e40b6a1210e447e5f7dce667c75e7374f5008638c5ff06e94 libxml2-2.13.1-01-x86_64.pkg.tar.lz
|
||||
|
||||
|
|
|
@ -9,8 +9,8 @@ pkgname=(
|
|||
libxml2
|
||||
libxml2-docs
|
||||
)
|
||||
pkgver=2.13.0
|
||||
pkgrel=5
|
||||
pkgver=2.13.1
|
||||
pkgrel=1
|
||||
pkgdesc="XML C parser and toolkit"
|
||||
url="https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home"
|
||||
arch=(x86_64)
|
||||
|
@ -33,7 +33,7 @@ source=(
|
|||
https://www.w3.org/XML/Test/xmlts20130923.tar.gz
|
||||
0001-HACK-Don-t-run-fuzzing-tests.patch
|
||||
)
|
||||
b2sums=('5373f8063ac8d1515841141f52aa7fb144e0ca1602ccdf9cdaf2ebf6e98f49ef45e62bbfbc828395dde0656281f75bd017d8a96ad7dbd076baf4c046907806e2'
|
||||
b2sums=('38e69153c8f1a7a52673f7c51d0861217178a22e278026d8874e9916a842466a98be02c318a28b05afebda69505d71e16d607995f63808585dc47153e261eaf0'
|
||||
'63a47bc69278ef510cd0b3779aed729e1b309e30efa0015d28ed051cc03f9dfddb447ab57b07b3393e8f47393d15473b0e199c34cb1f5f746b15ddfaa55670be'
|
||||
'151e84ee17051eeecfa8c62a7376ff269860f3ff6d33fb92209ff5f8dc9576a5648bbe9ffc96317695c069760ccfecaa3e6f19fb7a7c2e9f039a146d7fc8a516')
|
||||
|
||||
|
@ -43,15 +43,6 @@ prepare() {
|
|||
# Use xmlconf from conformance test suite
|
||||
ln -s ../xmlconf
|
||||
|
||||
# Cherry-pick fixes from 2.13 branch
|
||||
# https://gitlab.gnome.org/GNOME/libxml2/-/issues/731
|
||||
# https://gitlab.gnome.org/GNOME/libxml2/-/issues/732
|
||||
# https://gitlab.gnome.org/GNOME/libxml2/-/issues/733
|
||||
# https://gitlab.gnome.org/GNOME/libxml2/-/issues/734
|
||||
# https://gitlab.gnome.org/GNOME/libxml2/-/issues/737
|
||||
# https://gitlab.gnome.org/GNOME/libxml2/-/issues/738
|
||||
git cherry-pick -n v2.13.0..def06f376e1fefcc666a4daef687f87ad25f6793
|
||||
|
||||
# Do not run fuzzing tests
|
||||
git apply -3 ../0001-HACK-Don-t-run-fuzzing-tests.patch
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue