summaryrefslogtreecommitdiffstats
path: root/scripts/libmakepkg
AgeCommit message (Expand)AuthorFilesLines
2020-11-26Add fossil scm support to makepkgIvy Foster4-2/+132
2020-11-26libmakepkg: compress: fix tar extensionMichael Straube1-0/+3
2020-10-21makepkg: emptydirs: fix typoMichael Straube1-1/+1
2020-08-10libmakepkg: extend compress.sh to also permit checking validityEli Schwartz1-13/+40
2020-06-26srcinfo.sh: remove trailing newlineDenton Liu1-3/+2
2020-06-11makepkg/repo-add: handle GPGKEY with spacesEli Schwartz1-3/+3
2020-06-11libmakepkg: fix regression in sending plain() output to stderrEli Schwartz11-25/+33
2020-06-11makepkg: correctly handle missing download clientsEli Schwartz1-1/+1
2020-06-11makepkg: guard against undefined git pinned sourcesEli Schwartz1-1/+1
2020-06-01libmakepkg/strip: don't re-add the same debug source multiple timesEli Schwartz1-4/+7
2020-02-10build-aux/update-copyright 2019 2020Allan McRae84-84/+84
2020-01-28makepkg: add CRC checksums and set these to be the defaultAllan McRae1-1/+1
2020-01-27makepkg: make per-package files containing '$pkgname' consistently workEli Schwartz2-6/+14
2019-12-11libmakepkg: use readelf instead of file for finding ELF file typesEthan Sommer1-14/+12
2019-11-26makepkg: fix regression that broke extraction of file:// sourcesEli Schwartz2-3/+3
2019-11-05libmakepkg: fix empty arguments in parseoptsEthan Sommer1-4/+4
2019-11-04libmakepkg: add optional argument support to parseoptsEthan Sommer1-42/+74
2019-10-30Comma failAllan McRae1-1/+1
2019-10-30makepkg: do not count hard links multiple times when calculating pkg sizeEli Schwartz2-0/+42
2019-10-30makepkg: protect against unexpected whitespace in filenamesEli Schwartz3-8/+8
2019-10-23Update copyright yearsAllan McRae81-81/+81
2019-10-22makepkg: don't warn when PACKAGER is unsetmorganamilo1-1/+1
2019-10-07Support file with seccomp enabledEli Schwartz1-1/+1
2019-10-07makepkg: add rust support for *FLAGS and debug-prefix-mapEli Schwartz4-6/+8
2019-10-04libmakepkg: check if PACKAGER has the expected format for WKD lookupJonas Witschel1-0/+6
2019-10-04libmakepkg: fix typomorganamilo1-1/+1
2019-08-05makepkg: Ignore "<artificial>" source filesAustin Lund1-1/+1
2019-06-06makepkg: restrict pkgname and pkgver to asciiAndrew Gregory2-0/+9
2019-05-28makepkg: also move restore_envvars handling into libmakepkgEli Schwartz1-0/+20
2019-05-28makepkg: move config loading into libmakepkgEli Schwartz3-0/+71
2019-05-28libmakepkg: add lint_config to validate SRCEXT/PKGEXTEli Schwartz2-0/+46
2019-05-28Support application/gzip MIME type in extractionKevin Mihelich1-1/+1
2019-05-08makepkg: propagate error codes when package failed to sign correctlyEli Schwartz1-2/+6
2019-05-08libmakepkg: fix missing or inaccurate interdependenciesEli Schwartz13-14/+14
2019-05-08scripts: protect against unintended glob matching in [[ ]] RHSEli Schwartz8-8/+8
2019-05-08makepkg: correctly handle hg sources with updates on a non-default branchEli Schwartz1-1/+5
2019-05-08libmakepkg: fix migration to schema.sh for integsumsEli Schwartz1-1/+1
2019-03-19libmakepkg: fix reporting of invalid archive extensions in compress.shEli Schwartz1-13/+13
2019-03-19makepkg: use "shared" git clones when checking out sourcesEli Schwartz1-1/+1
2019-03-07makepkg: add new checksum algorithm via coreutils b2sumEli Schwartz1-1/+1
2019-02-21libmakepkg: migrate to schema.sh for integsumsEli Schwartz1-1/+2
2019-02-04fix various typosmorganamilo2-2/+2
2019-01-31libmakepkg: lint disallowed architecture specific variablesmorganamilo2-0/+83
2019-01-31libmakepkg: lint disallowed variables in package()morganamilo3-0/+72
2019-01-31libmakepkg: centralise random arrays of pkgbuild variablesmorganamilo6-13/+61
2019-01-30libmakepkg: Add lzip ext supportChloe Kudryavtsev1-0/+1
2019-01-22libmakepkg: move checkdepends to the correct arraymorganamilo1-5/+4
2019-01-22libmakepkg: Implement extendable signature verificationEli Schwartz1-3/+4
2019-01-22libmakepkg: implement extendable source protocolsEli Schwartz5-37/+30
2019-01-22libmakepkg: optimize get_protocol to always return proto, not proto+uriEli Schwartz4-17/+19