Skip to content

Commit 5d9adf7

Browse files
authored
Merge branch 'master' into zstd
2 parents dc6f826 + cc27d75 commit 5d9adf7

File tree

40 files changed

+104
-1292
lines changed

40 files changed

+104
-1292
lines changed

archive/cpio/DETAILS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
SOURCE_VFY=sha256:937610b97c329a1ec9268553fb780037bcfff0dcffe9725ebc4fd9c1aa9075db
77
WEB_SITE=http://www.gnu.org/software/cpio/
88
ENTERED=20011004
9-
UPDATED=20240122
9+
UPDATED=20250812
1010
SHORT="A tool to copy files into or out of a cpio or tar archive"
1111

1212
cat << EOF
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
diff -r -C 2 cpio-2.15.orig/src/extern.h cpio-2.15/src/extern.h
2+
*** cpio-2.15.orig/src/extern.h 2024-01-14 20:42:18.000000000 +0900
3+
--- cpio-2.15/src/extern.h 2025-08-12 13:38:13.556032097 +0900
4+
***************
5+
*** 98,102 ****
6+
extern char input_is_seekable;
7+
extern char output_is_seekable;
8+
! extern int (*xstat) ();
9+
extern void (*copy_function) ();
10+
extern char *change_directory_option;
11+
--- 98,102 ----
12+
extern char input_is_seekable;
13+
extern char output_is_seekable;
14+
! extern int (*xstat) (const char *pathname, struct stat *statbuf);
15+
extern void (*copy_function) ();
16+
extern char *change_directory_option;
17+
diff -r -C 2 cpio-2.15.orig/src/global.c cpio-2.15/src/global.c
18+
*** cpio-2.15.orig/src/global.c 2024-01-14 20:42:18.000000000 +0900
19+
--- cpio-2.15/src/global.c 2025-08-12 13:38:25.209520528 +0900
20+
***************
21+
*** 186,190 ****
22+
/* A pointer to either lstat or stat, depending on whether
23+
dereferencing of symlinks is done for input files. */
24+
! int (*xstat) ();
25+
26+
/* Which copy operation to perform. (-i, -o, -p) */
27+
--- 186,190 ----
28+
/* A pointer to either lstat or stat, depending on whether
29+
dereferencing of symlinks is done for input files. */
30+
! int (*xstat) (const char *pathname, struct stat *statbuf);
31+
32+
/* Which copy operation to perform. (-i, -o, -p) */

devel/automake/BUILD

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
(
1+
default_build &&
22

3-
default_build &&
4-
5-
#the lines below arfe for the "automake" and "aclocal" symlinks, needed by some sources
6-
rm -Rf /usr/share/automake &&
7-
ln -sf /usr/share/automake-${VERSION::4} /usr/share/automake
8-
9-
) > $C_FIFO 2>&1
3+
# The lines below are for the "automake" and "aclocal" symlinks, needed by some sources
4+
rm -Rf /usr/share/automake &&
5+
ln -sf /usr/share/automake-${VERSION::4} /usr/share/automake

devel/automake/DETAILS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
MODULE=automake
2-
VERSION=1.17
2+
VERSION=1.18.1
33
SOURCE=$MODULE-$VERSION.tar.xz
44
SOURCE_URL[0]=$GNU_URL/$MODULE
55
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
66
SOURCE_URL[2]=ftp://sources.redhat.com/pub/$MODULE
7-
SOURCE_VFY=sha256:8920c1fc411e13b90bf704ef9db6f29d540e76d232cb3b2c9f4dc4cc599bd990
7+
SOURCE_VFY=sha256:168aa363278351b89af56684448f525a5bce5079d0b6842bd910fdd3f1646887
88
WEB_SITE=http://www.gnu.org/software/automake
99
ENTERED=20010922
10-
UPDATED=20240715
10+
UPDATED=20250713
1111
SHORT="Generate GNU coding standards compliant Makefiles"
1212

1313
cat << EOF

devel/binutils/DETAILS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
MODULE=binutils
2-
VERSION=2.44
2+
VERSION=2.45
33
SOURCE=$MODULE-$VERSION.tar.xz
44
SOURCE_URL[0]=$GNU_URL/$MODULE
55
SOURCE_URL[1]=$MIRROR_URL
6-
SOURCE_VFY=sha256:ce2017e059d63e67ddb9240e9d4ec49c2893605035cd60e92ad53177f4377237
6+
SOURCE_VFY=sha256:c50c0e7f9cb188980e2cc97e4537626b1672441815587f1eab69d2a1bfbef5d2
77
WEB_SITE=http://sources.redhat.com/binutils
88
ENTERED=20010922
9-
UPDATED=20250207
9+
UPDATED=20250807
1010
SHORT="An essential collection of binary utilities"
1111

1212
cat << EOF

devel/cmake/DETAILS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
MODULE=cmake
2-
VERSION=4.0.2
2+
VERSION=4.1.1
33
SOURCE=$MODULE-$VERSION.tar.gz
44
SOURCE_URL[0]=https://fossies.org/linux/misc/
55
SOURCE_URL[1]=https://cmake.org/files/v${VERSION%.*}/
6-
SOURCE_VFY=sha256:1c3a82c8ca7cf12e0b17178f9d0c32f7ac773bd5651a98fcfd80fbf4977f8d48
6+
SOURCE_VFY=sha256:b29f6f19733aa224b7763507a108a427ed48c688e1faf22b29c44e1c30549282
77
WEB_SITE=https://cmake.org/
88
ENTERED=20060725
9-
UPDATED=20250507
9+
UPDATED=20250828
1010
SHORT="Cross-platform make system"
1111
cat << EOF
1212
Welcome to CMake, the cross-platform, open-source make system. CMake is used to

devel/meson/DETAILS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
MODULE=meson
2-
VERSION=1.8.1
2+
VERSION=1.8.4
33
SOURCE=$MODULE-$VERSION.tar.gz
44
SOURCE_URL_FULL=https://github.com/mesonbuild/meson/archive/$VERSION.tar.gz
5-
SOURCE_VFY=sha256:c945684cfa718e24d98e880a384d5263d3ce8338501639c388451c85b8deebab
5+
SOURCE_VFY=sha256:57dfa56ead471eec31d624d76c819e743a4dd0f6e8b4cd503e63d97604d11c2c
66
WEB_SITE=http://mesonbuild.com/
77
TYPE=python3
88
ENTERED=20160429
9-
UPDATED=20250608
9+
UPDATED=20250822
1010
SHORT="The meson build system"
1111

1212
cat << EOF

editors/nano/DETAILS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
MODULE=nano
2-
VERSION=8.3
2+
VERSION=8.6
33
SOURCE=$MODULE-$VERSION.tar.xz
44
SOURCE_URL=https://www.nano-editor.org/dist/v8/
5-
SOURCE_VFY=sha256:551b717b2e28f7e90f749323686a1b5bbbd84cfa1390604d854a3ca3778f111e
5+
SOURCE_VFY=sha256:f7abfbf0eed5f573ab51bd77a458f32d82f9859c55e9689f819d96fe1437a619
66
WEB_SITE=https://www.nano-editor.org
77
ENTERED=20010922
8-
UPDATED=20241222
8+
UPDATED=20250822
99
SHORT="Superior clone of the pico text editor"
1010

1111
cat << EOF

filesys/btrfs-progs/DETAILS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
MODULE=btrfs-progs
2-
VERSION=6.15
2+
VERSION=6.16
33
SOURCE=$MODULE-$VERSION.tar.gz
44
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
55
SOURCE_URL_FULL=https://github.com/kdave/btrfs-progs/archive/v$VERSION.tar.gz
6-
SOURCE_VFY=sha256:1f10d3f639595a041d64651fea9b0d593addb4057118b35f5938b5b4618548a4
6+
SOURCE_VFY=sha256:8a53bcad0bba676d0e095fe498e1fb94a2757d07b1ed7e459a84357d4064c138
77
WEB_SITE=https://btrfs.readthedocs.io/en/latest/
88
ENTERED=20090819
9-
UPDATED=20250623
9+
UPDATED=20250822
1010
SHORT="btrfs userspace tools"
1111

1212
cat << EOF

filesys/e2fsprogs/DETAILS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
MODULE=e2fsprogs
2-
VERSION=1.47.2
2+
VERSION=1.47.3
33
SOURCE=$MODULE-$VERSION.tar.gz
44
SOURCE_URL=$SFORGE_URL/$MODULE
5-
SOURCE_VFY=sha256:6dcd67ff9d8b13274ba3f088e4318be4f5b71412cd863524423fc49d39a6371f
5+
SOURCE_VFY=sha256:2f5164e64dd7d91eadd1e0e8a77d92c06dd7837bb19f1d9189ce1939b363d2b4
66
WEB_SITE=http://e2fsprogs.sourceforge.net
77
ENTERED=20010922
8-
UPDATED=20250129
8+
UPDATED=20250709
99
SHORT="Utilities for the EXT2 file system"
1010

1111
cat << EOF

0 commit comments

Comments
 (0)