summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/a/e2fsprogs/e2fsprogs.no.64bit.by.default.diff8
-rwxr-xr-xsource/ap/cdrdao/cdrdao.SlackBuild8
-rw-r--r--source/ap/cdrdao/cdrdao.url1
-rwxr-xr-xsource/d/rust-bindgen/fetch-sources.sh2
4 files changed, 10 insertions, 9 deletions
diff --git a/source/a/e2fsprogs/e2fsprogs.no.64bit.by.default.diff b/source/a/e2fsprogs/e2fsprogs.no.64bit.by.default.diff
index b4a362def..3c6688c16 100644
--- a/source/a/e2fsprogs/e2fsprogs.no.64bit.by.default.diff
+++ b/source/a/e2fsprogs/e2fsprogs.no.64bit.by.default.diff
@@ -1,11 +1,11 @@
---- ./misc/mke2fs.conf.in.orig 2021-08-18 21:53:01.000000000 -0500
-+++ ./misc/mke2fs.conf.in 2021-08-20 22:01:45.099322979 -0500
+--- ./misc/mke2fs.conf.in.orig 2023-02-08 13:32:07.116015773 -0600
++++ ./misc/mke2fs.conf.in 2023-02-08 13:33:43.568017931 -0600
@@ -11,7 +11,8 @@
features = has_journal
}
ext4 = {
-- features = has_journal,extent,huge_file,flex_bg,metadata_csum,64bit,dir_nlink,extra_isize
-+ features = has_journal,extent,huge_file,flex_bg,metadata_csum,dir_nlink,extra_isize
+- features = has_journal,extent,huge_file,flex_bg,metadata_csum,metadata_csum_seed,64bit,dir_nlink,extra_isize,orphan_file
++ features = has_journal,extent,huge_file,flex_bg,metadata_csum,metadata_csum_seed,dir_nlink,extra_isize,orphan_file
+ auto_64-bit_support = 1
}
small = {
diff --git a/source/ap/cdrdao/cdrdao.SlackBuild b/source/ap/cdrdao/cdrdao.SlackBuild
index 6ec7d725d..4f77fcb26 100755
--- a/source/ap/cdrdao/cdrdao.SlackBuild
+++ b/source/ap/cdrdao/cdrdao.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2012, 2017, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2008, 2009, 2010, 2012, 2017, 2018, 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=cdrdao
-VERSION=1.2.4
-BUILD=${BUILD:-3}
+VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -97,7 +97,7 @@ gzip -9 $PKG/usr/man/man1/*.?
mkdir -p $PKG/usr/doc/cdrdao-$VERSION
cp -a \
- AUTHORS COPYING* CREDITS INSTALL NEWS README* \
+ AUTHORS* COPYING* CREDITS* INSTALL* NEWS* README* \
cdrdao.lsm \
contrib \
$PKG/usr/doc/cdrdao-$VERSION
diff --git a/source/ap/cdrdao/cdrdao.url b/source/ap/cdrdao/cdrdao.url
new file mode 100644
index 000000000..fc15b6e38
--- /dev/null
+++ b/source/ap/cdrdao/cdrdao.url
@@ -0,0 +1 @@
+https://github.com/cdrdao/cdrdao/
diff --git a/source/d/rust-bindgen/fetch-sources.sh b/source/d/rust-bindgen/fetch-sources.sh
index 3a2ad0074..f48c4c00e 100755
--- a/source/d/rust-bindgen/fetch-sources.sh
+++ b/source/d/rust-bindgen/fetch-sources.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#VERSION=$1
-VERSION=0.63.0
+VERSION=0.64.0
rm -rf rust-bindgen-*.tar.?z cargo-rust-bindgen*