Overview
Comment: | The 'downloadFiles' procedure should extract options before doing any other significant work. Also, verify the OpenPGP signature for all downloaded manifests used to automatically detect the platform of a package. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c2f94d309cef15f7b0cab19c6ebffe18 |
User & Date: | mistachkin on 2017-10-18 20:42:08 |
Other Links: | manifest | tags |
Context
2017-10-18
| ||
23:38 | Revise and enhance integration with GPG. check-in: a9435e38d1 user: mistachkin tags: trunk | |
20:42 | The 'downloadFiles' procedure should extract options before doing any other significant work. Also, verify the OpenPGP signature for all downloaded manifests used to automatically detect the platform of a package. check-in: c2f94d309c user: mistachkin tags: trunk | |
2017-10-04
| ||
19:09 | Update the Garuda pacakge for 'x86' to the beta 40 release. check-in: 8bf71bf5cb user: mistachkin tags: trunk | |
Changes
Modified client/1.0/neutral/pkgd.eagle from [3414d7200c] to [a5ca57ad83].
︙ | |||
570 571 572 573 574 575 576 | 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 | - + | # set uri [subst $substUri] # # NOTE: Then, in one step, download the file from the package # file server and write it to the specified local file. # |
︙ | |||
1493 1494 1495 1496 1497 1498 1499 | 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 | - + + + - + | # repository, performing any applicable substitutions in the URI # prior to using it as the basis for fetching the platform list. # set uri [subst $platformsUri] # # NOTE: Then, in one step, download the file from the package file |
︙ | |||
1565 1566 1567 1568 1569 1570 1571 | 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 | - + + - + | # NOTE: This procedure downloads a single URI from the package file server # and writes the result to a local file. The localFileName argument # is the file name where the downloaded file should be written. The # The uri argument is the URI to download. The usePgp argument should # be non-zero when the OpenPGP signature file needs to be verified for # the downloaded file. The return value is undefined. # |
︙ | |||
1650 1651 1652 1653 1654 1655 1656 | 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 | - + | # set uri [subst $downloadUri] # # NOTE: Then, in one step, download the file from the package file # server and write it to the specified local file. # |
︙ | |||
1683 1684 1685 1686 1687 1688 1689 | 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 | - - - - - - - - - - - - + + + + + + + + + + + + | # # <public> proc downloadFiles { language version platform fileNames options } { variable clientDirectory variable persistentRootDirectory variable viaInstall |
︙ |
Modified client/1.0/neutral/pkgd.eagle.asc from [3d803f872e] to [04efc54858].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - - - - - - - - - - - - - + + + + + + + + + + + + + | -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Eagle Package Repository |
Modified client/1.0/neutral/pkgd.eagle.harpy from [d837520dad] to [745199d474].
︙ | |||
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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | 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> |
Modified client/1.0/neutral/pkgd.eagle.harpy.asc from [0c953d2928] to [c675b0c359].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - - - - - - - - - - - - - + + + + + + + + + + + + + | -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Eagle Package Repository |