summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* NEWS: Note CMake dependency for usignPatrick McDermott2019-04-191-1/+2
|
* install_get_pkgs(): Use ${MD5SUM}Patrick McDermott2019-04-191-1/+1
|
* configure.ac, config.sh.in: Find md5sumPatrick McDermott2019-04-192-0/+26
|
* NEWS: List new dependenciesPatrick McDermott2019-04-191-0/+8
|
* NEWS: Combine "src/gz" changesPatrick McDermott2019-04-191-3/+2
|
* NEWS: Update and summarizePatrick McDermott2019-04-191-0/+14
|
* NEWS: Organize changes into sectionsPatrick McDermott2019-04-181-14/+23
|
* install_find_pkgs(): Enable sig checks in opkg.confPatrick McDermott2019-04-171-0/+1
|
* feed_find_pkgs(): Don't run parse_control() in a subshellPatrick McDermott2019-04-171-2/+4
| | | | Fixes a bug introduced in commit 2e8da12.
* install_find_pkgs(): Vertically align case constructPatrick McDermott2019-04-161-2/+2
|
* feed_download(): Check for errorsPatrick McDermott2019-04-161-1/+8
|
* install_find_pkgs(): Create /var/cache/opkg/Patrick McDermott2019-04-161-1/+1
| | | | Needed by opkg-cert for last-cert-check file.
* feed_download_cert(): Fix use of non-existent tmpPatrick McDermott2019-04-161-1/+1
|
* install_find_pkgs(): Fix cert file printfPatrick McDermott2019-04-161-1/+1
|
* feed_download_cert(): Fix in-place opkg-certPatrick McDermott2019-04-161-1/+7
|
* install_find_pkgs(): Fix "printf: Illegal option --"Patrick McDermott2019-04-161-1/+1
|
* install_find_pkgs(): Fix fopen() callPatrick McDermott2019-04-161-1/+1
|
* install_find_pkgs(): Fix line continuationPatrick McDermott2019-04-161-1/+1
|
* Makefile.am: Fix copying mistakePatrick McDermott2019-04-161-2/+2
|
* feed_download*(): Accept root argPatrick McDermott2019-04-162-1/+3
|
* install_find_pkgs(): Install root keyPatrick McDermott2019-04-161-1/+30
|
* install_find_pkgs(): Initialize cert and check sigPatrick McDermott2019-04-161-2/+25
|
* feed_download_cert(): New functionPatrick McDermott2019-04-161-0/+42
|
* feed_download(): Fix gunzip logicPatrick McDermott2019-04-161-4/+4
|
* profile_get_cert_path(): Change to profile_get_cert_url()Patrick McDermott2019-04-162-4/+8
|
* Makefile.am: Define OPKG_CERT, USIGN_EMBEDDED, and USIGNPatrick McDermott2019-04-161-1/+11
|
* Makefile.am: Distribute and install opkg-certPatrick McDermott2019-04-161-0/+1
|
* opkg-cert: Copy from ProteanOS's opkg-lede packagingPatrick McDermott2019-04-161-0/+329
|
* profile_get_cert_path(), profile_get_root_key(): New functionsPatrick McDermott2019-04-162-0/+24
|
* Makefile.am: Move man/*.*.mdwn to CLEANFILESPatrick McDermott2019-04-161-3/+1
| | | | | | | | Fixes: 3rdparty/local.mk:7: warning: clean-local was already defined in condition TRUE, which includes condition EMBEDDED_USIGN ... Makefile.am:229: '3rdparty/local.mk' included from here Makefile.am:149: ... 'clean-local' previously defined here
* configure.ac: Add --with-system-usign and --with-cmakePatrick McDermott2019-04-161-0/+68
|
* scripts/announce-release.sh: Apply changes from opkbuildPatrick McDermott2019-04-161-26/+87
| | | | | | | | | | | | | | | | | c3805f3 scripts/announce-release.sh: Lengthen short lines 9c0775b scripts/announce-release.sh: Fix trailing "\" 7b6372d scripts/announce-release.sh: Truuncate long shortlog and diffstat d9ae96f scripts/announce-release.sh: Quote-printable globally 4cf7edf scripts/announce-release.sh: Escape heading lines for quoted-printable 44a9b28 scripts/announce-release.sh: Fix old tag retrieval 3236236 scripts/announce-release.sh: Parameterize from/to info 7bf35fb scripts/announce-release.sh: Sign message 204bc01 scripts/announce-release.sh: Add Message-ID ee6f045 scripts/announce-release.sh: Terminate lines with \r\n 619f64a scripts/announce-release.sh: Move message to var c5457f9 scripts/announce-release.sh: Drop tag format assumption fcdbdbb scripts/announce-release.sh: Update "From" header 7c82eab scripts/announce-release.sh: Update e-mail address and signature
* scripts/announce-release.sh: Apply changes from pro-archmanPatrick McDermott2019-04-161-7/+7
| | | | | | | ec8b1f2 scripts/announce-release.sh: Update with opkbuild ba35988 scripts/announce-release.sh: Update signature 944e342 scripts/announce-release.sh: Wrap a long line fb9f687 scripts/announce-release.sh: Detect renames in diffstat
* Makefile.am: Set signing keyPatrick McDermott2019-04-161-1/+3
|
* Makefile.am: Upload .asc filesPatrick McDermott2019-04-161-3/+6
|
* Makefile.am: Distribute 3rd-party submodulesPatrick McDermott2019-04-161-0/+15
|
* 3rdparty/local.mk: New filePatrick McDermott2019-04-162-0/+14
|
* 3rdparty/usign: New submodulePatrick McDermott2019-04-162-0/+3
|
* feed_download(): Support original opkgPatrick McDermott2019-04-161-1/+6
|
* feed_download(): Write list file directlyPatrick McDermott2019-04-162-4/+5
|
* prof_proteanos_feeds(): Append ".gz" to list namesPatrick McDermott2019-04-161-2/+2
|
* feed_download(): Leave feed index compressedPatrick McDermott2019-04-161-4/+1
|
* feed_find_pkgs(): Automatically gunzip feed indexPatrick McDermott2019-04-161-1/+2
|
* prof_proteanos_feeds(): Drop "/Packages.gz" outputPatrick McDermott2019-04-162-5/+5
|
* feed_download(): Accept base URL, not index URLPatrick McDermott2019-04-162-3/+6
|
* install_find_pkgs(): Rename variablesPatrick McDermott2019-04-161-11/+11
|
* main(): Replace non-portable expr and date %s specPatrick McDermott2019-04-111-1/+19
|
* tools/shld.sh: Use parameters, not global variablesPatrick McDermott2018-11-211-6/+13
|
* tools/shld.sh: Expose library creation to CLIPatrick McDermott2018-11-211-6/+8
|
* src/main.sh: Drop search for old .builddirstamp pathPatrick McDermott2018-07-031-4/+1
| | | | | | This dates back to when the executable was built at "${builddir}/src/prokit" instead of the present location of "${builddir}/prokit" (i.e. before the introduction of linking by shld).