sthen
a98e0e6666
remove rcs IDs in ports that I maintain
2022-03-07 21:36:41 +00:00
sthen
38df0e7e1c
bump REVISION, non-C++ .so that uses thread-local-storage
2021-11-29 11:36:50 +00:00
sthen
3fb7cdbcf6
bump REVISION for switch from Python 3.8 -> 3.9
2021-11-02 00:01:35 +00:00
sthen
4ea6109cf6
update to freeradius-3.0.25
2021-10-08 20:20:21 +00:00
sthen
1317917887
update to freeradius-3.0.24
...
this version's newly used unsupported-in-libressl function
is "X509_STORE_CTX_get0_untrusted" (they seem to add at least one
every time)
2021-10-03 20:28:43 +00:00
sthen
f7f693c7b0
drop the PORTROACH limit; don't hide when 4.x is released
2021-09-16 10:38:07 +00:00
sthen
320d9bd00c
replace freeradius 2.x with 3.x (move net/freeradius3 into place and add
...
@pkgpath markers). it is not a direct upgrade (config locations have
been rearranged) so add an @ask-update guard only shown to any users who
are still running 2.x pointing at the upstream information and giving a
chance to bail out.
2021-09-16 10:36:38 +00:00
tb
e205a1c1b9
net/freeradius: prepare for opaque SSL in libssl
2021-06-22 14:01:21 +00:00
tb
78fe134f94
net/freeradius: Fix upcoming build breakage
...
SSL_SESSION and SSL3_STATE will become opaque in libssl. Use accessors
instead of reaching inside these structs.
looks good to jsing
2021-05-10 14:53:33 +00:00
sthen
48b0b9660c
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 20:48:23 +00:00
sthen
6b8e265514
bump ports known/suspected to be affected by issue with libedit/libreadline
...
and termcap on lld arches.
2018-11-14 20:48:21 +00:00
rpe
9a8b5ccd06
Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
...
daemon scripts and bump subpackages that contain the *.rc scripts.
discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
sthen
096afa0fdf
don't pick up libexecinfo
2017-11-25 13:12:39 +00:00
sthen
05f1fc5cc7
update net/freeradius to 2.2.10; note that 2.x is end of life, it is
...
strongly recommended to migrate to 3.x (config isn't directly usable;
I would suggest diffing between the default 2.x config and your own
config, then bring your changes across to a clean 3.x installation).
2017-11-15 13:54:07 +00:00
naddy
2b1ef23d3b
* replace gettext module
...
* fix a strident Perl warning in post-install
* remove maintainer at his request
ok pea@
2017-11-13 16:39:15 +00:00
sthen
3df3bb2138
bump ports that might pick up IP_SENDSRCADDR
2016-08-17 20:58:19 +00:00
espie
1d55a231e7
add is-branch to all trivial ports that exist as multiple branches.
2016-06-29 16:14:38 +00:00
naddy
2c4204cf62
remove SHARED_ONLY from simple ports that use the gettext or libiconv module
2016-03-18 21:38:22 +00:00
naddy
ce859edcb4
garbage collect CONFIGURE_SHARED
2016-03-11 20:28:21 +00:00
sthen
9795522f15
getpwnam -> getpwnam_shadow
2015-11-19 14:19:05 +00:00
sthen
8af8512150
set PORTROACH so that any updates to the freeradius 2.x branch aren't hidden
2015-11-18 13:48:59 +00:00
sthen
fa2618e515
+net/freeradius3 and register conflict with net/freeradius, ok jca@
2015-11-12 13:00:27 +00:00
sthen
32b4f01472
fix packaging, needed more @mode markers. reported by nigel, slightly
...
different fix to preserve sort order (I originally had it like in his diff
but then "fixed" the order...)
2015-11-08 11:04:48 +00:00
sthen
f22f5c60c6
Move the modules/dhcp_sqlippool file to PLIST-mysql; it depends on a file
...
that is already included in the mysql subpackage (and actually, dhcp_sqlippool
only works with mysql at the moment). Avoids the need to either install
freeradius-mysql or mess with files in the modules directory to start up.
ok pea@
2015-11-07 14:51:08 +00:00
sthen
428380ecb2
don't require gmake for /etc/raddb/certs/Makefile (admin-facing makefile)
...
ok pea@
2015-11-03 22:54:23 +00:00
sthen
8156732754
update to freeradius-2.2.9, include a crash fix, missing CRL checking
...
(CVE-2015-4680) and a fix for EAP-TTLS with TLSv1.2 (notably affecting
Android 6.x wifi clients in TTLS configurations). OK pea@
Note: not updating to 3.x at present as the build system first requires
significant untangling for use with ports (I've spent days on it already
and still not there).
2015-10-14 11:19:56 +00:00
ajacoutot
b6c53696b5
/var/run content is already removed by /etc/rc, so no need to handle that in
...
the package. If a /var/run/foo directory must exist for proper start of a
software, then the rc.d script should take care of it.
2015-08-25 07:30:29 +00:00
sthen
eed1975c46
rename freeradius' rc script, to avoid a future conflict. ok aja@
2015-07-21 02:25:06 +00:00
sthen
83fba7548b
update to freeradius-2.2.7, rolling in some patches committed upstream and
...
removing some which are no longer needed. ok pea@ (maintainer).
add a patch from upstream git (noticed after ok) fixing one of the default
config files.
2015-06-23 21:38:06 +00:00
sthen
1089500e87
update to freeradius 2.2.6, plus a few patches from upstream, notably
...
one fixing use with libressl (simplified by upstream from a diff written by
Kapetanakis Giannis). ok aja@ pea@
2015-01-03 13:20:25 +00:00
ajacoutot
01a4c7dc12
Missing shebang.
...
from Kapetanakis Giannis
2014-10-31 13:26:38 +00:00
brad
b94a402501
Switch from using MySQL to using MariaDB attempt #2 . MariaDB is a drop-in replacement.
...
ok sthen@
2014-09-13 18:09:20 +00:00
sthen
967a5226b8
update to freeradius 2.2.5, no reply from maintainer, looks sane to jca
2014-07-17 00:20:51 +00:00
ajacoutot
bc545d328e
Drop modules/krb5; forgot in previous.
2014-04-21 13:09:47 +00:00
ajacoutot
384462110e
Drop kerberos support.
2014-04-21 13:07:08 +00:00
ajacoutot
696d6de95f
Spring cleaning:
...
- not need for gtar
- reduce some chunks in patches and use post-install to rm what we don't want
- drop uneeded patches/chunks
ok pea@ (maintainer)
2014-04-13 20:16:03 +00:00
landry
ea505619e3
Sprinkle some explicit @mode 640 on files which already have this mode.
...
Should appease pkg_create's future wrath.
2014-01-24 21:30:36 +00:00
espie
59cdb26dc0
use bsd.port.arch.mk for proper multi-packages
...
move as much as possible outside the conditionals
2013-11-10 12:20:29 +00:00
ajacoutot
25b3041f91
Unbreak after hx509 and ntlm removal from Kerberos.
2013-06-20 06:54:36 +00:00
ajacoutot
9920238d6f
Unbreak with new Heimdal; get rid of self-cooked krb5-config since we
...
have it in base now.
2013-06-17 19:30:22 +00:00
brad
17833ea850
Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
...
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.
Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
brad
0b77cf86a5
Switch from using MySQL to using MariaDB. MariaDB is a drop-in replacement.
...
ok sthen aja
2013-05-25 00:33:09 +00:00
brad
4b12dd90d7
Remove redundant BUILD_DEPENDS. LIB_DEPENDS are BUILD_DEPENDS.
...
ok sthen@
2013-03-21 08:41:16 +00:00
espie
eae66e4a7b
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:35:43 +00:00
sthen
f5a323c546
Don't use ${FLAVOR:L}, we only support lower-case flavours now.
...
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
pea
eecc83d003
Update to 2.2.0
...
Fix for CVE-2012-3547.
Lots of bugfixes and improvements.
With help/tweaks from sthen@
ok sthen@
2012-09-16 12:44:02 +00:00
ajacoutot
689f54b24a
--localstatedir=/var is the default now.
2012-04-28 10:52:08 +00:00
pea
2316090975
Update to 2.1.12
...
Rollback patch-src_modules_rules_mak that broke libtool
in a subtle way (lots of lazy binding).
ok ajacoutot@
2011-12-28 10:44:43 +00:00
jasper
ce456af370
- mention why this needs gnu libtool
...
- fix libtool invocation while here to something that is correct (and wouldn't
choke our libtool if we were to use it).
no binary change
2011-11-22 19:14:20 +00:00
jasper
9155010918
regen
2011-11-22 16:22:27 +00:00