1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 19:33:59 +02:00
Commit Graph

3649 Commits

Author SHA1 Message Date
Jianhui Zhao
110e24ad9c rtty: update to 7.4.1
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2021-05-31 14:10:29 +08:00
Rosen Penev
f8843d2458
Merge pull request #15708 from neheb/hwi
hwinfo: fix compilation with ARC
2021-05-29 12:35:43 -07:00
Rosen Penev
f262a4af86
Merge pull request #15641 from oskarirauta/gummiboot
gummiboot: fix case in depends..
2021-05-29 09:44:01 -07:00
Rosen Penev
6af7fbbf01 hwinfo: fix compilation with ARC
Added a small patch to fix compilation.

Renamed patch files to have a .patch suffix. Makes them easier to read
with vim and probably IDEs.

Remove UCLIBC depend since it's no longer present.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-05-29 01:19:26 -07:00
ekathva advaita
a86c3666f3 gpsd: Add a new package gpsd-utils to add gpsdctl
gpsd-utils include management tools for GPS daemon - and this commmit
particularly introduces gpsdctl to add/remove device from the GPS
daemon's device list over control socket.

Signed-off-by: ekathva advaita <ekathva@hotmail.com>
2021-05-26 11:59:25 +02:00
Tianling Shen
f2b7dce0a4 yq: Update to 4.9.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-05-24 20:05:36 +03:00
W. Michael Petullo
f51ef46aa6 podman: change permissions on /etc/containers
Running podman as users other than root seems to require that those
users can read the configuration files in /etc/containers. This change
sets the permissions of /etc/containers and its contents to match those
used on Fedora.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-22 14:15:05 +01:00
Oskari Rauta
616d867e48 crun: bumb to version 0.19.1
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-05-19 17:30:03 +03:00
Oskari Rauta
b6299c763a podman: bumb version to 3.1.2
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-05-18 12:30:31 +03:00
Tianling Shen
add86cd30a yq: Update to 4.9.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-05-18 12:29:44 +03:00
Oskari Rauta
5638023c7e gummiboot: fix case in depends..
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-05-18 01:56:59 +03:00
Javier Marcet
332d64a5bb docker-compose: Update to version 1.29.2
Miscellaneous:

- Remove prompt to use docker compose in the up command

- Bump py to 1.10.0 in requirements-indirect.txt

Signed-off-by: Javier Marcet <javier@marcet.info>
2021-05-13 07:39:16 +02:00
Tianling Shen
915311c3dc
yq: Update to 4.8.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-05-11 21:38:31 +08:00
Daniel Golle
dc27d43f29
lvm2: update to version 2.03.12
Two notable changes are devices file and metadata based autoactivation.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-05-10 04:20:52 +01:00
Daniel Golle
5b7ff1ad65
auc: support queue_position status from server
Display position in queue while waiting for build.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-05-10 04:20:41 +01:00
Sergio E. Nemirowski
6583ef0049 vim: install vimdiff symlink for vim-full
vim-full comes with diff feature

Signed-off-by: Sergio E. Nemirowski <sergio@outerface.net>
2021-05-06 14:31:50 -07:00
Alexandru Ardelean
96692fa6c1 stress-ng: bump to version 0.12.07
Refreshed patch.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-05-04 20:16:41 -07:00
Josef Schlehofer
22ae08919e
hwdata: update to version 0.347
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-05-03 20:00:53 +02:00
Eneas U de Queiroz
2151d948a5
Merge pull request #15532 from dangowrt/bunch-of-updates
a bunch of package updates
2021-05-03 11:30:53 -03:00
Hannu Nyman
765e986857 nano: update version to 5.7
Upgrade nano editor to version 5.7.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-05-01 23:50:21 +03:00
Paul Spooren
a54b9570ad attendedsysupgrade-common: update to 2021
* Use $(COMMITCOUNT)
* Use SPDX
* Use CA (ucert) public key
* Update repo link
* Update maintainer email
* Format description

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-04-29 20:06:40 -10:00
Daniel Golle
97e87c471c exfatprogs: update to version 1.1.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-28 19:10:34 +01:00
Josef Schlehofer
cb0d83be31
Merge pull request #15517 from 1715173329/yq
yq: Update to 4.7.1
2021-04-28 00:01:16 +02:00
Daniel Golle
816c41b6fc
uvol: fix emmitting ubus event when removing UBI volume
In case a volume which is down is removed, no ubus event needs to be
fired. Don't try.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-26 19:21:50 +01:00
Daniel Golle
794cf3ac59
auc: compare versions using dpkg/opkg's verrevcmp
Using strcmp() to compare a version string doesn't work well.
Use verrevcmp() function from opkg instead.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-26 19:21:43 +01:00
Tianling Shen
633d1dcf58
yq: Update to 4.7.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-04-26 19:18:33 +08:00
Rosen Penev
75e623710f dbus: fix new cmake build
CMake was using the wrong paths. Fix them up.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-25 13:46:17 -07:00
Aleksander Jan Bajkowski
f53127b03c coremark: bump to 2021-03-12
Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
2021-04-24 20:00:32 -07:00
Oskari Rauta
ccf1b96e0e gummiboot: add new package
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-04-24 01:12:39 -07:00
Maxim Storchak
c5aa2fe3ba tmux: update to 3.2
- switch to $(AUTORELEASE)
- change dependency from libevent2 to libevent2-core

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2021-04-22 00:16:19 +03:00
Daniel Golle
1b570f7aad
uvol: improve autopart and lvm scripts, fix F2FS volumes
Use sfdisk to get GPT partition by name as partition names are not
known by the kernel if added via partx.
Make sure physical volume names are unique, if possible correlate
with the disks serial number and/or card's cid.
mkf2fs apparently returns 134 even in case format succeeded, so don't
fail in that case (this fixes rw volumes large enough for F2FS to be
selected by the lvm scripts of uvol).

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-21 17:32:14 +01:00
Gerard Ryan
0b73b9ca3c dockerd: Updated to 20.10.6
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-04-21 19:19:43 +03:00
Gerard Ryan
76ae7ce030 docker: Updated to 20.10.6
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-04-21 19:19:43 +03:00
Gerard Ryan
fd141e5e9a libnetwork: Updated to 2021-01-26 for docker 20.10.6
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-04-21 19:19:43 +03:00
Gerard Ryan
d97578ccf2 containerd: Updated to 1.4.4 for docker 20.10.6
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-04-21 19:19:43 +03:00
Rosen Penev
c597f12bb6
Merge pull request #15483 from oskarirauta/feature_mtools
mtools: add new package
2021-04-20 17:31:14 -07:00
Rosen Penev
6cf634c52a
Merge pull request #15480 from oskarirauta/podman-311
podman: update to 3.1.1
2021-04-20 17:28:50 -07:00
Oskari Rauta
5bb8844fe3 podman: update to 3.1.1
- Add support for AppArmor
 - Gracefully stop containers and pods on shutdown

