aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
...
* community/psmisc: upgrade to silently re-released 23.2info@mobile-stream.com2018-11-301-2/+2
| | | | | | | | | | | | Re-packaged psmisc-23.2.tar.xz was uploaded upstream at 24 Sep 2018. New/changed lines from ChangeLog suggest some non-cosmetic fixes: * docs: Fix fuser.1 groff errors Debian #900225 * killall: ignore -n 0 #15 * killall: another crack at fixing getopt #12 #13 Note the original tarball (with a matching checksum) is still available in "psmisc devel" subfolder in SF Files tab.
* community/drawterm: fix build on mips*info@mobile-stream.com2018-11-302-0/+39
| | | | | Do not bump pkgrel since only strictly mips-specific files were changed and no previously built mips* apks exist.
* community/gammu: fix buildinfo@mobile-stream.com2018-11-302-2/+14
| | | | | | | | Compilation fails in libgammu/device/devfunc.c:socket_read() with a bunch of select()-related errors (probably due to some change in the include chain since the last rebuild). Fix by including <sys/select.h> explicitly. Test still passes on x86_64 and mipsel at least.
* community/cmus: fix build on mips{el} (-latomic)info@mobile-stream.com2018-11-302-3/+63
| | | | | This adds generic -latomic check so likely covers all architectures without 64-bit atomic built-ins (e.g. armel too).
* community/z3: immintrin.h only available on i386Carlo Landmeter2018-11-302-3/+3
|
* community/roundcubemail: security upgrade to 1.3.8 (CVE-2018-19206)Natanael Copa2018-11-291-3/+5
| | | | fixes #9696
* community/ocaml: disable build on mips*info@mobile-stream.com2018-11-291-1/+1
| | | | | | | List supported architectures explicitly since OCaml compiler supports amd64 (x86_64), arm (armel, armhf, armv7), arm64 (aarch64), i386 (x86), power (ppc64le) and s390x only. Keep arm*, x86, s390x out of the list, just as before.
* community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.14.84-r0Natanael Copa2018-11-291-1/+1
|
* community/aws-ena-driver-vanilla: rebuild against kernel 4.14.84-r0Natanael Copa2018-11-291-1/+1
|
* community/icinga2: upgrade to 2.10.2Francesco Colista2018-11-281-3/+3
|
* community/fastjar: move from mainNatanael Copa2018-11-283-0/+85
|
* community/zabbix: upgrade to 4.0.2Leonardo Arena2018-11-282-35/+3
|
* community/xfce4-clipman-plugin: upgrade to 1.4.3Natanael Copa2018-11-281-8/+6
|
* community/gigolo: upgrade to 0.4.90Natanael Copa2018-11-281-4/+4
|
* community/gigolo: move from mainNatanael Copa2018-11-281-0/+36
|
* community/xfce4-notifyd: upgrade to 0.4.3Natanael Copa2018-11-281-5/+5
|
* community/thunar-volman: upgrade to 0.9.1Natanael Copa2018-11-281-2/+2
|
* community/xfce4-session: add support for xfce4-screensaverNatanael Copa2018-11-282-3/+18
|
* community/ripmime: fix ppc64le build by disable Werror to fix snprintf warningsMike Sullivan2018-11-272-2/+15
|
* community/pdns: security upgrade to 4.1.5 - CVE-2018-10851 - CVE-2018-14626J0WI2018-11-272-36/+6
|
* community/pdns-recursor: security upgrade to 4.1.8 - CVE-2018-16855J0WI2018-11-271-2/+4
|
* community/pdns-recursor: security upgrade to 4.1.7 - CVE-2018-10851 - ↵J0WI2018-11-272-36/+7
| | | | CVE-2018-14644 - CVE-2018-14626
* community/webkit2gtk: security upgrade to 2.22.4 (CVE-2018-4372)Natanael Copa2018-11-271-2/+4
| | | | fixes #9704
* community/z3: fix ppc64le build break to skip use of immintrin.hMike Sullivan2018-11-272-1/+15
|
* community/erlang: remove the two CORBA applications i somehow missedWilliam Pitcock2018-11-261-2/+0
|
* community/elixir: upgrade to 1.7.4William Pitcock2018-11-261-2/+2
|
* community/erlang: upgrade to 21.1William Pitcock2018-11-262-35/+4
|
* community/php7-pecl-event: upgrade to 2.4.2Andy Postnikov2018-11-261-3/+3
|
* community/libstaroffice: upgrade to 0.0.6, modernizeinfo@mobile-stream.com2018-11-262-7/+20
| | | | | | | | | | Another package that suffers from stricter -Werror in gcc8. Instead of trying to fix massive -Werror=parentheses case with upstream commit abf19de1ad394523ccb8825e49d719063b2ea27f (35 changed files, 972 additions/deletions), just upgrade to the next version and shut up a single -Werror=maybe-uninitialized failure. Test still passes on x86_64 and mipsel at least.
* community/bluefish: fix makedepends (intltool)info@mobile-stream.com2018-11-261-2/+2
|
* community/mousepad: add check()Leonardo Arena2018-11-261-2/+6
|
* community/mousepad: fix makedepends (intltool)info@mobile-stream.com2018-11-261-2/+2
|
* community/gcompat: update to 0.3.0raschi.alex@gmail.com2018-11-261-3/+3
| | | | * fixes #9616
* community/fzf: enable on all archesraschi.alex@gmail.com2018-11-261-1/+1
| | | | * fixes #9575
* community/mumudvb: fix build against linux-headers-4.18.3info@mobile-stream.com2018-11-262-1/+38
| | | | This pulls upstream commit 596f7dbebd2590f7e77cf755af46952f340ddb97
* community/ripmime: fix build with gcc8 (useful -Werror)info@mobile-stream.com2018-11-262-2/+37
| | | | | | | Note the package builds its tnef/tnef.c assuming the platform is big-endian, e.g. on x86_64, line 22: http://build.alpinelinux.org/buildlogs/build-3-8-x86_64/community/ripmime/ripmime-1.4.0.10-r0.log This seems very wrong but this patch does not try to fix it.
* community/upx: modernize, no test suiteLeonardo Arena2018-11-261-1/+2
|
* community/upx: fix build with gcc8 (-Werror too strict)info@mobile-stream.com2018-11-261-1/+2
|
* community/libodfgen: upgrade to 0.1.7, modernizeinfo@mobile-stream.com2018-11-261-13/+5
| | | | | - essentially fix gcc8-related build failure (-Werror=parentheses); - remove update_config_sub since it is no longer necessary;
* community/notmuch: fix checkdepends (perl)info@mobile-stream.com2018-11-261-2/+2
|
* community/pgimportdoc: upgrade to 0.1.3info@mobile-stream.com2018-11-261-2/+2
| | | | New version fixes build against PostgreSQL 11.
* community/pgexportdoc: upgrade to 0.1.3info@mobile-stream.com2018-11-261-2/+2
| | | | New version fixes build against PostgreSQL 11.
* community/remind: fix source URLinfo@mobile-stream.com2018-11-261-3/+3
| | | | Also update the project's web site according to the notice on the old page.
* community/uncrustify: upgrade to 0.68.1André Klitzing2018-11-241-2/+2
|
* community/php7-pecl-yaml: upgrade to 2.0.4Andy Postnikov2018-11-241-2/+2
|
* community/duo_unix: upgrade to 1.11.0Paul Morgan2018-11-231-2/+2
| | | | | | | | Changes from 1.10.5 include: - Add support for GECOS field parsing based on user-supplied delimiter - Update README to include development/testing steps - Minor test infrastructure updates
* community/open-vm-tools: move from mainNatanael Copa2018-11-2319-0/+1037
|
* community/alpine-make-rootfs: upgrade to 0.2.0Jakub Jirutka2018-11-231-4/+4
|
* community/emscripten-fastcomp: build fix for gcc8info@mobile-stream.com2018-11-232-3/+36
| | | | The patch is taken from Fedora.
* community/gitea upgrade to 1.6.0Bwko2018-11-231-2/+2
|