aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* testing/shairport-sync: don't start with --daemonJakub Jirutka2017-04-113-3/+52
|
* testing/shairport-sync: fix and modernize abuildJakub Jirutka2017-04-111-22/+15
|
* testing/shairport-sync: add init scriptHenrik Nilsson2017-04-112-5/+15
|
* testing/shairport-sync: upgrade to 3.0.2Henrik Nilsson2017-04-111-5/+5
|
* testing/etcd: rename subpkg etcd-etcdctl to etcd-ctlJakub Jirutka2017-04-111-3/+3
|
* testing/etcd: move etcdctl to subpackageEd Robinson2017-04-111-3/+8
| | | | | | | etcdctl can be a useful utility to have without etcd itself, when connecting to a remote cluster, or from within a container. Equaly it might not be needed when installing the server.
* testing/ghc: improve and fix abuildJakub Jirutka2017-04-112-45/+63
|
* testing/ghc: rearrange variables into conventional orderJakub Jirutka2017-04-111-30/+26
|
* testing/wireguard-vanilla: rebuild against kernel 4.9.21-r0Natanael Copa2017-04-101-1/+1
|
* testing/wireguard-grsec: rebuild against kernel 4.9.21-r0Natanael Copa2017-04-101-1/+1
|
* testing/virtualbox-additions-grsec: rebuild against kernel 4.9.21-r0Natanael Copa2017-04-101-1/+1
|
* testing/sch-cake-grsec: rebuild against kernel 4.9.21-r0Natanael Copa2017-04-101-1/+1
|
* testing/ipt-netflow-grsec: rebuild against kernel 4.9.21-r0Natanael Copa2017-04-101-1/+1
|
* testing/php7-ast: Package updateFabio Ribeiro2017-04-101-6/+5
|
* testing/php7-stats: Package updateFabio Ribeiro2017-04-101-9/+7
|
* testing/php7-timezonedb: Pacakge UpdateFabio Ribeiro2017-04-101-9/+7
|
* testing/php7-oauth: Package updateFabio Ribeiro2017-04-101-9/+7
|
* testing/php7-msgpack: Package updateFabio Ribeiro2017-04-101-9/+7
|
* testing/php7-mailparse: Package updateFabio Ribeiro2017-04-101-9/+7
|
* testing/php7-redis: Package updateFabio Ribeiro2017-04-101-16/+12
|
* testing/php7-memcached: Pacakge updateFabio Ribeiro2017-04-101-10/+12
|
* testing/php7-mongodb: Package updateFabio Ribeiro2017-04-101-8/+7
|
* testing/php7-amqp: package updateFabio Ribeiro2017-04-101-4/+4
|
* testing/py-scipy: upgrade to 0.19.0 and modernize abuildAndré Klitzing2017-04-101-19/+7
|
* testing/py-h2: new aportAndré Klitzing2017-04-101-0/+45
|
* testing/perl-anyevent-influxdb: Upgrade to 1.0.2.0Nick Andrew2017-04-101-14/+16
|
* testing/perl-anyevent-http: upgrade to 2.23Nick Andrew2017-04-101-16/+23
|
* testing/wireguard-vanilla: update to 0.0.20170409Stuart Cardall2017-04-101-2/+2
|
* testing/wireguard-grsec: update to 0.0.20170409Stuart Cardall2017-04-101-2/+2
|
* testing/wireguard-tools: update to 0.0.20170409Stuart Cardall2017-04-101-2/+2
|
* testing/lvm-libunwind: really add the patchJakub Jirutka2017-04-101-0/+51
|
* testing/llvm-libunwind: fix build on aarch64Jakub Jirutka2017-04-101-2/+4
|
* testing/vcdimager: fix build on aarch64William Pitcock2017-04-091-0/+6
|
* testing/llvm-libunwind: new aportJakub Jirutka2017-04-091-0/+45
| | | | | http://llvm.org/ LLVM version of libunwind library
* testing/xorgxrdp: new aportCarlo Landmeter2017-04-091-0/+35
|
* testing/rust: fix check-rustc, dynamic exec *must* have INTERPJakub Jirutka2017-04-092-16/+14
|
* testing/rust: disable jemallocJakub Jirutka2017-04-091-2/+6
| | | | | | | | | I found out that jemalloc significantly increases size of statically linked binaries produced by rustc (stripped hello_world 186 kiB vs. 358 kiB) and it seems that it does not gain justifiable performance boost (actually even negative in some tests). https://users.rust-lang.org/t/optimizing-rust-binaries-observation-of-musl-versus-glibc-and-jemalloc-versus-system-alloc/8499/7
* testing/rust: add check for static/dynamic PICJakub Jirutka2017-04-093-9/+109
|
* testing/rust: build with Cargo specified in stage0.txtJakub Jirutka2017-04-091-3/+8
| | | | This is not necessary, but better...
* testing/rust: remove unneeded crt*.o filesJakub Jirutka2017-04-091-1/+4
|
* testing/rust: add -dbg subpackage, let binaries to be strippedJakub Jirutka2017-04-091-3/+3
| | | | | | | | I don't remember the exact reason why I've disabled stripping. Maybe I get it from Fedora package [1]? Anyway, I've checked that our strip does not remove .rustc section, so it should be probably okay. [1]: https://src.fedoraproject.org/cgit/rpms/rust.git/tree/rust.spec?id=2453b710d43f1f9cacc53b4e9caa2da2f9c888ac#n185
* testing/rust: build with vendored jemallocJakub Jirutka2017-04-092-12/+67
|
* testing/rust: remove duplicated libs and move only *.rlib to -stdlibJakub Jirutka2017-04-092-13/+55
|
* testing/rust: link with LLVM dynamicallyJakub Jirutka2017-04-091-1/+2
|
* testing/rust: upgrade to 1.16.0 and properly fix dynamic linkingJakub Jirutka2017-04-098-175/+682
|
* testing/rust: add missing dependency on gccJakub Jirutka2017-04-091-1/+4
|
* testing/rust: modernize abuildJakub Jirutka2017-04-091-22/+22
|
* testing/tvheadend: new 20170408 snapshotCarlo Landmeter2017-04-092-1615/+1627
|
* testing/perl-specio: Adjusting dependenciesBreno Leitao2017-04-081-1/+1
| | | | | perl-specio fails to build due to lack of dependency. Adding perl as dependecy for specio.
* testing/perl-specio: New aportBreno Leitao2017-04-081-0/+30
| | | | | | Adding new package to the archive because there is one package (community/perl-net-cli-interact) that FTBFS because it depends on this package.