Martin Wilke
71e5757d12
- Update to 1.1.5
...
PR: 110948
Submitted by: David Wood<david@wood2.org.uk>
2007-03-28 16:22:40 +00:00
Sergey Matveychuk
df47fa69f7
- Create default config files from *.sample and remove them if they did not
...
changed. (Requested by Alan DeKok of the FreeRADIUS Project.)
- Add US mirror to MASTER_SITES.
- Fix CFLAGS.
- Tidy CONFIGURE_ARGS.
- Remove EXAMPLESDIR references. It's using nowhere.
- Pet portlint(1).
PR: ports/108196
Submitted by: David Wood (maintainer)
2007-01-23 12:35:52 +00:00
Pav Lucistnik
24da66ee2f
- Remove rlm_sql_firebird module, it breaks configure run
...
PR: ports/108054
Submitted by: David Wood <david@wood2.org.uk> (maintainer)
2007-01-18 19:13:29 +00:00
Martin Wilke
edd5b37840
- Update to 1.1.4
...
PR: ports/107936
Submitted by: David Wood<david@wood2.org.uk> (maintainer)
2007-01-15 14:55:38 +00:00
Alejandro Pulver
e302ecc036
- Remove patch file: freeradius/files/patch-ab (see UPDATING note).
...
- Add note to UPDATING.
PR: ports/105025
Submitted by: David Wood <david@wood2.org.uk> (maintainer)
2006-11-07 02:51:44 +00:00
Martin Wilke
582117e2fd
- Update to 1.1.3
...
- Pass maintainership to submitter
PR: ports/104949
Submitted by: David Wood<david@wood2.org.uk>
2006-11-01 10:21:18 +00:00
Shaun Amott
dc316306ca
- Chase shared library version bump in security/heimdal.
...
- Remove 4.x-specific BROKEN in net/arla (caused by heimdal).
2006-10-05 16:20:13 +00:00
Cheng-Lung Sung
147fdee482
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
...
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 00:56:24 +00:00
Pav Lucistnik
6c68c87ba3
- Some modules does not build on FreeBSD 4.X with base OpenSSL
...
Reported by: krismail
2006-06-12 14:47:16 +00:00
Pav Lucistnik
7279c65ae0
- Fix OpenSSL handling
...
PR: ports/98525
Submitted by: Dan Lukes <dan@obluda.cz>
2006-06-05 21:14:20 +00:00
Pav Lucistnik
9c73191417
- Update to 1.1.2
...
PR: ports/98065
Submitted by: David Wood <david@wood2.org.uk>
2006-05-29 20:42:04 +00:00
Sergey Matveychuk
eccf0f0b1c
- Update to 1.1.1
...
This release contains a number of improvements over previous
releases. We recommend that everyone using earlier versions of the
server upgrade to obtain the bug fixes and feates that this
version supplies. It's new features include:
o Updated dictionaries (as always),
o Digest authentication updates,
o Net-SNMP compatibility fixes,
o Bug fixes for multiple platforms (64-bit architectures, *BSD),
o Security fixes for EAP-MSCHAPv2,
o Miscellaneous other fixes
PR: ports/95033
Submitted by: Ivan Lago <ivan.lago@ifom-ieo-campus.it>
2006-03-28 20:30:51 +00:00
Ade Lovett
8503536d38
Conversion to a single libtool environment.
...
Approved by: portmgr (kris)
2006-02-23 10:40:44 +00:00
Sergey Matveychuk
6fbdc49389
- Fix PLIST on amd64 [1]
...
- Rename startup script back to radiusd.sh. It was renamed accidently
Reported by: krismail [1]
2006-02-14 21:04:28 +00:00
Sergey Matveychuk
00eefaf2b9
- Fix build with non-standard LOCALBASE
2006-02-14 15:16:35 +00:00
Sergey Matveychuk
703a9313d6
- Fix pkg-plist on 5.x+
...
Reported by: kris mail
Pointy hat to: me
2006-02-08 13:58:50 +00:00
Sergey Matveychuk
cf3ef2f991
- Fix a dictionary bug affected on 64 bit archs.
...
- While I'm here: fix pkg-plist - remove radiusd.sh.
- Bump PORTREVISION
PR: ports/92887
Submitted by: Alessandro Dellavedova <alessandro.dellavedova@gmail.com>
Obtained from: http://bugs.freeradius.org/show_bug.cgi?id=312
2006-02-06 15:30:14 +00:00
Sergey Matveychuk
b289fc51b0
- Add heimdal kerberos support
...
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> (ports@)
2006-02-06 14:24:47 +00:00
Doug Barton
256b87fead
Fix a small typo in MASTER_SITES
...
Fix some problems in the new rc.d script:
PROVIDE requires a trailing colon
There is no radiusd_start_precmd defined, so don't call it
Style issue, the - expansion is better than :- (see Porter's Handbook)
The FreeBSD KEYWORD is no longer needed
Bump PORTREVISION so that packages and users get the new rc.d script
2006-02-05 19:34:54 +00:00
Sergey Matveychuk
cfd0564cef
- Add patch to fix build on 4.x [1]
...
- Implement a modern feature of USE_RC_SUBR and remove redundant commands.
PR: ports/92815 [1]
Submitted by: Dan Lukes <dan@obluda.cz>
2006-02-04 19:52:39 +00:00
Pav Lucistnik
b421b8094b
- Update to 1.1.0
...
- No longer compiles on FreeBSD 4.X
PR: ports/92598
Submitted by: Alessandro Dellavedova
2006-02-01 18:38:14 +00:00
Ade Lovett
54a0b86543
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
...
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
2005-11-15 06:52:12 +00:00
Edwin Groothuis
c1f47be82f
Upgrade to 1.0.5
...
Noticed by Port New Version Check
2005-10-05 01:20:29 +00:00
Renato Botelho
020a46efec
- Drop maintainership
...
PR: ports/85141
Submitted by: thompsa (maintainer)
Approved by: portmgr (clement)
2005-08-22 13:27:50 +00:00
Andrew Thompson
330095b819
Update to version 1.0.4.
...
Approved by: lesi
2005-06-17 23:33:18 +00:00
Florent Thoumie
d8876834de
- Change maintainer address to his new shiny FreeBSD.org address.
...
PR: ports/81687
Submitted by: maintainer
2005-05-31 08:28:42 +00:00
Sergey Matveychuk
071a17a29e
1. Install sample SQL database schemas
...
2. Install config files as .sample to not clobber on upgrade
3. Add kerberos support
PR: ports/79945
Submitted by: maintainer
Contributed by: Andrey V. Elsukov [1]
Denis Shaposhnikov [2]
George C. Kaplan [3]
2005-04-15 17:31:55 +00:00
Kirill Ponomarev
48e68dd875
Update to version 1.0.2
...
PR: ports/77661
Submitted by: maintainer
2005-02-18 08:44:19 +00:00
Palle Girgensohn
34fa6c853e
Split the postgresql ports into a server and a client part.
...
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:35:55 +00:00
Tilman Keskinoz
18319bf6dc
Fix package build on AMD64
...
PR: 72335
Submitted by: Andrew Thompson <andy@fud.org.nz>
Approved by: portmgr
2004-10-06 07:42:18 +00:00
Pav Lucistnik
77d87fcfa6
- Update to 1.0.1
...
Denial-of-Service Security Fix
* Fix two remote crashes and a memory leak in RADIUS packet
decoding.
PR: ports/72012
Submitted by: Andrew Thompson <andy@fud.org.nz> (maintainer)
Approved by: portmgr (linimon)
2004-09-25 23:40:21 +00:00
Edwin Groothuis
874e935564
[patch] update net/freeradius to 1.0.0
...
Update net/freeradius to 1.0.0 from 0.9.3 and take maintainership.
PR: ports/70603
Submitted by: Andrew Thompson <andy@fud.org.nz>
2004-08-29 02:18:42 +00:00
Norikatsu Shigemura
fba91a9287
Fix dependency on databases/postgresql7
2004-06-11 02:24:06 +00:00
Ade Lovett
1a628ded35
Sync with new bsd.autotools.mk
2004-06-04 17:29:38 +00:00
Ade Lovett
3f651573ad
Whoa there, boy, that's a mighty big commit y'all have there...
...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
73f7c91b5d
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 1)
2004-02-04 05:10:27 +00:00
Thomas Gellekum
4e343be25b
Add PostgreSQL support; support NOPORTDOCS.
...
PR: 59921
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-12-09 10:19:25 +00:00
Thomas Gellekum
9233fb0fc9
Upgrade to 0.9.3.
2003-12-09 09:43:22 +00:00
Joe Marcus Clarke
204d8cf2a6
* Add USE_PERL5_BUILD
...
* Use %%DOCSDIR%%
* Use %%DATADIR%%
* Use USE_OPENLDAP
* Use USE_MYSQL
* Remove useless plist entries
PR: 59509
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-11-20 14:57:41 +00:00
Kris Kennaway
6160dc3d41
Reset maintainer of ports owned by inactive committers who were just retired.
2003-11-03 00:54:32 +00:00
Brian Somers
a5eb904b0b
Fix MAN1 & MAN8 settings
2003-11-01 11:32:22 +00:00
Brian Somers
787df1dca3
Upgrade to 0.9.2
...
PR: 58384
Submitted by: thomas@cuivre.fr.eu.org
2003-10-28 23:52:04 +00:00
Dirk Meyer
23a445abcc
- add CONFLICTS
...
Submitted by: eikemeier@fillmore-labs.com
Approved by: kris
2003-10-14 15:47:28 +00:00
Ade Lovett
d7e13fdbd6
Fix things so this port does not install its own local copy of libltdl,
...
depending instead on devel/libltdl
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-13 20:03:51 +00:00
Hajimu UMEMOTO
3bdd7f4cd4
fix build on bento.
...
Approved by: maintainer (timeout)
2003-06-19 01:22:20 +00:00
Kris Kennaway
2824266545
BROKEN: incorrect pkg-plist
2003-05-18 11:57:52 +00:00
Yen-Ming Lee
f5855929ab
* upgrade to 0.8.1
...
* make PREFIX work
PR: 50705
Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
Approved by: maintainer timeout (2 weeks)
2003-04-21 13:35:21 +00:00
Ade Lovett
7e52725f2a
Clear moonlight beckons.
...
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Ying-Chieh Liao
27ebc7aa15
chase gdbm lib version
2003-01-03 08:26:35 +00:00
Brian Somers
5ade57f205
Fix plist, unbreaking this port
...
Approved by: kris
2002-09-30 00:26:40 +00:00