Commit Graph

3731 Commits

Author SHA1 Message Date
Rudi Heitbaum
2a6b1aa312 systemd: update to 254.1
Release notes:
- https://github.com/systemd/systemd/releases
2023-08-10 11:29:26 +00:00
Rudi Heitbaum
53c1e2d479 fuse3: update to 3.16.1
Release notes:
- https://github.com/libfuse/libfuse/blob/master/ChangeLog.rst
2023-08-10 11:29:26 +00:00
Rudi Heitbaum
91d1fc41d3 systemd: update to 254
Release notes:
- https://github.com/systemd/systemd/releases
2023-07-29 06:51:40 +00:00
Rudi Heitbaum
5aec4a8a6e systemd: update to 253.7 2023-07-19 11:01:43 +00:00
Rudi Heitbaum
7259d3f9a8 systemd: disable build with zstd 2023-07-12 04:57:42 +00:00
Rudi Heitbaum
9d8dae397c systemd: update to 253.6 2023-07-11 13:37:14 +00:00
Rudi Heitbaum
2232570ece util-linux: update to 2.39.1
log:
- https://github.com/util-linux/util-linux/compare/v2.39...v2.39.1

util-linux 2.39.1: Jun 27 2023
* see Documentation/releases/v2.39.1-ReleaseNotes or the complete changelog at
  https://www.kernel.org/pub/linux/utils/util-linux/v2.39/v2.39.1-ChangeLog

12169133ee/Documentation/releases/v2.39.1-ReleaseNotes
2023-06-30 10:19:15 +00:00
CvH
84404b56a3 Merge pull request #7899 from mglae/le12_fs-resize_no_sgdisk
busybox: fs-resize: use parted to fix gpt errors instead of sgdisk
2023-06-21 16:14:17 +02:00
Rudi Heitbaum
96bc7f427e open-vm-tools: update to 12.2.5 2023-06-18 07:26:42 +00:00
Rudi Heitbaum
c3b3a9b45e fuse3: update to 3.15.0
release notes:
- https://github.com/libfuse/libfuse/releases/tag/fuse-3.15.0
2023-06-18 07:02:33 +00:00
Rudi Heitbaum
2a7fbcbb5d systemd: update to 253.5 2023-06-05 14:26:42 +00:00
mglae
f2e3a6bfe8 gptfdisk: remove package because unreferenced 2023-06-04 12:17:12 +02:00
mglae
671a358b65 busybox: fs-resize: use parted to fix gpt errors instead of sgdisk
parted's 6.3 "--fix" parameter now allows non-interactive fixing

gptfdisk package dependency is removed
2023-06-04 12:17:09 +02:00
Rudi Heitbaum
0657645515 busybox: enable FEATURE_IP_NEIGH
Add support for neighbor commands to "ip".

Using ip neigh:

The ip neigh command provides information very similar to what you get
using arp. (The neigh option to the ip command can be spelled out as
"neighbor" or "neighbour" if you don't mind typing a few more letters.)

One of the reasons for using ip neigh in place of arp is that arp
is among a number of Linux commands that are now deprecated (not
recommended), and the net-tools package from which it derives is no
longer under active development. The newer ip commands should provide
the same basic information, but arp is still a popular tool because
of its many features.

Here is an example of the ip neigh command:

$ ip neigh
192.168.0.33 dev enp0s25 lladdr 7c:67:a2:cf:9f:ef REACHABLE
192.168.0.1 dev enp0s25 lladdr f8:8e:85:35:7f:b9 STALE
192.168.0.7 dev enp0s25 lladdr 20:ea:16:01:55:eb REACHABLE
192.168.0.23 dev enp0s25  FAILED
192.168.0.20 dev enp0s25  FAILED
192.168.0.14 dev enp0s25 lladdr 04:ed:33:7c:44:c6 STALE
192.168.0.8 dev enp0s25  FAILED
192.168.0.17 dev enp0s25 lladdr 00:25:00:4e:9e:35 STALE
192.168.0.15 dev enp0s25 lladdr 38:30:f9:29:f8:a4 STALE
192.168.0.13 dev enp0s25 lladdr 44:65:0d:43:ed:44 STALE
fe80::fa8e:85ff:fe35:7fb9 dev enp0s25 lladdr f8:8e:85:35:7f:b9 router STALE

FAILED indicates that the system could not be reached.
STALE indicates that the connection hasn't been recently verified.

The ip neigh command offers additional options as well. For example,
to add or remove an address from your arp table, you could use commands
like these:

$ sudo ip neigh add 192.168.0.21 dev emp0s25		 add an entry
$ sudo ip neigh del 192.168.0.8 dev enp0s25		 delete an entry
2023-05-25 10:42:26 +00:00
Rudi Heitbaum
894f3207d4 util-linux: update to 2.39
release notes:
- https://github.com/util-linux/util-linux/blob/master/Documentation/releases/v2.39-ReleaseNotes
2023-05-20 13:58:22 +00:00
Rudi Heitbaum
ca0a9f7400 busybox: update to 1.36.1
log:
- https://git.busybox.net/busybox/log/?h=1_36_stable

Bug fix release. 1.36.1 has fixes for line editing, detection of
hardware sha1/sha256 support, unzip (do not create suid/sgid files
unless -K), shell (printf and sleep with no args, handing of SIGINT
in sleep), ed.

release notes:
- https://busybox.net
2023-05-20 13:58:22 +00:00
Rudi Heitbaum
73e809caa4 exfatprogs: update to 1.2.1 2023-05-20 13:52:53 +00:00
Rudi Heitbaum
7573367ff5 libevdev: update to 1.13.1 2023-05-17 10:55:32 +00:00
Rudi Heitbaum
a03d9e514b pciutils: update to 3.10.0 2023-05-17 10:55:32 +00:00
CvH
c9840b3f2c Merge pull request #7809 from heitbaum/pkgs
Minor package updates
2023-05-07 12:06:20 +02:00
CvH
d960a6d713 Merge pull request #7786 from mglae/le12_createlog_no_journal
busybox: createlog: don't include journal files of persistent logging
2023-05-07 12:05:29 +02:00
Rudi Heitbaum
bc681304b1 systemd: update to 253.4
log:
- https://github.com/systemd/systemd-stable/compare/v253.3...v253.4
2023-05-03 12:50:47 +00:00
Rudi Heitbaum
24e6b0dabc parted: update to 3.6 2023-04-28 12:00:11 +00:00
mglae
76bda434d5 busybox: createlog: don't include journal files of persistent logging 2023-04-23 19:31:00 +02:00
CvH
3b3b369a70 Merge pull request #7696 from antonlacon/network-base
systemd: network-base: alter hosts.conf if contents still default
2023-04-23 10:35:33 +02:00