summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-06-28system/gcc: more AdaA. Wilcox2-127/+0
2019-06-28system/gcc: look, ma! Ada is in the house!A. Wilcox6-16/+806
2019-06-28system/console-setup: depend on ckbcompA. Wilcox1-2/+2
2019-06-28Merge branch 'rust-utils' into 'master' A. Wilcox1-200/+266
user/zola: Bump to 0.8.0; add docs and completions This may or may not fix pmmx. I don't understand the error there, as the variable is definitely defined: https://github.com/rust-lang-deprecated/time/blob/master/src/lib.rs#L66 See merge request !258
2019-06-27user/youtube-dl: bump to 2019.06.21A. Wilcox1-2/+2
2019-06-26user/zola: Bump to 0.8.0; add docs and completionsSamuel Holland1-200/+266
2019-06-27system/po4a: bump to 0.56A. Wilcox1-2/+2
2019-06-26system/pcre2: bump to 10.33, enable JIT on ppc64 \o/A. Wilcox1-9/+2
2019-06-26system/pax-utils: bump to 1.2.4A. Wilcox2-10/+8
2019-06-26user/live-media: bump to 2019.05.29A. Wilcox1-5/+3
2019-06-26user/libverto: bump to 0.3.1A. Wilcox2-26/+4
2019-06-26user/libshout: bump to 2.4.3A. Wilcox1-4/+2
2019-06-26user/libpaper: bump to 1.1.28A. Wilcox1-5/+2
2019-06-26user/highlight: bump to 3.52A. Wilcox1-4/+2
2019-06-26user/gtk-doc: bump to 1.30A. Wilcox2-90/+8
2019-06-26user/gnutls: bump to 3.6.8A. Wilcox1-10/+12
2019-06-26user/glib-networking: sec bump to 2.60.3A. Wilcox1-11/+6
2019-06-25user/gnu-ghostscript: oops I patched it againA. Wilcox2-1/+12
2019-06-26Merge branch 'rust-utils' into 'master' A. Wilcox6-8/+1131
Rust utils (ripgrep, xsv, zola) Some new rust utilities that exercise @sysvinit's cargo-fu See merge request !250
2019-06-26user/gnu-ghostscript: fix locksafe errorA. Wilcox2-2/+18
2019-06-26user/fltk: unmaintained bump to 1.3.5 (adopt me today)A. Wilcox1-7/+5
2019-06-26Merge branch 'poppler' into 'master' A. Wilcox20-368/+143
Bump poppler and rebuild rdeps * `poppler` was bumped from `0.74.0` to `0.77.0`. Due to a soname bump the reverse dependencies were rebuilt: ``` atril calligra cups-filters evince tumbler ``` Notably absent is `libreoffice` which is being upgraded separately. * Likewise with `poppler-qt5`. There was not a soname bump here, but [one of the intermediate versions still appears to have had some ABI changes](https://abi-laboratory.pro/index.php?view=objects_report&l=poppler&v1=0.76.0&v2=0.76.1), so these packages were rebuilt as well: ``` kfilemetadata krita okular qpdfview tellico ``` * `exiv2` was bumped from `0.26` to `0.27.1`, which entailed a soname bump. These packages were rebuilt (there is some overlap here with the above, thus inclusion in this MR): ``` gwenview kfilemetadata kphotoalbum krita libkexiv2 ``` See merge request !255
2019-06-25user/qpdfview: bump to 0.4.18_beta1, add djvu and ps supportMax Rees1-9/+9
2019-06-25user/calligra: rebuild for popplerMax Rees1-1/+1
2019-06-25user/okular: rebuild for poppler (just to be safe)Max Rees1-1/+1
2019-06-25user/cups-filters: rebuild for popplerMax Rees1-1/+1
2019-06-25user/evince: rebuild for popplerMax Rees1-1/+1
2019-06-25user/tellico: rebuild for popplerMax Rees1-1/+1
2019-06-25user/tumbler: rebuild for popplerMax Rees1-1/+1
2019-06-25user/atril: rebuild for poppler, add -langMax Rees1-2/+2
2019-06-25user/krita: rebuild for exiv2Max Rees1-1/+1
2019-06-25user/grub: fix ppc64, shoutout to @q66A. Wilcox1-0/+3
2019-06-24user/kphotoalbum: rebuild for exiv2Max Rees1-1/+1
2019-06-25user/py3-configargparse: just disable tests for nowA. Wilcox1-0/+1
2019-06-25system/easy-kernel*: update checksums for configsA. Wilcox3-8/+8
2019-06-24user/gwenview: rebuild for exiv2Max Rees1-1/+1
2019-06-24user/libkexiv2: rebuild for exiv2Max Rees1-1/+1
2019-06-24user/kfilemetadata: rebuild for exiv2 and popplerMax Rees1-1/+1
2019-06-24user/exiv2: [CVE] bump to 0.27.1, add testsMax Rees4-326/+76
2019-06-25user/libpeas: pick my peas, make this work on builders running X11A. Wilcox1-1/+1
2019-06-25Merge branch 'lr.easy-kernel-crypto-uapi' into 'master' A. Wilcox8-30/+37
system/easy-kernel*: Enable the crypto user API modules The SKCIPHER and HASH components are required for cryptsetup/dm-crypt, and there's no reason not to enable RNG and AEAD as well. See merge request !254
2019-06-25Merge branch 'lr.notmuch.gdb' into 'master' A. Wilcox1-2/+2
user/notmuch: Blacklist all gdb-based tests No revbump since this only fixes failing builds, but doesn't change the resulting package. See merge request !253
2019-06-25Merge branch 'weechat-python' into 'master' A. Wilcox2-5/+90
user/weechat: fix weechat-python linking ONCE AND FOR ALL See merge request !252
2019-06-25system/easy-kernel*: Enable the crypto user API modulesLuis Ressel8-30/+37
The SKCIPHER and HASH components are required for cryptsetup/dm-crypt, and there's no reason not to enable RNG and AEAD as well.
2019-06-24user/poppler-qt5: [CVE] bump to 0.77.0Max Rees1-8/+30
2019-06-24user/poppler: [CVE] bump to 0.77.0Max Rees1-10/+13
2019-06-24user/openjpeg: fix cmake include filesMax Rees1-2/+2
2019-06-24user/weechat: fix weechat-python linking ONCE AND FOR ALLMax Rees2-5/+90
2019-06-24Merge branch 'bump.aerdan.20190624' into 'master' A. Wilcox20-47/+48
Package bumps for 24 June 2019 See merge request !251
2019-06-24user/lua-sec: upgrade to 0.8Kiyoshi Aman1-2/+2