Commit Graph

23700 Commits

Author SHA1 Message Date
Dirk Neukirchen 09ee530d7f backuppc: fix build with host detected par2
Makefile does not overwrite par2 path
if par2 is available on build-host it is detected
and then the patch with fixup-config-pl.patch
in install fails because hunk 2 cannot be applied

hunk 2 has $Conf{ParPath}   = ''; - so provide an empty path

Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
2021-03-06 18:09:32 +01:00
Nick Hainke 625f3c8302 wg-installer: add link-local to client interface
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>
2021-03-06 11:16:38 +01:00
Rosen Penev 34dbf65025
Merge pull request #15027 from neheb/mpd
mpd: update to 0.22.6
2021-03-06 02:09:55 -08:00
Rosen Penev 6543580fa0
Merge pull request #15015 from neheb/aug
augeas: fix compilation with BUILD_NLS
2021-03-06 01:50:45 -08:00
Hannu Nyman 0f4138db0b nano: update to 5.6.1
Update nano editor to version 5.6.1

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-03-06 10:27:14 +02:00
Rosen Penev 09ec2fcdd1 mpd: update to 0.22.6
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>
2021-03-05 22:08:59 -08:00
Michael Heimpold 5dd949d86e
Merge pull request #15011 from mhei/php7-update
php7: update to 7.4.16
2021-03-06 06:30:43 +01:00
Rosen Penev bc3ac134f6
Merge pull request #15002 from plntyk/i2pd_fixup
I2pd: fix imagebuilder and startup
2021-03-05 17:12:15 -08:00
Rosen Penev 2540a29267
Merge pull request #15014 from neheb/sel
python3-libselinux: fix musl 1.2.x compilation.
2021-03-05 16:42:43 -08:00
Rosen Penev c8128df4e4 conmon: update to 2.0.26
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>
2021-03-05 14:32:33 +00:00
Rosen Penev 87c827b6f0
Merge pull request #15022 from garikello3d/libpqxx-update-version-7.4.1
libpqxx: update version to 7.4.1
2021-03-05 02:57:54 -08:00
Igor Bezzubchenko 1f08a4c8df libpqxx: update version to 7.4.1
Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
2021-03-05 13:27:09 +03:00
Paul Spooren 13c1f2bcda CI: checkout HEAD commit rather than merge commit
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>
2021-03-04 23:42:32 -10:00
Rosen Penev fa631e9284
Merge pull request #14947 from neheb/clam
clamav: update to 0.103.1
2021-03-05 01:41:56 -08:00
Rosen Penev 7cd687cb7e clamav: update to 0.103.1
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>
2021-03-05 01:19:30 -08:00
Rosen Penev b091d4b237
Merge pull request #15016 from neheb/sto
stoken: fix compilation with BUILD_NLS
2021-03-05 00:08:17 -08:00
Rosen Penev 60682c0235 stoken: fix compilation with BUILD_NLS
Fixes linking issue as libxml2 uses iconv.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-04 23:44:46 -08:00
Rosen Penev 80a0261a5d augeas: fix compilation with BUILD_NLS
Needs nls.mk because of libxml2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-04 23:43:43 -08:00
Rosen Penev 22eec6ee26 python3-libselinux: fix musl 1.2.x compilation.
Backported upstream patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-04 23:42:37 -08:00
Paul Spooren 1b46af0e59 CI: migrate formal checks from CircleCI to GitHub
Run the formal checks like SoB message via the GitHub CI.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-03-04 18:21:01 -10:00
Rosen Penev f013af726a
Merge pull request #15007 from cotequeiroz/pigeonhole
pigeonhole: bump to 0.5.14
2021-03-04 15:05:21 -08:00
Rosen Penev 7c4300d6de
Merge pull request #14966 from neheb/whois
whois: update to 5.5.8
2021-03-04 15:02:56 -08:00
Michael Heimpold 87e852fc71 php7: update to 7.4.16
Also refresh patch.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-03-04 23:15:47 +01:00
Michael Heimpold c1d2fb81d6
Merge pull request #14942 from mhei/libxml2-iconv-fix-aria2
aria2: fix linking with full language support enabled
2021-03-04 18:07:17 +01:00
Eneas U de Queiroz e40776d264
pigeonhole: bump to 0.5.14
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>
2021-03-04 09:13:20 -03:00
Dirk Neukirchen fc7d710e62 i2pd: update to 2.36
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>
2021-03-04 12:51:24 +01:00
Rosen Penev df377cf742
Merge pull request #15001 from SibrenVasse/master
openssh: update to 8.5p1
2021-03-03 17:04:11 -08:00
Rosen Penev f61ed7fb3f
Merge pull request #14999 from jmv2009/patch-12
Bluez: Update to 5.56
2021-03-03 17:03:58 -08:00
Johnny Vogels 7299ba0517 Bluez: Update to 5.56
Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
2021-03-03 19:35:02 +01:00
Dirk Neukirchen 4f42a7a95a i2pd: fix startup
i2pd reports:
missing/unreadable config file: /etc/i2pd/i2pd.conf

Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
2021-03-03 13:51:51 +01:00
Sibren Vasse 16e41bcd33
openssh: update to 8.5p1
Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
2021-03-03 11:38:32 +01:00
Rosen Penev f9ec8d411c
Merge pull request #14943 from aTanW/master
joe: new package joe-extras
2021-03-02 20:12:50 -08:00
Rosen Penev 8fbff0ec68
Merge pull request #14914 from cotequeiroz/php7-pecl-imagick
php7-pecl-imagick, imagemagick: save & use MagickWand-config
2021-03-02 19:56:45 -08:00
Rosen Penev d0e36e4093
Merge pull request #14992 from ja-pa/python-aiohttp-update
python-aiohttp: update to version 3.7.4 (security fix)
2021-03-02 19:53:16 -08:00
Rosen Penev 0d4f1e14a7
Merge pull request #14991 from 1715173329/newyq
yq: Update to 4.6.1
2021-03-02 19:52:49 -08:00
Rosen Penev c4e3a93346
Merge pull request #14998 from jmv2009/patch-17
Pulseaudio: update to 14.2; avahi-variant: Restore Bluez functionality
2021-03-02 19:52:35 -08:00
Rosen Penev 6feaff6a07
Merge pull request #14994 from 1715173329/xr-go1.16
xray-core: Update to 1.3.1
2021-03-02 19:51:47 -08:00
Michael Heimpold 3b177a9d60 hs20: fix linking with full language support enabled
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>
2021-03-02 23:43:01 +00:00
Johnny Vogels d653862bd7 Bluez: Update to 5.55
Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
2021-03-02 21:50:58 +01:00
Johnny Vogels 732ec3df5f Pulseaudio: update to 14.2; avahi-variant: Restore Bluez functionality
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>
2021-03-02 20:21:26 +01:00
Dirk Neukirchen 266deb5866 i2pd: remove unneeded functions.sh
its included via rc.common, see
https://openwrt.org/docs/guide-developer/config-scripting

Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
2021-03-02 20:10:03 +01:00
Jan Pavlinec 034cba33c6
python-typing-extensions: add new package
Note:
Dependency for python3-aiohttp

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-02 17:07:25 +01:00
Tianling Shen 264ce0d0ee
xray-core: Update to 1.3.1
- updated geodata to latest version
- updated project url

