aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/fish: upgrade to 2.3.1Sören Tempel2016-07-061-13/+6
|
* main/unzip: fix installation of man pagesSören Tempel2016-07-061-18/+13
| | | | And cleanup a bit.
* main/fakeroot: do not set LD_LIBRARY_PATHTimo Teräs2016-07-062-1/+85
| | | | | it breaks cross-binutils which use rpath to pick correct libbfd instead of the one in /usr/lib.
* main/openssl: fix cross buildingTimo Teräs2016-07-061-1/+1
|
* main/binutils: fix automatic so dependencies for cross buildsTimo Teräs2016-07-061-1/+1
|
* main/libtool: fix a cross compile issueTimo Teräs2016-07-062-11/+50
|
* main/musl: fix bootstrap buildTimo Teräs2016-07-061-10/+15
|
* main/busybox: fix bootstrap dependenciesTimo Teräs2016-07-061-1/+3
|
* main/musl: upgrade to 1.1.15Timo Teräs2016-07-0615-658/+6
|
* main/gcc: restore original ssp nonshared patchTimo Teräs2016-07-063-31/+25
| | | | fixes x86 build
* main/gcc: disable libmpxTimo Teräs2016-07-061-2/+3
| | | | it does not work with musl at the time being
* main/gcc: upgrade to 6.1.0Timo Teräs2016-07-0547-1892/+1347
| | | | | | | | | | - use --enable-default-pie - patch bind now, ssp-strong, fortify and as-needed to be defaults - remove gentoo esp patches as unneeded (deprecated by the above) - update ecj - remove upstreamed musl patches, add current musl patches - support musl's static pie - fix some bootstrapping related issues
* main/py-setuptools: new upstream version 24.0.2Christian Kampka2016-07-051-5/+5
|
* main/flake8: new upstream version 2.6.2Christian Kampka2016-07-051-5/+5
|
* main/lzip: upgrade to 1.18, clean APKBUILDKlemens Nanni2016-07-051-20/+10
|
* main/wireshark: security upgrade to 2.0.4. Fixes #5852Leonardo Arena2016-07-051-4/+4
| | | | | | | | | | | | CVE-2016-5350 CVE-2016-5351 CVE-2016-5352 CVE-2016-5353 CVE-2016-5354 CVE-2016-5355 CVE-2016-5356 CVE-2016-5357 CVE-2016-5358
* main/phpmyadmin: security upgrade to 4.6.3Leonardo Arena2016-07-051-4/+4
| | | | | Fixes #5834 Fixes #5840
* main/tiff: remove uneeded patch. Don't patch Changelog (fails)Leonardo Arena2016-07-045-190/+10
|
* main/tiff: security fixes. Fixes #5823Leonardo Arena2016-07-045-5/+531
| | | | | | | | CVE-2015-8665 CVE-2015-8683 CVE-2015-8781 CVE-2015-8782 CVE-2015-8784
* main/py-pygments: bump pkgrel to rebuild with secfixLeonardo Arena2016-07-041-1/+1
|
* main/ffmpeg: upgrade to 3.1.1Francesco Colista2016-07-041-4/+4
|
* main/swig: new upstream version 3.0.10Christian Kampka2016-07-041-4/+4
|
* main/lvm2: build uses fmt (coreutils)Carlo Landmeter2016-07-041-1/+1
|
* main/lvm2: new upstream version 2.02.158Christian Kampka2016-07-041-4/+4
|
* main/owncloud: upgrade to 9.0.3Leonardo Arena2016-07-011-14/+14
|
* main/expat: upgrade to 2.2.0Christian Kampka2016-07-012-763/+5
|
* main/redis: new upstream version 3.2.1Christian Kampka2016-07-011-4/+4
|
* main/nano: new upstream version 2.6.1Christian Kampka2016-07-011-4/+4
|
* main/libsndfile: new upstream version 1.0.27Christian Kampka2016-07-011-4/+4
|
* main/libgsf: new upstream version 1.14.39Christian Kampka2016-07-011-4/+4
|
* main/iw: new upstream version 4.7Christian Kampka2016-07-011-5/+5
|
* main/bash: new upstream version 4.3.46Christian Kampka2016-07-011-4/+16
|
* main/ffmpeg: upgrade to 3.1Francesco Colista2016-07-011-5/+5
|
* main/kamailio: fix kamdbctl.baserob dux2016-06-303-68/+62
| | | | stringify parameter expansions
* main/conky: upgrade to 1.10.3Francesco Colista2016-06-301-4/+4
|
* main/apache2-mod-wsgi: upgrade to 4.5.3Francesco Colista2016-06-301-4/+4
|
* main/glib: upgrade to 2.48.1Natanael Copa2016-06-301-5/+5
|
* main/gparted: fix sscanf use and add ntfs-3g-progs as depNatanael Copa2016-06-302-14/+255
| | | | | | the sscanf modifier %Ld is invalid. use %lld instead https://bugzilla.gnome.org/show_bug.cgi?id=768239
* main/glib: fix gquarkNatanael Copa2016-06-302-4/+60
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=768215
* main/haproxy: Bump pkgrel.Przemyslaw Pawelczyk2016-06-291-1/+1
|
* main/haproxy: Modernize APKBUILD.Przemyslaw Pawelczyk2016-06-291-20/+33
| | | | | | * APKBUILD: - Use builddir (no _). - Reformat build(), package() and wrapper() to make them more readable.
* main/haproxy: Fix default haproxy.cfg not working since upgrade to 1.6.Przemyslaw Pawelczyk2016-06-292-4/+5
| | | | | | | | | | You could read following messages when starting haproxy: 'frontend' cannot handle unexpected argument '*:5000'. please use the 'bind' keyword for listening addresses. * haproxy.cfg: Use bind for listening addresses. * APKBUILD: Update checksums.
* main/{haproxy,squid}: Replace .pre-upgrade with link to .pre-install.Przemyslaw Pawelczyk2016-06-292-21/+2
| | | | | .pre-upgrade content was the same as .pre-install, so no change in .apk, thus no pkgrel bump.
* main/apache2: Bump pkgrel.Przemyslaw Pawelczyk2016-06-291-1/+1
|
* main/apache2: Reorder install entries in APKBUILD.Przemyslaw Pawelczyk2016-06-291-1/+1
| | | | Just for consistency with what's in other packages's APKBUILDs.
* main/apache2: Unify .pre-upgrade with .pre-install.Przemyslaw Pawelczyk2016-06-291-6/+1
| | | | | | | | | | | | apache2.pre-upgrade now links to apache2.pre-install. It's not something we want to do for all packages in master (edge). apache2 already had .pre-upgrade script (ensuring www-data group existence and making apache user a member of it), which is what existing .pre-install script also does, so this kind of unification is fine here. In most other cases linking .pre-upgrade to .pre-install should happen only in 3.4-stable branch.
* main/python: security upgrade to 2.7.12Natanael Copa2016-06-291-5/+5
| | | | | | | | | | | CVE-2016-0772: smtplib StartTLS stripping attack. CVE-2016-5636: Heap overflow in zipimporter module . CVE-2016-5699: HTTP header injection in urrlib2/urllib/httplib/http.client. ref #5798
* main/kamailio: version bump to 4.4.2Nathan Angelacos2016-06-291-4/+4
|
* main/mosquitto: upgrade to 1.4.9Francesco Colista2016-06-291-5/+5
|
* main/py-pygments: security fix for CVE-2015-8557Natanael Copa2016-06-282-5/+43
| | | | fixes #5815