aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* 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>
* miniflux: update to 2.0.37Michal Vasilek2022-06-03
| | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* 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>
* gddrescue: update to 1.26Lucian Cristian2022-06-01
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* yq: Update to 4.25.2Tianling Shen2022-05-30
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* prometheus-node-exporter: fix ubus stationsNick Hainke2022-05-29
| | | | | | | | | Not every radio has also ubus support. Only query radios with ubus functions. Signed-off-by: Nick Hainke <vincent@systemli.org> [fixup, call ubus.connect() once per scrape] Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* hfsprogs: update to 540.1.linux3Rosen Penev2022-05-25
| | | | | | | | Updates hfsprogs from 2011 to 2013 version. Updated patches to latest Debian ones. Kept custom OpenWrt ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* docker-compose: Update to version 2.5.1Javier Marcet2022-05-25
| | | | | | | | | | | | | | | | | | | | | | What's Changed: - Fix relative paths on envfile label by @ulyssessouza - down: Reject all arguments by @Jille - Clarify what default work dir is when multiple compose files by @quite - compose down exit=0 if nothing to remove by @ndeloof - cp command: copy to all containers of a service as default behaviour by @glours - Fix extra space printed with --no-log-prefix option by @jan4843 - bump compose-go to 1.2.5 by @ndeloof New Contributors: - @Jille made their first contribution - @quite made their first contribution - @jan4843 made their first contribution Signed-off-by: Javier Marcet <javier@marcet.info>
* rtty: update to 8.0.1Jianhui Zhao2022-05-22
| | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* audit: remove host buildEneas U de Queiroz2022-05-20
| | | | | | | | | | | The audit package in the packages feed share the same sources as the libaudit package in the base repo. libaudit performs a host build, used only by libsemanage in base. There is no package depending on 'audit/host', so we can remove it to avoid possible confusion. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* audit: avoid interferece with base libaudit buildEneas U de Queiroz2022-05-20
| | | | | | | | | | Both audit in the packages feed and libaudito from the base repo use the same sources. Have 'audit' use a different build directory than 'libaudit' package to avoid interference between them. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* audit: Fix compilation with kernel 5.15Eneas U de Queiroz2022-05-20
| | | | | | | | | | Linux 5.15 does not have the linux/ipx.h header. The patch is a partial cherry-pick (skipped ChangeLog) of upstream commit 6b09724c6 ("Make IPX packet interpretation dependent on the ipx header file existing"). Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* bluez: Update to 5.64, update/refresh patchesJeffery To2022-05-19
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* zsh: update to 5.9John Audia2022-05-18
| | | | | | | | | | Bump to latest release Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* Revert "lxc: export systemd cgroups after install"Stijn Tintel2022-05-18
| | | | | | | | | | | | | | | | | | 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 2cde10b95053bf958a4001fb0a82c4563bf345e2. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* telegraf: Update to version 1.22.4Jonathan Pagel2022-05-18
| | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* bcm27xx-eeprom: update to v2022.04.26-138a1Álvaro Fernández Rojas2022-05-17
| | | | | | Git compare: https://github.com/raspberrypi/rpi-eeprom/compare/47976e4409c6999a8e211976c75c60a97c90275c...v2022.04.26-138a1 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* docker: Update to v20.10.16Gerard Ryan2022-05-16
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* dockerd: Update to v20.10.16Gerard Ryan2022-05-16
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* libnetwork: Updated to 339b97 for docker v20.10.16Gerard Ryan2022-05-16
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: Update to v1.6.4 for docker v20.10.16Gerard Ryan2022-05-16
| | | | | | * Overrode `PREFIX` to have the old behaviour Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* runc: Update to v1.1.1 for docker v20.10.16Gerard Ryan2022-05-16
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* nsutils: Update to latest version, switch to cmakeJeffery To2022-05-15
| | | | | | | | | | | | 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>
* telldus-core: use proper cmake argpRosen Penev2022-05-14
| | | | | | | | Avoids linking to argp-standalone with glibc. Some other minor fixes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* dockerd: Add firewall independent dependenciesGerard Ryan2022-05-14
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* dockerd: Sorted dependencies for better diffsGerard Ryan2022-05-14
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* slirp4netns: update to v1.2.0Oskari Rauta2022-05-14
| | | | | | | Changelog: https://github.com/rootless-containers/slirp4netns/releases Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* lxc: export systemd cgroups after installMichal Vasilek2022-05-14
| | | | | | | 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>
* bluez-tools: fix compile with BUILD_NLSJosef Schlehofer2022-05-14
| | | | | | | | | | | 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>
* Merge pull request #18485 from oskarirauta/crunJeffery To2022-05-13
|\ | | | | crun: update to version 1.4.5
| * crun: update to version 1.4.5Oskari Rauta2022-05-10
| | | | | | | | | | | | | | | | - 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>
* | Merge pull request #18483 from oskarirauta/nsutilsJeffery To2022-05-13
|\ \ | | | | | | nsutils: version bump
| * | nsutils: bump to new releaseOskari Rauta2022-05-12
| |/ | | | | | | | | | | | | | | | | | | 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>
* | miniflux: update to 2.0.36Michal Vasilek2022-05-12
| | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | Merge pull request #18443 from WereCatf/hexeditJeffery To2022-05-12
|\ \ | | | | | | hexedit: Add new package
| * | hexedit: Add new packageNita Vesa2022-05-12
| | | | | | | | | | | | | | | | | | Viewer and editor in hexadecimal or ASCII for files or devices Signed-off-by: Nita Vesa <werecatf@outlook.com>
* | | Merge pull request #18488 from oskarirauta/podmanJeffery To2022-05-12
|\ \ \ | | | | | | | | podman: update to 4.1.0
| * | | podman: update to 4.1.0Oskari Rauta2022-05-10
| | |/ | |/| | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #18484 from oskarirauta/cniJeffery To2022-05-12
|\ \ \ | | | | | | | | cni: update to v1.1.0
| * | | cni: update to v1.1.0Oskari Rauta2022-05-09
| |/ / | | | | | | | | | | | | | | | | | | 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>
* / / mmc-utils: update to latest upstream revisionMichael Heimpold2022-05-07
|/ / | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | syncthing: update to 1.20.1Michal Vasilek2022-05-06
| | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | ecdsautils: update to v0.4.1Matthias Schiffer2022-05-05
| | | | | | | | | | | | | | | | This fixes CVE-2022-24884. Also update the package URL to match the source repository. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | Merge pull request #18441 from Entropy512/docker_updateEneas U de Queiroz2022-05-04
|\ \ | | | | | | Update Docker to 20.10.14
| * | dockerd: Update to 20.10.14, and update version checking mechanismAndy Dodd2022-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/moby/moby/commit/a7a7c732c0dc02ee5b5515f4ca868ef50cafa4a1 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>
| * | containerd: Update to 1.5.11Andy Dodd2022-05-03
| | | | | | | | | | | | Signed-off-by: Andy Dodd <atd7@cornell.edu>
| * | docker: Update to 20.10.14Andy Dodd2022-05-03
| |/ | | | | | | Signed-off-by: Andy Dodd <atd7@cornell.edu>
* / hwdata: update to version 0.359Josef Schlehofer2022-05-04
|/ | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* docker-compose: Update to version 2.5.0Javier Marcet2022-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* mtools: avoid picking libbsd dependencyEneas U de Queiroz2022-05-02
| | | | | | | | | | 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>