Commit Graph

4248 Commits

Author SHA1 Message Date
John Audia de2ff3a5f1 zsh: update to 5.9
Bump to latest release

Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <therealgraysky@proton.me>
2022-05-18 12:26:59 -07:00
Stijn Tintel 039912dec5 Revert "lxc: export systemd cgroups after install"
The postinst script is sourced during image build, which causes the
follow failure:
/home/stijn/Development/OpenWrt/openwrt/build_dir/target-x86_64_musl/root-x86/etc/init.d/lxc-auto: line 3: /lib/functions.sh: No such file or directory
postinst script ./usr/lib/opkg/info/lxc-auto.postinst has failed with exit code 1

Sourcing /lib/functions.sh is not needed, as /etc/rc.common does so
already. Unfortunately removing that line from the init script is not
enough to fix the problem. The postinst script should also check
IPKG_INSTROOT. As these two changes are unrelated, they should go in
separate commits, and the solution to the image build problem is to
revert the commit that introduced the breakage.

This reverts commit 2cde10b950.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2022-05-18 17:19:22 +03:00
Jonathan Pagel f43a5f03bb telegraf: Update to version 1.22.4
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2022-05-18 05:59:19 +02:00
Álvaro Fernández Rojas ca64c40bc4 bcm27xx-eeprom: update to v2022.04.26-138a1
Git compare: 47976e4409...v2022.04.26-138a1

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2022-05-17 16:27:45 +02:00
Gerard Ryan b05dac5671 docker: Update to v20.10.16
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-05-16 06:27:30 -07:00
Gerard Ryan 81dd38677b dockerd: Update to v20.10.16
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-05-16 06:27:30 -07:00
Gerard Ryan 127aa63898 libnetwork: Updated to 339b97 for docker v20.10.16
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-05-16 06:27:30 -07:00
Gerard Ryan 9a7e3c0b7b containerd: Update to v1.6.4 for docker v20.10.16
* Overrode `PREFIX` to have the old behaviour

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-05-16 06:27:30 -07:00
Gerard Ryan 8cf4c156c4 runc: Update to v1.1.1 for docker v20.10.16
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-05-16 06:27:30 -07:00
Jeffery To 2dd1c17626 nsutils: Update to latest version, switch to cmake
This also:

* Adds PKG_SOURCE_DATE and PKG_SOURCE_VERSION to PKG_VERSION (by
  default, when PKG_VERSION is defined, PKG_SOURCE_DATE and
  PKG_SOURCE_VERSION are not used)

* Fixes package copyright

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2022-05-15 06:38:41 -07:00
Rosen Penev 0f9d3c4275 telldus-core: use proper cmake argp
Avoids linking to argp-standalone with glibc.

