Commit Graph

16930 Commits

Author SHA1 Message Date
Ted Hess 2dcbb6f240 Merge pull request #7786 from diizzyy/patch-1
sound/mpd: Update to 0.20.23
2018-12-28 13:06:02 -05:00
Ted Hess 4a7a97d2e4 Merge pull request #7787 from diizzyy/libmpdclient
libs/libmpdclient: Update to 2.16
2018-12-28 13:05:30 -05:00
Hannu Nyman 37da1760ff Merge pull request #7795 from zhaojh329/libuwsc
libuwsc: Update to 3.2.0
2018-12-28 19:24:36 +02:00
Jianhui Zhao 3b5876eb86 libuwsc: Update to 3.2.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-12-28 22:43:49 +08:00
Michael Heimpold b83191132f Merge pull request #7705 from neheb/patch-10
libiio: Update to 0.16
2018-12-28 15:40:35 +01:00
Hannu Nyman cee1e13c9d Merge pull request #7654 from BKPepe/youtube-dl
youtube-dl: update to version 2018.12.09
2018-12-28 15:38:06 +02:00
Eneas U de Queiroz f82fc56847 lualane: avoid luajit dependency
Set LUA_LIBS=-llua manually to avoid picking up libluajit.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-28 10:27:17 -02:00
Stijn Tintel 6bd150a479 Merge pull request #7778 from neheb/patch-13
libpfring: Update to 7.4.0
2018-12-28 11:37:10 +01:00
Eneas U de Queiroz d33a4c4924 keepalived: build without libipset
keepalived 2.0.7 is not compatible with libipset 7.x.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-28 11:02:00 +08:00
Hannu Nyman c16948a856 Merge pull request #7662 from neheb/lanes
lualanes: Update to 3.13.0
2018-12-27 19:38:43 +02:00
Hannu Nyman 5019398b8b Merge pull request #6972 from neheb/double
libdouble-conversion: Update to 3.1.1
2018-12-27 19:34:49 +02:00
Hannu Nyman 29b4e46020 Merge pull request #7719 from neheb/patch-24
psqlodbc: Update to 11.00.0000
2018-12-27 19:15:37 +02:00
Hannu Nyman 74a17bf87f Merge pull request #7770 from jqqqqqqqqqq/master
fish: fixed apropos not found
2018-12-27 15:46:14 +02:00
Hannu Nyman f53f78e0b1 Merge pull request #7762 from zhaojh329/rtty
rtty: update to 6.4.1
2018-12-27 15:31:59 +02:00
Curtis Jiang 94cdc5adc7 fixed apropos not found
Signed-off-by: Curtis Jiang <jqqqqqqqqqq@qq.com>
2018-12-27 21:30:52 +08:00
Hannu Nyman 234fc70c73 Merge pull request #7760 from cshoredaniel/pr-nut-server-init-driver-updates
nut: server init driver updates
2018-12-27 15:30:19 +02:00
Sebastian Kemper 4e30b3b62a sqlite3: make cli-editing support selectable
sqlite3 can use libedit, readline or disable command-line editing
support altogether. This commit adds a choice to menuselect.

The default is changed from readline to libedit, as the latter is
upstream's first choice and is also a bit smaller than readline.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-27 11:11:22 +01:00
Thomas Heil aa6b39021d Merge pull request #7782 from neheb/patch-5
libpcre: Allow building with uclibc++
2018-12-27 11:11:08 +01:00
Sebastian Kemper 0b6d2678c1 sqlite3: add configure switches to menuselect
Adds (most) configure switches to menuselect. The defaults are _not_
changed, meaning the default configuration itself remains the same.

This enables changing the configuration through menuselect and adds
flags that other packages may use.

Config.in is renamed to Config-lib.in in anticipation of a future commit
where the cli tool package also gets a file to source.

The variables also get a prefix change from SQLITE to SQLITE3 in case
there will be a new major release in the future that may coexist with
sqlite3.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-27 11:10:31 +01:00
Thomas Heil e49b131053 Merge pull request #7512 from neheb/crt
crtmpserver: Fix compilation without deprecated OpenSSL APIs
2018-12-27 11:09:41 +01:00
Dirk Brenken d5ddc24dfa Merge pull request #7784 from dibdot/banip
banip: release 0.0.7
2018-12-27 07:23:11 +01:00
Dirk Brenken 85efcd6e45 Merge pull request #7781 from dibdot/adblock
adblock: release 3.6.1
2018-12-27 07:22:42 +01:00
Rosen Penev 80826d8b7b crtmpserver: Fix compilation without deprecated OpenSSL APIs
Switched to codeload to simplify the Makefile.

Removed the website as it is no longer valid.

Renamed .diff file to .patch

Added uclibc++ support. Fixed 060-add-missing-includes.patch , which was
totally wrong to begin with. C headers are generally not used with C++
programs.

Minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-26 18:01:10 -08:00
Rosen Penev a005877193 python-pcapy: Add uclibc++ support
Reduces space required on the target device.

Added patch to get rid of the explicit libstdcpp dependency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-26 15:54:21 -08:00
Daniel Engberg ba15e057e1 libs/libmpdclient: Update to 2.16
Update libmpdclient to 2.16

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-12-26 23:18:05 +01:00
Daniel Engberg cd98819f2e sound/mpd: Update to 0.20.23
Update to mpd to 0.20.23
Remove old compiler workarounds

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-12-26 23:06:08 +01:00
Dirk Brenken 939979a7a9 banip: release 0.0.7
* determine L3 and L2 network devices to support pppoe interfaces
correctly

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-12-26 21:52:26 +01:00
Hannu Nyman 97836d987f Merge pull request #7656 from neheb/msm
msmtp: Update to 1.8.1
2018-12-26 22:47:25 +02:00
Rosen Penev d75631a75a libpcre: Allow building with uclibc++
This makes the libc++ adjustable

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-26 12:27:35 -08:00
Hannu Nyman 71953c566a Merge pull request #7774 from diizzyy/patch-21
utils/dbus: Update to 1.12.12
2018-12-26 22:24:36 +02:00
Hannu Nyman 545ee10043 Merge pull request #7773 from TDT-AG/pr/20181225-mwan3
mwan3: code cleanup
2018-12-26 22:24:09 +02:00
Dirk Brenken 9ec73489e0 adblock: release 3.6.1
* report engine supports multiple listening ports, set
  'adb_replisten' to a space separated list of ports,
  default '53'
* report engine supports multiple interfaces, set 'adb_repiface'
  to 'any'
* small fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-12-26 21:19:21 +01:00
Rosen Penev 9da161b8ae libdouble-conversion: Update to 3.1.1
Switched to codeload and updated the Makefile to standards.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-26 11:33:59 -08:00
Rosen Penev e572fbc753 grep: Update to 3.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-26 11:26:28 -08:00
Rosen Penev 433f882cd6 libpfring: Update to 7.4.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-26 11:11:02 -08:00
Hannu Nyman ca6fe95dbb Merge pull request #7658 from neheb/chaos
chaosvpn: Fix compilation without deprecated OpenSSL APIs
2018-12-26 19:55:31 +02:00
Hannu Nyman 0740a5d5b8 Merge pull request #7683 from neheb/patch-3
tio: Update to 1.32
2018-12-26 19:54:27 +02:00
Hannu Nyman f5666873c1 Merge pull request #7680 from neheb/patch-21
pv: Update to 1.6.6
2018-12-26 19:50:18 +02:00
Hannu Nyman 28a5a3572e Merge pull request #7691 from neheb/patch-5
libndpi: Update to 2.6
2018-12-26 19:49:05 +02:00
Hannu Nyman 1a15d320db Merge pull request #7696 from salzmdan/liburcu
liburcu: update to 0.9.5
2018-12-26 19:48:19 +02:00
Hannu Nyman de766b2cd6 Merge pull request #7697 from salzmdan/master
libedit: update to 20181209-3.1
2018-12-26 19:47:45 +02:00
Hannu Nyman 5a8af6e281 Merge pull request #7751 from gladiac1337/feature-haproxy-v1.8.16
haproxy: Update HAProxy to v1.8.16
2018-12-26 19:47:07 +02:00
Hannu Nyman d3adadf845 Merge pull request #7736 from diizzyy/patch-20
sqlite3: Set platform configuration flags & cleanup
2018-12-26 19:46:36 +02:00
Hannu Nyman b65c6ee965 Merge pull request #7649 from dengqf6/samba4
samba4: update to 4.9.4
2018-12-26 19:44:19 +02:00
Hannu Nyman f806f55e9e Merge pull request #7647 from neheb/aria
aria2: Fix compilation without deprecated OpenSSL APIs
2018-12-26 19:43:00 +02:00
Hannu Nyman 76f356202a Merge pull request #7632 from neheb/gpg
libgpg-error: Update to 1.33
2018-12-26 19:41:24 +02:00
Hannu Nyman b42779ed71 Merge pull request #7655 from cotequeiroz/pyjwt-1.7.1
pyjwt: bump to version 1.7.1
2018-12-26 19:40:39 +02:00
Hannu Nyman 3b22387081 Merge pull request #7765 from neheb/patch-6
ibrcommon: Allow usage of uclibc++
2018-12-26 19:39:58 +02:00
Hannu Nyman 75a3f71423 Merge pull request #7761 from cshoredaniel/pr-gitolite-codeload-update
gitolite: Update to 3.6.10 and switch to codeload
2018-12-26 19:39:12 +02:00
Hannu Nyman a38d5c7268 Merge pull request #7747 from val-kulkov/openldap-package
openldap: version update and new build parameters
2018-12-26 19:37:39 +02:00