Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-28 | Merge branch 'bump.djt.20190625' into 'master' | A. Wilcox | 25 | -209/+116 | |
djt's June 2019 Package Bumps This MR bumps most of the outdated packages that I maintain to their latest versions. See merge request !256 | |||||
2019-06-28 | Merge branch 'pgsql-cve' into 'master' | A. Wilcox | 1 | -2/+4 | |
user/postgresql: [CVE] bump to 10.9 See merge request !257 | |||||
2019-06-28 | user/erlang: new package | A. Wilcox | 2 | -0/+68 | |
2019-06-28 | Merge branch 'rust-utils' into 'master' | A. Wilcox | 1 | -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-27 | user/postgresql: [CVE] bump to 10.9 | Max Rees | 1 | -2/+4 | |
2019-06-27 | user/youtube-dl: bump to 2019.06.21 | A. Wilcox | 1 | -2/+2 | |
2019-06-26 | user/zola: Bump to 0.8.0; add docs and completions | Samuel Holland | 1 | -200/+266 | |
2019-06-26 | user/iputils: bump to 20190515 | Dan Theisen | 5 | -74/+50 | |
2019-06-26 | user/ddrescue: bump to 1.24 | Dan Theisen | 1 | -2/+2 | |
2019-06-26 | user/chrony: bump to 3.5 | Dan Theisen | 2 | -15/+3 | |
2019-06-26 | user/bind: bump to 9.14.3, fix CVEs | Dan Theisen | 1 | -3/+10 | |
2019-06-26 | user/iperf3: bump package to 3.7 | Dan Theisen | 2 | -37/+6 | |
2019-06-26 | user/imake: bump package to 1.0.8 | Dan Theisen | 1 | -2/+2 | |
2019-06-26 | user/i3wm: bump package to 4.16.1 | Dan Theisen | 2 | -10/+10 | |
2019-06-26 | user/dmenu: bump package to 4.9 | Dan Theisen | 1 | -2/+2 | |
2019-06-26 | user/dhcpcd: bump package to 7.2.2 | Dan Theisen | 1 | -2/+2 | |
2019-06-26 | user/libidn2: bump package to 2.2.0 | Dan Theisen | 1 | -3/+3 | |
2019-06-26 | user/nano: bump package to 4.3 | Dan Theisen | 1 | -2/+2 | |
2019-06-26 | user/protobuf: bump to 3.8.0 | Dan Theisen | 1 | -4/+4 | |
2019-06-26 | user/ruby-rspec-core: bump to 3.8.1 | Dan Theisen | 1 | -3/+3 | |
2019-06-26 | user/ruby-rspec-expectations: bump to 3.8.4 | Dan Theisen | 1 | -2/+2 | |
2019-06-26 | user/ruby-rspec-mocks: bump to 3.8.1 | Dan Theisen | 1 | -2/+2 | |
2019-06-26 | user/ruby-rspec-support: bump to 3.8.2 | Dan Theisen | 1 | -3/+3 | |
2019-06-26 | user/live-media: bump to 2019.05.29 | A. Wilcox | 1 | -5/+3 | |
2019-06-26 | user/libverto: bump to 0.3.1 | A. Wilcox | 2 | -26/+4 | |
2019-06-26 | user/libshout: bump to 2.4.3 | A. Wilcox | 1 | -4/+2 | |
2019-06-26 | user/libpaper: bump to 1.1.28 | A. Wilcox | 1 | -5/+2 | |
2019-06-26 | user/highlight: bump to 3.52 | A. Wilcox | 1 | -4/+2 | |
2019-06-26 | user/gtk-doc: bump to 1.30 | A. Wilcox | 2 | -90/+8 | |
2019-06-26 | user/gnutls: bump to 3.6.8 | A. Wilcox | 1 | -10/+12 | |
2019-06-26 | user/glib-networking: sec bump to 2.60.3 | A. Wilcox | 1 | -11/+6 | |
2019-06-25 | user/gnu-ghostscript: oops I patched it again | A. Wilcox | 2 | -1/+12 | |
2019-06-26 | Merge branch 'rust-utils' into 'master' | A. Wilcox | 6 | -8/+1131 | |
Rust utils (ripgrep, xsv, zola) Some new rust utilities that exercise @sysvinit's cargo-fu See merge request !250 | |||||
2019-06-26 | user/gnu-ghostscript: fix locksafe error | A. Wilcox | 2 | -2/+18 | |
2019-06-26 | user/fltk: unmaintained bump to 1.3.5 (adopt me today) | A. Wilcox | 1 | -7/+5 | |
2019-06-26 | Merge branch 'poppler' into 'master' | A. Wilcox | 20 | -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-25 | user/qpdfview: bump to 0.4.18_beta1, add djvu and ps support | Max Rees | 1 | -9/+9 | |
2019-06-25 | user/calligra: rebuild for poppler | Max Rees | 1 | -1/+1 | |
2019-06-25 | user/okular: rebuild for poppler (just to be safe) | Max Rees | 1 | -1/+1 | |
2019-06-25 | user/cups-filters: rebuild for poppler | Max Rees | 1 | -1/+1 | |
2019-06-25 | user/evince: rebuild for poppler | Max Rees | 1 | -1/+1 | |
2019-06-25 | user/tellico: rebuild for poppler | Max Rees | 1 | -1/+1 | |
2019-06-25 | user/tumbler: rebuild for poppler | Max Rees | 1 | -1/+1 | |
2019-06-25 | user/atril: rebuild for poppler, add -lang | Max Rees | 1 | -2/+2 | |
2019-06-25 | user/krita: rebuild for exiv2 | Max Rees | 1 | -1/+1 | |
2019-06-25 | user/tcsh: bump to 6.21.00 | Dan Theisen | 2 | -43/+10 | |
2019-06-25 | user/grub: fix ppc64, shoutout to @q66 | A. Wilcox | 1 | -0/+3 | |
2019-06-24 | user/kphotoalbum: rebuild for exiv2 | Max Rees | 1 | -1/+1 | |
2019-06-25 | user/py3-configargparse: just disable tests for now | A. Wilcox | 1 | -0/+1 | |
2019-06-24 | user/gwenview: rebuild for exiv2 | Max Rees | 1 | -1/+1 | |