aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* main/tinyproxy: upgrade to 1.10Michael Mason2018-10-111-10/+5
|
* main/fortify-headers: upgrade to 1.0Timo Teräs2018-10-111-2/+2
|
* testing/nix: new aportJakub Jirutka2018-10-116-0/+219
| | | | | https://nixos.org/nix/ The purely functional package manager
* community/nextcloud: remove "rotate" directive from logrotate configJakub Jirutka2018-10-102-2/+1
| | | | | rotate is predefined in the global config (/etc/logrotate.conf) and logrotate configs from the packages should respect it.
* community/nextcloud: fix logrotate configJakub Jirutka2018-10-102-2/+3
| | | | | | | error: skipping "/var/log/nextcloud/nextcloud.log" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation.
* community/nextcloud: put back comments into the patchesJakub Jirutka2018-10-104-3/+13
| | | | | All three patches were added by me and @rnalrd had removed the comments that explains their purpose when he updated them.
* testing/flatbuffers: upgrade to 1.10.0Natanael Copa2018-10-101-3/+3
|
* testing/py-pygtksourceview2: modernize, build fixNatanael Copa2018-10-101-6/+4
|
* main/py-gobject: upgrade to 2.28.7Natanael Copa2018-10-101-12/+6
|
* community/libpsl: build fixNatanael Copa2018-10-091-4/+1
|
* main/glib: add dependencies for building man-pagesNatanael Copa2018-10-091-2/+3
|
* community/tinyssh: simplify init.d scriptNatanael Copa2018-10-092-22/+11
| | | | | | | | | | | | Do not set nice in case of container. It should not make any difference if you run in container or not. Split out -openrc subpackage Do not apk add ucspi-tcp6 if tcpserver is missing. Instead, make it a hard dependency for tinyssh-openrc. fixes #9540
* community/libgweather: upgrade to 3.28.2Natanael Copa2018-10-091-15/+20
|
* main/glib: upgrade to 2.58.1Natanael Copa2018-10-091-7/+4
|
* main/atk: upgrade to 2.30.0Natanael Copa2018-10-091-16/+16
|
* community/geocode-glib: upgrade to 3.26.0Natanael Copa2018-10-091-22/+18
|
* community/libsoup: upgrade to 2.64.1Natanael Copa2018-10-091-3/+3
|
* community/libpsl: new aportNatanael Copa2018-10-091-0/+39
| | | | needed by libsoup
* community/libwacom: upgrade to 0.31Natanael Copa2018-10-091-4/+4
|
* testing/gnome-backgrounds: upgrade to 3.30.0Natanael Copa2018-10-091-16/+15
|
* testing/gnome-autoar: upgrade to 0.2.3Natanael Copa2018-10-091-3/+3
|
* community/gnome-power-manager: upgrade to 3.30.0Natanael Copa2018-10-091-3/+3
|
* community/gsettings-desktop-schemas: upgrade to 3.28.1Natanael Copa2018-10-091-9/+3
|
* community/gnome-desktop: upgrade to 3.30.1Natanael Copa2018-10-091-2/+2
|
* community/pgbouncer: upgarde to 1.9.0, added -openrc subpackageFrancesco Colista2018-10-092-18/+14
|
* community/scapy: updated APKBUILD, added check()Francesco Colista2018-10-091-3/+8
|
* main/hylafax: fix build with gcc8Leonardo Arena2018-10-092-2/+17
|
* main/hylafax: security fix (CVE-2018-17141)Leonardo Arena2018-10-092-2/+142
| | | | Fixes #9456
* community/dhcp-helper: add missing linux-headers depWilliam Pitcock2018-10-081-1/+1
|
* community/dhcp-helper: new aportWilliam Pitcock2018-10-084-0/+68
| | | | used in production for a few months, just never got around to committing it
* testing/rhythmbox: fix invalid preprocessing token build breakMike Sullivan2018-10-082-3/+17
|
* testing/gnome-control-center: fix deprecated set_color callMike Sullivan2018-10-082-1/+14
|
* main/libexif: security fix (CVE-2017-7544)Leonardo Arena2018-10-082-3/+30
| | | | Fixes #9521
* main/libx11: security upgrade to 1.6.6Natanael Copa2018-10-081-3/+10
| | | | | | | | CVE-2018-14598 CVE-2018-14599 CVE-2018-14600 fixes #9533
* testing/rabbitmq-server: upgrade to 3.7.8Natanael Copa2018-10-081-3/+3
|
* Revert "Revert "community/lua-lpeg_patterns: upgrade to 0.5""Natanael Copa2018-10-081-2/+2
| | | | | The revert was unintentional. This reverts commit 5777b04e8e41bbd6d24b0d3ec65f2aaa096ced34.
* community/lua-http: backport fix for lpeg_patterns-0.5Natanael Copa2018-10-082-4/+44
| | | | | | lpeg_patterns 0.5 broke lua-http. backport upstream fix. https://github.com/daurnimator/lua-http/issues/132
* Revert "community/lua-lpeg_patterns: upgrade to 0.5"Jakub Jirutka2018-10-081-3/+3
| | | | This reverts commit 78f242b5f5947114cef8b7c597907221d2d67330.
* community/lua-busted: upgrade to 2.0_rc13Natanael Copa2018-10-082-98/+4
|
* main/strongswan: security upgrade to 5.7.1prspkt2018-10-081-2/+4
|
* main/git: security upgrade to 2.19.1prspkt2018-10-081-2/+4
| | | | ref #9511
* testing/py-pyautogui: upgrade to 0.9.37Natanael Copa2018-10-081-5/+7
| | | | use specific git commit hash in stead of just picking git master.
* community/go: disable tests entirely on x86Sören Tempel2018-10-081-0/+4
| | | | Various tests fail on this arch, fixing them will be a lot of work.
* community/go: disable os/exec test as wellSören Tempel2018-10-081-1/+1
| | | | | | | | Passes locally (even in abuild rootbld) but fails on the builders with the following error message: testing: can't write /tmp/go-build314848300/b744/testlog.txt: write /tmp/go-build314848300/b744/testlog.txt: broken pipe
* testing/php7-ast: upgrade to 0.1.7Andy Postnikov2018-10-071-3/+3
|
* community/lua-http: fix wrong depend on lua5.[12]-compat5.3Jakub Jirutka2018-10-071-2/+2
| | | | Fixes #9491 (https://bugs.alpinelinux.org/issues/9491)
* community/go: partially enable the test suiteSören Tempel2018-10-071-6/+8
| | | | Still better than compiling and running a 'Hello World' example.
* community/go: remove inaccurate commentSören Tempel2018-10-071-4/+0
|
* community/go: Fix the `cannot find runtime/cgo`-warningSören Tempel2018-10-072-7/+18
| | | | | | | | | | | | | | This warning seems to be emitted since we build with `-shared` for PIE by default through our `default-buildmode-pie.patch`. Building with shared linkage requires depending on CGO. The patch, however, doesn't force a dependency on CGO. As with android we need to force external linkage in order to always depend on CGO thereby resolving this warning. I am unsure whether this is really the best way to fix the problem since I don't know enough about the internals of the go compiler. However, I am under the impression that the person who originally committed the patch isn't familiar with the compiler internals either. Thus it's probably ok to push this as is.
* main/jq: upgrade to 1.6_rc2Sören Tempel2018-10-061-6/+14
| | | | | | | | I actually dislike the fact that we use release candidates instead of the latest release but since this decision has already been made we should at least use the latest release candidate. Fixes #9503