[arch-commits] Commit in freeradius/repos/community-x86_64 (10 files)

Christian Hesse eworm at gemini.archlinux.org
Sat Jan 15 22:27:51 UTC 2022


    Date: Saturday, January 15, 2022 @ 22:27:50
  Author: eworm
Revision: 1105136

archrelease: copy trunk to community-x86_64

Added:
  freeradius/repos/community-x86_64/PKGBUILD
    (from rev 1105135, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-x86_64/freeradius-sysusers.conf
    (from rev 1105135, freeradius/trunk/freeradius-sysusers.conf)
  freeradius/repos/community-x86_64/freeradius-tmpfiles.conf
    (from rev 1105135, freeradius/trunk/freeradius-tmpfiles.conf)
  freeradius/repos/community-x86_64/freeradius.service
    (from rev 1105135, freeradius/trunk/freeradius.service)
  freeradius/repos/community-x86_64/python310.patch
    (from rev 1105135, freeradius/trunk/python310.patch)
Deleted:
  freeradius/repos/community-x86_64/PKGBUILD
  freeradius/repos/community-x86_64/freeradius-sysusers.conf
  freeradius/repos/community-x86_64/freeradius-tmpfiles.conf
  freeradius/repos/community-x86_64/freeradius.service
  freeradius/repos/community-x86_64/python310.patch

--------------------------+
 PKGBUILD                 |  146 ++++++++++++++++++++++-----------------------
 freeradius-sysusers.conf |    2 
 freeradius-tmpfiles.conf |   16 ++--
 freeradius.service       |   38 +++++------
 python310.patch          |   24 +++----
 5 files changed, 113 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-15 22:27:46 UTC (rev 1105135)
+++ PKGBUILD	2022-01-15 22:27:50 UTC (rev 1105136)
@@ -1,73 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Jason R Begley (jayray at digitalgoat.com>
-# Contributor: Daniel Micay <danielmicay at gmail.com>
-
-pkgname=freeradius
-pkgver=3.0.25
-pkgrel=4
-pkgdesc='The premier open source RADIUS server'
-arch=('x86_64')
-url="https://freeradius.org/"
-license=('GPL')
-depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'mariadb-libs' 'talloc'
-         'libpcap' 'libxcrypt' 'libcrypt.so' 'smbclient')
-makedepends=('curl' 'freetds' 'hiredis' 'json-c' 'libmemcached' 'perl'
-             'python' 'samba' 'sqlite' 'unixodbc' 'yubico-c-client')
-optdepends=('curl: for REST'
-            'freetds: for Sybase and MS SQL'
-            'hiredis: for redis support'
-            'json-c: rlm_rest module'
-            'libmemcached: for memcached'
-            'perl: for Perl'
-            'python: for Python'
-            'sqlite: for sqlite'
-            'unixodbc: for ODBC'
-            'yubico-c-client: for yubicloud')
-options=('!makeflags')
-validpgpkeys=('BF2384EC6938B9744B03E2A620E37C25995B4F85') # FreeRADIUS - Package Signing [...] <packages at freeradius.org>
-source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig}
-        'python310.patch'
-        'freeradius-sysusers.conf'
-        'freeradius-tmpfiles.conf'
-        'freeradius.service')
-sha256sums=('fc158cdab4a705b179b1a91cd72473006ef4dfb570b0d097db6c9c34049a4509'
-            'SKIP'
-            '58f415a4d05f2446d2514b98f5fd5d740d7bee400745d43a82d024a3d23ab253'
-            '8ecaca94c7d0f4806b326685312dd4e543ce9c6c183d3d7ad01c1a0197bdfb94'
-            'f536a9aa972e3e42a6b1a6d8ee17166eb721c7cba2e80f60473811497c7bd8bc'
-            'c469e1a3f9edad769da01c324779babe783ee85a9b53ce4638d3d2d09c7c8d4b')
-
-prepare() {
-  cd "$srcdir"/freeradius-server-$pkgver
-  patch -Np1 -i ../python310.patch
-}
-
-build() {
-  cd "$srcdir"/freeradius-server-$pkgver
-
-  ./configure \
-    --prefix=/usr \
-    --sbindir=/usr/bin \
-    --sysconfdir=/etc \
-    --libdir=/usr/lib/freeradius \
-    --localstatedir=/var \
-    --enable-heimdal-krb5 \
-    --enable-reproducible-builds \
-    --with-system-libltdl \
-    --with-system-libtool \
-    --with-udpfromto
-  make PACKAGE='archlinux'
-}
-
-package() {
-  cd "$srcdir"/freeradius-server-$pkgver
-
-  make install R="$pkgdir" PACKAGE='archlinux'
-  chmod o+r "$pkgdir"/etc/raddb/*
-  mv "$pkgdir"/etc/raddb "$pkgdir"/etc/raddb.default
-  rm -rf "$pkgdir"/var/run
-
-  install -D -m0644 "$srcdir"/$pkgname.service "$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -D -m0644 "$srcdir"/$pkgname-sysusers.conf "$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
-  install -D -m0644 "$srcdir"/$pkgname-tmpfiles.conf "$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: freeradius/repos/community-x86_64/PKGBUILD (from rev 1105135, freeradius/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-15 22:27:50 UTC (rev 1105136)
@@ -0,0 +1,73 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Jason R Begley (jayray at digitalgoat.com>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+
+pkgname=freeradius
+pkgver=3.0.25
+pkgrel=5
+pkgdesc='The premier open source RADIUS server'
+arch=('x86_64')
+url="https://freeradius.org/"
+license=('GPL')
+depends=('krb5' 'net-snmp' 'postgresql-libs' 'mariadb-libs' 'talloc'
+         'libpcap' 'libxcrypt' 'libcrypt.so' 'smbclient')
+makedepends=('curl' 'freetds' 'hiredis' 'json-c' 'libmemcached' 'perl'
+             'python' 'samba' 'sqlite' 'unixodbc' 'yubico-c-client')
+optdepends=('curl: for REST'
+            'freetds: for Sybase and MS SQL'
+            'hiredis: for redis support'
+            'json-c: rlm_rest module'
+            'libmemcached: for memcached'
+            'perl: for Perl'
+            'python: for Python'
+            'sqlite: for sqlite'
+            'unixodbc: for ODBC'
+            'yubico-c-client: for yubicloud')
+options=('!makeflags')
+validpgpkeys=('BF2384EC6938B9744B03E2A620E37C25995B4F85') # FreeRADIUS - Package Signing [...] <packages at freeradius.org>
+source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig}
+        'python310.patch'
+        'freeradius-sysusers.conf'
+        'freeradius-tmpfiles.conf'
+        'freeradius.service')
+sha256sums=('fc158cdab4a705b179b1a91cd72473006ef4dfb570b0d097db6c9c34049a4509'
+            'SKIP'
+            '58f415a4d05f2446d2514b98f5fd5d740d7bee400745d43a82d024a3d23ab253'
+            '8ecaca94c7d0f4806b326685312dd4e543ce9c6c183d3d7ad01c1a0197bdfb94'
+            'f536a9aa972e3e42a6b1a6d8ee17166eb721c7cba2e80f60473811497c7bd8bc'
+            'c469e1a3f9edad769da01c324779babe783ee85a9b53ce4638d3d2d09c7c8d4b')
+
+prepare() {
+  cd "$srcdir"/freeradius-server-$pkgver
+  patch -Np1 -i ../python310.patch
+}
+
+build() {
+  cd "$srcdir"/freeradius-server-$pkgver
+
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc \
+    --libdir=/usr/lib/freeradius \
+    --localstatedir=/var \
+    --enable-heimdal-krb5 \
+    --enable-reproducible-builds \
+    --with-system-libltdl \
+    --with-system-libtool \
+    --with-udpfromto
+  make PACKAGE='archlinux'
+}
+
+package() {
+  cd "$srcdir"/freeradius-server-$pkgver
+
+  make install R="$pkgdir" PACKAGE='archlinux'
+  chmod o+r "$pkgdir"/etc/raddb/*
+  mv "$pkgdir"/etc/raddb "$pkgdir"/etc/raddb.default
+  rm -rf "$pkgdir"/var/run
+
+  install -D -m0644 "$srcdir"/$pkgname.service "$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -D -m0644 "$srcdir"/$pkgname-sysusers.conf "$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
+  install -D -m0644 "$srcdir"/$pkgname-tmpfiles.conf "$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+}

Deleted: freeradius-sysusers.conf
===================================================================
--- freeradius-sysusers.conf	2022-01-15 22:27:46 UTC (rev 1105135)
+++ freeradius-sysusers.conf	2022-01-15 22:27:50 UTC (rev 1105136)
@@ -1 +0,0 @@
-u radiusd - "radius daemon" -

Copied: freeradius/repos/community-x86_64/freeradius-sysusers.conf (from rev 1105135, freeradius/trunk/freeradius-sysusers.conf)
===================================================================
--- freeradius-sysusers.conf	                        (rev 0)
+++ freeradius-sysusers.conf	2022-01-15 22:27:50 UTC (rev 1105136)
@@ -0,0 +1 @@
+u radiusd - "radius daemon" -

Deleted: freeradius-tmpfiles.conf
===================================================================
--- freeradius-tmpfiles.conf	2022-01-15 22:27:46 UTC (rev 1105135)
+++ freeradius-tmpfiles.conf	2022-01-15 22:27:50 UTC (rev 1105136)
@@ -1,8 +0,0 @@
-# configuration directory
-C /etc/raddb 0755 radiusd radiusd - /etc/raddb.default
-
-# log file
-f /var/log/radius/radius.log 0644 radiusd radiusd -
-
-# run directory
-d /run/radiusd 0755 radiusd radiusd -

Copied: freeradius/repos/community-x86_64/freeradius-tmpfiles.conf (from rev 1105135, freeradius/trunk/freeradius-tmpfiles.conf)
===================================================================
--- freeradius-tmpfiles.conf	                        (rev 0)
+++ freeradius-tmpfiles.conf	2022-01-15 22:27:50 UTC (rev 1105136)
@@ -0,0 +1,8 @@
+# configuration directory
+C /etc/raddb 0755 radiusd radiusd - /etc/raddb.default
+
+# log file
+f /var/log/radius/radius.log 0644 radiusd radiusd -
+
+# run directory
+d /run/radiusd 0755 radiusd radiusd -

Deleted: freeradius.service
===================================================================
--- freeradius.service	2022-01-15 22:27:46 UTC (rev 1105135)
+++ freeradius.service	2022-01-15 22:27:50 UTC (rev 1105136)
@@ -1,19 +0,0 @@
-[Unit]
-Description=FreeRADIUS high performance RADIUS server.
-After=syslog.target network.target
-Documentation=man:radiusd(8) man:radiusd.conf(5) https://wiki.freeradius.org/Home https://networkradius.com/freeradius-documentation/
-
-[Service]
-Type=forking
-PIDFile=/run/radiusd/radiusd.pid
-ExecStartPre=/usr/bin/radiusd -C
-ExecStart=/usr/bin/radiusd -d /etc/raddb
-ExecReload=/usr/bin/radiusd -C
-ExecReload=/bin/kill -HUP $MAINPID
-Restart=on-failure
-RestartSec=2
-ProtectSystem=full
-ProtectHome=on
-
-[Install]
-WantedBy=multi-user.target

Copied: freeradius/repos/community-x86_64/freeradius.service (from rev 1105135, freeradius/trunk/freeradius.service)
===================================================================
--- freeradius.service	                        (rev 0)
+++ freeradius.service	2022-01-15 22:27:50 UTC (rev 1105136)
@@ -0,0 +1,19 @@
+[Unit]
+Description=FreeRADIUS high performance RADIUS server.
+After=syslog.target network.target
+Documentation=man:radiusd(8) man:radiusd.conf(5) https://wiki.freeradius.org/Home https://networkradius.com/freeradius-documentation/
+
+[Service]
+Type=forking
+PIDFile=/run/radiusd/radiusd.pid
+ExecStartPre=/usr/bin/radiusd -C
+ExecStart=/usr/bin/radiusd -d /etc/raddb
+ExecReload=/usr/bin/radiusd -C
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=on-failure
+RestartSec=2
+ProtectSystem=full
+ProtectHome=on
+
+[Install]
+WantedBy=multi-user.target

Deleted: python310.patch
===================================================================
--- python310.patch	2022-01-15 22:27:46 UTC (rev 1105135)
+++ python310.patch	2022-01-15 22:27:50 UTC (rev 1105136)
@@ -1,12 +0,0 @@
-diff -upr freeradius-server-3.0.25.orig/src/modules/rlm_python/configure freeradius-server-3.0.25/src/modules/rlm_python/configure
---- freeradius-server-3.0.25.orig/src/modules/rlm_python/configure	2021-10-07 22:46:04.000000000 +0300
-+++ freeradius-server-3.0.25/src/modules/rlm_python/configure	2021-12-10 18:13:15.196401810 +0200
-@@ -2945,7 +2945,7 @@ $as_echo "$as_me: Python sys.prefix \"${
- 		{ $as_echo "$as_me:${as_lineno-$LINENO}: Python sys.exec_prefix \"${PY_EXEC_PREFIX}\"" >&5
- $as_echo "$as_me: Python sys.exec_prefix \"${PY_EXEC_PREFIX}\"" >&6;}
- 
--		PY_SYS_VERSION=`${PYTHON_BIN} -c 'import sys ; print(sys.version[0:3])'`
-+		PY_SYS_VERSION=`${PYTHON_BIN} -c 'import sys ; print(".".join(map(str, sys.version_info[:2])))'`
- 		{ $as_echo "$as_me:${as_lineno-$LINENO}: Python sys.version \"${PY_SYS_VERSION}\"" >&5
- $as_echo "$as_me: Python sys.version \"${PY_SYS_VERSION}\"" >&6;}
- 

Copied: freeradius/repos/community-x86_64/python310.patch (from rev 1105135, freeradius/trunk/python310.patch)
===================================================================
--- python310.patch	                        (rev 0)
+++ python310.patch	2022-01-15 22:27:50 UTC (rev 1105136)
@@ -0,0 +1,12 @@
+diff -upr freeradius-server-3.0.25.orig/src/modules/rlm_python/configure freeradius-server-3.0.25/src/modules/rlm_python/configure
+--- freeradius-server-3.0.25.orig/src/modules/rlm_python/configure	2021-10-07 22:46:04.000000000 +0300
++++ freeradius-server-3.0.25/src/modules/rlm_python/configure	2021-12-10 18:13:15.196401810 +0200
+@@ -2945,7 +2945,7 @@ $as_echo "$as_me: Python sys.prefix \"${
+ 		{ $as_echo "$as_me:${as_lineno-$LINENO}: Python sys.exec_prefix \"${PY_EXEC_PREFIX}\"" >&5
+ $as_echo "$as_me: Python sys.exec_prefix \"${PY_EXEC_PREFIX}\"" >&6;}
+ 
+-		PY_SYS_VERSION=`${PYTHON_BIN} -c 'import sys ; print(sys.version[0:3])'`
++		PY_SYS_VERSION=`${PYTHON_BIN} -c 'import sys ; print(".".join(map(str, sys.version_info[:2])))'`
+ 		{ $as_echo "$as_me:${as_lineno-$LINENO}: Python sys.version \"${PY_SYS_VERSION}\"" >&5
+ $as_echo "$as_me: Python sys.version \"${PY_SYS_VERSION}\"" >&6;}
+ 



More information about the arch-commits mailing list