| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
22 Apr 2013 20:57:03
1.0.21
|
dinoex  |
- Security update to 1.0.21
Security: CVE-2013-1428 |
28 Mar 2013 06:24:34
1.0.20  |
dinoex  |
- update to 1.0.20 |
26 Jan 2013 16:06:36
1.0.19  |
dinoex  |
- cleanup header
- strip shlibversion in depedency |
27 Aug 2012 05:06:01
1.0.19  |
dinoex  |
- fix comment
PR: 171006
Submitted by: Nick Hibma |
05 Aug 2012 23:19:40
1.0.19  |
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
04 Aug 2012 05:39:46
1.0.19  |
dinoex  |
- update to 1.0.19 |
11 Apr 2012 21:19:42
1.0.18  |
dinoex  |
- update to 1.0.18 |
14 Jan 2012 14:49:25
1.0.16  |
dinoex  |
- escape shell names |
14 Jan 2012 08:57:23
1.0.16  |
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
11 Jan 2012 05:55:57
1.0.16  |
dinoex  |
- use /etc/rc.d/ipfilter quietresync
PR: 163959
Submitted by: Nick Hibma |
23 Sep 2011 22:26:39
1.0.16  |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
05 Aug 2011 13:48:14
1.0.16  |
dinoex  |
- update to 1.0.16 |
30 Jun 2011 14:39:57
1.0.15  |
dinoex  |
- update to 1.0.15
- remove duplicate LDFLAGS
PR: 158292
Submitted by: Jin-Sih Lin |
19 May 2011 18:37:40
1.0.14  |
dinoex  |
- update to 1.0.14 |
11 May 2011 16:18:11
1.0.13_1  |
dinoex  |
- update tinc to build with lzo2 |
04 Jun 2010 13:14:56
1.0.13  |
dinoex  |
- LICENSE GPLv3 |
14 Apr 2010 04:59:45
1.0.13  |
dinoex  |
- update to 1.0.13 |
11 Feb 2010 13:25:27
1.0.12  |
dinoex  |
- update to 1.0.12 |
06 Nov 2009 21:45:50
1.0.11  |
dinoex  |
- update to 1.0.11 |
20 Oct 2009 17:10:27
1.0.10  |
dinoex  |
- update to 1.0.10
- get rid of getttext |
15 Feb 2009 16:44:55
1.0.9  |
dinoex  |
- add LICENSE: |
30 Dec 2008 14:05:22
1.0.9  |
dinoex  |
- Update to 1.0.9 |
30 Dec 2008 14:04:59
1.0.8_2  |
dinoex  |
- fix reload and restart targets
Submitted by:i igor <soft[at]antrax-energo.msk.ru> |
26 Oct 2008 13:01:46
1.0.8_2  |
dinoex  |
- add tincd startup script
Submitted by: igor <soft[at]antrax-energo.msk.ru> |
21 Aug 2008 06:18:49
1.0.8_1  |
rafan  |
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 (Only the first 15 lines of the commit message are shown above ) |
25 Jul 2008 14:34:52
1.0.8_1  |
pav  |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
06 Jun 2008 14:01:07
1.0.8_1  |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
25 Jul 2007 11:50:59
1.0.8  |
dinoex  |
- take maintainership |
23 Jul 2007 09:36:52
1.0.8  |
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
16 Jun 2007 10:49:33
1.0.8  |
miwi  |
- Update to 1.0.8
PR: 113747
Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> |
08 Feb 2007 22:32:25
1.0.7  |
miwi  |
- Update to 1.0.7
PR: 108871
Submitted by: Martin Matuska <martin@matuska.org> |
13 May 2006 04:15:53
1.0.4_2  |
edwin  |
Remove USE_REINPLACE from all categories starting with S |
25 Nov 2005 18:01:16
1.0.4_2  |
pav  |
- Add SHA256 |
14 Sep 2005 08:26:09
1.0.4_2  |
krion  |
Drop maintainership, since I'm buried in the $REALLIFE stuff. |
31 May 2005 19:58:33
1.0.4_2  |
flz  |
- Backout latest commit, it needs a repocopy due to API change.
Noticed by: Matthias Andree <matthias.andree@gmx.de> |
31 May 2005 17:57:11
1.0.4_1  |
flz  |
- Bump lzo lib version.
- Bump PORTREVISION. |
11 May 2005 17:49:38
1.0.4  |
krion  |
Update to 1.0.4 |
21 Nov 2004 16:48:16
1.0.3  |
krion  |
Fix WWW: line. |
11 Nov 2004 22:43:51
1.0.3  |
krion  |
Update to 1.0.3 |
10 Jul 2004 16:33:06
1.0.2_1  |
krion  |
Support WITHOUT_NLS |
09 Jul 2004 15:14:52
1.0.2_1  |
krion  |
Fix pidfile location
PR: ports/68740
Submitted by: anholt |
26 May 2004 06:19:06
1.0.2_1  |
krion  |
- Fix MASTER_SITES
PR: ports/67201
Submitted by: Roman Neuhauser <neuhauser@chello.cz> |
16 Apr 2004 14:42:39
1.0.2_1  |
krion  |
- Remove USE_SIZE knob |
04 Feb 2004 04:36:30
1.0.2_1  |
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
30 Jan 2004 14:05:15
1.0.2  |
krion  |
- SIZEify |
23 Jan 2004 18:12:26
1.0.2  |
trevor  |
Now gettext 0.12.1 is gettext-old. |
19 Dec 2003 15:06:23
1.0.2  |
krion  |
- Use LDFLAGS |
08 Nov 2003 16:34:05
1.0.2  |
krion  |
- Update to version 1.0.2 |
03 Sep 2003 05:37:24
1.0.1  |
dinoex  |
- Fix extra " from last commit.
pointy hat to me ... commited wrong work dir |
01 Sep 2003 04:58:41
1.0.1  |
dinoex  |
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk
Approved by: krion |
31 Aug 2003 22:00:33
1.0.1  |
krion  |
- Use LIBS in CONFIGURE_ENV
Reported by: kris via bento |
14 Aug 2003 20:30:16
1.0.1  |
krion  |
- Update to 1.0.1
- Take maintainership |
21 Feb 2003 16:38:34
1.0p8_1
|
nectar  |
In OpenSSL 0.9.7, `OpenSSL_add_all_algorithms' is now a macro. This
causes configure scripts that look for this function in libcrypto to
lose. Use `OpenSSL_add_all_ciphers' instead (which is a function in
both OpenSSL 0.9.6 and 0.9.7). |
20 Feb 2003 18:59:13
1.0p8_1
|
knu  |
De-pkg-comment. |
19 Sep 2002 10:32:02
1.0p8_1
|
ijliao  |
build with only 1 info file
PR: 42906
Submitted by: Ports Fury |
18 Sep 2002 10:43:34
1.0p8
|
ijliao  |
upgrade to 1.0p8 |
11 Jul 2002 16:45:19
1.0p7
|
ijliao  |
add tinc 1.0p7
A Virtual Private Network (VPN) daemon |