Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cryptsetup
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
cryptsetup
Commits
c9c44786
Commit
c9c44786
authored
Jun 28, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated cryptsetup to 2.3.3
parent
a6affdcf
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
13 deletions
+13
-13
Makefile
Makefile
+7
-7
cryptsetup-2.3.3-tests.patch
cryptsetup-2.3.3-tests.patch
+6
-6
cryptsetup-2.3.3.tar.xz
cryptsetup-2.3.3.tar.xz
+0
-0
No files found.
Makefile
View file @
c9c44786
all
:
all
:
tar
xf cryptsetup-2.3.
1
.tar.xz
tar
xf cryptsetup-2.3.
3
.tar.xz
patch
-Np1
-d
cryptsetup-2.3.
1 < cryptsetup-2.3.1
-tests.patch
patch
-Np1
-d
cryptsetup-2.3.
3 < cryptsetup-2.3.3
-tests.patch
cd
cryptsetup-2.3.
1
&&
./configure
--prefix
=
/usr
cd
cryptsetup-2.3.
3
&&
./configure
--prefix
=
/usr
$(MAKE)
-C
cryptsetup-2.3.
1
$(MAKE)
-C
cryptsetup-2.3.
3
-
$(MAKE)
-C
cryptsetup-2.3.
1
check
-
$(MAKE)
-C
cryptsetup-2.3.
3
check
$(MAKE)
-C
cryptsetup-2.3.
1
install
$(MAKE)
-C
cryptsetup-2.3.
3
install
rm
-rf
cryptsetup-2.3.
1
rm
-rf
cryptsetup-2.3.
3
cryptsetup-2.3.
1
-tests.patch
→
cryptsetup-2.3.
3
-tests.patch
View file @
c9c44786
diff -uNr cryptsetup-2.3.
1/tests/Makefile.am cryptsetup-2.3.1
-tests/tests/Makefile.am
diff -uNr cryptsetup-2.3.
3/tests/Makefile.am cryptsetup-2.3.3
-tests/tests/Makefile.am
--- cryptsetup-2.3.
1/tests/Makefile.am 2020-03-02 22:19:56.000000000 +10
30
--- cryptsetup-2.3.
3/tests/Makefile.am 2020-05-28 18:23:27.000000000 +09
30
+++ cryptsetup-2.3.
1-tests/tests/Makefile.am 2020-04-21 15:39:31.545476272
+0930
+++ cryptsetup-2.3.
3-tests/tests/Makefile.am 2021-06-28 17:18:40.447813899
+0930
@@ -1,6 +1,4 @@
@@ -1,6 +1,4 @@
TESTS = 00modules-test \
TESTS = 00modules-test \
- api-test \
- api-test \
...
@@ -67,9 +67,9 @@ diff -uNr cryptsetup-2.3.1/tests/Makefile.am cryptsetup-2.3.1-tests/tests/Makefi
...
@@ -67,9 +67,9 @@ diff -uNr cryptsetup-2.3.1/tests/Makefile.am cryptsetup-2.3.1-tests/tests/Makefi
@VALG=1 ./luks2-reencryption-test
@VALG=1 ./luks2-reencryption-test
@VALG=1 ./compat-test
@VALG=1 ./compat-test
diff -uNr cryptsetup-2.3.
1/tests/Makefile.in cryptsetup-2.3.1
-tests/tests/Makefile.in
diff -uNr cryptsetup-2.3.
3/tests/Makefile.in cryptsetup-2.3.3
-tests/tests/Makefile.in
--- cryptsetup-2.3.
1/tests/Makefile.in 2020-03-12 19:09:49.000000000 +10
30
--- cryptsetup-2.3.
3/tests/Makefile.in 2020-05-28 19:02:48.000000000 +09
30
+++ cryptsetup-2.3.
1-tests/tests/Makefile.in 2020-04-21 15:45:51.528549552
+0930
+++ cryptsetup-2.3.
3-tests/tests/Makefile.in 2021-06-28 17:18:40.447813899
+0930
@@ -87,9 +87,9 @@
@@ -87,9 +87,9 @@
POST_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
build_triplet = @build@
...
...
cryptsetup-2.3.
1
.tar.xz
→
cryptsetup-2.3.
3
.tar.xz
View file @
c9c44786
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