aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* testing/*: change source URL pypi.python.org to files.pythonhosted.orgJakub Jirutka2016-07-08393-405/+402
| | | | See https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package#comment-27734791
* testing/pelican: fixDanilo Falcão2016-07-086-6/+87
| | | | | - adding missing dependencies and scripts - patch to use django's feedgenerator
* testing/php7-couchbase: new aportNathan Johnson2016-07-081-0/+38
| | | | This is 2.2 beta3 release. Requires libcouchbase 2.6.0
* testing/libcouchbase update version to 2.6.0Nathan Johnson2016-07-081-4/+4
| | | | | This is a prerequite for the php7-couchbase package I'm about to submit.
* testing/php5-couchbase renamed from php-couchbaseNathan Johnson2016-07-081-4/+6
| | | | Also moving config from /etc/php/conf.d to /etc/php5/conf.d
* community/wbar: disable -WerrorBartłomiej Piotrowski2016-07-081-6/+2
|
* main/gcc: add aarch64 supportTimo Teräs2016-07-083-11/+22
|
* main/openssl: add aarch64 supportTimo Teräs2016-07-081-1/+2
|
* main/linux-headers: add aarch64 supportTimo Teräs2016-07-081-0/+1
|
* main/binutils: remove libiberty from cross buildsTimo Teräs2016-07-081-2/+8
|
* testing/haxe: disable on x86Bartłomiej Piotrowski2016-07-081-1/+1
|
* testing/neko: disable on x86Bartłomiej Piotrowski2016-07-081-1/+1
|
* testing/camlp4: disable on x86Bartłomiej Piotrowski2016-07-081-1/+1
|
* testing/ocamlbuild: disable on x86Bartłomiej Piotrowski2016-07-081-1/+1
|
* testing/haxe: new aportJon Ong2016-07-082-0/+54
| | | | | http://haxe.org/ Cross-platform toolkit and programming language
* testing/neko: new aportJon Ong2016-07-082-0/+68
| | | | | http://nekovm.org/ High-level dynamically typed programming language
* testing/camlp4: new aportJon Ong2016-07-081-0/+36
| | | | | https://github.com/ocaml/camlp4/releases Caml preprocessor and pretty-printer
* testing/ocamlbuild: new aportJon Ong2016-07-081-0/+35
| | | | | https://github.com/ocaml/ocamlbuild Generic build tool with built-in rules for building OCaml library and programs.
* main/open-iscsi: musl fix for error handling. fixes bug #4802Jann - Ove Risvik2016-07-082-4/+28
| | | | | | | | | | Fixes bug #4802: http://bugs.alpinelinux.org/issues/4802 Seems like iscsiadm relies on checking optopt for checking if there's an error, instead of checking whether opterr is set or if getopt returns '?' and then using optopt to retrieve the option that it didn't recognize. For some reason musl sets optopt to the last option parsed even if it was valid. Is musl supposed to do that? glibc doesn't behave this way. The posix standard for getopt also reads like optopt is only supposed to be set when there's an error. (Only when I was looking for what to put in the email subject line, after I figured it all out did I notice that Brian Angus already submitted a fix earlier. Figured I'd sent this one anyway; that fix removes error output when presented with actual unrecognised arguments.)
* testing/cgmanager: enable on allTimo Teräs2016-07-081-1/+1
|
* community/go: upgrade to 1.7rc1Timo Teräs2016-07-081-12/+12
| | | | | Fixes x86 build errors. vet removed from external tools as it is part of main go package now.
* testing/hugo: new aportThomas Boerger2016-07-071-0/+41
| | | | | http://gohugo.io/ A Fast and Flexible Static Site Generator built with love in GoLang
* testing/lxf: create lxd group, added dependenciesFrancesco Colista2016-07-072-3/+8
|
* testing/cgmanager: changed runscript to openrc-runFrancesco Colista2016-07-073-9/+9
|
* testing/lxd: upgraded to 2.0.3. Added cgmanager as dependencyFrancesco Colista2016-07-071-6/+6
|
* main/lxc: upgrade to 2.0.3Carlo Landmeter2016-07-071-4/+4
|
* main/lxc: upgrade to 2.0.1Carlo Landmeter2016-07-073-92/+5
|
* main/alpine-baselayout: drop nut from passwd and groupBartłomiej Piotrowski2016-07-073-9/+7
|
* testing/nut: Upgrade to 2.7.4. conf.d & init.d cleanupsValery Kartel2016-07-0710-462/+114
| | | | | | | - rename all /etc/nut/*.conf.sample to /etc/nut/*.conf - make conf.d/* init.d/* more clean and openrc-run'ed - nut-upsmon now dynamically depends on nut-upsd if the MODE parameter in /etc/nut/nut.conf is set to 'standalone' or 'netserver'. - make a user and group creation in pre-install. I think we need to remove this user/group from alpine-baselayout.
* testing/librdkafka: add bash to makedependsBartłomiej Piotrowski2016-07-071-1/+1
|
* testing/librdkafka: new aportBennett Goble2016-07-071-0/+37
| | | | | https://github.com/edenhill/librdkafka The Apache Kafka C/C++ library
* main/pidgin: Version upgrade to 2.11.0ScrumpyJack2016-07-071-7/+7
| | | | Version bump from 2.10.12.to 2.11.0 which includes security fixes.
* testing/plzip: add lzlib to makedependsBartłomiej Piotrowski2016-07-071-1/+1
|
* testing/plzip: new aportKlemens Nanni2016-07-071-0/+30
|
* testing/lzlib: new aportKlemens Nanni2016-07-071-0/+30
|
* community/go: default buildmode=pieTimo Teräs2016-07-073-21/+17
|
* main/glib: simplify gquark fixNatanael Copa2016-07-073-57/+52
|
* testing/noice: upgrade to 0.5. Cosmetic fixes to APKBUILDFrancesco Colista2016-07-071-5/+7
|
* testing/gogs: build with pie and enable sqliteCarlo Landmeter2016-07-071-3/+3
|
* testing/arping: upgrade to 2.17Francesco Colista2016-07-071-5/+5
|
* main/libmnl: upgrade to 1.0.4Francesco Colista2016-07-071-11/+9
|
* main/byobu: upgrade to 5.109Francesco Colista2016-07-071-5/+5
|
* testing/gogs: disable sqlite for nowCarlo Landmeter2016-07-071-2/+2
| | | | go will build sqlite with no-pie which needs to be fixed.
* Revert "Revert "testing/gogs: upgrade to 0.9.13""Carlo Landmeter2016-07-072-33/+26
| | | | | | This reverts commit 27b065aee488d02c98b91a49acad8c78ebe5bef9. reverting previous commit does not fix anything.
* testing/terraform: build only for x86_64Jakub Jirutka2016-07-061-2/+2
| | | | Build fails on x86 and armhf.
* Revert "testing/gogs: upgrade to 0.9.13"Jakub Jirutka2016-07-062-26/+33
| | | | | | This reverts commit 2867d304f9c04812d4a029d518159411ecf944c2. Fails on build server and blocks other packages.
* testing/pgcli: new aportThomas Boerger2016-07-061-0/+37
| | | | | http://pgcli.com Postgres CLI with autocompletion and syntax highlighting
* testing/mycli: new aportThomas Boerger2016-07-061-0/+34
| | | | | http://mycli.net MySQL CLI with autocompletion and syntax highlighting
* testing/py-pgspecial: new aportThomas Boerger2016-07-061-0/+28
| | | | | https://pypi.python.org/pypi/pgspecial Meta-commands handler for Postgres Database
* testing/py-pymysql: new aportThomas Boerger2016-07-061-0/+28
| | | | | https://pypi.python.org/pypi/PyMySQL Pure Python MySQL Client