Commit Graph

7529 Commits

Author SHA1 Message Date
Henrik Grimler
803fae3222 Merge pull request #3657 from Grimler91/protobuf-c
libprotobuf-c: add package
2019-04-12 21:48:50 +02:00
Henrik Grimler
0b730b5d0f libprotobuf-c: add missing dependency protobuf 2019-04-12 21:37:30 +02:00
Leonid Pliushch
fd11dfb7c4 update license info & bump revisions for sl, unrar, frobtads 2019-04-12 17:24:48 +03:00
Leonid Pliushch
8b2ae5b3e8 package_uploader.sh: handle licenses "custom" and "non-free" 2019-04-12 17:23:45 +03:00
Leonid Pliushch
acacf14861 Revert "new package: nonfree-repo"
This reverts commit 551edcc8f4d69ede1e95fa13d1ad41173e437416.
2019-04-12 17:18:33 +03:00
Leonid Pliushch
cded93e316 Revert "frobtads, sl, unrar: disable packages because their license is not accepted by hosting"
This reverts commit d941ce1f79c4a66ac183a3b0b94082d47788a394.
2019-04-12 17:18:14 +03:00
Fredrik Fornwall
2d58caa19c socat: Update from 1.7.3.2 to 1.7.3.3 2019-04-12 01:40:15 +02:00
Fredrik Fornwall
e6ba34915f mpd: Update from 0.21.5 to 0.21.7 2019-04-12 01:33:12 +02:00
Fredrik Fornwall
3cb66bc5ea ghostscript: Update from 9.26 to 9.27 2019-04-12 01:32:42 +02:00
Fredrik Fornwall
12e610bc30 nginx: Update from 1.15.10 to 1.15.11 2019-04-12 01:32:35 +02:00
Fredrik Fornwall
65cacc9be6 mariadb: Update from 10.3.13 to 10.3.14 2019-04-11 23:46:32 +02:00
Fredrik Fornwall
9d21678983 nodejs: Update from 11.13.0 to 11.14.0 2019-04-11 23:08:09 +02:00
Fredrik Fornwall
41e1dc48dd libedit: Update from 20181209 to 20190324 2019-04-11 23:07:17 +02:00
Fredrik Fornwall
190ed15f9d libpixman: Update from 0.38.0 to 0.38.4 2019-04-11 23:07:08 +02:00
Fredrik Fornwall
11e79995c7 stunnel: Update from 5.51 to 5.53 2019-04-11 22:54:37 +02:00
Fredrik Fornwall
fbcb2f3dbc hugo: Update from 0.54.0 to 0.55.0 2019-04-11 22:51:26 +02:00
Fredrik Fornwall
3ab819f01f vim: Update from 8.1.1100 to 8.1.1150 2019-04-11 22:50:01 +02:00
its-pointless
47944e0290 math header refix 2019-04-11 23:14:10 +03:00
Henrik Grimler
7072ba04d8 libprotobuf-c: add package 2019-04-11 21:49:29 +02:00
Shayne Holmes
5f630bd495 vim: Fix scroll mappings
The included `vimrc` file sets mappings for <ScrollWheelUp> and
<ScrollWheelDown>, so that scrolling is smooth. Unfortunately,
'compatible' is set by default [0], so the `<>` notation used for those
mappings isn't enabled. Instead of the key `<ScrollWheelUp>` being
mapped, the mapping is actually from the typed string "<ScrollWheelUp>".

