aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | 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
| * | | | | | | | | yq: Update to 4.6.1Tianling Shen2021-03-02
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed performance issue. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | | | | Merge pull request #14998 from jmv2009/patch-17Rosen Penev2021-03-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Pulseaudio: update to 14.2; avahi-variant: Restore Bluez functionality
| * | | | | | | | | Pulseaudio: update to 14.2; avahi-variant: Restore Bluez functionalityJohnny Vogels2021-03-02
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com> Pulseaudio: update to 14.2; avahi-variant: Restore Bluez functionality Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
* | | | | | | | | Merge pull request #14994 from 1715173329/xr-go1.16Rosen Penev2021-03-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | xray-core: Update to 1.3.1
| * | | | | | | | | xray-core: Update to 1.3.1Tianling Shen2021-03-02
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - updated geodata to latest version - updated project url Fixes: #14972 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* / / / / / / / / hs20: fix linking with full language support enabledMichael Heimpold2021-03-02
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After d18692c, we need to include nls.mk to setup correct environment variables so that linking succeeds. Reported-by: Josef Schlehofer <pepe.schlehofer@gmail.com> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | Merge pull request #14569 from nickberry17/wcFlorian Eckert2021-03-02
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | watchcat: update to support procd
| * | | | | | | watchcat: update to support procdNicholas Smith2021-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
* | | | | | | | Merge pull request #14987 from stangri/master-vpn-policy-routingRosen Penev2021-03-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | vpn-policy-routing: update to 0.3.2-18
| * | | | | | | | vpn-policy-routing: update to 0.3.2-18Stan Grishin2021-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | | | knot-resolver: update to version 5.3.0Jan Pavlinec2021-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - remove arch limit - add libnghttpd2 dependency Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | Merge pull request #14975 from neheb/spiRosen Penev2021-03-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | spi-tools: update to 0.8.7
| * | | | | | | | | spi-tools: update to 0.8.7Rosen Penev2021-02-28
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #14967 from neheb/wRosen Penev2021-03-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | wavemon: update to 0.9.3o