Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
freeradius
Commits:
d5013111 by loqs at 2024-03-15T00:32:48+01:00
Disable PCRE based regex support
- - - - -
1607547c by Christian Hesse at 2024-03-15T00:46:25+01:00
upgpkg: 3.2.3-6: do not link against libpcre.so
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = freeradius
pkgdesc = The premier open source RADIUS server
pkgver = 3.2.3
- pkgrel = 5
+ pkgrel = 6
url = https://freeradius.org/
arch = x86_64
license = GPL
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=freeradius
pkgver=3.2.3
-pkgrel=5
+pkgrel=6
pkgdesc='The premier open source RADIUS server'
arch=('x86_64')
url='https://freeradius.org/'
@@ -57,6 +57,7 @@ build() {
--localstatedir=/var \
--enable-heimdal-krb5 \
--enable-reproducible-builds \
+ --with-regex=false \
--with-system-libltdl \
--with-system-libtool \
--with-udpfromto
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/freeradius/-/compare/027ea9b42116d8e408713c19e955c87593498345...1607547c721c8290810289bcf5b598487ef2160e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/freeradius/-/compare/027ea9b42116d8e408713c19e955c87593498345...1607547c721c8290810289bcf5b598487ef2160e
You're receiving this email because of your account on gitlab.archlinux.org.