Some other minor fixes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-05-14 21:55:30 -07:00
Gerard Ryan 1f96ec16ec dockerd: Add firewall independent dependencies
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-05-14 21:32:36 -07:00
Gerard Ryan 34c77110f1 dockerd: Sorted dependencies for better diffs
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2022-05-14 21:32:36 -07:00
Oskari Rauta 06beb685b8 slirp4netns: update to v1.2.0
Changelog:
https://github.com/rootless-containers/slirp4netns/releases

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2022-05-14 21:31:40 -07:00
Michal Vasilek 2cde10b950 lxc: export systemd cgroups after install
otherwise, a user would have to either manually run /etc/init.d/lxc-auto
boot or reboot the system to start using lxc.

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-05-14 21:28:48 -07:00
Josef Schlehofer 80940aa19d bluez-tools: fix compile with BUILD_NLS
Fixes:
ccache_cc  -Os -pipe -mcpu=cortex-a53 -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -fmacro-prefix-map=/mox-openwrt-master/build/build_dir/target-aarch64_cortex-a53_musl/bluez-tools-20201025.f653217=bluez-tools-20201025.f653217 -Wformat -Werror=format-security -DPIC -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wl,-z,now -Wl,-z,relro   -L/mox-openwrt-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/usr/lib -L/mox-openwrt-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/lib -DPIC -fPIC -specs=/mox-openwrt-master/build/include/hardened-ld-pie.specs -znow -zrelro  -o bt-adapter lib/agent-helper.o lib/dbus-common.o lib/helpers.o lib/manager.o lib/obex_agent.o lib/properties.o lib/sdp.o lib/bluez/adapter.o lib/bluez/agent_manager.o lib/bluez/alert_agent.o lib/bluez/alert.o lib/bluez/cycling_speed.o lib/bluez/cycling_speed_manager.o lib/bluez/device.o lib/bluez/health_channel.o lib/bluez/health_device.o lib/bluez/health_manager.o lib/bluez/heart_rate.o lib/bluez/heart_rate_manager.o lib/bluez/media.o lib/bluez/media_control.o lib/bluez/media_player.o lib/bluez/network.o lib/bluez/network_server.o lib/bluez/obex/obex_agent_manager.o lib/bluez/obex/obex_client.o lib/bluez/obex/obex_file_transfer.o lib/bluez/obex/obex_message_access.o lib/bluez/obex/obex_message.o lib/bluez/obex/obex_object_push.o lib/bluez/obex/obex_phonebook_access.o lib/bluez/obex/obex_session.o lib/bluez/obex/obex_synchronization.o lib/bluez/obex/obex_transfer.o lib/bluez/profile_manager.o lib/bluez/proximity_monitor.o lib/bluez/proximity_reporter.o lib/bluez/sim_access.o lib/bluez/thermometer.o lib/bluez/thermometer_manager.o bt-adapter.o -L/mox-openwrt-master/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib -lglib-2.0 -lintl  -L/mox-openwrt-master/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
/mox-openwrt-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/lib/gcc/aarch64-openwrt-linux-musl/11.2.0/../../../../aarch64-openwrt-linux-musl/bin/ld: cannot find -lintl
/mox-openwrt-master/build/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/lib/gcc/aarch64-openwrt-linux-musl/11.2.0/../../../../aarch64-openwrt-linux-musl/bin/ld: cannot find -lintl
collect2: error: ld returned 1 exit status
make[5]: *** [Makefile:580: bt-adapter] Error 1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-05-14 16:08:17 -07:00
Jeffery To 5883d94430
Merge pull request #18485 from oskarirauta/crun
crun: update to version 1.4.5
2022-05-13 03:59:16 +08:00
Jeffery To 682e6ba237
Merge pull request #18483 from oskarirauta/nsutils
nsutils: version bump
2022-05-13 03:25:24 +08:00
Oskari Rauta 8f66090160 nsutils: bump to new release
Few minor changes, like -h flag for program (help).
Added URL to package definition.

No new version release with version number, so version stays
as is, but pkg_release is still bumbed with this commit.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2022-05-12 21:38:36 +03:00
Michal Vasilek 68879aea20
miniflux: update to 2.0.36
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-05-12 18:53:27 +02:00
Jeffery To 67a6972658
Merge pull request #18443 from WereCatf/hexedit
hexedit: Add new package
2022-05-12 15:34:52 +08:00
Nita Vesa 22d3ac1e12 hexedit: Add new package
Viewer and editor in hexadecimal or ASCII for files or devices

Signed-off-by: Nita Vesa <werecatf@outlook.com>
2022-05-12 09:37:13 +03:00
Jeffery To 9213eee175
Merge pull request #18488 from oskarirauta/podman
podman: update to 4.1.0
2022-05-12 05:04:14 +08:00
Jeffery To 51dc3cf98d
Merge pull request #18484 from oskarirauta/cni
cni: update to v1.1.0
2022-05-12 04:41:27 +08:00
Oskari Rauta ce40a5a04e podman: update to 4.1.0
Once again, a lot of changes.
List of changes available at:
https://github.com/containers/podman/releases

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2022-05-10 00:15:39 +03:00
Oskari Rauta f95c7a5cec crun: update to version 1.4.5
- CRIU: add support for different manage cgroups modes.
 - the hook processes inherit the crun process environment if there is no environment block specified in the OCI configuration.
 - exec: fix double free when using --apparmor and --process-label.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2022-05-10 00:00:22 +03:00
Oskari Rauta 9f5d6cdc9f cni: update to v1.1.0
A minor update to the CNI libraries and tooling.
This does not bump the protocol / spec version, which remains at v1.0.0.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2022-05-09 23:32:15 +03:00
Michael Heimpold dbec421e86 mmc-utils: update to latest upstream revision
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2022-05-07 09:18:51 +02:00
Michal Vasilek b48482fdf8 syncthing: update to 1.20.1
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2022-05-06 13:34:04 +02:00
Matthias Schiffer de5671e582
ecdsautils: update to v0.4.1
This fixes CVE-2022-24884.

