Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
e2fsprogs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
e2fsprogs
Commits
87937835
Commit
87937835
authored
Jun 27, 2023
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded e2fsprogs to 1.46.2
parent
8936849c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
13 deletions
+24
-13
Makefile
Makefile
+9
-9
build.xml
build.xml
+4
-4
e2fsprogs-1.46.2-largefile.patch
e2fsprogs-1.46.2-largefile.patch
+11
-0
e2fsprogs-1.46.2.tar.gz
e2fsprogs-1.46.2.tar.gz
+0
-0
No files found.
Makefile
View file @
87937835
all
:
all
:
tar
xf e2fsprogs-1.4
5.6
.tar.gz
tar
xf e2fsprogs-1.4
6.2
.tar.gz
patch
-Np1
-d
e2fsprogs-1.4
5.6 < e2fsprogs-1.45.6
-largefile.patch
patch
-Np1
-d
e2fsprogs-1.4
6.2 < e2fsprogs-1.46.2
-largefile.patch
mkdir
e2fsprogs-1.4
5.6
/build
mkdir
e2fsprogs-1.4
6.2
/build
cd
e2fsprogs-1.4
5.6
/build
&&
../configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--bindir
=
/bin
--with-root-prefix
=
""
--enable-elf-shlibs
--disable-libblkid
--disable-libuuid
--disable-uuidd
--disable-fsck
cd
e2fsprogs-1.4
6.2
/build
&&
../configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--bindir
=
/bin
--with-root-prefix
=
""
--enable-elf-shlibs
--disable-libblkid
--disable-libuuid
--disable-uuidd
--disable-fsck
$(MAKE)
-C
e2fsprogs-1.4
5.6
/build
$(MAKE)
-C
e2fsprogs-1.4
6.2
/build
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
$(MAKE)
-C
e2fsprogs-1.4
5.6
/build check
;
\
$(MAKE)
-C
e2fsprogs-1.4
6.2
/build check
;
\
fi
fi
$(MAKE)
-C
e2fsprogs-1.4
5.6
/build
install
$(MAKE)
-C
e2fsprogs-1.4
6.2
/build
install
$(MAKE)
-C
e2fsprogs-1.4
5.6
/build install-libs
$(MAKE)
-C
e2fsprogs-1.4
6.2
/build install-libs
chmod
-v
u+w /usr/lib/
{
libcom_err,libe2p,libext2fs,libss
}
.a
chmod
-v
u+w /usr/lib/
{
libcom_err,libe2p,libext2fs,libss
}
.a
gunzip
-v
/usr/share/info/libext2fs.info.gz
gunzip
-v
/usr/share/info/libext2fs.info.gz
install-info
--dir-file
=
/usr/share/info/dir /usr/share/info/libext2fs.info
install-info
--dir-file
=
/usr/share/info/dir /usr/share/info/libext2fs.info
rm
-rf
e2fsprogs-1.4
5.6
rm
-rf
e2fsprogs-1.4
6.2
build.xml
View file @
87937835
...
@@ -2,11 +2,11 @@
...
@@ -2,11 +2,11 @@
<target
name=
"boot-e2fsprogs"
>
<target
name=
"boot-e2fsprogs"
>
<exec
executable=
"tar"
failonerror=
"true"
>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/e2fsprogs/e2fsprogs-1.4
5.6
.tar.gz -C ${builddir}"
/>
<arg
line=
"xf packages/e2fsprogs/e2fsprogs-1.4
6.2
.tar.gz -C ${builddir}"
/>
</exec>
</exec>
<property
name=
"makedir"
value=
"${builddir}/e2fsprogs-1.4
5.6
/build"
/>
<property
name=
"makedir"
value=
"${builddir}/e2fsprogs-1.4
6.2
/build"
/>
<mkdir
dir=
"${makedir}"
/>
<mkdir
dir=
"${makedir}"
/>
<exec
executable=
"${builddir}/e2fsprogs-1.4
5.6
/configure"
dir=
"${makedir}"
failonerror=
"true"
>
<exec
executable=
"${builddir}/e2fsprogs-1.4
6.2
/configure"
dir=
"${makedir}"
failonerror=
"true"
>
<env
key=
"PATH"
path=
"${PATH}"
/>
<env
key=
"PATH"
path=
"${PATH}"
/>
<env
key=
"CC"
value=
"${CLFS_TARGET}-gcc"
/>
<env
key=
"CC"
value=
"${CLFS_TARGET}-gcc"
/>
<env
key=
"CXX"
value=
"${CLFS_TARGET}-g++"
/>
<env
key=
"CXX"
value=
"${CLFS_TARGET}-g++"
/>
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
<env
key=
"STRIP"
value=
"${CLFS_TARGET}-strip"
/>
<env
key=
"STRIP"
value=
"${CLFS_TARGET}-strip"
/>
<arg
line=
"install-libs"
/>
<arg
line=
"install-libs"
/>
</exec>
</exec>
<delete
dir=
"${builddir}/e2fsprogs-1.4
5.6
"
/>
<delete
dir=
"${builddir}/e2fsprogs-1.4
6.2
"
/>
</target>
</target>
</project>
</project>
e2fsprogs-1.4
5.6
-largefile.patch
→
e2fsprogs-1.4
6.2
-largefile.patch
View file @
87937835
diff -uNr e2fsprogs-1.4
5.6/misc/e2image.c e2fsprogs-1.45.6
-largefile/misc/e2image.c
diff -uNr e2fsprogs-1.4
6.2/misc/e2image.c e2fsprogs-1.46.2
-largefile/misc/e2image.c
--- e2fsprogs-1.4
5.6/misc/e2image.c 2020-03-21 14:54:0
4.000000000 +1030
--- e2fsprogs-1.4
6.2/misc/e2image.c 2021-03-01 13:16:4
4.000000000 +1030
+++ e2fsprogs-1.4
5.6-largefile/misc/e2image.c 2022-02-10 10:56:44.936123774 +10
30
+++ e2fsprogs-1.4
6.2-largefile/misc/e2image.c 2022-08-20 15:51:26.355200688 +09
30
@@ -10,6 +10,7 @@
@@ -10,6 +10,7 @@
* %End-Header%
* %End-Header%
*/
*/
...
...
e2fsprogs-1.4
5.6
.tar.gz
→
e2fsprogs-1.4
6.2
.tar.gz
View file @
87937835
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment