Overview
Comment: | Updated to NSF 2.1.0 release |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e0ab1dd8a70143dc3c6095e0c2ca10bd |
User & Date: | ssoberni on 2016-12-28 21:42:48 |
Other Links: | manifest | tags |
Context
2017-02-14
| ||
02:10 | Updated to try harder to link to libssl when building TclTLS check-in: 8901d151f8 user: rkeene tags: trunk | |
2017-01-27
| ||
16:41 | Updated to set Tcl Modules path to only inside the TclKit check-in: e5eb66b68e user: rkeene tags: set-tm-paths | |
2016-12-28
| ||
21:42 | Updated to NSF 2.1.0 release check-in: e0ab1dd8a7 user: ssoberni tags: trunk | |
2016-12-14
| ||
14:58 | Upgraded to latest TLS check-in: e7f6dea745 user: rkeene tags: trunk | |
Changes
Modified nsf/build.sh from [0c36aedb4d] to [65c55ce36a].
︙ | ︙ | |||
19 20 21 22 23 24 25 | GITTAG='master' NSFVERS="${GITTAG}" NSFVERSEXTRA="" SRC="src/nsf${GITTAG}.zip" SRCURL="http://fisheye.openacs.org/browse/~tarball=zip,br=${GITTAG}/nsf/nsf.zip" SRCHASH='-' else | | | | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | GITTAG='master' NSFVERS="${GITTAG}" NSFVERSEXTRA="" SRC="src/nsf${GITTAG}.zip" SRCURL="http://fisheye.openacs.org/browse/~tarball=zip,br=${GITTAG}/nsf/nsf.zip" SRCHASH='-' else NSFVERS="2.1.0" NSFVERSEXTRA="" SRC="src/nsf${NSFVERS}.tar.gz" SRCURL="http://sourceforge.net/projects/next-scripting/files/${NSFVERS}/nsf${NSFVERS}.tar.gz/download" SRCHASH='00ed655eac33a85128094f9049166eea37569b68' fi BUILDDIR="$(pwd)/build/nsf${NSFVERS}" OUTDIR="$(pwd)/out" INSTDIR="$(pwd)/inst" export NSFVERS SRC SRCURL BUILDDIR OUTDIR INSTDIR |
︙ | ︙ |