Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
02 May 2019 17:10:06
1.7.18

|
mi  |
Upgrade from 1.7.16 to 1.7.18 - support for TLS-1.3 (where provided
by OpenSSL) and other improvements. |
31 Dec 2018 01:13:48
1.7.16

|
mi  |
Newer OpenSSL versions have a slightly different function-signature
coming out of "openssl dhparam -C". Be prepared for that -- while
retaining compatibility with the older versions.
PR: 234361
Reported by: Gerald Gutierrez |
24 Dec 2018 16:08:12
1.7.16

|
mi  |
Upgrade from 1.7.14 to 1.7.16.
Might fix the
PR: 234361 |
16 Nov 2017 20:30:44
1.7.14

|
mi  |
Real quick, upgrade from 1.7.13 to 1.7.14 -- no real
changes in the new version...
Point WWW at the project's current home. |
16 Nov 2017 20:23:11
1.7.13

|
mi  |
Uprade from 1.7.12 to 1.7.13.
PR: 223074
Submitted by: Jeff Lawson |
20 May 2017 13:59:35
1.7.12

|
mi  |
Upgrade to 1.7.12. It bothers me, that the port can not be
linked with the base OpenSSL, if some other implementation
is merely installed, but that seems like a common problem...
PR: 216174
Submitted by: gahr
Sponsored by: Unemployment Insurance |
15 Mar 2017 14:45:31
1.6.7_1

|
mat  |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
19 Apr 2016 14:20:01
1.6.7_1

|
gahr  |
Add "tea" argument to USES=tcl to facilitate porting of TEA-based extensions.
Quoting https://tcl.tk/doc/tea:
"The Tcl Extension Architecture, or TEA, by John Ousterhout and others, is a
set of guidelines and techniques for the distribution, configuration,
compilation, and installation of Tcl extensions. TEA also provides a set of
utilities that operate accordingly. Many Tcl extensions leverage the TEA
utilities, which are designed to be easily customizable."
To facilitate the porting of TEA-based extensions, I have added the new "tea"
argument to USES=tcl. This argument prepares the autoconf environment by
setting GNU_CONFIGURE and sets some commonly used CONFIGURE_ARGS. Also, it
tries to figure out the correct extension name, sets TCL_PKG accordingly, and
adds it to PLIST_SUB.
I have modified a few ports to take advantage of this. More will come. |
09 Apr 2016 05:25:45
1.6.7_1

|
antoine  |
Back-out r412718, this breaks INDEX with fmake
With hat: portmgr
Reported by: beefy1, beefy2, package20 |
08 Apr 2016 04:44:48
1.6.7_1

|
mi  |
Detect, when building against libressl and add -DNO_SSL2 to CFLAGS
in such situations. While here fix WWW and make other minor changes.
PR: 208626
Submitted by: Mark Martinec |
08 Oct 2015 18:59:40
1.6.7_1

|
mi  |
Do not install tls.h -- it does not declare anything useful but
conflicts with the file installed by LibreSSL.
PR: 202676 |
24 Sep 2015 15:59:20
1.6.7

|
mi  |
Fix up so it builds on all our platforms -- certain compilers weren't happy
before causing build-failures.
Tested with clang (base on 10.x), gcc-4.9 and gcc-4.2.1.
The bundled self-tests continue to NOT work -- upstream maintainer confirms
a problem and promises to try to test them... |
18 Sep 2015 05:54:49
1.6.7

|
gahr  |
devel/tcltls - update to 1.6.7
PR: 201452
Submitted by: gahr@
Approved by: maintainer (timeout) |
01 Sep 2015 16:20:48
1.6.4

|
amdmi3  |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
26 Mar 2015 00:39:35
1.6.4

|
mi  |
Add a patch (submitted upstream), which turns off attempts to use
TLS1.1 and 1.2 if the protocols aren't available at compile-time.
Otherwise the software attempts to use them at run-time and fails.
Fix-up the tests. Disable regression-test until I figure out, why
it hangs here... |
25 Mar 2015 22:36:44
1.6.4

|
mi  |
Upgrade from 1.6 to 1.6.4. |
20 Dec 2014 18:06:22
1.6_2

|
bapt  |
Cleanup plist |
22 Aug 2014 07:20:30
1.6_2

|
antoine  |
Canonicalize a few LICENSE_PERMS
With hat: portmgr |
16 Aug 2014 14:32:00
1.6_2

