CVS log for ports/security/oidentd/Makefile
Up to [FreeBSD] / ports / security / oidentd
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Jun 9 11:47:43 2011 UTC (8 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
allow oidentd to bind to multiple IP adresses. patch taken from http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/oidentd/oidentd-multiple-ip.patch Bump PORTREVISION PR: ports/156182 Submitted by: nico <nico@lifeisabug.com>
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:34:57 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -2 lines
- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Aug 27 17:39:26 2008 UTC (3 years, 5 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -5 lines
allow using oidentd on CURRENT but nat support has to be disabled (remove BROKEN) PR: ports/126676 Submitted by: "Anton E. Kartashev" <amokk@seb.org.ua>
Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:18:18 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Aug 9 13:59:54 2008 UTC (3 years, 6 months ago) by erwin
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -0 lines
Mark BROKEN for 8.0: does not build.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Mar 25 16:43:12 2008 UTC (3 years, 10 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +19 -9 lines
OPTIONSify [1] use new RC_SUBR style (old start file removed, no real history to preserve) Bump PORTREVISION PR: 122054 [1] Submitted by: Jase Thew <bazerka@beardz.net> [1]
Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Mar 20 10:03:41 2008 UTC (3 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +0 -1 lines
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue May 23 04:25:03 2006 UTC (5 years, 8 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
update to 2.0.8
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat May 13 04:15:08 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +0 -1 lines
Remove USE_REINPLACE from all categories starting with S
Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:26:30 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:03:52 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Oct 24 12:16:51 2004 UTC (7 years, 3 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
fix unprev. IPv6 for FreeBSD 4 Bump PORTREVISION Noted By: Dariusz Kulinski <d.kulinski@gmail.com>
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Oct 15 17:44:18 2004 UTC (7 years, 3 months ago) by oliver
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +8 -7 lines
[1]:
- Remove USE_GMAKE (builds okay here with BSD make)
- Clean up portions of main Makefile (don't need post/pre)
- Add %%PREFIX%% man page patches
- Add patch for ipv6_missing.h; removes EAI_MEMORY
re-definition warnings, and is more FreeBSD-focused
- Support 'oidentd_conf' rc.subr variable for those who want to
be able to specify a configuration file. Also update the
'required_files' code to work with this too...
[2]:
- make it work with FreeBSD-5 in combination with option --reply
PR: ports/71378 [1]
Submitted By: Jeremy Chadwick <freebsd@jdc.parodius.com> [1]
Noted By: Markus Hästbacka <midian@ihme.org> [2]
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed May 19 19:43:30 2004 UTC (7 years, 8 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
In get_list() function there is do-while loop, patch included additional continue instructions, which skipped "head = pcbp.inp_list.le_next;" making oidentd go into infinite loop. Submitted By: Dariusz Kulinski <takeda3@netzero.net> PR: ports/66858
Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Mar 25 18:53:47 2004 UTC (7 years, 10 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -2 lines
Make it work with IPv6 properly. [1] Fix plist PR: 64546 [1] Submitted By: Dariusz Kulinski <takeda3@netzero.net>
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Feb 7 12:03:35 2004 UTC (8 years ago) by oliver
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
fix a small typo in post-patch bump PORTREVISION Noted By: Robin Breathe <robin@isometry.net>
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Feb 7 07:48:29 2004 UTC (8 years ago) by oliver
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -5 lines
* Remove duplication of RC_SUBR checking now that it's in bsd.pork.mk * Use *.conf files in PREFIX/etc rather than /etc * SIZE in distinfo Submitted By: Robin Breathe <robin@isometry.net>
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Feb 6 13:12:17 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -0 lines
Use PLIST_FILES (bento-tested, marcus-reviewed).
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:08:49 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Jan 31 13:32:33 2004 UTC (8 years ago) by oliver
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +24 -1 lines
Updates: * Provide style rc.d script. * Provide sample configuration files (standard + masquerading). * CONFIGURE_TARGET to remove configure warning. * Bump PORTREVISION Submitted By: Robin Breathe <robin@isometry.net> PR: ports/62010
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Nov 13 10:11:34 2003 UTC (8 years, 3 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Remove my e-mail address from comment blocks of ports I have contributed, in hopes of attracting less spam.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jul 14 16:15:05 2003 UTC (8 years, 7 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Update oidentd to 2.0.7
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue May 6 16:58:45 2003 UTC (8 years, 9 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
redefine the MAINTAINER field with my FreeBSD address Approved By: alex (mentor)
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue May 6 03:39:08 2003 UTC (8 years, 9 months ago) by foxfair
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
PR: 51521 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> Reviewed by: Approved by: Obtained from: MFC after: Update port security/oident: 2.0.5 -> 2.0.6 MAINTAINER timeout: since May 1
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Feb 26 10:55:08 2003 UTC (8 years, 11 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Maintainer update to version 2.0.5 PR: ports/48604 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Feb 26 10:52:50 2003 UTC (8 years, 11 months ago) by edwin
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
We have a new maintainer! Date: Tue, 25 Feb 2003 00:10:09 -0800 (PST) From: Mark Laws <mdl@60hz.org> To: freebsd-ports-bugs@FreeBSD.org This is fine. In fact, if you would like to take over the port, you may do so if you wish. Unfortunately, I've been too busy to give it the attention it deserves as of late. :( -- Mark Laws mdl@60hz.org http://www.60hz.org Date: Tue, 25 Feb 2003 08:10:15 -0800 (PST) From: Oliver Lehmann <lehmann@ans-netz.de> To: freebsd-ports-bugs@FreeBSD.org Ok, thanks. If nobody object, I'm willing to take the maintainership. Greetings, Oliver
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Feb 21 13:26:48 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
De-pkg-comment.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Nov 1 00:25:59 2002 UTC (9 years, 3 months ago) by pat
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Update to 2.0.4 PR: ports/44798 Submitted by: maintainer
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Apr 1 02:10:44 2002 UTC (9 years, 10 months ago) by dwcjr
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Update to 2.0.3 PR: 36595 Submitted by: maintainer
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Dec 24 06:03:27 2001 UTC (10 years, 1 month ago) by dwcjr
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -3 lines
oidentd now supports masqueraded connections under FreeBSD systems running ipf Update description Update to 2.0.1 PR: 31466 Submitted by: mdl@60hz.org Approved by: trevor (according to originator)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Apr 10 06:21:34 2001 UTC (10 years, 10 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -4 lines
Update to 1.7.1. Remove defunct MASTER_SITE.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Oct 16 23:45:54 2000 UTC (11 years, 3 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Update to 1.7.0.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Oct 2 05:39:32 2000 UTC (11 years, 4 months ago) by trevor
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Change MAINTAINER for my ports. Approved by: will
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jun 14 13:21:34 2000 UTC (11 years, 8 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2 lines
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun May 21 12:32:02 2000 UTC (11 years, 8 months ago) by knu
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -9 lines
Make it compile either on 3.4-STABLE, 4.0-STABLE or 5.0-CURRENT and unmark as BROKEN. Remove a redundant entry from CATEGORIES. (security net => security) PR: ports/18707 Submitted by: MAINTAINER
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Apr 9 18:30:05 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Update with the new PORTNAME/PORTVERSION variables
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Apr 2 05:07:17 2000 UTC (11 years, 10 months ago) by will
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Ooops, I forgot to add MAN8 for oidentd.8 after removing it from the PLIST submitted by the maintainer.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Apr 2 04:20:32 2000 UTC (11 years, 10 months ago) by will
Branches: MAIN
Add oidentd to ports tree; it is an identd server which, properly
configured, can allow users to specify an arbitrary ident string.
Unfortunately, due to <sys/file.h> being outdated, this port is
marked BROKEN for all ${OSVERSION} prior to 400010, which is the
closest to src/sys/sys/file.h rev 1.16.2.2.
PR: 17660
Submitted by: Trevor Johnson <trevor@jpj.net>
Reviewed by: mharo (confirmation of BROKEN for < 400010)
