bottle/scripts/libmakepkg
Eli Schwartz de6249ce22 Support file with seccomp enabled
Not all compression types can be detected in the seccomp sandbox, so we
need to disable it. This requires either configuring makepkg to know the
sandbox is available, or checking for file >= 5.38 in which the sandbox
option is a no-op even when seccomp is disabled.

- Requires autoconf-archive for autotools version compare macro.
- meson version comparison could be made a lot simpler using meson-git.

Fixes FS#58626

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-10-07 13:43:37 +10:00
..
buildenv makepkg: add rust support for *FLAGS and debug-prefix-map 2019-10-07 11:48:41 +10:00
executable libmakepkg: fix missing or inaccurate interdependencies 2019-05-08 12:45:34 +10:00
integrity makepkg: propagate error codes when package failed to sign correctly 2019-05-08 13:08:47 +10:00
lint_config makepkg: add rust support for *FLAGS and debug-prefix-map 2019-10-07 11:48:41 +10:00
lint_package Add meson.build files to build with meson 2018-11-02 03:16:34 -04:00
lint_pkgbuild makepkg: restrict pkgname and pkgver to ascii 2019-06-06 10:34:23 +10:00
source Support file with seccomp enabled 2019-10-07 13:43:37 +10:00
tidy makepkg: Ignore "<artificial>" source files 2019-08-05 20:28:09 +10:00
util makepkg: also move restore_envvars handling into libmakepkg 2019-05-28 12:46:44 +10:00
.gitignore libmakepkg: fix .gitignore to simply ignore all generated .sh files 2017-12-07 15:37:20 +10:00
buildenv.sh.in makepkg: add rust support for *FLAGS and debug-prefix-map 2019-10-07 11:48:41 +10:00
executable.sh.in libmakepkg: fix missing or inaccurate interdependencies 2019-05-08 12:45:34 +10:00
integrity.sh.in Update coyrights for 2018 2018-03-14 13:31:31 +10:00
lint_config.sh.in libmakepkg: Add basic rules to lint makepkg.conf variables 2018-03-15 14:34:13 +10:00
lint_package.sh.in Update coyrights for 2018 2018-03-14 13:31:31 +10:00
lint_pkgbuild.sh.in Update coyrights for 2018 2018-03-14 13:31:31 +10:00
meson.build meson: remove useless mkdir -p 2018-12-12 10:12:41 +10:00
source.sh.in libmakepkg: implement extendable source protocols 2019-01-22 09:38:31 +10:00
srcinfo.sh.in libmakepkg: fix migration to schema.sh for integsums 2019-05-08 10:05:23 +10:00
tidy.sh.in Update coyrights for 2018 2018-03-14 13:31:31 +10:00
util.sh.in Update coyrights for 2018 2018-03-14 13:31:31 +10:00