aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | Merge pull request #14822 from neheb/mRosen Penev2021-03-06
|\ \ \ \ \ | | | | | | | | | | | | minizip: update to 3.0.0
| * | | | | minizip: update to 3.0.0Rosen Penev2021-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to new upstream and switch package name. Further disable features to avoid extra dependencies. Build with PIC to avoid build failures with mips16. Remove no longer needed patch. Upstream fixed it differently. Use AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #14856 from neheb/marRosen Penev2021-03-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | mariadb: update to 10.4.18
| * | | | | | mariadb: update to 10.4.18Rosen Penev2021-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove uClibc depends. It's gone now. Remove CMAKE_INSTALL to avoid installing to InstallDev. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #14820 from neheb/rRosen Penev2021-03-06
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | readsb: update to 3.9.0
| * | | | | | readsb: update to 3.9.0Rosen Penev2021-02-20
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patches. Use autorelease to avoid bumping the release manually. Fix bad linker variable on glibc. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | wg-installer: add link-local to client interfaceNick Hainke2021-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wireguard has no link-local address on an interface automatically. Add a link-local to the interface. The server has fe80::1/64 and the client fe80::2/64. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | Merge pull request #15027 from neheb/mpdRosen Penev2021-03-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | mpd: update to 0.22.6
| * | | | | | mpd: update to 0.22.6Rosen Penev2021-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add patch fixing compilation with Debian 9. Remove npupnp patch. While it doesn't seem to have any negative effects there's no real benefit to it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #15015 from neheb/augRosen Penev2021-03-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | augeas: fix compilation with BUILD_NLS
| * | | | | | | augeas: fix compilation with BUILD_NLSRosen Penev2021-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needs nls.mk because of libxml2. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | nano: update to 5.6.1Hannu Nyman2021-03-06
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nano editor to version 5.6.1 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | Merge pull request #15011 from mhei/php7-updateMichael Heimpold2021-03-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | php7: update to 7.4.16
| * | | | | | | php7: update to 7.4.16Michael Heimpold2021-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also refresh patch. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | Merge pull request #15002 from plntyk/i2pd_fixupRosen Penev2021-03-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | I2pd: fix imagebuilder and startup
| * | | | | | | | i2pd: update to 2.36Dirk Neukirchen2021-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove AVX patches as upstream has integrated and closed all AVX issues compiled on : x86-64, i386 generic tested on : x86-64 VM, i386 VM Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
| * | | | | | | | i2pd: fix startupDirk Neukirchen2021-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i2pd reports: missing/unreadable config file: /etc/i2pd/i2pd.conf Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
| * | | | | | | | i2pd: remove unneeded functions.shDirk Neukirchen2021-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | its included via rc.common, see https://openwrt.org/docs/guide-developer/config-scripting Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
* | | | | | | | | Merge pull request #15014 from neheb/selRosen Penev2021-03-05
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | python3-libselinux: fix musl 1.2.x compilation.
| * | | | | | | | python3-libselinux: fix musl 1.2.x compilation.Rosen Penev2021-03-04
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backported upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | conmon: update to 2.0.26Rosen Penev2021-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to building with meson as it works better in a parallel context. Small Makefile adjustments for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #15022 from garikello3d/libpqxx-update-version-7.4.1Rosen Penev2021-03-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libpqxx: update version to 7.4.1
| * | | | | | | | libpqxx: update version to 7.4.1Igor Bezzubchenko2021-03-05
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
* | | | | | | | CI: checkout HEAD commit rather than merge commitPaul Spooren2021-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GitHub CI actions/checkout uses a merge commit which isn't compatible with our formality checks. Instead checkout the pull request HEAD. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | | | | Merge pull request #14947 from neheb/clamRosen Penev2021-03-05
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | clamav: update to 0.103.1
| * | | | | | | clamav: update to 0.103.1Rosen Penev2021-03-05
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert to using CMake in order to speed up compilation and to fix compilation under glibc. Add extra dependencies since they're now needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #15016 from neheb/stoRosen Penev2021-03-05
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | stoken: fix compilation with BUILD_NLS
| * | | | | | stoken: fix compilation with BUILD_NLSRosen Penev2021-03-04
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes linking issue as libxml2 uses iconv. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | CI: migrate formal checks from CircleCI to GitHubPaul Spooren2021-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run the formal checks like SoB message via the GitHub CI. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | | Merge pull request #15007 from cotequeiroz/pigeonholeRosen Penev2021-03-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | pigeonhole: bump to 0.5.14
| * | | | | | pigeonhole: bump to 0.5.14Eneas U de Queiroz2021-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: - IMAP FILTER command: cmd-filter-sieve - Do not allow NIL as script name argument. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | | Merge pull request #14966 from neheb/whoisRosen Penev2021-03-04
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | whois: update to 5.5.8
| * | | | | | whois: update to 5.5.8Rosen Penev2021-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #14942 from mhei/libxml2-iconv-fix-aria2Michael Heimpold2021-03-04
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | aria2: fix linking with full language support enabled
| * | | | | | aria2: fix linking with full language support enabledMichael Heimpold2021-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After d18692c, we need to include nls.mk to setup correct environment variables so that linking succeeds. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | Merge pull request #15001 from SibrenVasse/masterRosen Penev2021-03-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | openssh: update to 8.5p1
| * | | | | | | openssh: update to 8.5p1Sibren Vasse2021-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
* | | | | | | | Merge pull request #14999 from jmv2009/patch-12Rosen Penev2021-03-03
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Bluez: Update to 5.56
| * | | | | | | Bluez: Update to 5.56Johnny Vogels2021-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
| * | | | | | | Bluez: Update to 5.55Johnny Vogels2021-03-02
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
* | | | | | | Merge pull request #14943 from aTanW/masterRosen Penev2021-03-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | joe: new package joe-extras
| * | | | | | | joe: Syntax error fixVitaly Protsko2021-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru>
| * | | | | | | joe: added new package joe-extrasVitaly Protsko2021-02-28
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru>
* | | | | | | Merge pull request #14914 from cotequeiroz/php7-pecl-imagickRosen Penev2021-03-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | php7-pecl-imagick, imagemagick: save & use MagickWand-config
| * | | | | | | php7-pecl-imagick: configure --with-imagick=...Eneas U de Queiroz2021-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add --with-imagick=$(STAGING_DIR)/usr so that configure picks MagickWand-config from there, before it finds an eventual host-installed version. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * | | | | | | imagemagick: copy *-config files to staging dirEneas U de Queiroz2021-02-28
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to copy MagickWand-config, which handles pkg-config data, to the staging dir, so that dependent packages can use it. php7-pecl-imagick, for example, may otherwise use an eventual host-installed file, causing compilation to fail. There's also a MagickCore-config file that does the same thing for the MagickCore library, so a *-config wilcard is used to handle all cases. Since configure is called with --prefix=/usr, use $(SED) to change definition of prefix and exec_prefix lines in *-config from /usr to $(STAGING_DIR)/usr. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | | Merge pull request #14992 from ja-pa/python-aiohttp-updateRosen Penev2021-03-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-aiohttp: update to version 3.7.4 (security fix)
| * | | | | | | python-typing-extensions: add new packageJan Pavlinec2021-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: Dependency for python3-aiohttp Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
| * | | | | | | python-aiohttp: update to version 3.7.4Jan Pavlinec2021-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: Fixes CVE-2021-21330 Add new required dependecy python3-typing-extensions Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | Merge pull request #14991 from 1715173329/newyqRosen Penev2021-03-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | yq: Update to 4.6.1