Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/perl-mojolicious: upgrade to 7.80 | Francesco Colista | 2018-05-21 | 1 | -2/+2 |
| | |||||
* | community/rng-tools: fix build on ppc64le - requires libgcrypt | Jakub Jirutka | 2018-05-21 | 1 | -2/+9 |
| | | | | | | | | | rngd_darn.c:28:2: error: #error power DARN support requires libgcrypt! #error power DARN support requires libgcrypt! ^~~~~ rngd_darn.c:34:20: fatal error: gcrypt.h: No such file or directory #include <gcrypt.h> ^ | ||||
* | community/ttf-opensans: fix source url | Jakub Jirutka | 2018-05-21 | 1 | -1/+1 |
| | | | | The current URL does not exist anymore. | ||||
* | main/multipath-tools: fix build failure on ppc64le | Jakub Jirutka | 2018-05-21 | 2 | -1/+25 |
| | |||||
* | main/multipath-tools: upgrade to 0.7.7 | Jakub Jirutka | 2018-05-21 | 2 | -9/+33 |
| | |||||
* | main/multipath-tools: improve abuild | Jakub Jirutka | 2018-05-21 | 1 | -7/+10 |
| | |||||
* | main/samba: upgrade to 4.8.2 | Jakub Jirutka | 2018-05-21 | 1 | -2/+2 |
| | |||||
* | main/ldb: upgrade to 1.3.3 | Jakub Jirutka | 2018-05-21 | 2 | -5/+5 |
| | |||||
* | community/rust: fix check error | Jakub Jirutka | 2018-05-21 | 1 | -0/+8 |
| | |||||
* | Revert "community/rust: build rust-installer in build phase" | Jakub Jirutka | 2018-05-21 | 1 | -3/+0 |
| | | | | | | | This reverts commit 792ba86e07a8f0e49a85468b49eca954fcf8fb57. This actually didn't help, `x.py install` is still building rust-installer. | ||||
* | main/curl: add missing checkdepend python2 | Jakub Jirutka | 2018-05-20 | 1 | -0/+1 |
| | |||||
* | main/curl: improve abuild | prspkt | 2018-05-20 | 1 | -8/+8 |
| | |||||
* | main/curl: upgrade to 7.60.0 | prspkt | 2018-05-20 | 2 | -6/+9 |
| | |||||
* | main/e2fsprogs: improve abuild | prspkt | 2018-05-20 | 1 | -1/+1 |
| | |||||
* | main/e2fsprogs: upgrade to 1.44.2 | prspkt | 2018-05-20 | 1 | -2/+2 |
| | |||||
* | community/dash: upgrade to 0.5.10.2 | prspkt | 2018-05-20 | 1 | -2/+2 |
| | |||||
* | community/rng-tools: fix and improve init script | Jakub Jirutka | 2018-05-20 | 3 | -10/+15 |
| | |||||
* | community/rng-tools: upgrade to 6.2 (new upstream) | Jakub Jirutka | 2018-05-20 | 1 | -6/+17 |
| | |||||
* | community/rng-tools: modernize abuild and clarify license | Jakub Jirutka | 2018-05-20 | 1 | -17/+8 |
| | |||||
* | main/procps: upgrade to 3.3.15 | Jakub Jirutka | 2018-05-20 | 2 | -121/+4 |
| | |||||
* | community/rust: build rust-installer in build phase | Jakub Jirutka | 2018-05-20 | 1 | -0/+3 |
| | |||||
* | community/rust: simplify abuild, set RUST* env. vars on top-level | Jakub Jirutka | 2018-05-20 | 2 | -17/+12 |
| | |||||
* | community/rust: backport patch PR-50789 from upstream | Jakub Jirutka | 2018-05-20 | 2 | -0/+41 |
| | |||||
* | community/rust: return -src subpackage back | Jakub Jirutka | 2018-05-20 | 1 | -13/+14 |
| | |||||
* | community/rust: build with analysis data and add subpkg -analysis | Jakub Jirutka | 2018-05-20 | 1 | -2/+10 |
| | |||||
* | community/rust: makedepend on rust-bootstrap | Jakub Jirutka | 2018-05-20 | 1 | -1/+1 |
| | | | | | | | | This is actually not necessary, because rust is pulled by cargo-bootstrap. However, cargo-bootstrap is provided by this abuild too - it's a hack to allow the abuild to depend on itself (read comment inside the abuild for more information)! So rust-bootstrap is just for symmetry with cargo-bootstrap. | ||||
* | community/cargo: remove abuild | Jakub Jirutka | 2018-05-20 | 8 | -1888/+0 |
| | | | | | cargo has been merged into the rust abuild in commit 33def910d7e8168c0b5a6a13cfb5910f17a02440. | ||||
* | community/rust: fix libressl patch | Jakub Jirutka | 2018-05-20 | 2 | -1/+2 |
| | |||||
* | community/rust: build cargo and add cargo* subpackages | Jakub Jirutka | 2018-05-20 | 6 | -14/+331 |
| | | | | | | | | | | | | Cargo is now distributed together with rustc. Upstream has removed Cargo.lock from the cargo's repository in cargo 0.23.0, so we can't build it with locked and freezed dependencies separately anymore. alexcrichton replied on Feb 1: > cargo is packaged next to rustc, it's not intended to be a separate > package but rather built as one unit. See https://github.com/rust-lang/cargo/commit/5c9665f41c6b4d3b99d3b9f8b48a286f5f154692 | ||||
* | community/rust: use `x.py install` instead of `x.py dist` | Jakub Jirutka | 2018-05-20 | 1 | -6/+2 |
| | |||||
* | community/rust: upgrade to 1.26.0 | Jakub Jirutka | 2018-05-20 | 9 | -128/+57 |
| | | | | | Also switch to LLVM 5. Upstream switched right to LLVM 6, but we don't have it yet. | ||||
* | community/cargo: add provides=cargo-bootstrap | Jakub Jirutka | 2018-05-20 | 1 | -1/+5 |
| | | | | Prepare for merging the cargo abuild into the rust abuild. | ||||
* | community/xpdf: update $source URL | Sören Tempel | 2018-05-20 | 1 | -1/+1 |
| | | | | The tarball is no longer available under the old URL. | ||||
* | community/mblaze: fix arch of crypto subpackage | Sören Tempel | 2018-05-20 | 1 | -2/+2 |
| | |||||
* | community/perl-business-issn: fetch tarball from GitHub | Sören Tempel | 2018-05-20 | 1 | -6/+5 |
| | | | | | | | | | | The newest release is 1.003 and the old one (1.002) doesn't seem to be available on search.cpan.org. Besides upstream seems to have decided to ditch search.cpan.org for metacpan.org [1]. No pkgrel bump, since this shouldn't change anything in the package. [1]: https://github.com/briandfoy/business-issn/commit/42f1fb88781d6ad742bb47da3dfad9ed3c4fbae4 | ||||
* | main/lynx: fix SSL support | Sören Tempel | 2018-05-20 | 2 | -4/+25 |
| | | | | Fixes #7859 | ||||
* | community/mblaze: add crypto subpackage for S/MIME and OpenPGP | Sören Tempel | 2018-05-20 | 1 | -2/+12 |
| | | | | | | | | | | The README.md in the contrib directory states that: [These] scripts [...] are not officially supported or subject to any robustness, portability or stability criteria. However, the scripts for S/MIME and OpenPGP work quite well and are very useful thus I believe that it is worth it to ship these in a subpackage. | ||||
* | main/openrc: make service(8) work again | William Pitcock | 2018-05-20 | 1 | -1/+4 |
| | |||||
* | community/rust: temporarily disable -src subpackage | Jakub Jirutka | 2018-05-19 | 1 | -9/+9 |
| | | | | It needs some changes, I'll put it back in the following upgrade. | ||||
* | community/rust: upgrade to 1.25.0 | Jakub Jirutka | 2018-05-19 | 1 | -3/+3 |
| | |||||
* | community/rust: reformat makedepends | Jakub Jirutka | 2018-05-19 | 1 | -4/+12 |
| | |||||
* | community/py-attrs: upgrade to 18.1.0 and fix makedepends | Roberto Oliveira | 2018-05-19 | 1 | -4/+4 |
| | | | | py-attrs does not need pytest to build | ||||
* | community/perl-yaml: upgrade to 1.26 | Francesco Colista | 2018-05-19 | 1 | -2/+2 |
| | |||||
* | testing/php7-igbinary: new aport | Andy Postnikov | 2018-05-19 | 1 | -0/+39 |
| | |||||
* | testing/php7-mongodb: set arch to all | Andy Postnikov | 2018-05-19 | 1 | -1/+1 |
| | |||||
* | community/uncrustify: upgrade to 0.67 | André Klitzing | 2018-05-19 | 1 | -2/+2 |
| | |||||
* | community/youtube-dl: use https for upstream URL | prspkt | 2018-05-19 | 1 | -2/+2 |
| | |||||
* | community/youtube-dl: upgrade to 2018.05.18 | prspkt | 2018-05-19 | 1 | -2/+2 |
| | |||||
* | testing/mongo-php7-library: upgrade to 1.3.2 and modernize | Andy Postnikov | 2018-05-19 | 1 | -7/+5 |
| | |||||
* | testing/py-distro: upgrade to 1.3.0 | Fabian Affolter | 2018-05-19 | 1 | -2/+2 |
| |