aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libmbim: switch to autoreleaseNicholas Smith2021-08-22
| | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* libqmi: switch to autoreleaseNicholas Smith2021-08-22
| | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* libmbim: bump to 1.26.0Nicholas Smith2021-08-22
| | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* libqmi: bump to 1.28.8Nicholas Smith2021-08-22
| | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* libinput: package libinput cli applets and quriksDaniel Golle2021-08-21
| | | | | | Also package /usr/libexec/libinput/* and /usr/share/lib/input/*. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* c-ares: update to version 1.17.2Petr Štetiar2021-08-20
| | | | | | | | | | | | Missing input validation of host names returned by Domain Name Servers in the c-ares library can lead to output of wrong hostnames (leading to Domain Hijacking). The Common Vulnerabilities and Exposures (CVE) project has assigned the name CVE-2021-3672 to this issue. References: https://c-ares.haxx.se/adv_20210810.html Signed-off-by: Petr Štetiar <ynezz@true.cz>
* libwebsockets: avoid a compilation error due to a missing uloopRonny Kotzschmar2021-08-20
| | | | | | | | | | | | | | | | | | | With a clean build environment and at least two parallel jobs a compilation error may occur: ... -- Looking for uv/version.h - found libubox include dir: ULOOP_INCLUDE_DIRS-NOTFOUND libubox libraries: ULOOP_LIBRARIES-NOTFOUND ... CMake Error in lib/event-libs/uloop/CMakeLists.txt: Found relative path while evaluating include directories of "websockets-evlib_uloop": "ULOOP_INCLUDE_DIRS-NOTFOUND" ... Signed-off-by: Ronny Kotzschmar <ro.ok@me.com>
* Merge pull request #16375 from neheb/jpggRosen Penev2021-08-16
|\ | | | | libjpeg-turbo: update to 2.1.1
| * libjpeg-turbo: update to 2.1.1Rosen Penev2021-08-15
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | postgresql: update to version 13.4Daniel Golle2021-08-16
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #16301 from stintel/libffiAlexandru Ardelean2021-08-16
|\ \ | |/ |/| libffi: bump to 3.4.2
| * libffi: bump to 3.4.2Stijn Tintel2021-08-07
| | | | | | | | | | | | | | | | Remove both patches as they have been upstreamed. This new release is only available on Github and does not ship configure or Makefile, so autoreconf is needed. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | Merge pull request #16326 from cotequeiroz/install_hostRosen Penev2021-08-14
|\ \ | | | | | | perlmod.mk, unixodbc: use 'install' instead of 'cp' to install host binaries to avoid "Text file busy" error.
| * | unixodbc: use 'install' when copying host binariesEneas U de Queiroz2021-08-11
| | | | | | | | | | | | | | | | | | | | | | | | 'cp' fails with a text file busy error if it tries to overwrite an executable file that is running. 'install' unlinks the file first, so it will not cause the problem. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | postgresql: improve init scriptDaniel Golle2021-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use newly introduced procd_add_restart_mount_trigger to make sure postmaster gets started only once PGDATA becomes available. Relocate socket directory to /var/lib/postgresql to make it possible to run postgresql inside a ujail. Use signal for shutdown, so it works nicely with jail. Allow multiple script in UCI 'config postgres-db' to be a list and run them in order listed. User more silent methods to check for db or role existence and make it easy to create several databases owned by the same user by passing the same credentials multiple times. Remove disfunctional reload handler. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | redis: update to version 6.2.5Jan Pavlinec2021-08-11
|/ / | | | | | | | | | | Fixes CVE-2021-32761 Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
* | nghttp2: update to 1.44Hans Dedecker2021-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 368014b8 Bump version number to v1.44.0, LT revision to 34:2:20 fa16e66a nghttpx: Fix max distance in weight group/address cycle comparison 40af31da nghttpx: Set connect_blocker and live_check after shuffling addresses 9e6c0685 Fix build failure ebad3d47 Port new ngtcp2 map implementation d4fd0681 Bump llhttp to 6.0.2 43a47aa0 Do not return HPE_USER from where it is prohibited 20079b4c Update bash_completions 2aeec770 Update manual pages cef458c3 Replace black-list with block-list 617a5766 Replace master with main f1d67335 Initialize Config rps field 5f3bcb1f Add precious variables for libev and jemalloc and use JEMALLOC_CFLAGS b419bfd9 Remove unused field e406a2c1 Update doc 962a75c4 Merge pull request #1559 from nghttp2/h2load-rps 6cdc13d6 h2load: Add --rps option 92944f78 h2load: Allow unit in -D option 276792a8 Remove unnecessary function 579fa6ea Add more --with-* configure flags 2f2b2117 Add LIBTOOL_LDFLAGS configure variable 88a3cb51 Bump llhttp to 4.0.0 40679cf6 Merge pull request #1553 from nghttp2/nghttpx-fix-accesslog-method 5b587e85 Merge pull request #1550 from jktjkt/docs-asio-fix-typos 50a1121d nghttpx: Remove trailing white space after $method log variable 3239c5ef Bump up version number to v1.44.0-DEV Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | Merge pull request #16293 from Linaro1985/master_fix_libxsltRosen Penev2021-08-07
|\ \ | |/ |/| libxslt: fix compilation because of wrong libxml2 check in configure script
| * libxslt: fix compilation because of wrong libxml2 check in configure scriptMaxim Anisimov2021-08-05
| | | | | | | | | | | | More details: https://github.com/GNOME/libxslt/commit/90c34c8bb90e095a8a8fe8b2ce368bd9ff1837cc Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
* | Revert "gnutls: update to 3.7.2"Stijn Tintel2021-08-05
| | | | | | | | | | | | Fixes #16083 This reverts commit 59a39d4c6fbe9c0179b16a714bf1a0c3afcbef5e.
* | Merge pull request #16260 from dhewg/libopusencRosen Penev2021-08-03
|\ \ | | | | | | libopusenc: cherry-pick post-release crash fixes
| * | libopusenc: cherry-pick post-release crash fixesAndre Heider2021-07-31
| | | | | | | | | | | | | | | | | | | | | Fixes crashes like: daemon.err asterisk[5087]: Assertion failed: enc->streams == NULL (src/opusenc.c: ope_encoder_drain: 839) Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | libwebsockets: enable built in uloop supportKarl Palsson2021-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | uloop is always available on OpenWrt, so build in LWS's uloop support by default. Size difference of .ipk is 683 bytes, or about 0.5%. No known applications use this at present, but it seems better to proactively offer it. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | libwebsockets: Bump to 4.2.1Karl Palsson2021-08-03
| |/ |/| | | | | | | | | Changelog at: https://libwebsockets.org/git/libwebsockets/tree/changelog?id=8a580b59b23d204ca72028370e97a8f6aa0c9202 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | cyrus-sasl: add optional sasldb packageW. Michael Petullo2021-08-02
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | openblas: bump to version 0.3.17 and fix ccache buildAlexandru Ardelean2021-08-02
| | | | | | | | | | | | Fixes: https://github.com/openwrt/packages/issues/16271 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | postgresql: update to version 13.3Daniel Golle2021-08-01
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libinput: update to version 1.18.0Daniel Golle2021-08-01
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libudev-zero: update to version 0.5.2Daniel Golle2021-08-01
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | gpgme: update to version 1.16.0Daniel Golle2021-08-01
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libksba: update to version 1.6.0Daniel Golle2021-08-01
|/ | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #16180 from neheb/AlRosen Penev2021-07-29
|\ | | | | alsa stuff: update to 12..5.1
| * alsa-ucm-conf: update to 12.5.1Rosen Penev2021-07-21
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * alsa-lib: update to 12.5.1Rosen Penev2021-07-21
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16186 from neheb/YaRosen Penev2021-07-29
|\ \ | | | | | | libyaml-cpp: update to 0.7.0
| * | libyaml-cpp: update to 0.7.0Rosen Penev2021-07-21
| |/ | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16183 from neheb/PcRosen Penev2021-07-29
|\ \ | | | | | | pcre2: update to 10.37
| * | pcre2: update to 10.37Rosen Penev2021-07-21
| |/ | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16078 from ja-pa/fix-emailRosen Penev2021-07-29
|\ \ | | | | | | treewide: change email address in PKG_MAINTAINER
| * | treewide: change emailJan Pavlinec2021-07-29
| | | | | | | | | | | | | | | | | | Change from jan.pavlinec@nic.cz to jan.pavlinec1@gmail.com Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #15685 from commodo/openblasRosen Penev2021-07-27
|\ \ \ | | | | | | | | openblas: add initial package
| * | | openblas: add initial packageAlexandru Ardelean2021-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial draft PR is: https://github.com/openwrt/packages/pull/11894 This one is a bit more complete, and follows packaging practices. For now, disabling builds on ARC and PowerPC. Will require more work to get them going. Explicitly disabling OpenMP support, so that it doesn't get picked by accident. Later we may use the `CPU_TYPE` parameter to tweak things a little further. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #16225 from lnslbrty/update/libndpi-4.0Rosen Penev2021-07-26
|\ \ \ \ | |/ / / |/| | | libndpi: update to 4.0
| * | | libndpi: update to 4.0Toni Uhlig2021-07-27
| | | | | | | | | | | | | | | | | | | | | | | | - libmaxminddb config option Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | Merge pull request #16202 from neheb/routRosen Penev2021-07-25
|\ \ \ \ | | | | | | | | | | librouteros: don't build docs
| * | | | librouteros: don't build docsRosen Penev2021-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation without host pod2man. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | alsa-lib: install also /usr/share/alsa/ctl or alsa-mixer fails with:Javier Marcet2021-07-23
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ❯ alsamixer ALSA lib conf.c:827:(get_char_skip_comments) Cannot access file /usr/share/alsa/ctl/default.conf ALSA lib conf.c:1994:(_snd_config_load_with_include) _toplevel_:61:26:No such file or directory ALSA lib conf.c:4040:(config_file_open) /usr/share/alsa/cards/aliases.conf may be old or corrupted: consider to remove or fix it ALSA lib conf.c:3962:(snd_config_hooks_call) function snd_config_hook_load returned error: No such file or directory ALSA lib control.c:1481:(snd_ctl_open_noupdate) Invalid CTL cards.ctl.default cannot open mixer: No such file or directory Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | Merge pull request #16185 from neheb/P1Nikos Mavrogiannopoulos2021-07-22
|\ \ \ \ | | | | | | | | | | p11-kit: update to 0.24.0
| * | | | p11-kit: update to 0.24.0Rosen Penev2021-07-21
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / | | libvpx: update to 1.10.0Rosen Penev2021-07-21
|/ / / | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>