Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / apr
Commits:
4c09095b by Carl Smedstad at 2024-09-16T19:47:06+02:00
upgpkg: 1.7.5-3: Make reproducible
Resolves #1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = apr
pkgdesc = The Apache Portable Runtime
pkgver = 1.7.5
- pkgrel = 2
+ pkgrel = 3
url = https://apr.apache.org/
arch = x86_64
license = Apache-2.0
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=apr
pkgver=1.7.5
-pkgrel=2
+pkgrel=3
pkgdesc="The Apache Portable Runtime"
arch=(x86_64)
url="https://apr.apache.org/"
@@ -45,6 +45,8 @@ prepare() {
patch -Np1 -i ../fix-apr.pc.patch
patch -Np1 -i ../omit_extra_libs.patch
patch -Np1 -i ../dont_override_external_buildflags
+ # Make reproducible by removing hostname.
+ sed -i '/Libtool was configured on host/d' configure build/libtool.m4
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/apr/-/commit/4c09095bff8e774634fe510cbb27472e98e6ac7d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/apr/-/commit/4c09095bff8e774634fe510cbb27472e98e6ac7d
You're receiving this email because of your account on gitlab.archlinux.org.