Also update the package URL to match the source repository.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2022-05-05 18:33:00 +02:00
Eneas U de Queiroz bb88e186fc
Merge pull request #18441 from Entropy512/docker_update
Update Docker to 20.10.14
2022-05-04 15:06:37 -03:00
Josef Schlehofer 600eecbac6 hwdata: update to version 0.359
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-05-04 18:11:19 +02:00
Andy Dodd c3166c5a22 dockerd: Update to 20.10.14, and update version checking mechanism
a7a7c732c0
changed package pinning from commit hash to version for some dependencies
(but not all, libnetwork is still referenced by commit)

Support the version-based pinning mechanism in addition to commit-based

Signed-off-by: Andy Dodd <atd7@cornell.edu>
2022-05-03 11:58:20 -04:00
Andy Dodd a134a23a07 containerd: Update to 1.5.11
Signed-off-by: Andy Dodd <atd7@cornell.edu>
2022-05-03 11:58:15 -04:00
Andy Dodd cd99c4cafb docker: Update to 20.10.14
Signed-off-by: Andy Dodd <atd7@cornell.edu>
2022-05-03 11:58:05 -04:00
Javier Marcet ac02159f63 docker-compose: Update to version 2.5.0
What's Changed:

 - Fix search/replace typo in --no-TTY documentation by @ericfreese
 - Fix panic with down command when -p flag specified by @glours
 - use project we just created to start services by @ndeloof
 - include services declared by links as implicit dependencies by
 @ndeloof
 - pull to respect pull_policy by @ndeloof
 - don't ignore error by @ndeloof
 - project name MUST be lowercase by @ndeloof
 - add support for build secrets by @ndeloof
 - create also a checksums.txt file, add --binary by @MaxPeal
 - add support for ppc64le for docker compose by @snehakpersistent
 - inspect image ID after pull to se com.docker.compose.image by
 @ndeloof
 - Fix cannot setup IPAM gateway by @qnap-ericfan

New Contributors:

 - @ericfreese made their first contribution
 - @MaxPeal made their first contribution
 - @snehakpersistent made their first contribution
 - @qnap-ericfan made their first contribution

Signed-off-by: Javier Marcet <javier@marcet.info>
2022-05-02 12:48:06 -07:00
Eneas U de Queiroz d6960886bd mtools: avoid picking libbsd dependency
Even though commit 96ec989ed ("mtools: update to 4.0.39") correctly
dropped libbsd dependency, the package's configure script will still
link to it if the library is found.

Tell configure not to look for it by setting ac_cv_lib_bsd_main=no.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2022-05-02 12:47:44 -07:00
Liang Yang 9963312067 dockerd: fix compilation with glibc
Signed-off-by: Liang Yang <ggg17226@gmail.com>
2022-04-30 11:54:56 -07:00
Liang Yang 624f48a602 docker: fix compilation with glibc
Signed-off-by: Liang Yang <ggg17226@gmail.com>
2022-04-30 11:21:25 -07:00
Jonathan Pagel c5b668df5b telegraf: upgrade to version 1.22.3
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2022-04-30 11:45:34 +02:00
Liang Yang 3635c768ab dockerd: fix dependencies missing
Signed-off-by: Liang Yang <ggg17226@gmail.com>
2022-04-29 15:23:02 -07:00
Tianling Shen 514ca20255 yq: Update to 4.25.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-04-29 15:22:16 -07:00
Hannu Nyman e076a9a40d nano: update to 6.3
Update nano editor to version 6.3

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2022-04-29 19:13:48 +03:00
Guilherme Janczak 96ec989edb mtools: update to 4.0.39
This update happens to drop the libbsd dependency.

Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
2022-04-28 23:06:20 -07:00
Jeffery To 396e7970c2
Merge pull request #18357 from clarkwang/sexpect-update
sexpect: updated per OpenWrt's common practice
2022-04-28 18:06:29 +08:00
Jeffery To 31cf5c8e02
Merge pull request #18358 from clarkwang/passh-update
passh: updated per OpenWrt's common practice
2022-04-28 18:05:42 +08:00
Josef Schlehofer 5b7c5b6657
Merge pull request #17305 from paper42/runc-1.0.3
runc: update to 1.0.3
2022-04-28 08:32:08 +02:00
Jonathan Pagel a93b3baba1 telegraf: Update to version 1.22.2
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2022-04-26 10:27:54 +02:00
Rosen Penev a4b08f7c1c ubnt-manager: run through shellcheck
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-04-26 08:25:19 +02:00
Russell Senior 6301930e35 stm32flash: update to version 0.7
Signed-off-by: Russell Senior <russell@personaltelco.net>
2022-04-25 12:13:30 -07:00