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: | e0ab1dd8a70143dc3c6095e0c2ca10bdcfbfae07 |
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 19 GITTAG='master' 20 20 NSFVERS="${GITTAG}" 21 21 NSFVERSEXTRA="" 22 22 SRC="src/nsf${GITTAG}.zip" 23 23 SRCURL="http://fisheye.openacs.org/browse/~tarball=zip,br=${GITTAG}/nsf/nsf.zip" 24 24 SRCHASH='-' 25 25 else 26 - NSFVERS="2.0.0" 26 + NSFVERS="2.1.0" 27 27 NSFVERSEXTRA="" 28 28 SRC="src/nsf${NSFVERS}.tar.gz" 29 29 SRCURL="http://sourceforge.net/projects/next-scripting/files/${NSFVERS}/nsf${NSFVERS}.tar.gz/download" 30 - SRCHASH='-' 30 + SRCHASH='00ed655eac33a85128094f9049166eea37569b68' 31 31 fi 32 32 33 33 BUILDDIR="$(pwd)/build/nsf${NSFVERS}" 34 34 OUTDIR="$(pwd)/out" 35 35 INSTDIR="$(pwd)/inst" 36 36 export NSFVERS SRC SRCURL BUILDDIR OUTDIR INSTDIR 37 37