Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/ocamlbuild: new aport | Jon Ong | 2016-07-08 | 1 | -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 #4802 | Jann - Ove Risvik | 2016-07-08 | 2 | -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 all | Timo Teräs | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | community/go: upgrade to 1.7rc1 | Timo Teräs | 2016-07-08 | 1 | -12/+12 |
| | | | | | Fixes x86 build errors. vet removed from external tools as it is part of main go package now. | ||||
* | testing/hugo: new aport | Thomas Boerger | 2016-07-07 | 1 | -0/+41 |
| | | | | | http://gohugo.io/ A Fast and Flexible Static Site Generator built with love in GoLang | ||||
* | testing/lxf: create lxd group, added dependencies | Francesco Colista | 2016-07-07 | 2 | -3/+8 |
| | |||||
* | testing/cgmanager: changed runscript to openrc-run | Francesco Colista | 2016-07-07 | 3 | -9/+9 |
| | |||||
* | testing/lxd: upgraded to 2.0.3. Added cgmanager as dependency | Francesco Colista | 2016-07-07 | 1 | -6/+6 |
| | |||||
* | main/lxc: upgrade to 2.0.3 | Carlo Landmeter | 2016-07-07 | 1 | -4/+4 |
| | |||||
* | main/lxc: upgrade to 2.0.1 | Carlo Landmeter | 2016-07-07 | 3 | -92/+5 |
| | |||||
* | main/alpine-baselayout: drop nut from passwd and group | Bartłomiej Piotrowski | 2016-07-07 | 3 | -9/+7 |
| | |||||
* | testing/nut: Upgrade to 2.7.4. conf.d & init.d cleanups | Valery Kartel | 2016-07-07 | 10 | -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 makedepends | Bartłomiej Piotrowski | 2016-07-07 | 1 | -1/+1 |
| | |||||
* | testing/librdkafka: new aport | Bennett Goble | 2016-07-07 | 1 | -0/+37 |
| | | | | | https://github.com/edenhill/librdkafka The Apache Kafka C/C++ library | ||||
* | main/pidgin: Version upgrade to 2.11.0 | ScrumpyJack | 2016-07-07 | 1 | -7/+7 |
| | | | | Version bump from 2.10.12.to 2.11.0 which includes security fixes. | ||||
* | testing/plzip: add lzlib to makedepends | Bartłomiej Piotrowski | 2016-07-07 | 1 | -1/+1 |
| | |||||
* | testing/plzip: new aport | Klemens Nanni | 2016-07-07 | 1 | -0/+30 |
| | |||||
* | testing/lzlib: new aport | Klemens Nanni | 2016-07-07 | 1 | -0/+30 |
| | |||||
* | community/go: default buildmode=pie | Timo Teräs | 2016-07-07 | 3 | -21/+17 |
| | |||||
* | main/glib: simplify gquark fix | Natanael Copa | 2016-07-07 | 3 | -57/+52 |
| | |||||
* | testing/noice: upgrade to 0.5. Cosmetic fixes to APKBUILD | Francesco Colista | 2016-07-07 | 1 | -5/+7 |
| | |||||
* | testing/gogs: build with pie and enable sqlite | Carlo Landmeter | 2016-07-07 | 1 | -3/+3 |
| | |||||
* | testing/arping: upgrade to 2.17 | Francesco Colista | 2016-07-07 | 1 | -5/+5 |
| | |||||
* | main/libmnl: upgrade to 1.0.4 | Francesco Colista | 2016-07-07 | 1 | -11/+9 |
| | |||||
* | main/byobu: upgrade to 5.109 | Francesco Colista | 2016-07-07 | 1 | -5/+5 |
| | |||||
* | testing/gogs: disable sqlite for now | Carlo Landmeter | 2016-07-07 | 1 | -2/+2 |
| | | | | go will build sqlite with no-pie which needs to be fixed. | ||||
* | Revert "Revert "testing/gogs: upgrade to 0.9.13"" | Carlo Landmeter | 2016-07-07 | 2 | -33/+26 |
| | | | | | | This reverts commit 27b065aee488d02c98b91a49acad8c78ebe5bef9. reverting previous commit does not fix anything. | ||||
* | testing/terraform: build only for x86_64 | Jakub Jirutka | 2016-07-06 | 1 | -2/+2 |
| | | | | Build fails on x86 and armhf. | ||||
* | Revert "testing/gogs: upgrade to 0.9.13" | Jakub Jirutka | 2016-07-06 | 2 | -26/+33 |
| | | | | | | This reverts commit 2867d304f9c04812d4a029d518159411ecf944c2. Fails on build server and blocks other packages. | ||||
* | testing/pgcli: new aport | Thomas Boerger | 2016-07-06 | 1 | -0/+37 |
| | | | | | http://pgcli.com Postgres CLI with autocompletion and syntax highlighting | ||||
* | testing/mycli: new aport | Thomas Boerger | 2016-07-06 | 1 | -0/+34 |
| | | | | | http://mycli.net MySQL CLI with autocompletion and syntax highlighting | ||||
* | testing/py-pgspecial: new aport | Thomas Boerger | 2016-07-06 | 1 | -0/+28 |
| | | | | | https://pypi.python.org/pypi/pgspecial Meta-commands handler for Postgres Database | ||||
* | testing/py-pymysql: new aport | Thomas Boerger | 2016-07-06 | 1 | -0/+28 |
| | | | | | https://pypi.python.org/pypi/PyMySQL Pure Python MySQL Client | ||||
* | testing/py-sqlparse: new aport | Thomas Boerger | 2016-07-06 | 1 | -0/+28 |
| | | | | | https://pypi.python.org/pypi/sqlparse A non-validating SQL parser module for Python | ||||
* | testing/py-humanize: new aport | Thomas Boerger | 2016-07-06 | 1 | -0/+28 |
| | | | | | https://pypi.python.org/pypi/humanize Python humanize functions | ||||
* | testing/py-prompt_toolkit: new aport | Thomas Boerger | 2016-07-06 | 1 | -0/+28 |
| | | | | | https://pypi.python.org/pypi/prompt_toolkit Library for building powerful interactive command lines in Python | ||||
* | testing/py-wcwidth: new aport | Thomas Boerger | 2016-07-06 | 1 | -0/+28 |
| | | | | | https://pypi.python.org/pypi/wcwidth Measures number of Terminal column cells of wide-character codes | ||||
* | main/pax-utils: fix cross building | Timo Teräs | 2016-07-06 | 1 | -1/+3 |
| | |||||
* | main/libcap: fix .pc file generation | Timo Teräs | 2016-07-06 | 1 | -2/+2 |
| | | | | | | the $lib variable is prefixed with slash, so adding it ourselves would yield /usr//lib/. This in turn breaks cross compiling because pkgconf does not filter out system paths unless they match exactly. | ||||
* | main/libcap: fix cross building | Timo Teräs | 2016-07-06 | 1 | -1/+1 |
| | |||||
* | main/gmp: fix cross building | Timo Teräs | 2016-07-06 | 1 | -2/+3 |
| | | | | use fixed libtool | ||||
* | main/acl: fix cross building | Timo Teräs | 2016-07-06 | 1 | -1/+3 |
| | |||||
* | main/gcc: more cross-build fixes | Timo Teräs | 2016-07-06 | 2 | -1/+26 |
| | | | | | | | | | - remove !tracedeps; errors will be shown during packaging but they are safe to ignore. tracedeps is needed for proper so provides to be generated - fix shared libada building when cross-compiling native compiler | ||||
* | testing/oauth-toolkit: add linux-pam-dev to makedepends | Bartłomiej Piotrowski | 2016-07-06 | 1 | -1/+1 |
| | |||||
* | main/nodejs-lts: upgrade to 4.4.7 | Bartłomiej Piotrowski | 2016-07-06 | 1 | -4/+4 |
| | |||||
* | community/dvd+rw-tools: APKBUILD cleanup | ScrumpyJack | 2016-07-06 | 1 | -13/+4 |
| | | | | Minor clean up of the APKBUILD file | ||||
* | community/w3m: APKBUILD cleanup | ScrumpyJack | 2016-07-06 | 1 | -12/+5 |
| | | | | Minor cleanup of APKBUILD file | ||||
* | community/rover: fix indentation | Bartłomiej Piotrowski | 2016-07-06 | 1 | -6/+6 |
| | |||||
* | community/rover: Upgrade to 0.4.2 | ScrumpyJack | 2016-07-06 | 1 | -8/+8 |
| | | | | Upgrade from 0.4.1 to 0.4.2 and minor APKBUILD file cleanup | ||||
* | testing/sassc: new upstream version 3.3.6 | Thomas Boerger | 2016-07-06 | 1 | -4/+4 |
| |