aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* testing/hub: add checkRoberto Oliveira2018-08-021-1/+6
|
* community/hugo: uprade to 0.46Roberto Oliveira2018-08-021-2/+2
|
* community/gnuplot: upgrade to 5.2.4Roberto Oliveira2018-08-021-2/+2
|
* testing/libimagequant: new aportTBK2018-08-021-0/+26
|
* community/py-sqlalchemy: upgrade to 1.2.10Fabian Affolter2018-08-021-2/+2
|
* testing/php7-stats: clarify license, disable on s390x due to failing testsAndy Postnikov2018-08-021-3/+3
|
* main/kamailio: add secfixes commentNatanael Copa2018-08-021-0/+4
|
* community/php7-xdebug: upgrade to 2.6.1 and use httpsAndy Postnikov2018-08-021-5/+5
|
* main/libaio, scripts/bootstrap.sh: cross build libaio as lvm dependencyTimo Teräs2018-08-022-6/+8
|
* main/busybox, scripts/bootstrap: fix bootstrapTimo Teräs2018-08-022-4/+4
| | | | | busybox now requires ssl on the target host. Fix busybox dependency and adjust bootstrap build order accordingly.
* main/nfs-utils: Fix and enable rpc.svcgssdJan Tatje2018-08-013-1/+149
| | | | | | | enabled svcgssd build flag, applied patch from gentoo to make it build and wrote another patch to fix segfaults, because musl returns -1 for sysconf(_SC_GETGR_R_SIZE_MAX), which was not handled at all, thus allocating a smaller buffer than needed.
* testing/mongo-php7-library: upgrade to 1.4.2Andy Postnikov2018-08-011-2/+2
|
* community/php7-mongodb: upgrade to 1.5.2Andy Postnikov2018-08-011-2/+2
|
* community/eigen: add doc subpackageRoberto Oliveira2018-08-011-2/+4
|
* community/eigen: upgrade to 3.3.5Roberto Oliveira2018-08-011-3/+3
|
* main/sircbot: add simple hack to allow nickserv identificationNatanael Copa2018-08-013-20/+59
|
* testing/aports-ghpr: use go dep to solve dependenciesRoberto Oliveira2018-08-012-8/+19
|
* testing/rainloop-webmail: new aportLeonardo Arena2018-08-012-0/+69
| | | | Simple, modern and db-less webmail
* community/php7-redis: upgrade to 4.1.1Andy Postnikov2018-08-011-2/+2
|
* testing/hub: upgrade to 2.5.0Roberto Oliveira2018-08-011-4/+12
|
* community/dep: upgrade to 0.5.0Roberto Oliveira2018-08-011-2/+2
|
* testing/py-tls_parser: New aportSimon Frankenberger2018-08-011-0/+50
|
* testing/py-botocore: upgrade to 1.10.65 (fix #9160)Keith Maxwell2018-08-011-2/+2
|
* community/geth: upgrade to 1.8.13Roberto Oliveira2018-08-011-2/+2
|
* testing/ding-libs: add check-dev to checkdependsHenrik Riomar2018-07-313-6/+78
| | | | | | check-dev needed to run the full test suite Add a backport from upstream and a musl integration patch
* community/elixir: upgrade to 1.7.1Eugene Pirogov2018-07-311-2/+2
|
* testing/accountsservice: upgrade to 0.6.50, modernizeNatanael Copa2018-07-312-25/+53
|
* testing/flightgear: upgrade to 2018.2.2Leonardo Arena2018-07-311-3/+3
|
* testing/simgear: upgrade to 2018.2.2Leonardo Arena2018-07-311-2/+2
|
* testing/aws-cli: update to 1.15.66Keith Maxwell2018-07-311-3/+2
|
* main/perl-path-tiny: upgrade to 0.108Francesco Colista2018-07-311-2/+2
|
* testing/seamonkey: Upgrade to 2.49.4Taner Tas2018-07-312-4/+17
| | | | * Fix widget font rendering on x86
* testing/emulationstation: new aportTaner Tas2018-07-314-0/+101
| | | | | https://github.com/RetroPie/EmulationStation EmulationStation is a cross-platform graphical front-end for emulators with controller navigation.
* testing/lightdm-gtk-greeter: new aportTaner Tas2018-07-311-0/+34
| | | | | https://launchpad.net/lightdm-gtk-greeter Gtk based greeter for lightdm.
* testing/frr: improve dependenciesNatanael Copa2018-07-311-9/+12
|
* testing/frr: new aport for free range routing, a fork of quaggaArthur Jones2018-07-314-0/+142
| | | | | | | | | | | | | | FRRouting is free software that implements and manages various IPv4 and IPv6 routing protocols. Currently FRRouting supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, RIPv2, RIPng, IS-IS, PIM-SM/MSDP, LDP and Babel as well as very early support for EIGRP and NHRP. During PR review, fix for openrc-run issue discovered and fix contributed by Hidde Van der Heide. fixes #8795
* community/py-ipaddr: remove python2 dependencyNatanael Copa2018-07-311-2/+2
|
* community/py-ipaddr: py2/py3 subpackages, modernize, add testNatanael Copa2018-07-311-13/+33
|
* main/py-google-api-python-client: improved dependenciesKeith Maxwell2018-07-311-2/+2
| | | | | | | | | | | py3-google-api-python-client should not depend upon python2, python3 is sufficient. Lines 30 and 40 add the python2 dependency to py2-google-api-python-client so specifying python2 on line 10 is not required. Fixes issue #9156
* testing/xfce-polkit: upgrade to 0.3Natanael Copa2018-07-311-2/+2
|
* main/redis: create /run/redis if OpenRC is not presentJakub Jirutka2018-07-302-2/+13
| | | | | Fixes 9146 <https://bugs.alpinelinux.org/issues/9146> Fixes 9113 <https://bugs.alpinelinux.org/issues/9113>
* main/tiff: various security fixesNatanael Copa2018-07-305-2/+283
| | | | | | | | | - CVE-2017-9935 - CVE-2017-11613 - CVE-2017-17095 - CVE-2018-10963 fixes #8240
* main/tig: upgrade to 2.4.1Fabian Affolter2018-07-301-2/+2
|
* community/yarn: upgrade to 1.9.2Jakub Jirutka2018-07-301-2/+2
|
* main/fuse: clarify licenseprspkt2018-07-301-2/+2
|
* main/fuse: security upgrade to 2.9.8 (CVE-2018-10906)Natanael Copa2018-07-301-3/+7
| | | | fixes #9151
* community/greybird-themes: move from testingNatanael Copa2018-07-301-0/+0
|
* main/kamailio: upgrade to 5.1.4Leonardo Arena2018-07-301-3/+3
|
* community/wireshark: security upgrade to 2.6.2Natanael Copa2018-07-301-2/+13
| | | | | | CVE-2018-14339, CVE-2018-14340, CVE-2018-14341, CVE-2018-14342, CVE-2018-14343, CVE-2018-14344, CVE-2018-14367, CVE-2018-14368, CVE-2018-14369, CVE-2018-14370
* community/xapian-core: add secfixes commentNatanael Copa2018-07-301-0/+4
|