Overview
| Comment: | Attemt to force the Tcl 'http' package to treat all downloaded files as binary and avoid line-ending translations. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
345ffb1dd56a3fa97b1e499fb431db93 |
| User & Date: | mistachkin on 2016-08-19 20:45:38 |
| Other Links: | manifest | tags |
References
|
2016-08-19
| ||
| 23:27 | Add support for checking the installed version of a package prior to downloading it. Also, finish removing the fix applied in check-in [345ffb1dd5] (i.e. removal of the 'm' query parameter). check-in: 8d39ddb985 user: mistachkin tags: trunk | |
| 21:09 | Remove fix applied in check-in [345ffb1dd5] as the 'm' query parameter only applies to the 'raw' Fossil page. Instead, use the -binary option to http::geturl. check-in: 3966a6c523 user: mistachkin tags: trunk | |
Context
|
2016-08-19
| ||
| 20:52 | Update the OpenPGP signatures for the files changed in the previous check-in. check-in: 41026e4cfb user: mistachkin tags: trunk | |
| 20:45 | Attemt to force the Tcl 'http' package to treat all downloaded files as binary and avoid line-ending translations. check-in: 345ffb1dd5 user: mistachkin tags: trunk | |
| 20:13 | Refactor and add code to permit the package repository and downloader clients to be self-updated. check-in: 090817ba13 user: mistachkin tags: trunk | |
Changes
Modified client/1.0/pkgd.eagle from [0810aba31e] to [a24ae288ef].
| ︙ | |||
55 56 57 58 59 60 61 | 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | - + - + |
set baseUri https://urn.to/r/pkgd
}
#
# NOTE: The URI where a single package file may be found. This file will
# belong to a specific version of one package.
#
|
| ︙ |
Modified client/1.0/pkgd.eagle.harpy from [57f0328be3] to [a4cd057d71].
| ︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | - + - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + |
THE ASSOCIATED SOFTWARE MAY NOT WORK PROPERLY IF THIS FILE IS ALTERED.
-->
<Certificate xmlns="https://eagle.to/2011/harpy"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Protocol>None</Protocol>
<Vendor>Mistachkin Systems</Vendor>
|