Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | community/composer: upgrade to 1.10.4 | Andy Postnikov | 2020-04-09 | 1 | -2/+2 | |
| | ||||||
* | community/hcloud: upgrade to 1.16.2 | Michał Polański | 2020-04-09 | 1 | -2/+2 | |
| | ||||||
* | community/gsoap: upgrade to 2.8.101 | Leo | 2020-04-09 | 1 | -2/+2 | |
| | ||||||
* | community/vulkan-headers: upgrade to 1.2.137 | Leo | 2020-04-09 | 1 | -2/+2 | |
| | ||||||
* | community/libssh: security upgrade to 0.9.4 | J0WI | 2020-04-09 | 1 | -3/+5 | |
| | ||||||
* | community/composer: upgrade to 1.10.3 | Andy Postnikov | 2020-04-09 | 1 | -2/+2 | |
| | ||||||
* | community/librdkafka: upgrade to 1.4.0 | Leo | 2020-04-09 | 1 | -2/+2 | |
| | ||||||
* | community/icingaweb2-module-director: added pcntl dependency | Francesco Colista | 2020-04-09 | 1 | -2/+2 | |
| | ||||||
* | community/icingaweb2: removed icinga2 dependency | Francesco Colista | 2020-04-09 | 1 | -1/+1 | |
| | | | | | We might want to use icingaweb2 on another host, where we don't want icinga2 stuff being installed | |||||
* | community/icingaweb2: added sqlite dependency | Francesco Colista | 2020-04-09 | 1 | -2/+3 | |
| | ||||||
* | community/firefox-esr: use our new Rust triplets | Milan P. Stanić | 2020-04-09 | 1 | -23/+3 | |
| | | | | | picked from git commit bfd07de95c94f6e6d79f26360f891a17e8aac1c4 made by Rasmus Thomsen <oss@cogitri.dev> | |||||
* | community/firefox: use our new Rust triplets | Rasmus Thomsen | 2020-04-09 | 2 | -65/+2 | |
| | ||||||
* | community/firefox: re-enable on armv7 | Rasmus Thomsen | 2020-04-09 | 2 | -24/+35 | |
| | ||||||
* | community/zathura-ps: set buildtype to plain | Sören Tempel | 2020-04-09 | 1 | -2/+4 | |
| | ||||||
* | community/gjs: set build type to plain | Sören Tempel | 2020-04-09 | 1 | -1/+2 | |
| | ||||||
* | community/geoclue: set builtype to plain | Sören Tempel | 2020-04-09 | 1 | -1/+2 | |
| | ||||||
* | community/openocd: move from testing | Sören Tempel | 2020-04-09 | 1 | -0/+37 | |
| | ||||||
* | community/cbindgen: bump pkgrel to avoid cache checksum failulres | Natanael Copa | 2020-04-09 | 1 | -1/+1 | |
| | ||||||
* | community/firefox-esr: security upgrade to 68.7.0 | Milan P. Stanić | 2020-04-09 | 1 | -1/+1 | |
| | | | | | security fixes: CVE-2020-6821 CVE-2020-6822 CVE-2020-6825 fix python2-dev in makedepends | |||||
* | community/firefox-esr: upgrade to 68.7.0 | Milan P. Stanić | 2020-04-09 | 1 | -2/+6 | |
| | | | | security fixes: CVE-2020-6821 CVE-2020-6822 CVE-2020-6825 | |||||
* | community/rust: unify triples on all architectures | Natanael Copa | 2020-04-09 | 2 | -15/+40 | |
| | | | | | | | | | Rebuild with target=$CTARGET to fix the tripliet to be consistent on all arches. also use python3 fixes #11349 | |||||
* | community/py3-pdfminer: upgrade to 20200402 | Leo | 2020-04-09 | 1 | -5/+11 | |
| | ||||||
* | community/ncurses5: modernize | Leo | 2020-04-08 | 1 | -22/+12 | |
| | ||||||
* | community/ncurses5: move from main | Leo | 2020-04-08 | 2 | -0/+128 | |
| | ||||||
* | community/antiword: modernize | Leo | 2020-04-08 | 1 | -20/+5 | |
| | ||||||
* | community/antiword: move from main | Leo | 2020-04-08 | 2 | -0/+69 | |
| | ||||||
* | community/desktop-file-utils: move from main | Leo | 2020-04-08 | 2 | -0/+33 | |
| | ||||||
* | community/figlet: modernize | Leo | 2020-04-08 | 1 | -23/+10 | |
| | ||||||
* | community/figlet: move from main | Leo | 2020-04-08 | 2 | -0/+64 | |
| | ||||||
* | community/cogl: move from main | Leo | 2020-04-08 | 2 | -0/+128 | |
| | ||||||
* | community/lucene++: move from main | Leo | 2020-04-08 | 1 | -0/+33 | |
| | ||||||
* | community/firefox: disable on armv7 | Leo | 2020-04-08 | 1 | -1/+5 | |
| | ||||||
* | community/firefox: disable NEON on arm in third-party aom dep | Rasmus Thomsen | 2020-04-08 | 2 | -1/+33 | |
| | | | | | | | | | | This fixes the build on ARM. Otherwise it fails with: In file included from /home/buildozer/aports/community/firefox/src/firefox-75.0/third_party/aom/aom_dsp/arm/blend_a64_mask_neon.c:12: /home/buildozer/aports/community/firefox/src/firefox-75.0/third_party/aom/av1/common/arm/mem_neon.h: In function 'load_u8_8x8': /usr/lib/gcc/armv7-alpine-linux-musleabihf/9.3.0/include/arm_neon.h:10303:1: error: inlining failed in call to always_inline 'vld1_u8': target specific option mismatch 10303 | vld1_u8 (const uint8_t * __a) | ^~~~~~~ | |||||
* | community/aom: fix build on armv7/armhf by disabling NEON optimizations | Rasmus Thomsen | 2020-04-08 | 2 | -3/+25 | |
| | ||||||
* | community/intel-media-driver: upgrade to 20.1.1 | Leo | 2020-04-08 | 1 | -2/+2 | |
| | ||||||
* | community/websocket++: move from main | Leo | 2020-04-08 | 1 | -0/+31 | |
| | ||||||
* | community/minizip: move from main | Leo | 2020-04-08 | 2 | -0/+61 | |
| | ||||||
* | community/libmaa: modernize | Leo | 2020-04-08 | 1 | -11/+8 | |
| | ||||||
* | community/libmaa: move from main | Leo | 2020-04-08 | 2 | -0/+45 | |
| | ||||||
* | community/libidl: modernize | Leo | 2020-04-08 | 1 | -8/+3 | |
| | ||||||
* | community/libidl: move from main | Leo | 2020-04-08 | 1 | -0/+42 | |
| | ||||||
* | community/libgsf: move from main | Leo | 2020-04-08 | 1 | -0/+44 | |
| | ||||||
* | community/xfce4-notifyd: upgrade to 0.6.0 | Leo | 2020-04-08 | 1 | -9/+5 | |
| | ||||||
* | community/libraw1394: modernize | Leo | 2020-04-08 | 1 | -11/+3 | |
| | ||||||
* | community/libraw1394: move from main | Leo | 2020-04-08 | 1 | -0/+47 | |
| | ||||||
* | community/libiec61883: modernize | Leo | 2020-04-08 | 1 | -5/+0 | |
| | ||||||
* | community/libiec61883: move from main | Leo | 2020-04-08 | 1 | -0/+47 | |
| | ||||||
* | community/libavc1394: modernize | Leo | 2020-04-08 | 1 | -10/+2 | |
| | ||||||
* | community/libavc1394: move from main | Leo | 2020-04-08 | 3 | -0/+72 | |
| | ||||||
* | community/dvgrab: modernize | Leo | 2020-04-08 | 1 | -9/+3 | |
| |