Fixes: #14972

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-03-02 23:08:39 +08:00
Jan Pavlinec c99a19f614
python-aiohttp: update to version 3.7.4
Note:
Fixes CVE-2021-21330
Add new required dependecy python3-typing-extensions

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-02 13:42:52 +01:00
Tianling Shen 32515ced93
yq: Update to 4.6.1
Fixed performance issue.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-03-02 20:07:12 +08:00
Florian Eckert cf8cb8541f
Merge pull request #14569 from nickberry17/wc
watchcat: update to support procd
2021-03-02 12:13:35 +01:00
Rosen Penev 318ebdf5e6
Merge pull request #14987 from stangri/master-vpn-policy-routing
vpn-policy-routing: update to 0.3.2-18
2021-03-02 01:56:52 -08:00
Jan Pavlinec 9103076ec7 knot-resolver: update to version 5.3.0
Changes:
- remove arch limit
- add libnghttpd2 dependency

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-02 10:33:19 +01:00
Rosen Penev 8be55bb93f
Merge pull request #14975 from neheb/spi
spi-tools: update to 0.8.7
2021-03-01 19:34:49 -08:00
Rosen Penev 7943b93eab
Merge pull request #14967 from neheb/w
wavemon: update to 0.9.3o
2021-03-01 19:34:40 -08:00