|
marino  |
devel/tcltls: complete staging (Just Fix It) |
14 Feb 2014 15:25:50
1.6_1

|
gahr  |
- Convert to USES=tcl
- Add LICENSE
- Add TEA-based build infrastructure
- Switch to new OPTIONS framework (DOCS)
- Cleanups
PR: 183205
Submitted by: gahr
Approved by: maintainer (timeout) |
20 Sep 2013 17:17:45
1.6_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
23 Apr 2013 11:51:53
1.6_1

|
gahr  |
- Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
default, I don't expect this change to cause much trouble) |
03 Jul 2011 14:59:23
1.6_1
|
ohauer  |
-remove MD5 |
22 Aug 2009 00:18:43
1.6_1
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
23 Feb 2009 14:46:38
1.6
|
mm  |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
25 Jul 2008 09:38:45
1.6
|
pav  |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
16 May 2008 21:43:10
1.6
|
mi  |
Upgrade from 1.5.0 to 1.6. Don't automatically perform the vendor's tests
for the time being, while I investigate, why they sometimes fail with
"impossible case" and sometimes succeed. The removes the need for
MANUAL_PACKAGE_BUILD.
Use USE_TCL.
Using:
PR: ports/116550
PR: ports/122454
Submitted by: mm |
09 Apr 2008 13:42:26
1.5.0
|
pav  |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
11 Jun 2007 19:56:59
1.5.0
|
mi  |
Do not install docs, when NOPORTDOCS is set. pkg-plist was doing the
right thing, but the post-install target was not properly ifdef-ed.
Submitted by: rafan |
20 Jan 2007 02:07:10
1.5.0
|
kris  |
MANUAL_PACKAGE_BUILD: Self-tests fail/hang |
04 May 2006 21:41:12
1.5.0
|
edwin  |
Remove USE_REINPLACE from all categories starting with D |
22 Jan 2006 08:30:12
1.5.0
|
edwin  |
SHA256ify
Approved by: krion@ |
20 Jun 2005 14:34:11
1.5.0
|
mi  |
Remove the obsolete pre-patch target and add some patches to provide
for clean build with `-Wall -Werror'. No functional changes nor
upgrades. |
04 Apr 2004 18:41:25
1.5.0
|
mi  |
Upgrade from 1.4.1 to 1.5.0, released on February 17. Turn on self-tests. |
31 Mar 2004 03:12:58
1.4.1
|
trevor  |
SIZEify (maintainer timeout) |
13 Nov 2003 14:45:08
1.4.1
|
trevor  |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. |
27 Oct 2003 20:49:36
1.4.1
|
mi  |
SHLIBDIR->LIBDIR
Upgrade from 1.4 to 1.4.1 instead of bumping the PORTREVISION.
Default to TCL-8.4
Suggested by: kris |
07 Mar 2003 06:01:16
1.4_1
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
21 Jul 2002 19:59:08
1.4_1
|
ru  |
Catch up to the new bsd.lib.mk API. |
15 May 2001 21:04:01

|
mi  |
Add a patch, which sets the name of the new channel type to "tls". This was
happening if the static structures were used, but not when the
tlsChannelType structure was created on the fly (as is needed for use with
different versions of TCL). Bump up the PORTREVISION. |
01 May 2001 10:55:09

|
mharo  |
${ENV} -> ${SETENV} |
21 Feb 2001 22:59:53

|
mi  |
Upgrade to the version 1.4, which is required for TCL-8.3.2 and usefull for
earlier ones. Get rid of patches and provide Makefile.bsd instead
(which uses bsd.lib.mk). Remove the WITH_TCL8x spaghetti and rely
TCL_VER?=8.3 instead. |
21 Feb 2001 22:37:38

|
mi  |
Upgrade to the latest version 1.4. It will be _required_ for TCL 8.3.2 and
above, and helps the earlier versions too. Remove the patches and provide
our own Makefile.bsd instead. Also, remove the WITH_TCL8? spaghetti and use a
simpler TCL_VER?=8.3 aproach. Note, that this port now assumes the usage of
TCL_STUBS. |
08 Oct 2000 02:10:04

|
asami  |
Convert category devel to new layout. |
09 Jun 2000 04:27:54

|
will  |
Add tcltls, a Tcl interface to OpenSSL. |