Alpine packages build scripts
Go to file
Timo Teräs 4d34f29ddd community/openjdk8: upgrade to icedtea 3.6.0, modernize
S8165543: Better window framing
S8169026, CVE-2017-10274: Handle smartcard clean up better
S8169966: Larger AWT menus
S8170218: Improved Font Metrics
S8171252: Improve exception checking
S8171261: Stability fixes for lcms
S8174109, CVE-2017-10281: Better queuing priorities
S8174966, CVE-2017-10285: Unreferenced references
S8175940: More certificate subject checking
S8176751, CVE-2017-10295: Better URL connections
S8178794, CVE-2017-10388: Correct Kerberos ticket grants
S8180024: Improve construction of objects during deserialization
S8180711, CVE-2017-10346: Better invokespecial checks
S8181100, CVE-2017-10350: Better Base Exceptions
S8181323, CVE-2017-10347: Better timezone processing
S8181327, CVE-2017-10349: Better X processing
S8181370, CVE-2017-10345: Better keystore handling
S8181432, CVE-2017-10348: Better processing of unresolved permissions
S8181597, CVE-2017-10357: Process Proxy presentation
S8181612, CVE-2017-10355: More stable connection processing
S8181692, CVE-2017-10356: Update storage implementations
S8183028, CVE-2016-10165: Improve CMS header processing
S8184682, CVE-2016-9840, CVE-2016-9841, CVE-2016-9842, CVE-2016-9843: Upgrade compression library

ref #8018, #8111
2017-11-08 13:43:26 +00:00
.githooks git: add hook prepare-commit-msg 2017-10-14 21:52:15 +02:00
.github github: cleanup typos in CONTRIBUTING.md 2017-04-09 18:27:17 +02:00
.travis travis: require check when not explicitly disabled 2017-10-27 12:03:21 +02:00
community community/openjdk8: upgrade to icedtea 3.6.0, modernize 2017-11-08 13:43:26 +00:00
main main/scons: switch back to python2 2017-11-08 10:19:33 +00:00
non-free non-free/chromium-widevine: new aport 2017-09-29 10:19:02 +02:00
scripts scripts/bootstrap.sh: ghc moved from testing to community 2017-11-05 11:59:27 +01:00
testing testing/megatools: clean up and create a simple check 2017-11-07 15:41:36 +00:00
unmaintained testing/rmilter: move to unmaintained 2017-10-27 12:43:47 +00:00
.editorconfig
.gitignore
.mailmap
.travis.yml travis: explicitly set dist 2017-07-19 22:11:33 +02:00
README.md readme: add information about .githooks 2017-10-14 22:07:36 +02:00

Alpine Linux aports repository

This repository contains the APKBUILD files for each and every Alpine Linux package, along with the required patches and scripts, if any.

It also contains some extra files and directories related to testing (and therefore, building) those packages on GitHub (via Travis).

If you want to contribute, please read the contributor guide and feel free to either submit a git patch on the Alpine aports mailing list (alpine-aports@lists.alpinelinux.org), or to submit a pull request on GitHub.

Git Hooks

You can find some useful git hooks in the .githooks directory. To use them, run the following command after cloning this repository:

git config --local core.hooksPath .githooks