Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/perl-carp-clan: upgrade to 6.07 | Leo | 2019-06-05 | 1 | -17/+17 | |
| | ||||||
* | community/gpgme: move from main | Bart Ribbers | 2019-06-05 | 2 | -141/+0 | |
| | ||||||
* | community/mcabber: move from main | Bart Ribbers | 2019-06-05 | 2 | -135/+0 | |
| | ||||||
* | community/volume_key: move from main | Bart Ribbers | 2019-06-05 | 1 | -40/+0 | |
| | ||||||
* | community/libblockdev: move from main | Bart Ribbers | 2019-06-05 | 2 | -58/+0 | |
| | ||||||
* | community/udisks2: move from main | Bart Ribbers | 2019-06-05 | 2 | -69/+0 | |
| | ||||||
* | community/sylpheed: move from main | Bart Ribbers | 2019-06-05 | 1 | -36/+0 | |
| | ||||||
* | community/pacman: move from main | Bart Ribbers | 2019-06-05 | 1 | -37/+0 | |
| | ||||||
* | main/nodejs: upgrade to 10.16.0 | Tim Brust | 2019-06-05 | 1 | -3/+3 | |
| | ||||||
* | main/musl: fix ldd | Natanael Copa | 2019-06-05 | 1 | -2/+2 | |
| | | | | | fix regression introduced by commit d4a7955c (main/musl: fix ldd when used with libraries). | |||||
* | main/snort: pidfile location, rebuild against static daq and facilitate log ↵ | Karim Kanso | 2019-06-05 | 2 | -6/+11 | |
| | | | | file consumption | |||||
* | main/daq: support afpacket and nfq | Karim Kanso | 2019-06-05 | 1 | -2/+3 | |
| | ||||||
* | main/krb5: clarify version variables | Natanael Copa | 2019-06-05 | 1 | -7/+7 | |
| | | | | make code more readable by use better variable names | |||||
* | main/krb5: improve | tcely | 2019-06-05 | 1 | -7/+0 | |
| | ||||||
* | main/giblib: modernize, remove static library | Leo | 2019-06-05 | 1 | -3/+3 | |
| | ||||||
* | main/dhcpcd-dbus: modernize, fix homepage, fix url | Leo | 2019-06-05 | 1 | -23/+6 | |
| | ||||||
* | main/vim: update secfix information | Kevin Daudt | 2019-06-05 | 1 | -2/+2 | |
| | ||||||
* | main/musl: fix ldd when used with libraries | Natanael Copa | 2019-06-05 | 1 | -14/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From Bernhard Ehlers: > BTW: The ldd program (in all alpine versions) creates invalid output > in case you use it on a library, here an example: > > ~ # ldd /lib/libssl.so.1.1 > ldd (0x7ffb49916000) > libcrypto.so.1.1 => /lib/libcrypto.so.1.1 (0x7ffb49618000) > libc.musl-x86_64.so.1 => ldd (0x7ffb49916000) > > The loader ld-musl-x86_64.so.1 and libc.musl-x86_64.so.1 point to > "ldd", what's totally wrong. That's why you have to copy the ldd > binary to your current directory before using cx_freeze. > > Here my alternative ldd, it works much better with cx_freeze (and > pyinstaller): > #!!/bin/sh > exec /lib/ld-musl-* --list -- "$@" > > Here an example, with more reasonable results: > ~ # ldd.new /lib/libssl.so.1.1 > /lib/ld-musl-x86_64.so.1 (0x7fa671495000) > libcrypto.so.1.1 => /lib/libcrypto.so.1.1 (0x7fa671197000) > libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 > (0x7fa671495000) http://lists.alpinelinux.org/alpine-devel/6694.html | |||||
* | main/cups: upgrade to 2.2.11 | Rasmus Thomsen | 2019-06-05 | 1 | -5/+4 | |
| | | | | * Add cups-openrc package | |||||
* | main/clutter: enable more backends | Rasmus Thomsen | 2019-06-05 | 1 | -12/+27 | |
| | | | | | | * Adopt maintainership * fix license&URL * modernize APKBUILD | |||||
* | main/gdk-pixbuf: upgrade to 2.38.1 | Rasmus Thomsen | 2019-06-05 | 3 | -68/+25 | |
| | ||||||
* | main/vte3: update to 0.56.1 | Rasmus Thomsen | 2019-06-05 | 4 | -36/+21 | |
| | ||||||
* | main/alsa-utils: upgrade to 1.1.9 | Rasmus Thomsen | 2019-06-05 | 1 | -10/+3 | |
| | ||||||
* | main/alsa-lib: upgrade to 1.1.9 | Rasmus Thomsen | 2019-06-05 | 2 | -31/+30 | |
| | ||||||
* | main/at-spi2-atk: upgrade to 2.32.0 | Rasmus Thomsen | 2019-06-05 | 1 | -22/+14 | |
| | | | | | | * Adopt maintainership * Modernize APKBUILD * Remove uneccesary depends_dev, abuild autodetects it | |||||
* | main/at-spi2-core: upgrade to 2.32.0 | Rasmus Thomsen | 2019-06-05 | 2 | -31/+9 | |
| | | | | | | * Adopt maintainership * Modernize APKBUILD * Remove uneccesarry depends_dev, abuild autodetects it | |||||
* | main/atk: upgrade to 2.32.0 | Rasmus Thomsen | 2019-06-05 | 1 | -14/+12 | |
| | | | | | * modernize APKBUILD * adopt maintainership | |||||
* | main/samba: upgrade to 4.10.4 | J0WI | 2019-06-05 | 1 | -2/+2 | |
| | ||||||
* | main/shorewall6: upgrade to 5.2.3.3 | Natanael Copa | 2019-06-05 | 1 | -2/+2 | |
| | ||||||
* | main/shorewall-core: upgrade to 5.2.3.3 | Natanael Copa | 2019-06-05 | 1 | -3/+3 | |
| | ||||||
* | main/shorewall: upgrade to 5.2.3.3 | Natanael Copa | 2019-06-05 | 1 | -3/+3 | |
| | ||||||
* | main/shorewall-core: clarify license | tcely | 2019-06-05 | 1 | -2/+2 | |
| | ||||||
* | main/shorewall[6,-core}: make version variables more readable | Natanael Copa | 2019-06-05 | 2 | -7/+9 | |
| | | | | | clearify code a bit to show what part of version string we are using to make things more readable. | |||||
* | main/shorewall: make version variables more readable | Natanael Copa | 2019-06-05 | 1 | -3/+4 | |
| | | | | clearify code a bit to show what part of version string we are using. | |||||
* | main/shorewall: add -openrc subpackage | tcely | 2019-06-05 | 1 | -3/+3 | |
| | ||||||
* | main/py-phonenumbers: upgrade to 8.10.13 | Leo | 2019-06-05 | 1 | -2/+2 | |
| | ||||||
* | main/libxklavier: remove unused _v variable | tcely | 2019-06-05 | 1 | -6/+0 | |
| | ||||||
* | main/libsodium: upgrade to 1.0.18 | Stuart Cardall | 2019-06-05 | 1 | -7/+10 | |
| | | | | * https://github.com/jedisct1/libsodium/blob/master/ChangeLog | |||||
* | main/nsd: Linting | Iggy Jackson | 2019-06-05 | 1 | -2/+0 | |
| | | | | | Remove builddir and depends as they were just being set to default values. | |||||
* | main/nsd: upgrade to 4.1.27 | Iggy Jackson | 2019-06-05 | 1 | -2/+2 | |
| | | | | Simple version bump to latest release. | |||||
* | main/sqlite: add CVE-2019-8457 to secfixes comment | Natanael Copa | 2019-06-05 | 1 | -1/+2 | |
| | ||||||
* | main/ack: upgrade to 3.0.0 | J0WI | 2019-06-05 | 1 | -4/+4 | |
| | ||||||
* | main/java-common: Fix sorting function for newer java version (10+) | Simon Frankenberger | 2019-06-05 | 2 | -2/+2 | |
| | ||||||
* | main/subversion: upgrade to 1.12.0 | J0WI | 2019-06-05 | 1 | -6/+6 | |
| | ||||||
* | main/py-mako: upgrade to 1.0.11 | J0WI | 2019-06-05 | 1 | -3/+2 | |
| | ||||||
* | main/py-mako: update url | Fabian Affolter | 2019-06-05 | 1 | -2/+1 | |
| | ||||||
* | main/py-mako: upgrade to 1.0.9 | Fabian Affolter | 2019-06-05 | 1 | -3/+3 | |
| | ||||||
* | main/gphoto2: upgrade to 2.5.23 | Leo | 2019-06-05 | 1 | -6/+9 | |
| | ||||||
* | main/libgphoto2: upgrade to 2.5.23 | Leo | 2019-06-05 | 1 | -13/+12 | |
| | ||||||
* | main/wpa_supplicant: fix license | Leo | 2019-06-05 | 1 | -3/+2 | |
| |