aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* cyrus-sasl: install pkg-config file and fine-tune installed filesMichael Heimpold2019-12-03
| | | | | | | | | | Installing the .pc files helps other programs to detect the presence of libsasl2. While at, reduce the glob pattern a little bit to not include unneeded symlinks. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #10690 from lucize/nssupRosen Penev2019-12-02
|\ | | | | nss: update to 3.47.1 and fix xscale
| * nss: update to 3.47.1 and fix xscaleLucian Cristian2019-12-01
| | | | | | | | | | | | also refresh patches Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | Merge pull request #10677 from ja-pa/measurement-kit-updateRosen Penev2019-12-02
|\ \ | | | | | | measurement-kit: add InstallDev section
| * | measurement-kit: update packageJan Pavlinec2019-12-02
| | | | | | | | | | | | | | | | | | | | | | | | Changes: -add InstallDev section -remove uclibc patch (issue fixed in upstream) Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | gnutls: fixed pkg-hash to the right oneNikos Mavrogiannopoulos2019-12-02
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | libtasn1: updated to 4.15.0Nikos Mavrogiannopoulos2019-12-02
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | gnutls: updated to 3.6.11Nikos Mavrogiannopoulos2019-12-02
| |/ |/| | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | libugpio: update to 0.0.7Michael Heimpold2019-11-30
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | libxml2: update to 2.9.10Michael Heimpold2019-11-30
|/ | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* libusbmuxd: Update to 2.0.1Rosen Penev2019-11-27
| | | | | | | | | | The release of checkra1n necessitated a new release. Removed inactive maintainer. Fixed license info. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libplist: Update to 2.1.0Rosen Penev2019-11-27
| | | | | | | | The release of checkra1n necessitated a new release. Removed inactive maintainer. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #10588 from gladiac1337/pcre-jit-coRosen Penev2019-11-25
|\ | | | | pcre: Add JIT-support for select architectures
| * pcre: Add JIT-support for select architecturesChristian Lachner2019-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This commit adds a config-option for JIT in libpcre(1). According to research published on https://rust-leipzig.github.io/regex/2017/03/28/comparison-of-regex-engines/ this should give a 10x performance increase on JIT operations which can be desireable for high performance Apache mod_rewrite or haproxy reqrep operations. This option is available on all officially supported architecutres which are listed on https://pcre.org/original/doc/html/pcrejit.html#SEC3. Furthermore, it is enabled by default on the following architectures: arm, i686, x86_64. Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | libyaml-cpp: Update to 0.63Rosen Penev2019-11-19
| | | | | | | | | | | | | | | | Several Makefile cleanups for consistency. Added ABI_VERSION. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | mariadb: move libmariadb into its own packageSebastian Kemper2019-11-17
| | | | | | | | | | | | | | | | This way when only wanting the library nobody needs to download and compile the server package, saving space and time. Also this way we can avoid sudden SONAME bumps during a server upgrade. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | boost: Fix fiber compilation for mipsRosen Penev2019-11-15
|/ | | | | | | | | | | | | | | | | | | | The issue was that the pause instruction was emitted through an asm directive which was not correct for some mips platforms. Simplified boost-fiber-exclude as a result. Removed uClibc-ng math patch. It was not correct as it broke float and long double support (std variants use function overloads). A different solution was applied upstream. As it's quite annoying to backport, just wait until a new release comes with that change. ARC as a platform is barely supported anyways. Swapped asio patch for the upstream submission, which is unfortunately, in limbo. Refreshed remaining patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libtins: Actually remove it...Rosen Penev2019-11-13
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libtins: Remove no-rttiRosen Penev2019-11-13
| | | | | It causes compilation errors with netwhere. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* p11-kit: update to 0.23.18.1DENG Qingfang2019-11-12
| | | | Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* tiff: update version to 4.1.0Jiri Slachta2019-11-11
| | | | Signed-off-by: Jiri Slachta <jiri@slachta.eu>
* Merge pull request #10513 from neheb/pfRosen Penev2019-11-11
|\ | | | | PF-RING changes
| * libpfring: Fix compilation with kernel >= 4.16Rosen Penev2019-11-09
| | | | | | | | | | | | Backported upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * libpfring: Merge pfring and libpfring in the same packageRosen Penev2019-11-09
| | | | | | | | | | | | | | | | | | | | They use the same source. It makes no sense to have them separate. Also cleaned up the Makefile to modern standards. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | spice: Fix compilation without deprecated OpenSSL APIsYousong Zhou2019-11-10
|/ | | | | | | | | | | Fixes openwrt/packages#10451 Supersedes openwrt/packages#10461 Signed-off-by: Rosen Penev <rosenp@gmail.com> (use separate upstreamed patches) Ref: https://github.com/openwrt/packages/pull/10461 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #7368 from flyn-org/libcapRosen Penev2019-11-09
|\ | | | | libcap: move utilities to a separate package
| * libcap: move utilities to a separate packageW. Michael Petullo2019-10-05
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | libmbim: bump libmbim to 1.20.2Nicholas Smith2019-11-09
| | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | Merge pull request #9491 from neheb/bundleRosen Penev2019-11-07
|\ \ | | | | | | Netopeer2 Bundle
| * | libnetconf2: Update to 0.12-r2Rosen Penev2019-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleaned up Makefile slightly. The removed CMAKE_OPTIONS are defaults from cmake.mk Removed Upstreamed patches. Rebased and added .patch to the remaining one. Added -Wformat-security patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #10488 from ja-pa/libmaxminddb-1.4.2Hannu Nyman2019-11-07
|\ \ \ | | | | | | | | libmaxminddb: update to version 1.4.2
| * | | libmaxminddb: update to version 1.4.2Jan Pavlinec2019-11-07
| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | libsoup: remove relics of make build after transition to mesonW. Michael Petullo2019-11-06
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | Merge pull request #10052 from dhewg/pull/mpcRosen Penev2019-11-06
|\ \ \ \ | | | | | | | | | | libmpdclient/mpc/mpd: update and build with meson
| * | | | libmpdclient: build with mesonAndre Heider2019-11-05
| |/ / / | | | | | | | | | | | | Signed-off-by: Andre Heider <a.heider@gmail.com>
* / / / redis: update to version 5.0.6Jan Pavlinec2019-11-06
|/ / / | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #10434 from flyn-org/libsoupRosen Penev2019-11-04
|\ \ \ | |/ / |/| | libsoup: update to 2.68.2 and build with meson
| * | libsoup: update to 2.68.2 and build with mesonW. Michael Petullo2019-11-04
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #10401 from neheb/tinRosen Penev2019-11-04
|\ \ \ | | | | | | | | libtins: Update to 4.2
| * | | libtins: Update to 4.2Rosen Penev2019-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added size optimizations. Added explicit options to make sure Boost doesn't get included. Several Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #10399 from neheb/avrRosen Penev2019-11-04
|\ \ \ \ | | | | | | | | | | avro-c: Update to 1.9.1
| * | | | avro-c: Update to 1.9.1Rosen Penev2019-10-30
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added utilities package. Added small size optimization. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #10439 from neheb/artRosen Penev2019-11-04
|\ \ \ \ | | | | | | | | | | libartnet: Remove
| * | | | libartnet: RemoveRosen Penev2019-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package fails compilation as it errors on a false strncpy length parameter under GCC9. This package is also unmaintained as well as dead upstream. Instead of keeping it on life support, kill it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | spice: bump to version 0.14.2Yousong Zhou2019-11-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | spice-protocol: bump to version 0.14.0Yousong Zhou2019-11-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | libyang: Update to 1.0-r4Rosen Penev2019-11-02
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several Makefile cleanups for consistency between packages. Removed PKG_INSTALL as it's implied by CMAKE_INSTALL. Removed InstallDev for the same reason. Removed upstreamed patches. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | / / google-authenticator-libpam: fix install sectionAlexander Ryzhov2019-11-02
| |/ / |/| | | | | | | | Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
* | | Merge pull request #10423 from cotequeiroz/afalg_engineRosen Penev2019-11-01
|\ \ \ | | | | | | | | afalg_engine: add new package
| * | | afalg_engine: add new packageEneas U de Queiroz2019-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an alternate AF_ALG engine for openssl, based on the devcrypto engine, but using the AF_ALG interface instead of /dev/crypto. It is different than the AF_ALG engine that ships with OpenSSL: - it uses sync calls, instead of async - it suports more algorithms Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>