aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* community/mcabber: move from mainBart Ribbers2019-06-052-0/+0
|
* community/volume_key: move from mainBart Ribbers2019-06-051-0/+0
|
* community/libblockdev: move from mainBart Ribbers2019-06-052-0/+0
|
* community/udisks2: move from mainBart Ribbers2019-06-052-0/+0
|
* community/sylpheed: move from mainBart Ribbers2019-06-051-0/+0
|
* community/pacman: move from mainBart Ribbers2019-06-051-0/+0
|
* main/nodejs: upgrade to 10.16.0Tim Brust2019-06-051-3/+3
|
* main/musl: fix lddNatanael Copa2019-06-051-2/+2
| | | | | fix regression introduced by commit d4a7955c (main/musl: fix ldd when used with libraries).
* testing/barnyard2: new aportKarim Kanso2019-06-057-0/+293
|
* main/snort: pidfile location, rebuild against static daq and facilitate log ↵Karim Kanso2019-06-052-6/+11
| | | | file consumption
* main/daq: support afpacket and nfqKarim Kanso2019-06-051-2/+3
|
* community/neovim: update secfix informationKevin Daudt2019-06-051-0/+2
|
* main/krb5: clarify version variablesNatanael Copa2019-06-051-7/+7
| | | | make code more readable by use better variable names
* main/krb5: improvetcely2019-06-051-7/+0
|
* main/giblib: modernize, remove static libraryLeo2019-06-051-3/+3
|
* main/dhcpcd-dbus: modernize, fix homepage, fix urlLeo2019-06-051-23/+6
|
* community/sane: enable on all archesNatanael Copa2019-06-051-1/+1
| | | | seems to build on both s390x and ppc64le
* main/vim: update secfix informationKevin Daudt2019-06-051-2/+2
|
* testing/py3-forbiddenfruit: new aportDmitry Romanenko2019-06-051-0/+30
|
* main/musl: fix ldd when used with librariesNatanael Copa2019-06-051-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
* testing/py3-shouldbe: new aportDmitry Romanenko2019-06-051-0/+30
|
* testing/libmodbus: modernize, fix license, fix urlLeo2019-06-051-14/+10
|
* testing/py3-ansicolors: modernizeprspkt2019-06-051-6/+4
|
* testing/ossec-hids: modernize, fix licenseLeo2019-06-051-6/+3
|
* community/simple-mtpfs: modernizeLeo2019-06-051-4/+0
|
* testing/py-doit: modernize, fix licenseLeo2019-06-051-5/+4
|
* testing/gnome-online-miners: new aportRasmus Thomsen2019-06-051-0/+36
|
* testing/gnome-initial-setup: new aportRasmus Thomsen2019-06-051-0/+37
|
* community/gnome-keyring: enable PAM integrationRasmus Thomsen2019-06-051-12/+14
| | | | | | | | | This is required for stuff like automatically unlocking the keyring on unlock. * modernize APKBUILD * Fix homepage * adopt maintainership * Fix tests
* main/cups: upgrade to 2.2.11Rasmus Thomsen2019-06-051-5/+4
| | | | * Add cups-openrc package
* testing/chrome-gnome-shell: new aportRasmus Thomsen2019-06-051-0/+39
|
* testing/totem: enable more features with griloRasmus Thomsen2019-06-051-2/+2
|
* testing/grilo-plugins: new aportRasmus Thomsen2019-06-051-0/+34
|
* testing/libmediaart: new aportRasmus Thomsen2019-06-051-0/+33
|
* testing/gom: new aportRasmus Thomsen2019-06-051-0/+34
|
* testing/clutter-gtk: modernize APKBUILDRasmus Thomsen2019-06-051-12/+10
| | | | | | * Adopt maintainership * Fix URL&License * enable GIR generation
* main/clutter: enable more backendsRasmus Thomsen2019-06-051-12/+27
| | | | | | * Adopt maintainership * fix license&URL * modernize APKBUILD
* community/glade: enable WebKit&Python catalog, GIR and GladeUIRasmus Thomsen2019-06-051-9/+14
| | | | * Adopt maintainership
* community/libieee1284: move from testingRasmus Thomsen2019-06-052-0/+0
| | | | It's required for sane
* community/sane: move from testingRasmus Thomsen2019-06-058-18/+12
| | | | It's required for simple-scanner. Modernize the APKBUILD while I'm at it.
* testing/simple-scan: upgrade to 3.32.2Rasmus Thomsen2019-06-051-27/+17
|
* community/colord: enable vala binding & sane supportRasmus Thomsen2019-06-051-15/+13
| | | | * streamline APKBUILD
* main/gdk-pixbuf: upgrade to 2.38.1Rasmus Thomsen2019-06-053-68/+25
|
* testing/gnome-tweaks: new aportRasmus Thomsen2019-06-051-0/+34
|
* testing/gnome-disk-utility: remove from unmaintained and upgrade to 3.32.1Rasmus Thomsen2019-06-051-48/+17
| | | | Also adopt maintainership
* testing/gnome-terminal: move from unmainted, upgrade to 3.32.0Rasmus Thomsen2019-06-053-43/+55
|
* testing/nautilus: update to 3.32.0, adopt maintainershipRasmus Thomsen2019-06-051-28/+19
|
* main/vte3: update to 0.56.1Rasmus Thomsen2019-06-054-36/+21
|
* testing/tracker-miners: new aportRasmus Thomsen2019-06-051-0/+44
|
* community/pulseaudio: fix runtime w/ alsa-lib >=1.1.9Rasmus Thomsen2019-06-053-8/+86
|