aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libs/c-ares: Update to 1.15.0Karl Palsson2018-10-29
| | | | | | | | | | Full changelog at https://c-ares.haxx.se/changelog.html Of interest: * fixes warnings with modern gcc * reports not found for onion addresses per RFC7686 Signed-off-by: Karl Palsson <karlp@etactica.com>
* Merge pull request #7209 from ldir-EDB0/libsshKevin Darbyshire-Bryant2018-10-29
|\ | | | | libssh: bump to 0.7.6 CVE-2018-10933 fix
| * libssh: bump to 0.7.6 CVE-2018-10933 fixKevin Darbyshire-Bryant2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump from 0.7.5 to 0.7.6. Upstream changelog: Fixed CVE-2018-10933 Added support for OpenSSL 1.1 Added SHA256 support for ssh_get_publickey_hash() Fixed config parsing Fixed random memory corruption when importing pubkeys Backported upstream patches since 0.7.6 to fix interactive authentication issues amongst other things: 9d5cf209 libcrypto: Fix memory leak in evp_final() 10397321 gssapi: Set correct state after sending GSSAPI_RESPONSE (select mechanism OID) 7ad80ba1 server: Fix compile error acb0e4f4 examples: Explicitly track auth state in samplesshd-kbdint 3fe7510b messages: Check that the requested service is 'ssh-connection' 734e3ce6 server: Set correct state after sending INFO_REQUEST (Kbd Interactive) e4c6d591 packet: Add missing break in ssh_packet_incoming_filter() f81ca616 misc: Add strndup implementation if not provides by the OS Refresh patches. Remove local backport for OpenSSL 1.1 support as is now in release Remove PKG_INSTALL & CMAKE vars that are defaulted anyway Add PKG_CPE_ID:=cpe:/a:libssh:libssh for CVE tracking Remove BROKEN tag as is no longer broken Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | libpam: Update to 1.3.0Rosen Penev2018-10-28
| | | | | | | | | | | | Removed upstreamed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | websocketpp: Add package (WebSocket++)Bruno Randolf2018-10-28
| | | | | | | | | | | | | | WebSocket++ is a header only C++ library that implements RFC6455 The WebSocket Protocol. Signed-off-by: Bruno Randolf <br1@einfach.org>
* | Merge pull request #7063 from neheb/patch-38Hannu Nyman2018-10-28
|\ \ | | | | | | libsearpc: Update to 3.1.0
| * | libsearpc: Update to 3.1.0Rosen Penev2018-10-14
| | | | | | | | | | | | | | | | | | | | | | | | Switch to codeload for simplicity. Rearranged Makefile a bit for consistency between Makefiles. Removed version dependency for seafile-server to avoid breaking builds. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Revert "libaio: Update to 0.3.111"Hannu Nyman2018-10-28
| | | | | | | | | | | | | | | | | | This reverts commit bf9f9195514f48da238719532c4d412d6648c44f. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | lib/c-ares: remove duplicate cpe-idKarl Palsson2018-10-28
| | | | | | | | | | | | Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* | | Merge pull request #7184 from neheb/soupHannu Nyman2018-10-28
|\ \ \ | | | | | | | | libsoup: Update to 2.65.1
| * | | libsoup: Update to 2.65.1Rosen Penev2018-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added PKG_CPE_ID for proper CVE tracking. Added PKG_BUILD_PARALLEL for faster compilation. Added --disable-gtk-doc-html to fix parallel compilation. Cleaned up and reorganized configure flags. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #6367 from neheb/libaioHannu Nyman2018-10-28
|\ \ \ \ | | | | | | | | | | libaio: Update to 0.3.111
| * | | | libaio: Update to 0.3.111Rosen Penev2018-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to new upstream at pagure.io. Refreshed debian patches. Added KERNEL_AIO dependency. Even though the generic kernel config lists CONFIG_AIO=y, it's still disabled by default. This fixes all packages that depend on libaio. Added myself as maintainer. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #6626 from neheb/libevdevHannu Nyman2018-10-28
|\ \ \ \ \ | | | | | | | | | | | | libevdev: Update to 1.5.9
| * | | | | libevdev: Update to 1.5.9Rosen Penev2018-07-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7055 from neheb/patch-6Hannu Nyman2018-10-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | pcre2: Update to 10.32
| * | | | | | pcre2: Update to 10.32Rosen Penev2018-09-30
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed SourceForge link and removed ftp mirror. Added PKG_BUILD_PARALLEL for faster compilation. Small adjustments for consistency between other Makefiles. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7157 from neheb/hidHannu Nyman2018-10-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | hiredis: Update to 0.14.0
| * | | | | | hiredis: Update to 0.14.0Rosen Penev2018-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added PKG_BUILD_PARALLEL for faster building. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #6817 from neheb/patch-30Hannu Nyman2018-10-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | c-ares: Add CPE ID to track CVEs
| * | | | | | | c-ares: Add CPE ID to track CVEsRosen Penev2018-08-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #6879 from neheb/libartnetHannu Nyman2018-10-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libartnet: Fix compile with GCC7
| * | | | | | | | libartnet: Fix compile with GCC7Rosen Penev2018-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | error: memset' used with length equal to number of elements without multiplication by element size Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #6826 from neheb/patch-22Hannu Nyman2018-10-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | cyrus-sasl: Update to 2.1.27-rc8
| * | | | | | | | | cyrus-sasl: Update to 2.1.27-rc8Rosen Penev2018-08-20
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #6973 from neheb/p11Hannu Nyman2018-10-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libp11: Update to 0.4.9
| * | | | | | | | | libp11: Update to 0.4.9Rosen Penev2018-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reorganized Makefile a little bit for consistency with other packages. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #7216 from neheb/patch-9Hannu Nyman2018-10-28
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | libopus: Update to 1.3.0
| * | | | | | | | | libopus: Update to 1.3.0Rosen Penev2018-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added PKG_BUILD_PARALLEL for faster compilation. Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | sbc: Bump to 1.4Daniel Engberg2018-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor bugfix Remove Dirk as maintainer, hasn't been active in years Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | Merge pull request #7219 from neheb/patch-18Dirk Brenken2018-10-21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | libglog: Remove libunwind dependency
| * | | | | | | | | | libglog: Remove libunwind dependencyRosen Penev2018-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to codeload and updated Makefile for consistency between projects Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | alsa-lib: update to 1.1.7Peter Wagner2018-10-21
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | unixodbc: Update to 2.3.7Rosen Penev2018-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to HTTP as FTP can be problematic. uscan for example has issues figuring out the latest version. Added PKG_CPE_ID for proper CVE tracking. Reorganized Makefile for consistency with other projects. Add PKG_FIXUP:=autoreconf, needed to avoid host lib leakage on hosts with unixodbc installed. Signed-off-by: Rosen Penev <rosenp@gmail.com> [add PKG_FIXUP:=autoreconf - thanks jow] Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | | Revert "unixodbc: Update to 2.3.7"Stijn Tintel2018-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6d6c15e1e9fd5a381f3cce0d68c3b781a82088ce. The package no longer cross-compiles when building for the x86/64 target on an x86/64, resulting in the following error: Package unixodbc is missing dependencies for the following libraries: libc.so.6 libpthread.so.0 Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | | libssh: mark as BROKEN due to CVE-2018-10933Kevin Darbyshire-Bryant2018-10-19
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only known user of this library is currently unable to get their application to work with with the fixed 0.7.6 release of this library. To prevent accidental use by unknown parties of a flawed library, mark it as BROKEN. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | | | | | | Merge pull request #7212 from nxhack/bump_63_1Michael Heimpold2018-10-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | icu: update to 63.1
| * | | | | | | | | icu: update to 63.1Hirokazu MORIKAWA2018-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ICU 63 updates to CLDR 34 locale data with many additions and corrections, and some new languages. ICU adds API for number and currency range formatting, and API for additional Unicode properties and for constructing custom properties. CLDR and ICU include data for testing readiness for the upcoming Japanese calendar era. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | | | | libs/c-ares: finaly cpe id update.Karl Palsson2018-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the correct base 2.2 CPE id from https://nvd.nist.gov/products/cpe/search instead of the old id. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | | libs/c-ares: fix CPE idKarl Palsson2018-10-18
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incorrectly copied from source document. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | lib/c-ares: add PKG_CPE_IDKarl Palsson2018-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bump package, but no functional changes Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | Merge pull request #6716 from neheb/patch-26Kevin D-B2018-10-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | file: Update to 5.34
| * | | | | | | | | file: Update to 5.34Rosen Penev2018-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get rid of autoreconf to speed up build. Fixed project URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | glib2: Install glib binariesPeter Wagner2018-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | Merge pull request #7175 from sartura/sysrepo-release-0.7.5Hannu Nyman2018-10-12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Sysrepo release 0.7.5
| * | | | | | | | | | libnetconf2: update to 0.12-r1Mislav Novakovic2018-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR includes switch to codeload tarballs. Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
| * | | | | | | | | | libyang: update to 0.16-r1Mislav Novakovic2018-10-11
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR includes switch to codeload tarballs. Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* / | | | | | | | | libpsl: Disable documentation and enable parallel buildingRosen Penev2018-10-11
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #7132 from jzapater/jjHannu Nyman2018-10-10
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | libical: update to version 3.0.4
| * | | | | | | | libical: update to version 3.0.4Jose Zapater2018-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose Zapater <jzapater@gmail.com>