aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | glib2: update libintl handlingSebastian Kemper2022-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | glib2's meson.build runs check cc.has_function('ngettext', args : osx_ldflags) and, if successful, it never looks for non-libc libintl. For musl and glibc this test is always successful. glib2 unconditionally sets ENABLE_NLS, so during compile <libintl.h> gets included always. But then we have a disconnect when the OpenWrt pkg is being built with BUILD_NLS=y, because the <libintl.h> will be from libintl-full but glib2 will not link to libintl-full. With BUILD_NLS=n there's no problem, because the <libintl.h> will be from libc. In lieu of proper libintl detection in glib2's meson build, removing the SED call from the Makefile together with the added patch sorts this out. The SED call can be removed because when we force libintl-full use, the meson build will put the necessary linker flag into the pkg-config file itself. Alpine Linux does something similar (see [1]), but they always force the use of the external libintl. I assume they always go for full NLS support. [1] https://git.alpinelinux.org/aports/tree/main/glib/musl-libintl.patch Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | nfs-kernel-server: disable IPv6 for hostRosen Penev2022-06-04
| | | | | | | | | | | | | | | | | | Some issue with static libtirpc Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libtirpc: don't build host shared librariesRosen Penev2022-06-04
| | | | | | | | | | | | | | | | | | Avoids having to use rpath hacks. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | ntfs-3g: update to 2022.5.17Rosen Penev2022-06-04
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | ksmbd-tools: update to 3.4.5Rosen Penev2022-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major changes are: Add support for Heimdal as the Kerberos 5 implementation. Add smbd max io size parameter. Accept global share options. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libndpi: fix pcre2 dependency nameToni Uhlig2022-06-04
| | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | xfrpc: fix bug of xfrpc.initDengfeng Liu2022-06-04
| | | | | | | | | | | | | | | | | | replace xfrpc with xfrp Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* | | xfrpc: update to 1.05.561Dengfeng Liu2022-06-04
| |/ |/| | | | | | | | | support tcp mux and default to turn it on Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* | irqbalance: remove local patch for socket directoryHannu Nyman2022-06-04
| | | | | | | | | | | | | | | | | | | | | | Upstream has finally patched the UI communication socket creation to happen only if the irqbalance UI is enabled. As we do not use the irqbalance UI, we can remove our local fix implemented by 4f0c847828. (If you want to enable irqbalance UI, the fix is still needed.) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | irqbalance: update to 1.9.0Hannu Nyman2022-06-04
| | | | | | | | | | | | | | Update irqbalance to version 1.9.0 * adopt AUTORELEASE Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | open-iscsi: update to 2.1.7Lucian Cristian2022-06-03
| | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | openpyxl: bump to version 3.0.10Alexandru Ardelean2022-06-03
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | pillow: bump to version 9.1.1Alexandru Ardelean2022-06-03
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | miniflux: update to 2.0.37Michal Vasilek2022-06-03
| | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | libndpi: update to 4.2Toni Uhlig2022-06-03
| | | | | | | | | | | | - removed clunky sed patching, issue was fixed upstream Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | samba4: add riscv64 supportZoltan HERPAI2022-06-02
| | | | | | | | | | | | Required for sifiveu target. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* | Merge pull request #18515 from paper42/yt-dlpJosef Schlehofer2022-06-02
|\ \ | | | | | | youtube-dl: drop package, yt-dlp: add package
| * | yt-dlp: add packageMichal Vasilek2022-05-19
| | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
| * | youtube-dl: drop packageMichal Vasilek2022-05-19
| | | | | | | | | | | | | | | | | | | | | youtube-dl is still maintained, but moves very slowly and many other distributions instead package an active fork, yt-dlp. Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | Merge pull request #18654 from pprindeville/strongswan-need-kmod-chapolyPhilip Prindeville2022-06-02
|\ \ \ | | | | | | | | strongswan: add kernel module dependency on chapoly
| * | | strongswan: add kernel module dependency on chapolyPhilip Prindeville2022-05-31
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | yggdrasil: stop properlyMaciej Krüger2022-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously it was using killall with procd respand enabled This was causing yggdrasil to restart after being killed root@r3test-hap:/# service yggdrasil stop ; echo $? ; sleep 10s ; ps | grep yggdrasil Terminated 143 6701 root 653m S /usr/sbin/yggdrasil -useconffile /tmp/yggdrasil.conf 6748 root 1308 S grep yggdrasil Now it's just using whatever procd is using and see there, it actually stops root@r3test-hap:/# service yggdrasil stop ; echo $? ; sleep 10s ; ps | grep yggdrasil 0 6802 root 1308 S grep yggdrasil I assume there was some procd bug that kept it from being used properly Signed-off-by: Maciej Krüger <mkg20001@gmail.com>
* | | | Merge pull request #18669 from wigyori/openblas-riscvAlexandru Ardelean2022-06-02
|\ \ \ \ | | | | | | | | | | openblas: compile with RISCV64_GENERIC target on riscv64 arch
| * | | | libs: openblas: compile with RISCV64_GENERIC target on riscv64 archZoltan HERPAI2022-05-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* | | | | mosh-full: Add perlbase-text dependencyJottr Doe2022-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/openwrt/packages/issues/18182 Signed-off-by: Jottr Doe <jottr@users.noreply.github.com>
* | | | | mosh-full: Sort dependencies alphabeticallyJottr Doe2022-06-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jottr Doe <jottr@users.noreply.github.com>
* | | | | openconnect: make the host dependency optionalRui Salvaterra2022-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to David Woodhouse, OpenConnect has no issues reconnecting on any interface. Make the host dependency optional, as it can cause issues in multiple WAN scenarios. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | | | openconnect: avoid using the --juniper switchRui Salvaterra2022-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The --juniper switch has been deprecated in favour of --protocol=nc. Fix the proto script thusly, while keeping compatibility with existing configurations. Note that, as far as UCI is concerned, if both options juniper and vpn_protocol are specified, the latter takes precedence. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | | | openconnect: fix inclusion of netifd proto scriptsRui Salvaterra2022-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the preferred way, according to the wiki. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | | | Revert "openconnect: drop the dependency on resolveip"Rui Salvaterra2022-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using resolveip is more robust and predictable than depending on nslookup and awk. This reverts commit 131ec7b3bd6895aa3f86f57169dd23c15f174fe2. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | | | docker-compose: Update to version 2.6.0Javier Marcet2022-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's Changed: - fix TestLocalComposeUp which fail locally and bump compose-go to 1.2.7 by @glours - attach only to services declared by project applying profiles by @ndeloof - Add ddev's e2e test by @ulyssessouza - Fix local run of make e2e-compose-standalone by @ulyssessouza - fix: prevent flickering prompt when pulling same image from N services by @maxcleme - add tags property to build section by @glours - update golang version to 1.18 by @glours - bump compose-go to 1.2.6 by @maxcleme - add e2e tests to verify env variables priority by @glours - Import dotenv file to os environment by @ulyssessouza New Contributors: - @maxcleme made their first contribution Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | openfortivpn: update to 1.17.3Lucian Cristian2022-06-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | gddrescue: update to 1.26Lucian Cristian2022-06-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | node: bump to v16.15.0Hirokazu MORIKAWA2022-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Update from v16.15.0 Changed handling of host's npm problems due to npm updates. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | ci: Use openwrt/gh-action-sdk@v5Jeffery To2022-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous build errors with v5 have been fixed. This version builds packages as a normal user instead of as root. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #18584 from mpratt14/golang-bootstrap-archJeffery To2022-05-31
|\ \ \ \ \ | | | | | | | | | | | | golang: some makefile fixes
| * | | | | golang: do not rely on Go script host detectionMichael Pratt2022-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for some use cases, for example: a system with 64 bit kernel and 32 bit userspace programs the local Go installation is "detected" using the kernel "uname", causing build failure if they happen to differ by adding the argument GOHOSTARCH using the corresponding make variable it would be fully controlled in the openwrt git tree based on the HOST_ARCH make variable. Signed-off-by: Michael Pratt <mcpratt@pm.me>
| * | | | | golang: enable verbose outputMichael Pratt2022-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allow the building script of Go to output verbose when make is executed with "V=s..." Signed-off-by: Michael Pratt <mcpratt@pm.me>
| * | | | | golang: split compile recipe into configure and compileMichael Pratt2022-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the default Configure recipe for packages assumes that there is a "configure" script in the source tree directory Go does not have such a script, configure and compile is done with the same script so split the current Compile recipe into both Configure and Compile recipes Signed-off-by: Michael Pratt <mcpratt@pm.me>
* | | | | | libreswan: update to 4.7Lucian Cristian2022-05-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | pdns-recursor: update to 4.7.0Peter van Dijk2022-05-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | | | xray-core: Update to 1.5.6Tianling Shen2022-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated geodata to latest version while at it. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | yq: Update to 4.25.2Tianling Shen2022-05-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | cloudflared: Update to 2022.5.3Tianling Shen2022-05-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | nspr: update to 4.34Lucian Cristian2022-05-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | nss: update to 3.78Lucian Cristian2022-05-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | Merge pull request #18631 from mhei/php8-updateMichael Heimpold2022-05-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | php8: update to 8.1.6
| * | | | | | php8: update to 8.1.6Michael Heimpold2022-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | Merge pull request #18632 from mhei/libxml2-updateMichael Heimpold2022-05-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libxml2: update to 2.9.14
| * | | | | | | libxml2: update to 2.9.14Michael Heimpold2022-05-29
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes CVE-2022-29824. Signed-off-by: Michael Heimpold <mhei@heimpold.de>