aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/ethtool: upgrade to 4.10, modernize apkbuildFrancesco Colista2017-03-271-19/+12
|
* main/samba: security fix (CVE-2017-2619)Leonardo Arena2017-03-271-2/+11
| | | | Fixes #7050
* main/samba: upgrade to 4.6.0Valery Kartel2017-03-274-331/+164
| | | | | | | | fixes and cleanups in APKBUILD add /etc/samba/smb.conf to samba-common move /usr/libexec/samba dir to /usr/lib/samba remove unused patch: ld_library_path.patch remove unknown files: gen-bin-list.sh, split-pkg.lua
* main/cmocka: move from testingValery Kartel2017-03-271-0/+40
|
* main/libxslt: modernize APKBUILDLeonardo Arena2017-03-271-12/+6
|
* main/libxslt: add missing patchLeonardo Arena2017-03-272-1/+75
|
* main/libxslt: security fixes #7056 (CVE-2017-5029)Leonardo Arena2017-03-271-5/+11
|
* main/mosh: modernize APKBUILDFrancesco Colista2017-03-271-13/+11
|
* main/openvpn: upgrade to 2.4.1André Klitzing2017-03-271-14/+2
| | | | Remove outdated configure flags.
* main/git: upgrade to 2.12.2Sören Tempel2017-03-271-2/+2
|
* main/mosh: add bash completion subpackageSören Tempel2017-03-271-2/+13
|
* main/mosh: upgrade to 1.3.0Sören Tempel2017-03-271-9/+11
|
* main/mksh: disable all tests requiring a controlling ttySören Tempel2017-03-261-1/+1
|
* main/mksh: fix checkdependsSören Tempel2017-03-261-0/+1
|
* main/mksh: add a check functionSören Tempel2017-03-261-7/+10
| | | | | Also disable LTO since one test doesn't pass when building mksh with LTO. This might be a gcc bug...
* aports/mariadb: remove glibc dep on ppcGustavo Romero2017-03-262-1/+78
| | | | | | | | | | | | | | | | | | | | | | | | Remove dependency on glibc by using gcc builtin function and no glibc wrappers. Currently there are no surrogates in musl for: __ppc_get_timebase() __ppc_set_ppr_low() __ppc_set_ppr_med() however glibc __ppc_get_timebase() is just a wrapper for GCC builtin __builtin_get_timebase() available since GCC 4.8 [1], so assuming that aports on ppc64le will never be built using GCC < 4.8 we can just switch directly to the GCC builtin function. Also __ppc_set_ppr_{low,med}() are not available on musl but both are simple glibc wrappers on a single asm instruction, hence there is no harm in using asm directly instead. Actually, using asm directly was the first solution adopted in MariaDB [2]. [1] https://goo.gl/jxLV6O [2] https://goo.gl/9bjuVC
* main/lftp: upgrade to 4.7.7Carlo Landmeter2017-03-261-2/+2
|
* main/taskd: fix abuild, create user and group during buildBreno Leitao2017-03-261-1/+3
| | | | | | Currently taskd FTBFS if user 'taskd' does not exist in the builder. Adding pkgusers and pkggroups to create this user and group during the build.
* main/privoxy: improve abuildJakub Jirutka2017-03-251-10/+13
|
* main/privoxy: do not fail on file removalBreno Leitao2017-03-251-1/+1
| | | | | | | | Privoxy is failing if it tries to remove a directory that does not exist. This patch just let the build continue if the directory-to-be-removed does not exists anymore.
* main/smartmontools: improve abuildJakub Jirutka2017-03-251-5/+9
|
* main/smartmontools: do not remove nonexistent directoryBreno Leitao2017-03-251-1/+0
| | | | | This package is trying to remove a directory that does not exist on current version.
* main/kbd: upgrade to 2.0.4Breno Leitao2017-03-251-8/+4
| | | | | | | | Currently kbd is failing to build because the original URL is returning 404 due to the project URL change. This patch points $source to the new URL, and also, bump to the latest 2.0.4 version.
* main/tinc: modernize abuildJakub Jirutka2017-03-251-14/+4
|
* main/tinc: set -e build fixJakub Jirutka2017-03-251-1/+0
| | | | | install -D automatically creates intermediate directories, so mkdir is not needed here at all.
* main/quagga: upgrade to 1.2.1Timo Teräs2017-03-251-2/+2
|
* main/musl: give s390x a working sigcontextWilliam Pitcock2017-03-252-1/+35
|
* main/dnssec-root: icann has the old root data available at a different url. ↵William Pitcock2017-03-251-3/+3
| | | | use that for now.
* main/unzip: use distfiles.alpinelinux.org sources for now to bootstrap new archsWilliam Pitcock2017-03-251-1/+2
|
* main/xfsprogs: fix -extra descriptionWilliam Pitcock2017-03-251-1/+1
|
* main/pcsc-lite: remove very odd chown/chmod that would never have worked anywayWilliam Pitcock2017-03-251-3/+1
|
* main/flex: fix yywrap problemWilliam Pitcock2017-03-252-5/+32
|
* main/perl-lwp-protocol-https: add perl-try-tiny dependencyWilliam Pitcock2017-03-251-1/+1
|
* main/live-media: Update version to 2017.01.26Roberto Oliveira2017-03-241-5/+5
| | | | | | Update live-media package version to 2017.01.26 (that is the last available version) and fix problem when coping .a files that does not exist because it is breaking with version 2017.01.26.
* main/tcpdump: Fixing the urlBreno Leitao2017-03-241-2/+1
| | | | | | | | | | | Currently tcpdump does not build because the source download URL returns 404. Commit 71a35ed373786a483254518b4799ed12bf423087 changed the source URL to something temporary probably, but, it seems to be fixed upstream now, so, reverting the source location. No impact on the package checksum.
* main/pingu: Fix build with abuild version 3Breno Leitao2017-03-241-1/+1
| | | | | | | | pingu does not build on abuild version 3, because it calls a Makefile target install-lua that fails. This target is completely broken upstream and depends on other non-existing targets. Just removing this target invocation
* main/zmap: Renaming files from upstramBreno Leitao2017-03-241-1/+1
| | | | | | | | Upstream renamed the some files from plain text to markdown (.md) file. Renaming these files on the install functions also, otherwise the files won't be found and the build fails.
* main/newsbeuter: Compile without glibcBreno Leitao2017-03-242-9/+14
| | | | | | | | | | | If you try to compile newsbeuter without -fpermissive, as ppc64le, it will not build due to a wrong argument type. It is wrong because it sets the propoer argument if you have Linux with Glibc. Since we use MUSL, it use the wrong argument. This patch assure that both musl and glibc uses the same argument type.
* main/perl-test2-suite: upgrade to 0.000070William Pitcock2017-03-241-5/+3
|
* main/perl-sub-info: new aportWilliam Pitcock2017-03-241-0/+48
|
* main/perl-term-table: new aportWilliam Pitcock2017-03-241-0/+48
|
* main/perl-test-simple: modernize abuild (automatically via apkbuild-cpan)William Pitcock2017-03-241-4/+12
|
* main/perl-importer: upgrade to 0.024William Pitcock2017-03-241-4/+2
|
* main/atop: cron.d is not a file but a directoryGustavo Romero2017-03-241-1/+1
|
* main/jasper: change build dir to "obj"Natanael Copa2017-03-241-4/+4
| | | | | the source package provides a dir named "build". We dont want use that for our build.
* main/iptables: Does not install libiptc.a that does not existsBreno Leitao2017-03-241-1/+0
| | | | | | | | Currently iptables is not being built on ppc64le because it tries to install libiptc.a, that was not generated. This is breaking only on abuild version 3. On version 2, it is still working fine.
* main/py-parsing: upgrade to 2.2.0André Klitzing2017-03-241-5/+3
|
* main/openssh: upgrade to 7.5_p1André Klitzing2017-03-241-3/+3
|
* main/perl-net-dns: upgrade to 1.09Leonardo Arena2017-03-241-5/+10
| | | | add check
* main/glib: upgrade to 2.52.0André Klitzing2017-03-241-2/+2
|