Jiri Slachta
e549c53f36
Merge pull request #7952 from neheb/patch-3
...
libxslt: Update to 1.1.33
2019-01-16 05:16:37 +01:00
Ted Hess
6633ac3afd
Merge pull request #7966 from ja-pa/libmad-security-fix
...
libmad: patch multiple CVEs
2019-01-15 14:26:15 -05:00
Jan Pavlinec
4e545179c6
libmad: patch multiple CVEs and add CPE
...
Fixes
CVE-2017-8374
CVE-2017-8373
CVE-2017-8372
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz >
2019-01-15 18:32:55 +01:00
Rosen Penev
25f520fb43
libarchive: Update configure arguments
...
Some of these were introduced after the Makefile was written. Adding them
guarentees fewer issues down the road.
Also did some small reorganization for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-14 12:51:47 -08:00
Peter Wagner
e6760f31d7
alsa-lib: update to 1.1.8
...
Signed-off-by: Peter Wagner <tripolar@gmx.at >
2019-01-14 20:22:42 +01:00
Hannu Nyman
581ee40e44
Merge pull request #7904 from ja-pa/libarchive-patch-cve
...
libarchive: patch multiple CVEs
2019-01-14 17:30:21 +02:00
Rosen Penev
666d28e94e
libxslt: Update to 1.1.33
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-13 10:39:10 -08:00
Hannu Nyman
42700544f4
Revert "libmicrohttpd: Update to 0.9.62"
...
Reverted at request by Daniel Engberg.
https://github.com/openwrt/packages/pull/7706#issuecomment-453734749
This reverts commit d4a62bbbca .
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi >
2019-01-12 12:03:53 +02:00
Hannu Nyman
aae8048b7f
Merge pull request #7805 from iamperson347/patch-4
...
getdns: Remove iamperson347 from maintainer
2019-01-12 11:48:40 +02:00
Hannu Nyman
3b898b79a8
Merge pull request #7790 from micmac1/sqlite3-init
...
sqlite3: various improvements
2019-01-12 11:34:24 +02:00
Hannu Nyman
2313d9fe9a
Merge pull request #7706 from neheb/patch-11
...
libmicrohttpd: Update to 0.9.62
2019-01-12 11:32:09 +02:00
Peter Wagner
35a6426233
libsndfile: update to 2019-01-10-58c64581
...
Signed-off-by: Peter Wagner <tripolar@gmx.at >
2019-01-11 17:38:22 +01:00
Jan Pavlinec
37850cdd54
libarchive: patch multiple CVEs
...
Fixes
CVE-2018-1000880
CVE-2018-1000879
CVE-2018-1000878
CVE-2018-1000877
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz >
2019-01-08 08:55:29 +01:00
Hannu Nyman
e7e4e26241
Merge pull request #7777 from neheb/patch-9
...
libpng: Update to 1.6.36
2019-01-05 20:17:09 +02:00
Rosen Penev
619e1f5f20
quasselc: Update to latest commit
...
Switched to codeload for simpler Makefile.
Several adjustments for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-01-04 16:48:20 -08:00
Michael Heimpold
d5f0331c91
libxml2: update to 2.9.9
...
Also drop the CVE patches which are already covered by this new release.
Compile tested for and run tested on mxs platform.
Signed-off-by: Michael Heimpold <mhei@heimpold.de >
2019-01-03 21:08:46 +01:00
Deng Qingfang
187f61aab9
libev: update to 4.25
...
Full changelog: http://cvs.schmorp.de/libev/Changes?view=markup
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn >
2019-01-03 18:30:16 +08:00
Leonardo Medici
b2687fd9d0
libgphoto2: update package 2.5.22
...
Signed-off-by: Leonardo Medici <leonardo_medici@me.com >
2019-01-02 14:58:02 +01:00
Nikos Mavrogiannopoulos
86e8cf603d
Merge pull request #7812 from neheb/pam2
...
libpam: Update to 1.3.1
2019-01-02 08:45:04 +01:00
Peter Wagner
5bae7c73a7
libsndfile: update to 42132c543358cee9f7c3e9e9b15bb6c1063a608e
...
Fixes CVE-2018-19758
2019-01-02 01:03:31 +01:00
Rosen Penev
6f74b0c4f1
libpam: Update to 1.3.1
...
Upstream switched to GitHub for releases. Follow suit.
Rearranged Makefile quite a bit to be more similar to other projects.
Added PKG_BUILD_PARALLEL for faster compilation.
Added PKG_CPE_ID for proper CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-30 12:21:04 -08:00
Rosen Penev
38c27f5a49
ibrcommon: Remove uclibc++ usage
...
The dependent packages fail to build when using uclibc++ due to some
missing feature. It's probably easy to add a fix but for right now, switch
back to fix compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-30 09:36:17 -08:00
David Mora
8a011859ec
getdns: Remove iamperson347 from maintainer
...
I am no longer able to support maintaining the getdns lib for openwrt. I suggest Jonathan Underwood <jonathan.underwood@gmail.com > as a replacement.
2018-12-30 09:50:39 -05:00
Sebastian Kemper
a34c27d9a4
sqlite3: small improvements
...
This commit:
- adds support for parallel builds (the possibilities of building parts
of sqlite3 in parellel are limited, but there is no downside)
- adds a CVE/CPE ID
- Removes useless "=1" from -D[EFINES]
- Adds --disable-debug (default anyway, just makes it explicit), put
--disable-static-shell up top to sort the list alphabetically
- Saves one INSTALL_DIR line in the end
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net >
2018-12-30 13:37:32 +01:00
Othmar Truniger
dd60c8b9ea
libfmt: bump to version 5.3.0
...
Signed-off-by: Othmar Truniger <github@truniger.ch >
2018-12-29 14:29:57 +01:00
Hannu Nyman
82702ff9d0
Merge pull request #7703 from neheb/patch-8
...
libuv: Update to 1.24.1
2018-12-29 12:31:45 +02: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
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
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
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
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
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
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
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
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
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
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
76f356202a
Merge pull request #7632 from neheb/gpg
...
libgpg-error: Update to 1.33
2018-12-26 19:41:24 +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
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
Rosen Penev
5d1445ab75
libpng: Update to 1.6.36
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-26 08:51:46 -08:00
Ted Hess
ac0ef1f043
Merge pull request #7766 from neheb/patch-9
...
libaudiofile: Allow compilation with uclibc++
2018-12-26 07:14:49 -05:00
Daniel Engberg
62d8f72c4a
libs/alsa-lib: Add /etc/asound.conf for backup
...
Even if /etc/asound.conf isn't installed we should try to
preserve user configurations during sysupgrades
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net >
2018-12-26 00:06:06 +01:00
Peter Wagner
c849172949
libsndfile: update to 8ddc442d539ca775d80cdbc7af17a718634a743f
...
a/ulaw: fix multiple buffer overflows
Signed-off-by: Peter Wagner <tripolar@gmx.at >
2018-12-25 04:03:28 +01:00