Package: freeradius / 3.0.21+dfsg-2
Metadata
Package | Version | Patches format |
---|---|---|
freeradius | 3.0.21+dfsg-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
debian local/0001 Rename radius to freeradius.patch | (download) |
Make.inc.in |
2 1 + 1 - 0 ! |
rename radius to freeradius Last-Updated: 2016-09-16 |
0002 gitignore.diff.patch | (download) |
.gitignore |
14 14 + 0 - 0 ! |
gitignore.diff |
0006 jradius.diff.patch | (download) |
src/modules/stable |
2 2 + 0 - 0 ! |
jradius.diff |
0009 dhcp sqlipool Comment out mysql.patch | (download) |
raddb/mods-available/dhcp_sqlippool |
5 4 + 1 - 0 ! |
dhcp sqlipool: comment out mysql So freeradius does not depend on freeradius-mysql |
debian local/0010 version.c disable openssl version check.patch | (download) |
src/main/radiusd.c |
8 0 + 8 - 0 ! |
version.c: disable openssl version check For Debian we don't want to require that the built OpenSSL be the same as the linked OpenSSL. Debian will be responsible for changing the soname if the ABI changes. The version check causes the freeradius packages to fail whenever a new OpenSSL is built. Patch-Category: debian-local |
dont install tests.diff | (download) |
src/main/radattr.mk |
1 1 + 0 - 0 ! |
--- |
mkdirp.diff | (download) |
install-sh |
698 474 + 224 - 0 ! |
fixes parallel build |
snakeoil certs.diff | (download) |
raddb/mods-available/eap |
6 3 + 3 - 0 ! |
use snakeoil certificates. |
python3.8 fix 1.diff | (download) |
src/modules/rlm_python3/configure |
490 480 + 10 - 0 ! |
[patch] python3 fixes (#3350) * python3-config for Python 3.8 requires --embed parameter As described in https://bugs.python.org/issue36721, python3-config now requires --embed for embedded interpreters. Otherwise, -lpython3.8 is not included in ldflags * Python 3.8 has removed the "m" suffix in the library name As discussed in: https://bugs.python.org/issue36707 * Use dl_iterate_phdr to find the appropriate python library Otherwise, installation of the libpython3-dev packages is required in most distributions * Update configure file for rlm_python3 * Use AX_COMPARE_VERSION to check Python version |
python3.8 fix 2.diff | (download) |
src/modules/rlm_python3/configure |
3 2 + 1 - 0 ! |
[patch] rlm_python3: fix build against python 3.8.x (#3504) We don't need the compiler '-specs=/path/whatever.specs' that comes from Python |