aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| * | | | | wavemon: update to 0.9.3oRosen Penev2021-02-28
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #14965 from neheb/xmlRosen Penev2021-03-01
|\ \ \ \ \ | | | | | | | | | | | | xmlrpc-c: update to 1.51.07
| * | | | | xmlrpc-c: update to 1.51.07Rosen Penev2021-02-28
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #14981 from ja-pa/redis-6.2.0Rosen Penev2021-03-01
|\ \ \ \ \ | | | | | | | | | | | | redis: update to version 6.2.0
| * | | | | redis: update to version 6.2.0Jan Pavlinec2021-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2021-21309 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #14979 from G-M0N3Y-2503/dockerd-20.10.4Rosen Penev2021-03-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | docker,dockerd,runc: Docker 20.10.4 Update
| * | | | | | docker,dockerd: Updated to 20.10.4Gerard Ryan2021-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | | | runc: Updated to 1.0.0-rc93Gerard Ryan2021-03-01
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | / / / CI: fix handling of release branchesPaul Spooren2021-03-01
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "changed package" logic triggers all packages changed since `origin/master` while for releases branches all changes since e.g. `origin/openwrt-21.02` should be considered. First figure out the active branch, then find changed packages. Signed-off-by: Paul Spooren <mail@aparcar.org>