summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-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
2019-06-24user/gtk+3.0: upgrade to 3.24.9Kiyoshi Aman1-2/+2
2019-06-24user/gobject-introspection: upgrade to 1.60.2Kiyoshi Aman1-2/+2
2019-06-24system/byacc: upgrade to 20190617Kiyoshi Aman1-3/+3
2019-06-24user/otf-source-serif-pro: upgrade to 3.000Kiyoshi Aman1-6/+4
2019-06-24user/gvim: upgrade to 8.1.1583Kiyoshi Aman1-2/+2
2019-06-24system/vim: upgrade to 8.1.1583Kiyoshi Aman1-2/+2
2019-06-23user/xfmpc: upgrade to 0.3.0Kiyoshi Aman1-3/+3
2019-06-23user/weechat: upgrade to 2.5Kiyoshi Aman1-3/+6
2019-06-23user/vte: upgrade to 0.56.3Kiyoshi Aman1-2/+2
2019-06-23user/vala: upgrade to 0.44.5Kiyoshi Aman1-2/+2
2019-06-23user/featherpad: upgrade to 0.10.0Kiyoshi Aman1-2/+2
2019-06-23user/py3-pygobject: upgrade to 3.32.2Kiyoshi Aman1-2/+2
2019-06-23user/marco: upgrade to 1.22.2Kiyoshi Aman1-2/+2
2019-06-23user/luarocks: upgrade to 3.1.3Kiyoshi Aman1-2/+2
2019-06-23user/libxfce4util: upgrade to 4.13.3Kiyoshi Aman1-2/+2
2019-06-23user/libxfce4ui: upgrade to 4.13.5Kiyoshi Aman1-2/+2
2019-06-23user/libsigc++: upgrade to 2.10.2Kiyoshi Aman1-2/+2
2019-06-23user/icewm: upgrade to 1.5.5Kiyoshi Aman1-2/+2
2019-06-23user/exo: upgrade to 0.12.6Kiyoshi Aman1-2/+2
2019-06-24user/notmuch: Blacklist all gdb-based testsLuis Ressel1-2/+2
2019-06-22user/perl-canary-stability: bump to 2013A. Wilcox1-6/+2
2019-06-22user/perl-bareword-filehandles: bump to 0.007, fix dependsA. Wilcox1-8/+4
2019-06-22user/perl-games-solitaire-verify: bump to 0.2201A. Wilcox1-8/+7
2019-06-22user/perl-dir-manifest: new packageA. Wilcox1-0/+32
2019-06-22user/perl-getopt-long-descriptive: bump to 0.104A. Wilcox1-5/+2
2019-06-22user/perl-time-duration-parse: bump to 0.15A. Wilcox1-5/+2
2019-06-22user/perl-time-duration: bump to 1.21A. Wilcox1-5/+2
2019-06-22user/perl-test2-suite: bump to 0.000122A. Wilcox1-5/+2
2019-06-22user/perl-test-time: what time is it? bump to 0.08 timeA. Wilcox1-5/+2
2019-06-22user/perl-test-taint: bump to 1.08A. Wilcox1-5/+2
2019-06-22user/perl-test-runvalgrind: bump to 0.2.1A. Wilcox1-5/+2
2019-06-22user/perl-template-toolkit: bump to 2.29A. Wilcox1-5/+2
2019-06-22user/perl-regexp-pattern: bump to 0.2.9A. Wilcox1-6/+2
2019-06-22user/perl-inline-c: bump to 0.81A. Wilcox1-7/+3
2019-06-22user/perl-inline: bump to 0.83A. Wilcox1-6/+2
2019-06-22user/perl-devel-stacktrace: bump to 2.04A. Wilcox1-5/+2
2019-06-22user/perl-datetime-timezone: bump to 2.35A. Wilcox1-5/+2
2019-06-22user/perl-datetime: bump to 1.51A. Wilcox1-5/+2
2019-06-22user/eudev: bump to 3.2.8, takeA. Wilcox1-15/+4
2019-06-22user/enchant: unmaintained bump to 2.2.4 (Adopt me today)A. Wilcox1-3/+3
2019-06-22system/e2fsprogs: bump to 1.45.2A. Wilcox2-26/+9
2019-06-22system/easy-kernel-power8*: use new mc14A. Wilcox2-2/+2
2019-06-21Merge branch 'cve' into 'master' A. Wilcox26-103/+1176
CVE bumps: part one See merge request !249
2019-06-21Merge branch 'cbindgen' into 'master' A. Wilcox1-0/+127
user/cbindgen: new package This package is needed to build recent versions of Firefox. This was initially based on Alpine's APKBUILD file, which was then converted to use vendored sources, with Gentoo's `cargo.eclass` used as a reference (thanks @smaeul). This compiles correctly on `aarch64`, and an early draft of this package has been used to compile Firefox 67 on `aarch64` and `x86_64`, however the package in its current form has not received any further testing at this time. One possible issue here is that the Rust dependency list was pulled verbatim from the `Cargo.lock` created by running `cargo build` inside a copy of the unpacked source tarball, and includes a number of platform-specific libraries (e.g. for Windows and RedoxOS) which are not actually used in the build -- I don't see any harm in this, but others may have objections. See merge request !248
2019-06-21user/cbindgen: new packageMolly Miller1-0/+127
This package is a prerequisite makedepend for recent versions of Firefox, and is also the first Rust package in the Adélie tree.