I found out that If you change location of containers to persistent storage instead of tmpfs, starting them will fail unless they have been stopped. If this is the case that reboot has occurred before pods and containers have been stopped, they cannot be started, they have to be removed and re-created. Change in initscript tries to avoid that. Even if containers are running at tmpfs, this won't hurt. Still, if something happens and system hangs/reboots/etc, script won't save you from that. It's just a attempt to make things better.
I also enabled AppArmor support for future possibilities.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-04-21 04:38:35 +03:00
Oskari Rauta
8ec61eb7a8 mtools: add new package
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-04-21 03:19:14 +03:00
Oskari Rauta
dcbef6fde0 cni-plugins-nft: add new package
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-04-20 23:35:16 +02:00
Josef Schlehofer
b477c0a704
Merge pull request #15445 from turris-cz/psmisc-killall-alternatives
psmisc: move killall to /usr/libexec and add ALTERNATIVES
2021-04-18 19:50:38 +02:00
Hannu Nyman
6631cfaa61 irqbalance: upgrade to version 1.8.0
Upgrade irqbalance to version 1.8.0

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-04-18 18:26:43 +03:00
Josef Schlehofer
d8969e0fd1
psmisc: move killall to /usr/libexec and add ALTERNATIVES
Currently, this package can not be installed while using standard path
of busybox, because binary killall wants to be installed on the same
location as busybox.

Collision:
• /usr/bin/killall: busybox (new-file), psmisc (existing-file)

Many of these binaries, which provides alternatives were moved to
folder /usr/libexec like wget, sed, findutils, less.
So I moved killall to /usr/libexec and others leave in touch and added
ALTERNATIVES for it, because preinstall script is no longer necessary.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-04-18 14:31:11 +02:00
Daniel Golle
fc01307d7a
uvol: emmit ubus events and bring up volumes on boot
Emmit ubus events when volumes come up/down.
Make sure volume state is always well defined by introducing
additional state 'write-prepare' (wp) during mkfs.
Add init scripts to bring up volumes at boot.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-18 00:41:35 +01:00
Tianling Shen
c4d27271ad
yq: Update to 4.7.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-04-18 03:20:31 +08:00
Rosen Penev
b228ee2aea
Merge pull request #15435 from cotequeiroz/atheepmgr
atheepmgr: avoid libpciaccess dependency
2021-04-16 18:17:05 -07:00
Eneas U de Queiroz
5283711754
atheepmgr: avoid libpciaccess dependency
HAVE_LIBPCIACCESS that is currently passed through MAKE_VARS to disable
building with libpciaccess can't be set through the environment.
Instead, use CONFIG_CON_PCI, which can be passed through the environment
and will disable libpciaccess.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-04-15 17:26:37 -03:00
Rosen Penev
346784ef8e stm32flash: update to 0.6
Switch to AUTORELEASE for simplicity.

Use autotools build.

Remove upstream patch.

Minor cleanups for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-04-14 19:06:10 -07:00
Daniel Golle
3d4d75c519
uvol: make volume creation atomic
Make sure filesystem is ready when volume becomes available.
Use 'write-once' as initial state for read-only volumes, only allow
writing to volumes in that state and transision to 'read-only' once
write has completed.
Also fix a typo which prevented 'list' command from working with LVM.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-15 02:55:10 +01:00
Javier Marcet
583dbec703 docker-compose: Update to version 1.29.1
Bugs:

- Fix for invalid handler warning on Windows builds

- Fix config hash to trigger container recreation on IPC mode updates

- Fix conversion map for placement.max_replicas_per_node

- Remove extra scan suggestion on build

Signed-off-by: Javier Marcet <javier@marcet.info>
2021-04-14 16:40:53 -07:00