[0]: `:help compatible-default` explains that vim will turn the
'compatible' option off when "a user vimrc is found", or under various
other conditions (note that the system-wide vimrc doesn't count [1]),
but even in the case where a user vimrc exists, this system-wide vimrc
is executed before that happens.

[1]: From `:help compatible-default`:

    Note that this does NOT happen when a system-wide vimrc file was
    found.
2019-04-09 15:18:12 -07:00
Shayne Holmes
aa0c59c6cf vim: Update sensible.vim 2019-04-09 15:17:54 -07:00
Leonid Pliushch
5c8877c43a update command-not-found suggestions 2019-04-09 21:19:20 +03:00
Leonid Pliushch
b816bfa10b mpd: wrapper is no longer needed
DT_RUNPATH and versioned symbols do all work.
2019-04-09 20:13:58 +03:00
Leonid Pliushch
53c9c845bf swi-prolog: specify necessary host tools in setup-ubuntu.sh 2019-04-09 18:57:29 +03:00
Leonid Pliushch
3e75377b3e swi-prolog: prevent build failure on some environment configurations 2019-04-09 18:57:29 +03:00
Leonid Pliushch
8351a9bf18 ossp-uuid: reformat build.sh 2019-04-09 18:57:29 +03:00
Leonid Pliushch
b1aa515658 swi-prolog: reformat build.sh 2019-04-09 18:57:29 +03:00
erlanger
da5f38cb33 SWI-Prolog - update to 8.1.0 2019-04-09 18:57:29 +03:00
Leonid Pliushch
94bc15d58f notmuch: rebuild to fix broken symlink in manpages 2019-04-09 17:47:50 +03:00
Leonid Pliushch
8f042ae6b3 build-package.sh: do not try to gzip manpages that are already gzipped
Avoid warning and broken symlinks.
2019-04-09 17:45:43 +03:00
Leonid Pliushch
49139961ff finch: remove broken symlink libymsg.so
Seems like libpurple/protocols/yahoo is no longer available and libymsh.so
cannot be built.
2019-04-09 15:04:24 +03:00
Leonid Pliushch
619819c9d6 poppler: glib-mkenums fix is no longer needed 2019-04-09 14:50:54 +03:00
Tom Yan
7bfe758c81 build-package: set CMAKE_FIND_ROOT_PATH_MODE_PROGRAM to NEVER 2019-04-09 14:23:24 +03:00
Tom Yan
d825fb6191 libpulseaudio: bump revision after changes 2019-04-09 14:22:37 +03:00
Tom Yan
29b6c114f4 libpulseaudio: fix aaudio error callback
The error callback can be called before the transition of the sink
state has completed. It therefore needs to wait until the sink has
left init state before reconfiguring it with pa_sink_suspend calls.

Also try to recover from all errors (and log what the error is when
it is not AAUDIO_ERROR_DISCONNECTED).
2019-04-09 14:22:37 +03:00
Fredrik Fornwall
bcabe3b13c wireguard-tools: Update from 0.0.20190227 to 0.0.20190406 2019-04-07 22:48:19 +02:00
Fredrik Fornwall
07c0299ecb stunnel: Update from 5.50 to 5.51 2019-04-07 22:46:08 +02:00
Fredrik Fornwall
faa08364e2 php: Update from 7.3.3 to 7.3.4 2019-04-07 22:45:09 +02:00
Fredrik Fornwall
c0d22ec7d1 golang: Update from 1.12.1 to 1.12.2 2019-04-07 22:44:13 +02:00
Fredrik Fornwall
7f3e16b969 libcroco: Update from 0.6.12 to 0.6.13 2019-04-07 22:41:58 +02:00
Fredrik Fornwall
acd4e3a608 ffmpeg: Update from 4.1.2 to 4.1.3 2019-04-07 22:18:10 +02:00
Fredrik Fornwall
bd864e1a8b wget: Update from 1.20.2 to 1.20.3 2019-04-07 22:14:10 +02:00
Leonid Pliushch
f74c1c33e0 libllvm: bump revision after fixes 2019-04-06 22:53:25 +03:00
its-pointless
84abb50258 libomp x86_64 fix 2019-04-06 02:59:28 +03:00
its-pointless
5167be6376 lldb i686 fix 2019-04-06 02:58:54 +03:00
Tom Yan
4098976a2e buildorder.py: make subpackage pull its parent 2019-04-06 02:57:54 +03:00
Tom Yan
55c8d8fef7 openjpeg: remove unnecessary patches after update 2019-04-05 21:10:13 +03:00
Tom Yan
1db41f23a6 openjpeg: Update from 2.3.0 to 2.3.1 2019-04-05 18:56:13 +03:00
Leonid Pliushch
5d29da3dc6 termux-tools: do not start login shell if not running on terminal
Fixes execution of commands via non-interactive shell with OpenSSH.
Issue https://github.com/termux/termux-packages/issues/3620.
2019-04-04 12:50:54 +03:00
Fredrik Fornwall
9e5ab3997b strace: Update from 4.26 to 5.0 2019-04-04 00:28:15 +02:00