Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | main/acl: fix compile break due to obsolete use of attr/xattr.h | Mike Sullivan | 2019-06-05 | 2 | -1/+255 | |
| | ||||||
* | main/ferm: add missing install_if to openrc | Henrik Riomar | 2019-06-05 | 1 | -1/+2 | |
| | ||||||
* | main/apk-tools: upgrade to 2.10.4 | Timo Teräs | 2019-06-05 | 2 | -34/+3 | |
| | ||||||
* | main/linux-rpi: upgrade to 4.19.48 | Natanael Copa | 2019-06-05 | 1 | -3/+3 | |
| | ||||||
* | main/zfs-vanilla: rebuild against kernel 4.19.48-r0 | Natanael Copa | 2019-06-05 | 1 | -1/+1 | |
| | ||||||
* | main/xtables-addons-vanilla: rebuild against kernel 4.19.48-r0 | Natanael Copa | 2019-06-05 | 1 | -1/+1 | |
| | ||||||
* | main/drbd-vanilla: rebuild against kernel 4.19.48-r0 | Natanael Copa | 2019-06-05 | 1 | -1/+1 | |
| | ||||||
* | main/devicemaster-linux-vanilla: rebuild against kernel 4.19.48-r0 | Natanael Copa | 2019-06-05 | 1 | -1/+1 | |
| | ||||||
* | main/dahdi-linux-vanilla: rebuild against kernel 4.19.48-r0 | Natanael Copa | 2019-06-05 | 1 | -1/+1 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.19.48 | Natanael Copa | 2019-06-05 | 1 | -2/+2 | |
| | ||||||
* | main/perl-email-address: add secinfo | Leonardo Arena | 2019-06-05 | 1 | -1/+5 | |
| | ||||||
* | main/hostapd: update secinfo | Leonardo Arena | 2019-06-05 | 1 | -0/+1 | |
| | ||||||
* | main/vim: upgrade to 8.1.1365 | Kevin Daudt | 2019-06-05 | 1 | -2/+4 | |
| | | | | | | | | Arbitrari code execution has been found in vim modelines: https://github.com/numirias/security/blob/master/doc/2019-06-04_ace-vim-neovim.md No CVE assigned yet. |