SHA256
1
0
forked from pool/cryptsetup

Compare commits

...

274 Commits

Author SHA256 Message Date
Ana Guerrero
44ca5f7379 Accepting request 1229756 from security
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1229756
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=130
2024-12-11 20:00:52 +00:00
885a1330e4 - cryptsetup-fips140-3.patch: extend the password for PBKDF2 benchmarking
to be more than 20 chars to meet FIPS 140-3 requirements (bsc#1229975)

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=206
2024-12-03 09:35:06 +00:00
Ana Guerrero
0c48009205 Accepting request 1200765 from security
OBS-URL: https://build.opensuse.org/request/show/1200765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=129
2024-09-15 10:32:53 +00:00
e7976f0568 - Update to 2.7.5:
* Fix possible online reencryption data corruption (only in 2.7.x).
    In some situations (initializing a suspended device-mapper device),
    cryptsetup disabled direct-io device access. This caused unsafe
    online reencryption operations that could lead to data corruption.
    The code now adds strict checks (and aborts the operation) and
    changes direct-io detection code to prevent data corruption.
  * Fix a clang compilation error in SSH token plugin.
    As clang linker treats missing symbols as errors, the linker phase
    for the SSH token failed as the optional cryptsetup_token_buffer_free
    was not defined.
  * Fix crypto backend initialization in crypt_format_luks2_opal API call.

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=204
2024-09-13 07:39:51 +00:00
9fdef8bed1 back out x86-64-v3 change
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=203
2024-08-20 11:27:24 +00:00
7f4f0878f0 Accepting request 1194754 from home:RN:cryptsetup
- Added optimization macros in .spec file for x86-64-v3 package

OBS-URL: https://build.opensuse.org/request/show/1194754
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=202
2024-08-19 19:51:29 +00:00
Dominique Leuenberger
9fbdfa5559 Accepting request 1190588 from security
OBS-URL: https://build.opensuse.org/request/show/1190588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=128
2024-08-01 20:03:44 +00:00
Ana Guerrero
a3b9b4d0c2 Accepting request 1166583 from security
OBS-URL: https://build.opensuse.org/request/show/1166583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=127
2024-04-10 15:48:58 +00:00
ab2a7c9655 Accepting request 1166516 from home:AndreasStieger:branches:security
cryptsetup 2.7.2

OBS-URL: https://build.opensuse.org/request/show/1166516
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=196
2024-04-10 07:32:59 +00:00
Ana Guerrero
17b57cbf7d Accepting request 1158211 from security
OBS-URL: https://build.opensuse.org/request/show/1158211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=126
2024-03-17 21:10:48 +00:00
a3ab8c2f62 Accepting request 1157608 from home:pmonrealgonzalez:branches:security
- Update to 2.7.1:
 * Fix interrupted LUKS1 decryption resume.
   With the replacement of the cryptsetup-reencrypt tool by the cryptsetup
   reencrypt command, resuming the interrupted LUKS1 decryption operation
   could fail. LUKS2 was not affected.
 * Allow --link-vk-to-keyring with --test-passphrase option.
   This option allows uploading the volume key in a user-specified kernel
   keyring without activating the device.
 * Fix crash when --active-name was used in decryption initialization.
 * Updates and changes to man pages, including indentation, sorting options
   alphabetically, fixing mistakes in crypt_set_keyring_to_link, and fixing
   some typos.
 * Fix compilation with libargon2 when --disable-internal-argon2 was used.
 * Do not require installed argon2.h header and never compile internal
   libargon2 code if the crypto library directly supports Argon2.
 * Fixes to regression tests to support older Linux distributions.

OBS-URL: https://build.opensuse.org/request/show/1157608
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=194
2024-03-15 11:46:26 +00:00
Ana Guerrero
97f8c697a5 Accepting request 1142597 from security
OBS-URL: https://build.opensuse.org/request/show/1142597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=125
2024-01-30 17:24:12 +00:00
9a7370c09b Accepting request 1142596 from home:pmonrealgonzalez:branches:security
- Update to 2.7.0:
  * Full changelog in:
    mirrors.edge.kernel.org/pub/linux/utils/cryptsetup/v2.7/v2.7.0-ReleaseNotes
  * Introduce support for hardware OPAL disk encryption.
  * plain mode: Set default cipher to aes-xts-plain64 and password hashing
    to sha256.
  * Allow activation (open), luksResume, and luksAddKey to use the volume
    key stored in a keyring.
  * Allow to store volume key to a user-specified keyring in open and
    luksResume commands.
  * Do not flush IO operations if resize grows the device.
    This can help performance in specific cases where the encrypted device
    is extended automatically while running many IO operations.
  * Use only half of detected free memory for Argon2 PBKDF on systems
    without swap (for LUKS2 new keyslot or format operations).
  * Add the possibility to specify a directory for external LUKS2 token
    handlers (plugins).
  * Do not allow reencryption/decryption on LUKS2 devices with
    authenticated encryption or hardware (OPAL) encryption.
  * Do not fail LUKS format if the operation was interrupted on subsequent
    device wipe.
  * Fix the LUKS2 keyslot option to be used while activating the device
    by a token.
  * Properly report if the dm-verity device cannot be activated due to
    the inability to verify the signed root hash (ENOKEY).
  * Fix to check passphrase for selected keyslot only when adding
    new keyslot.
  * Fix to not wipe the keyslot area before in-place overwrite.
  * bitlk: Fix segfaults when attempting to verify the volume key.
  * Add --disable-blkid command line option to avoid blkid device check.

OBS-URL: https://build.opensuse.org/request/show/1142596
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=192
2024-01-29 17:02:57 +00:00
Dominique Leuenberger
540dc9dc26 Accepting request 1098512 from security
OBS-URL: https://build.opensuse.org/request/show/1098512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=124
2023-07-15 21:14:26 +00:00
82af2dfa2d Accepting request 1098511 from home:pmonrealgonzalez:branches:security
- luksFormat: Handle system with low memory and no swap space [bsc#1211079]
  * Check for physical memory available also in PBKDF benchmark.
  * Try to avoid OOM killer on low-memory systems without swap.
  * Use only half of detected free memory on systems without swap.
  * Add patches:
    - cryptsetup-Check-for-physical-memory-available-also-in-PBKDF-be.patch
    - cryptsetup-Try-to-avoid-OOM-killer-on-low-memory-systems-withou.patch
    - cryptsetup-Use-only-half-of-detected-free-memory-on-systems-wit.patch

OBS-URL: https://build.opensuse.org/request/show/1098511
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=190
2023-07-13 11:20:07 +00:00
Dominique Leuenberger
0a7c78c1ff Accepting request 1093291 from security
OBS-URL: https://build.opensuse.org/request/show/1093291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=123
2023-06-17 20:20:05 +00:00
b44b295cd3 Accepting request 1093121 from home:pmonrealgonzalez:branches:security
- Enable running the regression test suite.
- Force a regeneration of the man pages from AsciiDoc.
- Add LUKS1 and LUKS2 On-Disk Format Specification pdfs to doc.

- FIPS: Remove not needed libcryptsetup12-hmac package that contains
  the HMAC checksums for integrity checking for FIPS. [bsc#1185116]
  * Remove the cryptsetup-rpmlintrc file.
  * Remove not needed fipscheck dependency.

OBS-URL: https://build.opensuse.org/request/show/1093121
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=188
2023-06-15 12:05:44 +00:00
Dominique Leuenberger
60962f2300 Accepting request 1064730 from security
cryptsetup 2.6.1

OBS-URL: https://build.opensuse.org/request/show/1064730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=122
2023-02-14 15:42:30 +00:00
43e9b52bc7 Accepting request 1064729 from home:AndreasStieger:branches:security
cryptsetup 2.6.1

OBS-URL: https://build.opensuse.org/request/show/1064729
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=186
2023-02-12 21:21:51 +00:00
Dominique Leuenberger
2e667013fc Accepting request 1055943 from security
- Replace transitional %usrmerged macro with regular version check (boo#1206798)

OBS-URL: https://build.opensuse.org/request/show/1055943
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=121
2023-01-05 14:00:19 +00:00
cf385930c9 Accepting request 1052843 from home:lnussel:usrmerge
Replace transitional %usrmerged macro with regular version check (boo#1206798)

OBS-URL: https://build.opensuse.org/request/show/1052843
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=184
2023-01-04 16:08:29 +00:00
Dominique Leuenberger
e9929646b3 Accepting request 1038821 from security
OBS-URL: https://build.opensuse.org/request/show/1038821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=120
2022-11-30 13:58:56 +00:00
8cea81ce7b Accepting request 1038690 from home:polslinux:branches:security
- cryptsetup 2.6.0:
  * Introduce support for handling macOS FileVault2 devices (FVAULT2).
  * libcryptsetup: no longer use global memory locking through mlockall()
  * libcryptsetup: process priority is increased only for key derivation
    (PBKDF) calls.
  * Add new LUKS keyslot context handling functions and API.
  * The volume key may now be extracted using a passphrase, keyfile, or
    token. For LUKS devices, it also returns the volume key after
    a successful crypt_format call.
  * Fix --disable-luks2-reencryption configuration option.
  * cryptsetup: Print a better error message and warning if the format
    produces an image without space available for data.
  * Print error if anti-forensic LUKS2 hash setting is not available.
    If the specified hash was not available, activation quietly failed.
  * Fix internal crypt segment compare routine if the user
    specified cipher in kernel format (capi: prefix).
  * cryptsetup: Add token unassign action.
    This action allows removing token binding on specific keyslot.
  * veritysetup: add support for --use-tasklets option.
    This option sets try_verify_in_tasklet kernel dm-verity option
    (available since Linux kernel 6.0) to allow some performance
    improvement on specific systems.
  * Provide pkgconfig Require.private settings.
    While we do not completely provide static build on udev systems,
    it helps produce statically linked binaries in certain situations.
  * Always update automake library files if autogen.sh is run.
    For several releases, we distributed older automake scripts by mistake.
  * reencryption: Fix user defined moved segment size in LUKS2 decryption.
    The --hotzone-size argument was ignored in cases where the actual data
    size was less than the original LUKS2 data offset.
  * Delegate FIPS mode detection to configured crypto backend.
    System FIPS mode check no longer depends on /etc/system-fips file.
  * Update documentation, including FAQ and man pages.

OBS-URL: https://build.opensuse.org/request/show/1038690
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=182
2022-11-29 07:29:17 +00:00
Dominique Leuenberger
db4246dcb6 Accepting request 1003455 from security
OBS-URL: https://build.opensuse.org/request/show/1003455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=119
2022-09-15 20:57:41 +00:00
59aec6d066 Accepting request 1003354 from home:bluca:branches:security
- Add virtual provides for 'integritysetup' and 'veritysetup' to match
  package names provided by Fedora/RHEL, to allow the same set of
  dependencies to be used across all RPM distributions.

OBS-URL: https://build.opensuse.org/request/show/1003354
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=180
2022-09-14 07:18:13 +00:00
Dominique Leuenberger
c067b49eca Accepting request 999047 from security
- cryptsetup 2.5.0:
  * Split manual pages into per-action pages and use AsciiDoc format. 
  * Remove cryptsetup-reencrypt tool from the project and move reencryption
    to already existing "cryptsetup reencrypt" command.
    If you need to emulate the old cryptsetup-reencrypt binary, use simple
    wrappers script running "exec cryptsetup reencrypt $@".
  * LUKS2: implement --decryption option that allows LUKS removal.
  * Fix decryption operation with --active-name option and restrict
    it to be used only with LUKS2.
  * Do not refresh reencryption digest when not needed.
    This should speed up the reencryption resume process.
  * Store proper resilience data in LUKS2 reencrypt initialization.
    Resuming reencryption now does not require specification of resilience
    type parameters if these are the same as during initialization.
  * Properly wipe the unused area after reencryption with datashift in
    the forward direction.
  * Check datashift value against larger sector size.
    For example, it could cause an issue if misaligned 4K sector appears
    during decryption.
  * Do not allow sector size increase reencryption in offline mode.
  * Do not allow dangerous sector size change during reencryption.
  * Ask the user for confirmation before resuming reencryption.
  * Do not resume reencryption with conflicting parameters.
  * Add --force-offline-reencrypt option.
  * Do not allow nested encryption in LUKS reencrypt.
  * Support all options allowed with luksFormat with encrypt action.
  * Add resize action to integritysetup.
  * Remove obsolete dracut plugin reencryption example.
  * Fix possible keyslot area size overflow during conversion to LUKS2.
  * Allow use of --header option for cryptsetup close. (forwarded request 999046 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/999047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=118
2022-08-25 13:33:10 +00:00
0ffce94442 Accepting request 999046 from home:lnussel:branches:security
- cryptsetup 2.5.0:
  * Split manual pages into per-action pages and use AsciiDoc format. 
  * Remove cryptsetup-reencrypt tool from the project and move reencryption
    to already existing "cryptsetup reencrypt" command.
    If you need to emulate the old cryptsetup-reencrypt binary, use simple
    wrappers script running "exec cryptsetup reencrypt $@".
  * LUKS2: implement --decryption option that allows LUKS removal.
  * Fix decryption operation with --active-name option and restrict
    it to be used only with LUKS2.
  * Do not refresh reencryption digest when not needed.
    This should speed up the reencryption resume process.
  * Store proper resilience data in LUKS2 reencrypt initialization.
    Resuming reencryption now does not require specification of resilience
    type parameters if these are the same as during initialization.
  * Properly wipe the unused area after reencryption with datashift in
    the forward direction.
  * Check datashift value against larger sector size.
    For example, it could cause an issue if misaligned 4K sector appears
    during decryption.
  * Do not allow sector size increase reencryption in offline mode.
  * Do not allow dangerous sector size change during reencryption.
  * Ask the user for confirmation before resuming reencryption.
  * Do not resume reencryption with conflicting parameters.
  * Add --force-offline-reencrypt option.
  * Do not allow nested encryption in LUKS reencrypt.
  * Support all options allowed with luksFormat with encrypt action.
  * Add resize action to integritysetup.
  * Remove obsolete dracut plugin reencryption example.
  * Fix possible keyslot area size overflow during conversion to LUKS2.
  * Allow use of --header option for cryptsetup close.

OBS-URL: https://build.opensuse.org/request/show/999046
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=178
2022-08-24 11:32:11 +00:00
Dominique Leuenberger
de1f20aa9d Accepting request 946915 from security
OBS-URL: https://build.opensuse.org/request/show/946915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=117
2022-01-19 23:11:59 +00:00
ee04894715 Accepting request 946498 from home:AndreasStieger:branches:security
cryptsetup 2.4.3
    CVE-2021-4122, boo#1194469

OBS-URL: https://build.opensuse.org/request/show/946498
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=177
2022-01-17 09:00:02 +00:00
Dominique Leuenberger
3ec70ab5a7 Accepting request 919547 from security
- cryptsetup 2.4.1
  * Fix compilation for libc implementations without dlvsym().
  * Fix compilation and tests on systems with non-standard libraries
  * Try to workaround some issues on systems without udev support.
  * Fixes for OpenSSL3 crypto backend (including FIPS mode).
  * Print error message when assigning a token to an inactive keyslot.
  * Fix offset bug in LUKS2 encryption code if --offset option was used.
  * Do not allow LUKS2 decryption for devices with data offset.
  * Fix LUKS1 cryptsetup repair command for some specific problems.

- cryptsetup 2.4.0 (jsc#SLE-20275)

OBS-URL: https://build.opensuse.org/request/show/919547
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=116
2021-09-21 19:12:23 +00:00
1e4cc6eca2 - cryptsetup 2.4.1
* Fix compilation for libc implementations without dlvsym().
  * Fix compilation and tests on systems with non-standard libraries
  * Try to workaround some issues on systems without udev support.
  * Fixes for OpenSSL3 crypto backend (including FIPS mode).
  * Print error message when assigning a token to an inactive keyslot.
  * Fix offset bug in LUKS2 encryption code if --offset option was used.
  * Do not allow LUKS2 decryption for devices with data offset.
  * Fix LUKS1 cryptsetup repair command for some specific problems.
- cryptsetup 2.4.0 (jsc#SLE-20275)

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=176
2021-09-16 15:25:13 +00:00
Dominique Leuenberger
a9f0d82fe4 Accepting request 915495 from security
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/915495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=115
2021-09-02 21:20:08 +00:00
cddcbab746 - As YaST passes necessary parameters to cryptsetup anyway, we do
not necessarily need to take grub into consideration. So back to
  Argon2 to see how it goes.

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=175
2021-08-25 13:47:31 +00:00
002330efa3 update
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=174
2021-08-23 05:09:18 +00:00
9b4f111a1b add feature reference
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=173
2021-08-12 13:00:47 +00:00
c25748051d - need to use PBKDF2 by default for LUKS2 as grub can't decrypt when
using Argon.

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=172
2021-08-03 13:44:07 +00:00
db71e925b5 merge
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=171
2021-08-02 15:43:50 +00:00
8d2c1398f0 - crypsetup 2.4.0~rc1
* External LUKS token plugins
  * Experimental SSH token
  * Default LUKS2 PBKDF is now Argon2id
  * Increase minimal memory cost for Argon2 benchmark to 64MiB.
  * Autodetect optimal encryption sector size on LUKS2 format.
  * Use VeraCrypt option by default and add --disable-veracrypt option.
  * Support --hash and --cipher to limit opening time for TCRYPT type
  * Fixed default OpenSSL crypt backend support for OpenSSL3.
  * integritysetup: add integrity-recalculate-reset flag.
  * cryptsetup: retains keyslot number in luksChangeKey for LUKS2.
  * Fix cryptsetup resize using LUKS2 tokens.
  * Add close --deferred and --cancel-deferred options.
  * Rewritten command-line option parsing to avoid libpopt arguments
    memory leaks.
  * Add --test-args option.
- switch to LUKS2 default format

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=170
2021-08-02 15:10:27 +00:00
Dominique Leuenberger
2ca5e2b515 Accepting request 903414 from security
- cryptsetup 2.3.6:
  * integritysetup: Fix possible dm-integrity mapping table truncation.
  * cryptsetup: Backup header can be used to activate TCRYPT device.
    Use --header option to specify the header.
  * cryptsetup: Avoid LUKS2 decryption without detached header.
    This feature will be added later and is currently not supported.
  * Additional fixes and workarounds for common warnings produced
    by some static analysis tools (like gcc-11 analyzer) and additional
    code hardening.
  * Fix standalone libintl detection for compiled tests.
  * Add Blake2b and Blake2s hash support for crypto backends.
    Kernel and gcrypt crypto backend support all variants.
    OpenSSL supports only Blake2b-512 and Blake2s-256.
    Crypto backend supports kernel notation e.g. "blake2b-512".

OBS-URL: https://build.opensuse.org/request/show/903414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=114
2021-07-04 20:10:04 +00:00
45054f2786 - cryptsetup 2.3.6:
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=169
2021-07-01 12:55:11 +00:00
Richard Brown
5920c59684 Accepting request 879091 from security
OBS-URL: https://build.opensuse.org/request/show/879091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=113
2021-03-16 14:42:41 +00:00
8725925458 Accepting request 878732 from home:AndreasStieger:branches:security
cryptsetup 2.3.5

OBS-URL: https://build.opensuse.org/request/show/878732
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=167
2021-03-15 07:59:10 +00:00
Dominique Leuenberger
f540257485 Accepting request 853733 from security
- SLE marker: implements jsc#SLE-5911, bsc#116558, jsc#SLE-145149

OBS-URL: https://build.opensuse.org/request/show/853733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=112
2020-12-08 12:23:17 +00:00
d173fab52a typo
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=165
2020-12-08 12:03:55 +00:00
9197d62a77 - SLE marker: implements jsc#SLE-5911, bsc#116558, jsc#SLE-145149
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=164
2020-12-08 08:53:32 +00:00
Dominique Leuenberger
8fc7ca0b5c Accepting request 849585 from security
- prepare usrmerge (boo#1029961) (forwarded request 849583 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/849585
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=111
2020-11-23 15:38:36 +00:00
c6c715c2f5 Accepting request 849583 from home:lnussel:usrmove
- prepare usrmerge (boo#1029961)

OBS-URL: https://build.opensuse.org/request/show/849583
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=162
2020-11-20 09:26:02 +00:00
Dominique Leuenberger
f349d69df6 Accepting request 832027 from security
OBS-URL: https://build.opensuse.org/request/show/832027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=110
2020-09-08 20:44:25 +00:00
d9929bafef Accepting request 832026 from home:lnussel:branches:security
- Update to 2.3.4:
  * Fix a possible out-of-bounds memory write while validating LUKS2 data
    segments metadata (CVE-2020-14382, boo#1176128).
  * Ignore reported optimal IO size if not aligned to minimal page size.
  * Added support for new no_read/write_wrokqueue dm-crypt options (kernel 5.9).
  * Added support panic_on_corruption option for dm-verity devices (kernel 5.9).
  * Support --master-key-file option for online LUKS2 reencryption
  * Always return EEXIST error code if a device already exists.
  * Fix a problem in integritysetup if a hash algorithm has dash in the name.
  * Fix crypto backend to properly handle ECB mode.
  * TrueCrypt/VeraCrypt compatible mode now supports the activation of devices
    with a larger sector.
  * LUKS2: Do not create excessively large headers.
  * Fix unspecified sector size for BitLocker compatible mode.
  * Fix reading key data size in metadata for BitLocker compatible mode.

OBS-URL: https://build.opensuse.org/request/show/832026
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=160
2020-09-04 08:13:03 +00:00
Dominique Leuenberger
e7c9a9bb28 Accepting request 810247 from security
OBS-URL: https://build.opensuse.org/request/show/810247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=109
2020-06-03 18:29:42 +00:00
91d92afad9 Accepting request 810023 from home:AndreasStieger:branches:security
cryptsetup 2.3.3

OBS-URL: https://build.opensuse.org/request/show/810023
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=158
2020-05-29 15:01:56 +00:00
Dominique Leuenberger
26eae3b3c3 Accepting request 790921 from security
- Split translations to -lang package
- New version to 2.3.1
  * Support VeraCrypt 128 bytes passwords.
    VeraCrypt now allows passwords of maximal length 128 bytes
    (compared to legacy TrueCrypt where it was limited by 64 bytes).
  * Strip extra newline from BitLocker recovery keys
    There might be a trailing newline added by the text editor when
    the recovery passphrase was passed using the --key-file option.
  * Detect separate libiconv library.
    It should fix compilation issues on distributions with iconv
    implemented in a separate library.
  * Various fixes and workarounds to build on old Linux distributions.
  * Split lines with hexadecimal digest printing for large key-sizes.
  * Do not wipe the device with no integrity profile.
    With --integrity none we performed useless full device wipe.
  * Workaround for dm-integrity kernel table bug.
    Some kernels show an invalid dm-integrity mapping table
    if superblock contains the "recalculate" bit. This causes
    integritysetup to not recognize the dm-integrity device.
    Integritysetup now specifies kernel options such a way that
    even on unpatched kernels mapping table is correct.
  * Print error message if LUKS1 keyslot cannot be processed.
    If the crypto backend is missing support for hash algorithms
    used in PBKDF2, the error message was not visible.
  * Properly align LUKS2 keyslots area on conversion.
    If the LUKS1 payload offset (data offset) is not aligned
    to 4 KiB boundary, new LUKS2 keyslots area in now aligned properly.
  * Validate LUKS2 earlier on conversion to not corrupt the device
    if binary keyslots areas metadata are not correct.

OBS-URL: https://build.opensuse.org/request/show/790921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=108
2020-04-05 18:49:04 +00:00
7b6ff2d0f5 - Split translations to -lang package
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=156
2020-04-02 14:37:41 +00:00
8873d8f729 - New version to 2.3.1
* Support VeraCrypt 128 bytes passwords.
    VeraCrypt now allows passwords of maximal length 128 bytes
    (compared to legacy TrueCrypt where it was limited by 64 bytes).
  * Strip extra newline from BitLocker recovery keys
    There might be a trailing newline added by the text editor when
    the recovery passphrase was passed using the --key-file option.
  * Detect separate libiconv library.
    It should fix compilation issues on distributions with iconv
    implemented in a separate library.
  * Various fixes and workarounds to build on old Linux distributions.
  * Split lines with hexadecimal digest printing for large key-sizes.
  * Do not wipe the device with no integrity profile.
    With --integrity none we performed useless full device wipe.
  * Workaround for dm-integrity kernel table bug.
    Some kernels show an invalid dm-integrity mapping table
    if superblock contains the "recalculate" bit. This causes
    integritysetup to not recognize the dm-integrity device.
    Integritysetup now specifies kernel options such a way that
    even on unpatched kernels mapping table is correct.
  * Print error message if LUKS1 keyslot cannot be processed.
    If the crypto backend is missing support for hash algorithms
    used in PBKDF2, the error message was not visible.
  * Properly align LUKS2 keyslots area on conversion.
    If the LUKS1 payload offset (data offset) is not aligned
    to 4 KiB boundary, new LUKS2 keyslots area in now aligned properly.
  * Validate LUKS2 earlier on conversion to not corrupt the device
    if binary keyslots areas metadata are not correct.

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=155
2020-04-02 14:27:54 +00:00
Dominique Leuenberger
7252bcb7bd Accepting request 770054 from security
OBS-URL: https://build.opensuse.org/request/show/770054
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=107
2020-02-09 20:02:18 +00:00
c833c93fcf Accepting request 769866 from home:polslinux:branches:security
- Update to 2.3.0 (include release notes for 2.2.0)
  * BITLK (Windows BitLocker compatible) device access
  * Veritysetup now supports activation with additional PKCS7 signature
    of root hash through --root-hash-signature option.
  * Integritysetup now calculates hash integrity size according to algorithm
    instead of requiring an explicit tag size.
  * Integritysetup now supports fixed padding for dm-integrity devices.
  * A lot of fixes to online LUKS2 reecryption.
  * Add crypt_resume_by_volume_key() function to libcryptsetup.
    If a user has a volume key available, the LUKS device can be resumed
    directly using the provided volume key.
    No keyslot derivation is needed, only the key digest is checked.
  * Implement active device suspend info.
    Add CRYPT_ACTIVATE_SUSPENDED bit to crypt_get_active_device() flags
    that informs the caller that device is suspended (luksSuspend).
  * Allow --test-passphrase for a detached header.
    Before this fix, we required a data device specified on the command
    line even though it was not necessary for the passphrase check.
  * Allow --key-file option in legacy offline encryption.
    The option was ignored for LUKS1 encryption initialization.
  * Export memory safe functions.
    To make developing of some extensions simpler, we now export
    functions to handle memory with proper wipe on deallocation.
  * Fail crypt_keyslot_get_pbkdf for inactive LUKS1 keyslot.
  * Add optional global serialization lock for memory hard PBKDF.
  * Abort conversion to LUKS1 with incompatible sector size that is
    not supported in LUKS1.
  * Report error (-ENOENT) if no LUKS keyslots are available. User can now
    distinguish between a wrong passphrase and no keyslot available.
  * Fix a possible segfault in detached header handling (double free).
  * Add integritysetup support for bitmap mode introduced in Linux kernel 5.2.
  * The libcryptsetup now keeps all file descriptors to underlying device
    open during the whole lifetime of crypt device context to avoid excessive
    scanning in udev (udev run scan on every descriptor close).
  * The luksDump command now prints more info for reencryption keyslot
    (when a device is in-reencryption).
  * New --device-size parameter is supported for LUKS2 reencryption.
  * New --resume-only parameter is supported for LUKS2 reencryption.
  * The repair command now tries LUKS2 reencryption recovery if needed.
  * If reencryption device is a file image, an interactive dialog now
    asks if reencryption should be run safely in offline mode
    (if autodetection of active devices failed).
  * Fix activation through a token where dm-crypt volume key was not
    set through keyring (but using old device-mapper table parameter mode).
  * Online reencryption can now retain all keyslots (if all passphrases
    are provided). Note that keyslot numbers will change in this case.
  * Allow volume key file to be used if no LUKS2 keyslots are present.
  * Print a warning if online reencrypt is called over LUKS1 (not supported).
  * Fix TCRYPT KDF failure in FIPS mode.
  * Remove FIPS mode restriction for crypt_volume_key_get.
  * Reduce keyslots area size in luksFormat when the header device is too small.
  * Make resize action accept --device-size parameter (supports units suffix).

OBS-URL: https://build.opensuse.org/request/show/769866
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=153
2020-02-04 16:53:39 +00:00
Dominique Leuenberger
f33f765a5e Accepting request 755886 from security
OBS-URL: https://build.opensuse.org/request/show/755886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=106
2019-12-17 12:29:09 +00:00
6a28f3c770 Accepting request 739355 from home:vitezslav_cizek:branches:security
- Create a weak dependency cycle between libcryptsetup and
  libcryptsetup-hmac to make sure they are installed together
  (bsc#1090768)

OBS-URL: https://build.opensuse.org/request/show/739355
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=151
2019-12-11 15:11:37 +00:00
Dominique Leuenberger
1590108120 Accepting request 701789 from security
retrofit bug number

OBS-URL: https://build.opensuse.org/request/show/701789
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=105
2019-05-14 11:29:48 +00:00
a86aef0410 retrofit bug number for sle
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=149
2019-05-09 11:56:46 +00:00
Yuchen Lin
277dfb964c Accepting request 677121 from security
OBS-URL: https://build.opensuse.org/request/show/677121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=104
2019-02-20 13:08:36 +00:00
b860f84edd Accepting request 676570 from home:jengelh:branches:security
- Use noun phrase in summary.

OBS-URL: https://build.opensuse.org/request/show/676570
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=147
2019-02-18 12:27:45 +00:00
901c97104c - New version 2.1.0
* The default size of the LUKS2 header is increased to 16 MB.
    It includes metadata and the area used for binary keyslots;
    it means that LUKS header backup is now 16MB in size.
  * Cryptsetup now doubles LUKS default key size if XTS mode is used
    (XTS mode uses two internal keys). This does not apply if key size
    is explicitly specified on the command line and it does not apply
    for the plain mode.
    This fixes a confusion with AES and 256bit key in XTS mode where
    code used AES128 and not AES256 as often expected.
  * Default cryptographic backend used for LUKS header processing is now
    OpenSSL. For years, OpenSSL provided better performance for PBKDF.
  * The Python bindings are no longer supported and the code was removed
    from cryptsetup distribution. Please use the libblockdev project
    that already covers most of the libcryptsetup functionality
    including LUKS2.
  * Cryptsetup now allows using --offset option also for luksFormat.
  * Cryptsetup now supports new refresh action (that is the alias for
    "open --refresh").
  * Integritysetup now supports mode with detached data device through
    new --data-device option.
- 2.1.0 would use LUKS2 as default, we stay with LUKS1 for now until
  someone has time to evaluate the fallout from switching to LUKS2.

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=146
2019-02-15 14:36:10 +00:00
Dominique Leuenberger
96adeab889 Accepting request 645684 from security
OBS-URL: https://build.opensuse.org/request/show/645684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=103
2018-11-06 14:25:37 +00:00
3dd02a4dcc Accepting request 645498 from home:lnussel:branches:security
- Suggest hmac package (boo#1090768)
- remove old upgrade hack for upgrades from 12.1
- New version 2.0.5
  Changes since version 2.0.4
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  * Wipe full header areas (including unused) during LUKS format.
    Since this version, the whole area up to the data offset is zeroed,
    and subsequently, all keyslots areas are wiped with random data.
    This ensures that no remaining old data remains in the LUKS header
    areas, but it could slow down format operation on some devices.
    Previously only first 4k (or 32k for LUKS2) and the used keyslot
    was overwritten in the format operation.
  * Several fixes to error messages that were unintentionally replaced
    in previous versions with a silent exit code.
    More descriptive error messages were added, including error
    messages if
     - a device is unusable (not a block device, no access, etc.),
     - a LUKS device is not detected,
     - LUKS header load code detects unsupported version,
     - a keyslot decryption fails (also happens in the cipher check),
     - converting an inactive keyslot.
  * Device activation fails if data area overlaps with LUKS header.
  * Code now uses explicit_bzero to wipe memory if available
    (instead of own implementation).
  * Additional VeraCrypt modes are now supported, including Camellia
    and Kuznyechik symmetric ciphers (and cipher chains) and Streebog
    hash function. These were introduced in a recent VeraCrypt upstream.
    Note that Kuznyechik requires out-of-tree kernel module and
    Streebog hash function is available only with the gcrypt cryptographic
    backend for now.

OBS-URL: https://build.opensuse.org/request/show/645498
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=144
2018-10-31 08:59:56 +00:00
Dominique Leuenberger
873a55aadc Accepting request 630730 from security
- New version 2.0.4
  Changes since version 2.0.3
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  * Use the libblkid (blockid) library to detect foreign signatures
    on a device before LUKS format and LUKS2 auto-recovery.
    This change fixes an unexpected recovery using the secondary
    LUKS2 header after a device was already overwritten with
    another format (filesystem or LVM physical volume).
    LUKS2 will not recreate a primary header if it detects a valid
    foreign signature. In this situation, a user must always
    use cryptsetup repair command for the recovery.
    Note that libcryptsetup and utilities are now linked to libblkid
    as a new dependence.
    To compile code without blockid support (strongly discouraged),
    use --disable-blkid configure switch.
  * Add prompt for format and repair actions in cryptsetup and
    integritysetup if foreign signatures are detected on the device
    through the blockid library.
    After the confirmation, all known signatures are then wiped as
    part of the format or repair procedure.
  * Print consistent verbose message about keyslot and token numbers.
    For keyslot actions: Key slot <number> unlocked/created/removed.
    For token actions: Token <number> created/removed.
  * Print error, if a non-existent token is tried to be removed.
  * Add support for LUKS2 token definition export and import.
    The token command now can export/import customized token JSON file
    directly from command line. See the man page for more details.
  * Add support for new dm-integrity superblock version 2.
  * Add an error message when nothing was read from a key file.
  * Update cryptsetup man pages, including --type option usage.

OBS-URL: https://build.opensuse.org/request/show/630730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=102
2018-08-28 07:22:31 +00:00
405535408f fix
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=142
2018-08-21 09:23:54 +00:00
b9976bf5b8 - New version 2.0.4
Changes since version 2.0.3
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  * Use the libblkid (blockid) library to detect foreign signatures
    on a device before LUKS format and LUKS2 auto-recovery.
    This change fixes an unexpected recovery using the secondary
    LUKS2 header after a device was already overwritten with
    another format (filesystem or LVM physical volume).
    LUKS2 will not recreate a primary header if it detects a valid
    foreign signature. In this situation, a user must always
    use cryptsetup repair command for the recovery.
    Note that libcryptsetup and utilities are now linked to libblkid
    as a new dependence.
    To compile code without blockid support (strongly discouraged),
    use --disable-blkid configure switch.
  * Add prompt for format and repair actions in cryptsetup and
    integritysetup if foreign signatures are detected on the device
    through the blockid library.
    After the confirmation, all known signatures are then wiped as
    part of the format or repair procedure.
  * Print consistent verbose message about keyslot and token numbers.
    For keyslot actions: Key slot <number> unlocked/created/removed.
    For token actions: Token <number> created/removed.
  * Print error, if a non-existent token is tried to be removed.
  * Add support for LUKS2 token definition export and import.
    The token command now can export/import customized token JSON file
    directly from command line. See the man page for more details.
  * Add support for new dm-integrity superblock version 2.
  * Add an error message when nothing was read from a key file.
  * Update cryptsetup man pages, including --type option usage.

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=141
2018-08-21 07:44:40 +00:00
Dominique Leuenberger
7375ef6f52 Accepting request 574742 from security
OBS-URL: https://build.opensuse.org/request/show/574742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=101
2018-02-13 09:25:18 +00:00
6a3a5ab46f Accepting request 574741 from home:AndreasStieger:branches:security
untested 2.0.1

OBS-URL: https://build.opensuse.org/request/show/574741
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=139
2018-02-09 15:48:12 +00:00
Dominique Leuenberger
d2aa865791 Accepting request 562805 from security
- Update to version 2.0.0:
  * Add support for new on-disk LUKS2 format
  * Enable to use system libargon2 instead of bundled version
  * Install tmpfiles.d configuration for LUKS2 locking directory
  * New command integritysetup: support for the new dm-integrity kernel target
  * Support for larger sector sizes for crypt devices
  * Miscellaneous fixes and improvements

OBS-URL: https://build.opensuse.org/request/show/562805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=100
2018-01-31 18:48:16 +00:00
d84b0a491a OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=137 2018-01-09 09:48:53 +00:00
7cb1ae6064 Accepting request 561151 from home:archie172:branches:security
- Update to version 2.0.0:
  * Add support for new on-disk LUKS2 format
  * Enable to use system libargon2 instead of bundled version
  * Install tmpfiles.d configuration for LUKS2 locking directory
  * New command integritysetup: support for the new dm-integrity kernel target
  * Support for larger sector sizes for crypt devices
  * Miscellaneous fixes and improvements

OBS-URL: https://build.opensuse.org/request/show/561151
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=136
2018-01-09 08:52:58 +00:00
Dominique Leuenberger
e2bd3202b3 Accepting request 492821 from security
1

OBS-URL: https://build.opensuse.org/request/show/492821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=99
2017-05-10 18:34:03 +00:00
04c288cc69 Accepting request 492031 from home:pluskalm:branches:security
- Update to version 1.7.5:
  * Fixes to luksFormat to properly support recent kernel running
    in FIPS mode.
  * Fixes accesses to unaligned hidden legacy TrueCrypt header.
  * Fixes to optional dracut ramdisk scripts for offline
    re-encryption on initial boot.

OBS-URL: https://build.opensuse.org/request/show/492031
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=134
2017-05-04 09:42:46 +00:00
Yuchen Lin
d82cae9dac Accepting request 481749 from security
1

OBS-URL: https://build.opensuse.org/request/show/481749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=98
2017-04-07 12:17:28 +00:00
96565497db Accepting request 480910 from home:pluskalm:branches:security
- Update to version 1.7.4:

OBS-URL: https://build.opensuse.org/request/show/480910
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=132
2017-03-21 11:44:43 +00:00
Dominique Leuenberger
47cacbabc0 Accepting request 423052 from security
1

OBS-URL: https://build.opensuse.org/request/show/423052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=97
2016-08-28 10:17:20 +00:00
Alexander Naumov
5b2dc6e33d Accepting request 422113 from home:Alexander_Naumov:branches:security
Update to version 1.7.2

OBS-URL: https://build.opensuse.org/request/show/422113
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=130
2016-08-26 11:48:47 +00:00
Dominique Leuenberger
8d993e85ec Accepting request 357344 from security
1

OBS-URL: https://build.opensuse.org/request/show/357344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=96
2016-02-12 10:20:59 +00:00
4f8e236159 Accepting request 352690 from home:benoit_monin:branches:security
update to 1.7.0

OBS-URL: https://build.opensuse.org/request/show/352690
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=128
2016-02-02 11:57:35 +00:00
Dominique Leuenberger
323c74e83b Accepting request 350182 from security
1

OBS-URL: https://build.opensuse.org/request/show/350182
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=95
2015-12-23 08:56:19 +00:00
36e909287e Accepting request 349019 from home:tiwai:branches:security
- Fix missing dependency on coreutils for initrd macros (boo#958562)
- Call missing initrd macro at postun (boo#958562)

OBS-URL: https://build.opensuse.org/request/show/349019
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=126
2015-12-21 11:53:09 +00:00
Dominique Leuenberger
8c796b5e04 Accepting request 338019 from security
1

OBS-URL: https://build.opensuse.org/request/show/338019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=94
2015-10-20 14:21:29 +00:00
ce789c545b Accepting request 329788 from home:adra:branches:security
Update to 1.6.8

OBS-URL: https://build.opensuse.org/request/show/329788
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=124
2015-10-12 09:14:03 +00:00
Dominique Leuenberger
8bdd24a00d Accepting request 295656 from security
1

OBS-URL: https://build.opensuse.org/request/show/295656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=93
2015-04-21 10:02:13 +00:00
2ebbcc2226 Accepting request 295595 from home:elvigia:branches:security
- Enable verbose build log. 

- regenerate the initrd if cryptsetup tool changes
  (wanted by 90crypt dracut module)

OBS-URL: https://build.opensuse.org/request/show/295595
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=122
2015-04-13 09:46:51 +00:00
Dominique Leuenberger
d3e63f96b0 Accepting request 294961 from security
1

OBS-URL: https://build.opensuse.org/request/show/294961
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=92
2015-04-10 07:44:54 +00:00
da8c646220 Accepting request 294152 from home:pluskalm:branches:security
- Update to 1.6.7

OBS-URL: https://build.opensuse.org/request/show/294152
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=120
2015-04-08 12:54:34 +00:00
Stephan Kulow
c702d47d37 Accepting request 249222 from security
version 1.6.6 (forwarded request 249180 from adra)

OBS-URL: https://build.opensuse.org/request/show/249222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=91
2014-09-17 19:24:38 +00:00
245087ea13 Accepting request 249180 from home:adra:branches:security
version 1.6.6

OBS-URL: https://build.opensuse.org/request/show/249180
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=118
2014-09-15 09:54:57 +00:00
Stephan Kulow
6136ac7941 Accepting request 246424 from security
1

OBS-URL: https://build.opensuse.org/request/show/246424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=89
2014-08-27 20:18:06 +00:00
a823d6ea4c Accepting request 245748 from home:msmeissn:branches:security
- Use --enable-gcrypt-pbkdf2 to use the PBKDFv2 method from libgcrypt.

OBS-URL: https://build.opensuse.org/request/show/245748
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=116
2014-08-26 06:33:53 +00:00
10401f6d08 Accepting request 244510 from security
1

OBS-URL: https://build.opensuse.org/request/show/244510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=88
2014-08-15 07:55:25 +00:00
9d75fbda81 Accepting request 244369 from home:adra:branches:security
version 1.6.5, Updated build requirements

OBS-URL: https://build.opensuse.org/request/show/244369
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=114
2014-08-13 07:59:19 +00:00
110c3d1016 Accepting request 244329 from home:msmeissn:branches:security
- libcryptsetup4-hmac split off contain the hmac for FIPS certification

OBS-URL: https://build.opensuse.org/request/show/244329
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=113
2014-08-12 13:38:20 +00:00
Stephan Kulow
46036de7cc Accepting request 239882 from security
1

OBS-URL: https://build.opensuse.org/request/show/239882
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=87
2014-07-13 15:15:27 +00:00
5c09e34343 Accepting request 235564 from home:msmeissn:branches:security
- version 1.6.4
  - new tarball / signature location
  * Implement new erase (with alias luksErase) command.
  * Add internal "whirlpool_gcryptbug hash" for accessing flawed
    Whirlpool hash in gcrypt (requires gcrypt 1.6.1 or above).
  * Allow to use --disable-gcrypt-pbkdf2 during configuration
    to force use internal PBKDF2 code.
  * Require gcrypt 1.6.1 for imported implementation of PBKDF2
    (PBKDF2 in gcrypt 1.6.0 is too slow).
  * Add --keep-key to cryptsetup-reencrypt.
  * By default verify new passphrase in luksChangeKey and luksAddKey
    commands (if input is from terminal).
  * Fix memory leak in Nettle crypto backend.
  * Support --tries option even for TCRYPT devices in cryptsetup.
  * Support --allow-discards option even for TCRYPT devices.
    (Note that this could destroy hidden volume and it is not suggested
    by original TrueCrypt security model.)
  * Link against -lrt for clock_gettime to fix undefined reference
    to clock_gettime error (introduced in 1.6.2).
  * Fix misleading error message when some algorithms are not available.
  * Count system time in PBKDF2 benchmark if kernel returns no self
    usage info.

OBS-URL: https://build.opensuse.org/request/show/235564
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=111
2014-07-08 11:55:23 +00:00
Stephan Kulow
9396118766 Accepting request 231183 from security
- remove dependency on gpg-offline (source_validator already
  checks for gpg integrity) (forwarded request 231181 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/231183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=86
2014-04-26 15:01:54 +00:00
a5a193c2f7 Accepting request 231181 from home:dirkmueller:branches:security
- remove dependency on gpg-offline (source_validator already
  checks for gpg integrity)

OBS-URL: https://build.opensuse.org/request/show/231181
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=109
2014-04-23 16:25:27 +00:00
Stephan Kulow
a44c443eb1 Accepting request 211316 from security
- version 1.6.3 
* Fix cryptsetup reencryption tool to work properly 
  with devices using 4kB sectors.
* Rewrite cipher benchmark loop which was unreliable on very fast machines.
* Support activation of old TrueCrypt containers (requires kernel 3.13)
* Other bugfixes. (forwarded request 210973 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/211316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=85
2013-12-19 11:39:34 +00:00
7d203f1cbd Accepting request 210973 from home:elvigia:branches:security
- version 1.6.3 
* Fix cryptsetup reencryption tool to work properly 
  with devices using 4kB sectors.
* Rewrite cipher benchmark loop which was unreliable on very fast machines.
* Support activation of old TrueCrypt containers (requires kernel 3.13)
* Other bugfixes.

OBS-URL: https://build.opensuse.org/request/show/210973
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=107
2013-12-18 07:35:57 +00:00
Stephan Kulow
27bee42f51 Accepting request 196348 from security
- cryptsetup 1.6.2
* Print error and fail if more device arguments 
  are present for isLuks command.
* Fix cipher specification string parsing 
(found by gcc -fsanitize=address option).
* Try to map TCRYPT system encryption through partitions
* Workaround for some recent changes in automake (forwarded request 185875 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/196348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=83
2013-08-30 09:33:17 +00:00
97c0fc2e1f Accepting request 185875 from home:elvigia:branches:security
- cryptsetup 1.6.2
* Print error and fail if more device arguments 
  are present for isLuks command.
* Fix cipher specification string parsing 
(found by gcc -fsanitize=address option).
* Try to map TCRYPT system encryption through partitions
* Workaround for some recent changes in automake

OBS-URL: https://build.opensuse.org/request/show/185875
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=105
2013-08-26 08:24:57 +00:00
Stephan Kulow
a17cc78ed0 Accepting request 181818 from security
- cryptsetup 1.6.1
 * Fix loop-AES keyfile parsing.
 * Fix passphrase pool overflow for too long TCRYPT passphrase.
 * Fix deactivation of device when failed underlying node disappeared.
- There is a bug in the released tarball, due to HAVE_BYTESWAP_H
  and HAVE_ENDIAN_H not properly handled by the buildsystem. A
  patch with permanent solution was sent and accepted upstream
  and will appear in the next release, for now an spec file workaround
  is in place, remove in the next update. (forwarded request 181807 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/181818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=82
2013-07-03 14:29:37 +00:00
Dr. Werner Fink
ba19ad260a Accepting request 181807 from home:elvigia:branches:security
- cryptsetup 1.6.1
 * Fix loop-AES keyfile parsing.
 * Fix passphrase pool overflow for too long TCRYPT passphrase.
 * Fix deactivation of device when failed underlying node disappeared.
- There is a bug in the released tarball, due to HAVE_BYTESWAP_H
  and HAVE_ENDIAN_H not properly handled by the buildsystem. A
  patch with permanent solution was sent and accepted upstream
  and will appear in the next release, for now an spec file workaround
  is in place, remove in the next update.

OBS-URL: https://build.opensuse.org/request/show/181807
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=103
2013-07-02 20:45:10 +00:00
Stephan Kulow
eb37569de2 Accepting request 161166 from security
- Remove excessive dependencies of libcryptsetup-devel
  (it does not require any of these)
- Mark 2.6.38 as needed

N.B.: You can now use the tilde syntax when procuring beta versions
in future, e.g. "Version: 2.0~beta1" (forwarded request 160813 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/161166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=81
2013-03-26 13:05:44 +00:00
Philipp Thomas
7b820e0fc0 Accepting request 160813 from home:jengelh:branches:security
- Remove excessive dependencies of libcryptsetup-devel
  (it does not require any of these)
- Mark 2.6.38 as needed

N.B.: You can now use the tilde syntax when procuring beta versions
in future, e.g. "Version: 2.0~beta1"

OBS-URL: https://build.opensuse.org/request/show/160813
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=101
2013-03-26 11:48:10 +00:00
Stephan Kulow
60246d0244 Accepting request 159201 from security
- version 1.6.0
 * Change LUKS default cipher to to use XTS encryption mode,
   aes-xts-plain64 (i.e. using AES128-XTS).
 * license change to GPL-2.0+ from GPL-1.0
 * new unified command open and close.
 * direct support for TCRYPT (TrueCrypt and compatible tc-play) on-disk format
 * new benchmark command (forwarded request 159200 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/159201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=80
2013-03-14 09:55:57 +00:00
8d29697e3f Accepting request 159200 from home:lnussel:branches:security
- version 1.6.0
 * Change LUKS default cipher to to use XTS encryption mode,
   aes-xts-plain64 (i.e. using AES128-XTS).
 * license change to GPL-2.0+ from GPL-1.0
 * new unified command open and close.
 * direct support for TCRYPT (TrueCrypt and compatible tc-play) on-disk format
 * new benchmark command

OBS-URL: https://build.opensuse.org/request/show/159200
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=99
2013-03-13 16:21:37 +00:00
Stephan Kulow
5a01b01f1d Accepting request 145279 from security
ATTENTION: wait for cryptsetup-mkinitrd before checkin, otherwise installation
with root on crypto no longer boot

- version 1.5.1:
  * Added keyslot checker
  * Add crypt_keyslot_area() API call.
  * Optimize seek to keyfile-offset (Issue #135, thx to dreisner).
  * Fix luksHeaderBackup for very old v1.0 unaligned LUKS headers.
  * Allocate loop device late (only when real block device needed).
  * Rework underlying device/file access functions.
  * Create hash image if doesn't exist in veritysetup format.
  * Provide better error message if running as non-root user (device-mapper, loop).
- split off hashalot and boot.crypto
- move to /usr (forwarded request 145274 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/145279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=78
2012-12-21 13:32:57 +00:00
2469c1380b Accepting request 145274 from home:lnussel:branches:security
ATTENTION: wait for cryptsetup-mkinitrd before checkin, otherwise installation
with root on crypto no longer boot

- version 1.5.1:
  * Added keyslot checker
  * Add crypt_keyslot_area() API call.
  * Optimize seek to keyfile-offset (Issue #135, thx to dreisner).
  * Fix luksHeaderBackup for very old v1.0 unaligned LUKS headers.
  * Allocate loop device late (only when real block device needed).
  * Rework underlying device/file access functions.
  * Create hash image if doesn't exist in veritysetup format.
  * Provide better error message if running as non-root user (device-mapper, loop).
- split off hashalot and boot.crypto
- move to /usr

OBS-URL: https://build.opensuse.org/request/show/145274
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=97
2012-12-13 13:06:34 +00:00
7a1b87dbd3 Accepting request 143882 from home:sbrabec:gpg-offline-verify
Verify GPG signature: Perform build-time offline GPG verification.
Please verify that included keyring matches your needs.
For manipulation with the offline keyring, please use gpg-offline tool from openSUSE:Factory, devel-tools-building or Base:System.
See the man page and/or /usr/share/doc/packages/gpg-offline/PACKAGING.HOWTO.

If you need to build your package for older products and don't want to mess spec file with ifs, please follow PACKAGING.HOWTO:
you can link or aggregate gpg-offline from
devel:tools:building or use following trick with "osc meta prjconf":

--- Cut here ----
%if 0%{?suse_version} <= 1220
Substitute: gpg-offline
%endif

Macros:
%gpg_verify(dnf) \
%if 0%{?suse_version} > 1220\
echo "WARNING: Using %%gpg_verify macro from prjconf, not from gpg-offline package."\
gpg-offline --directory="%{-d:%{-d*}}%{!-d:%{_sourcedir}}" --package="%{-n:%{-n*}}%{!-n:%{name}}""%{-f: %{-f*}}" --verify %{**}\
%else\
echo "WARNING: Dummy prjconf macro. gpg-offline is not available, skipping %{**} GPG signature verification!"\
%endif\
%nil
-----------------

OBS-URL: https://build.opensuse.org/request/show/143882
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=96
2012-12-11 12:52:39 +00:00
Stephan Kulow
0caf5deb99 Accepting request 140034 from security
- Remove crypttab manpage, it is now provided by systemd.

OBS-URL: https://build.opensuse.org/request/show/140034
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=77
2012-11-03 07:18:17 +00:00
Factory Maintainer
6a9632a0b7 osc copypac from project:home:fcrozat:branches:security package:cryptsetup revision:2
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=94
2012-11-03 07:17:34 +00:00
Stephan Kulow
8644819990 Accepting request 134107 from security
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/134107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=76
2012-09-17 11:48:24 +00:00
9e6cb2b3b1 add reencrypt
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=92
2012-08-02 12:19:12 +00:00
7a73bec4e1 - version 1.5.0:
* Add --device-size option for reencryption tool.
  * Switch to use unit suffix for --reduce-device-size option.
  * Remove open device debugging feature (no longer needed).
  * Introduce cryptsetup-reencrypt - experimental offline LUKS reencryption tool.
  * Fix luks-header-from-active script (do not use LUKS header on-disk, add UUID).
  * Add --test-passphrase option for luksOpen (check passphrase only).
  * Introduce veritysetup for dm-verity target management.
  * Both data and header device can now be a file.
  * Loop is automatically allocated in crypt_set_data_device().
  * Require only up to last keyslot area for header device (ignore data offset).
  * Fix header backup and restore to work on files with large data offset.
  * Fix readonly activation if underlying device is readonly (1.4.0).
  * Fix keyslot removal (wipe keyslot) for device with 4k hw block (1.4.0).
  * Allow empty cipher (cipher_null) for testing.
  * Fix loop mapping on readonly file.
  * Relax --shared test, allow mapping even for overlapping segments.
  * Support shared flag for LUKS devices (dangerous).
  * Switch on retry on device remove for libdevmapper.
  * Allow "private" activation (skip some udev global rules) flag.

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=91
2012-08-01 13:39:44 +00:00
Stephan Kulow
2628b2de70 Accepting request 127439 from security
- license update: SUSE-GPL-2.0-with-openssl-exception and LGPL-2.0+
  cryptsetup developers use a special exception to link against openSSL

OBS-URL: https://build.opensuse.org/request/show/127439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=75
2012-07-10 11:39:51 +00:00
b9c271feeb cryptsetup developers use a special exception to link against openSSL
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=89
2012-07-10 06:28:35 +00:00
acdb37a416 Accepting request 127399 from home:babelworx:ldig:branches:security
license update: SUSE-GPL-2.0-with-openssl-exception and LGPL-2.0+
cryÃptsetup developers use a special exception to link against openSSL

OBS-URL: https://build.opensuse.org/request/show/127399
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=88
2012-07-09 21:33:52 +00:00
Stephan Kulow
81da93c9c6 Accepting request 125109 from security
- boot.crypto:
  * update man page to mention systemd and wiki article
  * sanitize dm target names (bnc#716240)

OBS-URL: https://build.opensuse.org/request/show/125109
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=73
2012-06-15 17:39:02 +00:00
d0db1b9bba - boot.crypto:
* update man page to mention systemd and wiki article
  * sanitize dm target names (bnc#716240)

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=86
2012-06-15 12:41:51 +00:00
Stephan Kulow
96c0a437e7 Accepting request 114171 from security
- boot.crypto:
  * prefer physdev from crypttab
  * fix non-plymouth use

- new version 1.4.2
  * Fix header check to support old (cryptsetup 1.0.0) header alignment. (1.4.0)
  * Add --keyfile-offset and --new-keyfile-offset parameters to API and CLI.
  * Add repair command and crypt_repair() for known LUKS metadata problems repair.
  * Allow to specify --align-payload only for luksFormat.
  * Unify password verification option.
  * Support password verification with quiet flag if possible. (1.2.0)
  * Fix retry if entered passphrases (with verify option) do not match.
  * Support UUID=<LUKS_UUID> format for device specification.
  * Add --master-key-file option to luksOpen (open using volume key).
  * Fix use of empty keyfile.
  * Fix error message for luksClose and detached LUKS header.
  * Allow --header for status command to get full info with detached header.

- boot.crypto:
  * avoid warning about module 'kernel' (bnc#741468)
  * incorporate plymouth support

OBS-URL: https://build.opensuse.org/request/show/114171
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=72
2012-04-17 19:57:44 +00:00
edec8e139d - boot.crypto:
* prefer physdev from crypttab
  * fix non-plymouth use

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=84
2012-04-17 13:04:02 +00:00
a991e23180 - new version 1.4.2
* Fix header check to support old (cryptsetup 1.0.0) header alignment. (1.4.0)
  * Add --keyfile-offset and --new-keyfile-offset parameters to API and CLI.
  * Add repair command and crypt_repair() for known LUKS metadata problems repair.
  * Allow to specify --align-payload only for luksFormat.
  * Unify password verification option.
  * Support password verification with quiet flag if possible. (1.2.0)
  * Fix retry if entered passphrases (with verify option) do not match.
  * Support UUID=<LUKS_UUID> format for device specification.
  * Add --master-key-file option to luksOpen (open using volume key).
  * Fix use of empty keyfile.
  * Fix error message for luksClose and detached LUKS header.
  * Allow --header for status command to get full info with detached header.

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=83
2012-04-16 12:23:27 +00:00
82a3543aae - boot.crypto:
* avoid warning about module 'kernel' (bnc#741468)
  * incorporate plymouth support

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=82
2012-04-16 09:57:35 +00:00
c3fe034594 osc copypac from project:security package:cryptsetup revision:79
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=81
2012-02-10 12:56:38 +00:00
1eee894b80 Accepting request 102718 from home:rjschwei:branches:security
usrMerge project - move files from toplevel to /usr

OBS-URL: https://build.opensuse.org/request/show/102718
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=80
2012-02-10 12:55:56 +00:00
Stephan Kulow
f9138e8586 Accepting request 96970 from security
Update to new upstream release 1.4.1; trim support, amongst it (forwarded request 96862 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/96970
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=71
2011-12-27 17:34:50 +00:00
Cristian Rodríguez
a97c0c5911 Accepting request 96862 from home:jengelh:branches:security
Update to new upstream release 1.4.1; trim support, amongst it

OBS-URL: https://build.opensuse.org/request/show/96862
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=78
2011-12-18 20:29:05 +00:00
Stephan Kulow
dbad703ab8 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=70
2011-12-06 17:04:45 +00:00
OBS User buildservice-autocommit
6b18da047e Updating link to change in openSUSE:Factory/cryptsetup revision 70.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=7a60ed36764274731cb599e831d681e2
2011-12-06 17:04:45 +00:00
Stephan Kulow
f208e0a54e Accepting request 89562 from security
- on update convert noauto to nofail and turn on fsck (bnc#724113)

- cryptsetup-boot: Rescan LVM volumes after opening crypto (bnc#722916).

OBS-URL: https://build.opensuse.org/request/show/89562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=69
2011-10-27 17:32:11 +00:00
29279bfec8 - on update convert noauto to nofail and turn on fsck (bnc#724113)
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=75
2011-10-27 15:53:38 +00:00
ec1a451c86 - cryptsetup-boot: Rescan LVM volumes after opening crypto (bnc#722916).
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=74
2011-10-10 09:36:11 +00:00
Lars Vogdt
e059b6170b Accepting request 86094 from security
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages (forwarded request 85975 from coolo)

OBS-URL: https://build.opensuse.org/request/show/86094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=67
2011-10-03 07:15:12 +00:00
Cristian Rodríguez
bc5d6c42fb Accepting request 85975 from home:coolo:removelibtool
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages

OBS-URL: https://build.opensuse.org/request/show/85975
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=72
2011-10-02 15:40:14 +00:00
Sascha Peilicke
65c857d3b3 Accepting request 84790 from security
- Remove redundant tags/sections from specfile (forwarded request 83185 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/84790
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=66
2011-09-26 08:30:03 +00:00
f790952036 Accepting request 83185 from home:jengelh:bl-c
- Remove redundant tags/sections from specfile

OBS-URL: https://build.opensuse.org/request/show/83185
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=70
2011-09-26 07:42:42 +00:00
Sascha Peilicke
44bef5e516 Autobuild autoformatter for 71707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=65
2011-05-30 07:29:48 +00:00
OBS User buildservice-autocommit
de1ff3a167 Updating link to change in openSUSE:Factory/cryptsetup revision 65.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=e77b1300699558a088b4a7760d5d9906
2011-05-30 07:29:48 +00:00
Sascha Peilicke
2a2f4e8ad4 Accepting request 71707 from security
- boot.crypto:
  * don't hard require boot.device-mapper in boot.crypto

OBS-URL: https://build.opensuse.org/request/show/71707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=64
2011-05-30 07:29:37 +00:00
2d76387d91 - boot.crypto:
* don't hard require boot.device-mapper in boot.crypto

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=68
2011-05-27 13:21:11 +00:00
Sascha Peilicke
eac04c2afa Accepting request 71270 from security
- new version 1.3.1:
 * Fix keyfile=- processing in create command (regression in 1.3.0).
 * Simplify device path status check (use /sys and do not scan /dev).
 * Do not ignore device size argument for create command (regression in 1.2.0).
 * Fix error paths in blockwise code and lseek_write call.

OBS-URL: https://build.opensuse.org/request/show/71270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=63
2011-05-26 08:29:49 +00:00
715a5bf4de Accepting request 71223 from home:lnussel:Factory
- new version 1.3.1:
 * Fix keyfile=- processing in create command (regression in 1.3.0).
 * Simplify device path status check (use /sys and do not scan /dev).
 * Do not ignore device size argument for create command (regression in 1.2.0).
 * Fix error paths in blockwise code and lseek_write call.

OBS-URL: https://build.opensuse.org/request/show/71223
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=66
2011-05-25 11:15:26 +00:00
Sascha Peilicke
2e4638fd93 Accepting request 66862 from security
Accepted submit request 66862 from user coolo

OBS-URL: https://build.opensuse.org/request/show/66862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=62
2011-04-12 10:02:23 +00:00
Cristian Rodríguez
88eca89303 Accepting request 66851 from home:lnussel:Factory
OBS-URL: https://build.opensuse.org/request/show/66851
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=64
2011-04-11 14:45:23 +00:00
Ruediger Oertel
2f6f1fb72f Autobuild autoformatter for 61554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=61
2011-02-18 11:14:10 +00:00
OBS User buildservice-autocommit
fd1e4bf861 Updating link to change in openSUSE:Factory/cryptsetup revision 61.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=e7b4d1bf326c00a63702bd613fdbe3fe
2011-02-18 11:14:10 +00:00
Ruediger Oertel
43225848c2 Accepting request 61554 from security
Accepted submit request 61554 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/61554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=60
2011-02-18 11:13:59 +00:00
9326f53439 - boot.crypto:
* also fix exit code in boot.crypto.functions (bnc#671822)

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=62
2011-02-17 07:54:13 +00:00
Ruediger Oertel
41f7980043 Autobuild autoformatter for 59530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=58
2011-02-02 00:35:12 +00:00
OBS User buildservice-autocommit
c34328f10b Updating link to change in openSUSE:Factory/cryptsetup revision 58.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=9084e9a9b9a65c13800a86e5bd96ea4d
2011-02-02 00:35:12 +00:00
Ruediger Oertel
6c8b41dc17 Accepting request 59530 from security
Accepted submit request 59530 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/59530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=57
2011-02-02 00:34:55 +00:00
77ec35e6c9 - boot.crypto:
* don't fail if loop module is not loaded
  * adapt to new crypsetup exit codes (bnc#667931)

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=60
2011-01-31 15:33:35 +00:00
Ruediger Oertel
92f98d18bc Autobuild autoformatter for 56499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=56
2010-12-28 22:57:54 +00:00
OBS User buildservice-autocommit
62bfb69552 Updating link to change in openSUSE:Factory/cryptsetup revision 56.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=bdd36208602651448220e785f079aa86
2010-12-28 22:57:54 +00:00
Ruediger Oertel
5021439e52 Accepting request 56499 from security
Accepted submit request 56499 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/56499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=55
2010-12-28 22:57:45 +00:00
83843b8936 - new version 1.2.0
* Add selection of random/urandom number generator for luksFormat
 (option --use-random and --use-urandom).
 * Fix luksRemoveKey to not ask for remaining keyslot passphrase,
 only for removed one.
 * No longer support luksDelKey (replaced with luksKillSlot).
  * if you want to remove particular passphrase, use luksKeyRemove
  * if you want to remove particular keyslot, use luksKillSlot
 Note that in batch mode luksKillSlot allows removing of any keyslot
 without question, in normal mode requires passphrase or keyfile from
 other keyslot.
 * Default alignment for device (if not overridden by topology info)
 is now (multiple of) *1MiB*.
 This reflects trends in storage technologies and aligns to the same
 defaults for partitions and volume management.
 * Allow explicit UUID setting in luksFormat and allow change it later
 in luksUUID (--uuid parameter).
 * All commands using key file now allows limited read from keyfile using
 --keyfile-size and --new-keyfile-size parameters (in bytes).
 This change also disallows overloading of --key-size parameter which
 is now exclusively used for key size specification (in bits.)
 * luksFormat using pre-generated master key now properly allows
 using key file (only passphrase was allowed prior to this update).
 * Add --dump-master-key option for luksDump to perform volume (master)
 key dump. Note that printed information allows accessing device without
 passphrase so it must be stored encrypted.
 This operation is useful for simple Key Escrow function (volume key and
 encryption parameters printed on paper on safe place).
 This operation requires passphrase or key file.

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=58
2010-12-20 13:44:02 +00:00
f0ebacb640 Autobuild autoformatter for 54179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=54
2010-12-02 15:01:51 +00:00
OBS User buildservice-autocommit
c3b530b3ef Updating link to change in openSUSE:Factory/cryptsetup revision 54.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=d30e5aa1e95b2643fed657b1ab5bfda6
2010-12-02 15:01:51 +00:00
1b617931b6 Accepting request 54179 from security
Accepted submit request 54179 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/54179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=53
2010-12-02 15:01:43 +00:00
29173b2fb1 - boot.crypto:
* drop cryptotab support

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=56
2010-11-30 15:07:41 +00:00
OBS User autobuild
bcc154d394 Autobuild autoformatter for 53167
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=52
2010-11-18 15:15:36 +00:00
OBS User buildservice-autocommit
afa271b153 Updating link to change in openSUSE:Factory/cryptsetup revision 52.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=48cd43960d7a8679d2496fb3dde08b17
2010-11-18 15:15:36 +00:00
Ruediger Oertel
8d593f82e8 Accepting request 53167 from security
Accepted submit request 53167 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/53167
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=51
2010-11-18 15:15:31 +00:00
5cd67b010c fix
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=54
2010-11-16 14:19:41 +00:00
37850e914a fix
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=53
2010-11-16 14:07:52 +00:00
fa5652474f - boot.crypto:
* add a few tweaks for systemd (bnc#652767)

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=52
2010-11-16 14:06:15 +00:00
OBS User autobuild
b932fb7bdc Accepting request 44180 from security
Copy from security/cryptsetup based on submit request 44180 from user coolo

OBS-URL: https://build.opensuse.org/request/show/44180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=50
2010-07-30 15:06:42 +00:00
OBS User buildservice-autocommit
23570f9bf8 Updating link to change in openSUSE:Factory/cryptsetup revision 50.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=e2e6e48fb2204a8052d9d8366ee7fca5
2010-07-30 15:06:42 +00:00
OBS User autobuild
1c0d2fdc36 Accepting request 44180 from security
checked in (request 44180)

OBS-URL: https://build.opensuse.org/request/show/44180
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=51
2010-07-30 15:06:41 +00:00
d14a84c9f9 - new version 1.1.3
* Fix device alignment ioctl calls parameters. (Device alignment
    code was not working properly on some architectures like ppc64.)
  * Fix activate_by_* API calls to handle NULL device name as
    documented. (To enable check of passphrase/keyfile using
    libcryptsetup without activating the device.)
  * Fix udev support for old libdevmapper with not compatible definition.
  * Added Polish translation file.

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=50
2010-07-07 14:37:24 +00:00
OBS User autobuild
ecc34e04ae Accepting request 42377 from security
Copy from security/cryptsetup based on submit request 42377 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/42377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=47
2010-07-02 14:03:05 +00:00
OBS User buildservice-autocommit
67c60021f0 Updating link to change in openSUSE:Factory/cryptsetup revision 47.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=25ba328380f13946ae882def1d2670db
2010-07-02 14:03:05 +00:00
301bfdeb77 - skip temporary mappings in early stage as chmod needs to be called
on the mounted file systems (bnc#591704)

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=48
2010-07-01 14:26:39 +00:00
Stephan Kleine
ea43e1383b Accepting request 42090 from home:jengelh:smp
Copy from home:jengelh:smp/cryptsetup via accept of submit request 42090 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42090
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=47
2010-06-26 19:08:28 +00:00
OBS User autobuild
363a40d34b Accepting request 40924 from security
Copy from security/cryptsetup based on submit request 40924 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/40924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=46
2010-05-31 16:14:50 +00:00
OBS User buildservice-autocommit
bde545e09d Updating link to change in openSUSE:Factory/cryptsetup revision 46.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=bfb0a6f0e5109280f3fe51e6c8c257e8
2010-05-31 16:14:50 +00:00
OBS User autobuild
1990c421bc Accepting request 40924 from security
checked in (request 40924)

OBS-URL: https://build.opensuse.org/request/show/40924
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=46
2010-05-31 16:14:49 +00:00
494f640a9c - new version 1.1.2 fixes keyfile regression introduced by 1.1.1
* Fix luksFormat/luksOpen reading passphrase from stdin and "-" keyfile.
 * Support --key-file/-d option for luksFormat.
 * Fix description of --key-file and add --verbose and --debug options to man page.
 * Add verbose log level and move unlocking message there.
 * Remove device even if underlying device disappeared (remove, luksClose).
 * Fix (deprecated) reload device command to accept new device argument.

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=45
2010-05-31 11:18:36 +00:00
b99a5eb0f8 fix version number in changelog
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=44
2010-05-25 14:22:13 +00:00
099baa5add - new version 1.1.0
* Detects and use device-mapper udev support if available.
  * Supports device topology detection for data alignment.
  * Fix luksOpen reading of passphrase on stdin (if "-" keyfile specified).
  * Fix isLuks to initialise crypto backend (blkid instead is suggested anyway).
  * Properly initialise crypto backend in header backup/restore commands.
  * Do not verify unlocking passphrase in luksAddKey command.
  * Allow no hash specification in plain device constructor - user can provide volume key directly.
  * Try to use pkgconfig for device mapper library in configuration script.
  * Add some compatibility checks and disable LUKS suspend/resume if not supported.
  * Rearrange tests, "make check" now run all available test for package.
  * Avoid class C++ keyword in library header.

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=43
2010-05-25 14:22:00 +00:00
OBS User autobuild
a3ad1cc12d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=45 2010-03-18 14:41:02 +00:00
OBS User buildservice-autocommit
1c6028ab0d Updating link to change in openSUSE:Factory/cryptsetup revision 45.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=007d51ee59f3d7530b73978f689e278c
2010-03-18 14:41:02 +00:00
OBS User autobuild
e6550c31dc Accepting request 34439 from security
Copy from security/cryptsetup based on submit request 34439 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/34439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=44
2010-03-09 23:23:00 +00:00
OBS User buildservice-autocommit
f9ac079917 Updating link to change in openSUSE:Factory/cryptsetup revision 44.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=67d25d25145fcc4f128b970c71496e09
2010-03-09 23:23:00 +00:00
c9077ea393 fix version
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=41
2010-03-09 16:18:21 +00:00
14c79585ad - boot.crypto:
* turn off splash only if needed to avoid flicker

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=40
2010-03-09 10:51:15 +00:00
OBS User autobuild
86d21be231 Accepting request 33773 from security
Copy from security/cryptsetup based on submit request 33773 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/33773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=43
2010-03-05 01:23:45 +00:00
OBS User buildservice-autocommit
b2b7453731 Updating link to change in openSUSE:Factory/cryptsetup revision 43.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=0fe2cea888f92e05701964b6a2934e28
2010-03-05 01:23:45 +00:00
1dd83f0765 - boot.crypto:
* restore splash screen state after initrd prompt (bnc#559053)
  * use highlighted prompt in initrd too
  * fix adding volumes with initrd option (bnc#558891)

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=38
2010-03-02 12:25:30 +00:00
OBS User autobuild
d97f09af63 Accepting request 31331 from security
Copy from security/cryptsetup based on submit request 31331 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/31331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=42
2010-02-04 07:46:26 +00:00
OBS User autobuild
47617fd49d checked in (request 31331)
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=36
2010-02-04 07:46:26 +00:00
2d2c4e9655 - boot.crypto:
* document the stages of the boot process
  * show status message in boot.cypto-early
  * don't perform some checks if the device is skipped anyways
  * seed random number generator (bnc#575139)

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=35
2010-02-02 12:22:30 +00:00
OBS User autobuild
7494f24427 Accepting request 29937 from security
Copy from security/cryptsetup based on submit request 29937 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/29937
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=41
2010-01-21 10:33:50 +00:00
OBS User autobuild
c007e95de9 checked in (request 29937)
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=34
2010-01-21 10:33:50 +00:00
6658141e6e osc copypac from project:home:lnussel:Factory package:cryptsetup revision:3
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=33
2010-01-18 13:07:23 +00:00
OBS User autobuild
fbfbd32658 Accepting request 22637 from security
Copy from security/cryptsetup based on submit request 22637 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/22637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=40
2009-10-22 10:46:27 +00:00
OBS User autobuild
bf3542977a checked in
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=32
2009-10-22 10:46:25 +00:00
34ca79c389 update tarball
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=31
2009-10-20 13:08:28 +00:00
9060322f00 - add luks script in volumemanager stage too, this way some side
effects are avoided (bnc#547612)

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=30
2009-10-20 11:35:42 +00:00
OBS User autobuild
c0ab4ba8a7 Accepting request 22064 from security
Copy from security/cryptsetup based on submit request 22064 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/22064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=38
2009-10-08 16:16:54 +00:00
OBS User buildservice-autocommit
cc107d645c Updating link to change in openSUSE:Factory/cryptsetup revision 38.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=af5542287df07e4e276c842b45a70270
2009-10-08 16:16:54 +00:00
OBS User autobuild
3bffd7e4df checked in
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=29
2009-10-08 16:16:53 +00:00
178815287e - boot.crypto:
* /lib/udev/vol_id no longer exists, use blkid instead
  * add space at end of password prompt in initrd
  * fix autodetetection of root on LVM on LUKS (bnc#528474)

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=28
2009-10-08 08:56:13 +00:00
OBS User autobuild
6894f2e991 Accepting request 21919 from security
Copy from security/cryptsetup based on submit request 21919 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/21919
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=37
2009-10-07 23:36:05 +00:00
OBS User buildservice-autocommit
df1c735262 Updating link to change in openSUSE:Factory/cryptsetup revision 37.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=357b014afc31c7bbf99447a182a987cf
2009-10-07 23:36:05 +00:00
OBS User autobuild
adfae6f030 checked in
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=27
2009-10-07 23:36:04 +00:00
09c7b6a50c - boot.crypto: more changes as agreed with the Debian maintainer:
* rename keyscript variable CRYPTTAB_DEVICE to CRYPTTAB_SOURCE
    * export list of options in CRYPTTAB_OPTIONS

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=26
2009-10-06 11:48:03 +00:00
OBS User autobuild
49f9cb2a96 Accepting request 21407 from security
Copy from security/cryptsetup based on submit request 21407 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/21407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=36
2009-10-02 22:43:04 +00:00
OBS User buildservice-autocommit
3ff2372fce Updating link to change in openSUSE:Factory/cryptsetup revision 36.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=21f4c973e6781115e6cd1fb195e05bae
2009-10-02 22:43:04 +00:00
OBS User autobuild
f813529d6e checked in
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=25
2009-10-02 22:43:00 +00:00
2de58ef22e - replace patch that quits on EOF with upstream version
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=24
2009-09-30 07:14:00 +00:00
OBS User autobuild
cb0de201d0 Accepting request 21094 from security
Copy from security/cryptsetup based on submit request 21094 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/21094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=35
2009-09-26 22:02:18 +00:00
OBS User buildservice-autocommit
3944689501 Updating link to change in openSUSE:Factory/cryptsetup revision 35.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=b24bba52906bbe34e931ce183e3ef2a4
2009-09-26 22:02:18 +00:00
OBS User autobuild
179e6125ee checked in
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=23
2009-09-26 22:02:17 +00:00
2d9e41b6e3 - actually hash=plain can be used to get raw keyscript output so
remove keyscript_raw again

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=22
2009-09-25 12:45:39 +00:00
OBS User autobuild
a9eb95d562 Accepting request 21031 from security
Copy from security/cryptsetup based on submit request 21031 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/21031
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=34
2009-09-24 22:02:30 +00:00
OBS User buildservice-autocommit
58f6078004 Updating link to change in openSUSE:Factory/cryptsetup revision 34.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=2516dfa7dbcedb3e5507798f82aa166a
2009-09-24 22:02:30 +00:00
OBS User autobuild
afd9ac749a checked in
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=21
2009-09-24 22:02:29 +00:00
a6c37864ed - cryptsetup:
* When reading no single byte for the key abort.

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=20
2009-09-24 14:15:58 +00:00
dbaa63ecbe add missing patch
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=19
2009-09-24 13:54:52 +00:00
93171f9383 rebuild manpage
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=18
2009-09-24 13:41:41 +00:00
0354a9dd68 - boot.crypto:
* don't use hashalot if keyfile is specified
  * to comply with Debian, keyscripts must only output the password.
    In order to allow keyscript to use different methods to retrieve
    a key, add a keyscript_rawkey option.

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=17
2009-09-24 13:40:40 +00:00
OBS User autobuild
f96654bc60 Accepting request 20637 from security
Copy from security/cryptsetup based on submit request 20637 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/20637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=33
2009-09-21 18:55:59 +00:00
OBS User buildservice-autocommit
902e19b87d Updating link to change in openSUSE:Factory/cryptsetup revision 33.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=93059e9549025b57722c80cb29ecef82
2009-09-21 18:55:59 +00:00
OBS User autobuild
abdfea2b22 checked in
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=16
2009-09-21 18:55:58 +00:00
74a18c8b8f - boot.crypto:
* fix test for keyfile (bnc#540363)

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=15
2009-09-21 08:53:37 +00:00
OBS User autobuild
14c20cec1d Accepting request 20514 from security
Copy from security/cryptsetup based on submit request 20514 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/20514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=32
2009-09-16 21:38:50 +00:00
OBS User buildservice-autocommit
ded03c9135 Updating link to change in openSUSE:Factory/cryptsetup revision 32.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=ed7935c5ae18d04a8f5900d0249755d3
2009-09-16 21:38:50 +00:00
OBS User autobuild
d086551347 checked in
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=14
2009-09-16 21:38:49 +00:00
fb598998af - boot.crypto:
* 2.6.31 requires the cryptomgr module in the initrd (bnc#535013)

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=13
2009-09-16 12:49:48 +00:00
91086e956c - boot.crypto:
* uppercase variables exported to keyscript in anticipation of
    Debian adopting the implementation

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=12
2009-09-15 13:22:35 +00:00
OBS User autobuild
f4030be665 Accepting request 19898 from security
Copy from security/cryptsetup based on submit request 19898 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/19898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=31
2009-09-04 23:58:18 +00:00
OBS User buildservice-autocommit
0f911b385b Updating link to change in openSUSE:Factory/cryptsetup revision 31.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=3087680c074611e939406840281db3a0
2009-09-04 23:58:18 +00:00
OBS User autobuild
0d967e49bc checked in
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=11
2009-09-04 23:58:16 +00:00
7fe419d31b re-enable accidentally disabled setprompt call
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=10
2009-09-04 10:28:46 +00:00
OBS User autobuild
90f2d2b3b9 Accepting request 19101 from security
Copy from security/cryptsetup based on submit request 19101 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/19101
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=30
2009-08-28 18:33:22 +00:00
OBS User buildservice-autocommit
d026add800 Updating link to change in openSUSE:Factory/cryptsetup revision 30.0
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=f06be568b6570bf4bb8aa2063ca36290
2009-08-28 18:33:22 +00:00
OBS User autobuild
ea4f8ec57d checked in
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=9
2009-08-28 18:33:21 +00:00
c826493118 add more verbose changelog
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=8
2009-08-28 08:17:04 +00:00
74ab91c28d typo
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=7
2009-08-27 07:04:39 +00:00
d5c06ae59e - new cryptetup version 1.0.7
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=6
2009-08-27 07:03:56 +00:00
OBS User autobuild
5f2cb15e9e Accepting request 18191 from security
Copy from security/cryptsetup based on submit request 18191 from user lnussel

OBS-URL: https://build.opensuse.org/request/show/18191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=29
2009-08-21 14:50:58 +00:00
OBS User unknown
dc64587180 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=28 2009-07-13 15:19:26 +00:00
OBS User unknown
cf065a8e88 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=27 2009-06-17 13:37:56 +00:00
OBS User unknown
95a37e8513 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=26 2009-06-12 15:58:59 +00:00
OBS User unknown
6e6b18d12d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=25 2009-04-07 10:46:11 +00:00
OBS User unknown
dc678340b8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=24 2009-03-08 23:18:36 +00:00
OBS User unknown
43e08ea55a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=23 2009-03-04 14:29:07 +00:00
OBS User unknown
8d060f5dee OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=22 2009-02-26 15:43:32 +00:00
OBS User unknown
fe32be5374 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=21 2009-02-26 11:48:36 +00:00
OBS User unknown
1b98d9949f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=20 2008-12-15 11:23:47 +00:00
OBS User unknown
31bd7d0d4c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=19 2008-11-03 13:41:26 +00:00
OBS User unknown
8f19ee9de1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=18 2008-09-15 14:32:21 +00:00
OBS User unknown
92fcb37b4c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=17 2008-09-05 20:19:55 +00:00
OBS User unknown
4bb53f0d1e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=16 2008-08-21 20:35:25 +00:00
OBS User unknown
10d7167770 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=15 2008-08-13 23:46:55 +00:00
OBS User unknown
b46d279c49 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=14 2008-08-08 15:19:08 +00:00
OBS User unknown
1a9a5717ee OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=13 2008-07-24 21:06:32 +00:00
OBS User unknown
4e19fa1180 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=12 2008-05-06 16:54:56 +00:00
OBS User unknown
f7518a833b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=11 2008-04-09 19:36:47 +00:00
OBS User unknown
3721d3c553 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=10 2008-02-28 00:52:43 +00:00
OBS User unknown
5eeba5e0ac OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=9 2008-02-04 16:35:21 +00:00
OBS User unknown
a064f0b9cc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=8 2008-01-09 20:57:24 +00:00
OBS User unknown
86719c7d6c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=7 2007-11-29 17:20:01 +00:00
OBS User unknown
0b5bee0363 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=6 2007-11-09 21:12:45 +00:00
OBS User unknown
1c200b4673 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=5 2007-10-16 15:49:45 +00:00
OBS User unknown
22b79821ac OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=4 2007-08-27 15:34:37 +00:00
OBS User unknown
497ca88afc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=3 2007-06-21 17:51:59 +00:00
OBS User unknown
877198359c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=2 2007-06-11 10:57:44 +00:00
OBS User unknown
48e40f9652 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=1 2007-06-05 02:29:16 +00:00
7 changed files with 65 additions and 20 deletions

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmao2IIACgkQ2bBXe9k+
mPyvyg/9HKVAfgZaUkdY5whMSrYBD4QIzxq0yZSKUObGQEkVpKLQOIknDwFsOor/
U2E+bMmmvGw6zrJpPWebqHM2+WLxxSzfNhYXR2RIQ2BrtGEp61RvcVgqOgx5Ikz6
m8RHVFxS7lT4UbYMI5xXokJL2ctiDW4LvsBKYIrP/wGbwde+W50dtnBZnb5p4Krc
H4kSSRebQIhZTKnioGek+UNIA+gAG/bwqG17MaBJYDS2yVHsUk2BslrNUesFFj7W
apuiy95yD00Dt1FES8MZL5eEnfcRe4qSo/4PSIrtE7rR3uBjrIX4mTJMtPpM4COB
x8Uhr9rqANxcRxm21JopS7kS5S7quRUqdYWzgHhCwD9uXdhVzaRHc82Xyg5giUeb
UkYVYQCXUWCG3rORT4Z6JYTiUMspdZywFPYR5lzhsNzazqnjMhymKBDvDRD07pGq
LVEYUiQIx3WJgTdYZ0vhkRorooIe4D7i4rcBEUtqDTtMOZpROVE/9HE/noXCITlz
/8Ve4k8xeTiUItQKNS79amc4u7kUOUAnvfojEUFCY6jsXBLCVDsJYTgs4mK7/PrF
i1/XnLi7a5bkvK3dj0XN8zToG4Meq4A6yv+S1V2c+tBmxH51AbgtfZeiam976PiH
O8JcSart3/xOfQ2UfvF2kNc7EbAUTKQpZjEr3u2UepMWM5HdFJk=
=BZfz
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dce29903a58f7b774fe61191e7e6de955de0f40d9e27b0028ffcf3438c0e9480
size 11695292

16
cryptsetup-2.7.5.tar.sign Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEKikYJD/eRmSNBob52bBXe9k+mPwFAmbW3FUACgkQ2bBXe9k+
mPwFbA//ZmEE58/+S4mDszoVeBtJAZDpSd0UBm+R6JTqNjwGSQw2KQbRW+qXLWIj
EUKd/xtW8iSDh+cqKFO12RN7BTHMHePt+qB8aw3L1WWbj2rQfLbEv+dQMg36Rweu
AZMR69PDhD8JX2xVV2nD/rrQFHoNfKT9od83QHmaK/knwOvd7ZHJ2sOyMmZvCNE8
N8/454ERiT8W9hnHxWjsGtkzr81ucGpjbZDYlINaeD728QR64HDHnAkReAHegJt8
uAejzAz+BGNkSkUFeRLP+3zOYUKBW6Ex/OIBQ4m+rrAR/b3TVNwGPUUAbelHZJWN
+jf+aPzo4Vv1v+Hl92CEbq29czpHyaLRrRNdhs57no7XdUkivJ+gdhr51xjaV9Zq
HnANYLVT+O/PPfFaALg1Qp5hfmhVCaVPLK05ug2qj9jVF0jIahvQsEzq1YfLiZNT
8UtAnV8ULA83GZlh1MDsuEp5815CKjs5dzpUpobStsVIZ6lkHabEFRfxr2Ae+7lw
veqmpNLN1K5+yXA1L8e9BtoxRxeczIS3ImPlYvojpCFgkamwXPqCoI4wVOCbG/Pu
5L1uDk1TAHEgmf4Iy31bPKLDQcv16aLV5S/w4fCWtybbBasax7qNqKTBAIZQp7o2
C1hkxCcRxaNyMwEoof9myMjv9fn/0xidJ14GlgXpeANbq9jtXQo=
=S6/S
-----END PGP SIGNATURE-----

3
cryptsetup-2.7.5.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d2be4395b8f503b0ebf4b2d81db90c35a97050a358ee21fe62a0dfb66e5d5522
size 11697476

View File

@ -0,0 +1,22 @@
Index: cryptsetup-2.7.0/lib/utils_benchmark.c
===================================================================
--- cryptsetup-2.7.0.orig/lib/utils_benchmark.c
+++ cryptsetup-2.7.0/lib/utils_benchmark.c
@@ -196,7 +196,7 @@ int crypt_benchmark_pbkdf_internal(struc
pbkdf->parallel_threads = 0; /* N/A in PBKDF2 */
pbkdf->max_memory_kb = 0; /* N/A in PBKDF2 */
- r = crypt_benchmark_pbkdf(cd, pbkdf, "foobarfo", 8, "01234567890abcdef", 16,
+ r = crypt_benchmark_pbkdf(cd, pbkdf, "foobarfofoobarfofoobarfo", 24, "01234567890abcdef", 16,
volume_key_size, &benchmark_callback, &u);
pbkdf->time_ms = ms_tmp;
if (r < 0) {
@@ -216,7 +216,7 @@ int crypt_benchmark_pbkdf_internal(struc
return 0;
}
- r = crypt_benchmark_pbkdf(cd, pbkdf, "foobarfo", 8,
+ r = crypt_benchmark_pbkdf(cd, pbkdf, "foobarfofoobarfofoobarfo", 24,
"0123456789abcdef0123456789abcdef", 32,
volume_key_size, &benchmark_callback, &u);
if (r < 0)

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Sep 13 07:36:26 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
- Update to 2.7.5:
* Fix possible online reencryption data corruption (only in 2.7.x).
In some situations (initializing a suspended device-mapper device),
cryptsetup disabled direct-io device access. This caused unsafe
online reencryption operations that could lead to data corruption.
The code now adds strict checks (and aborts the operation) and
changes direct-io detection code to prevent data corruption.
* Fix a clang compilation error in SSH token plugin.
As clang linker treats missing symbols as errors, the linker phase
for the SSH token failed as the optional cryptsetup_token_buffer_free
was not defined.
* Fix crypto backend initialization in crypt_format_luks2_opal API call.
-------------------------------------------------------------------
Fri Aug 30 15:07:28 UTC 2024 - Marcus Meissner <meissner@suse.com>
- cryptsetup-fips140-3.patch: extend the password for PBKDF2 benchmarking
to be more than 20 chars to meet FIPS 140-3 requirements (bsc#1229975)
-------------------------------------------------------------------
Wed Jul 31 06:27:18 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>

View File

@ -18,7 +18,7 @@
%define so_ver 12
Name: cryptsetup
Version: 2.7.4
Version: 2.7.5
Release: 0
Summary: Setup program for dm-crypt Based Encrypted Block Devices
License: CC-BY-SA-4.0 AND LGPL-2.0-or-later WITH cryptsetup-OpenSSL-exception
@ -31,6 +31,7 @@ Source2: baselibs.conf
Source3: cryptsetup.keyring
# FAQ.md is CC-BY-SA-4.0
Source4: https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt#/cc-by-sa-4.0.txt
Patch0: cryptsetup-fips140-3.patch
# 2.6.38 has the required if_alg.h
BuildRequires: linux-glibc-devel >= 2.6.38
BuildRequires: fdupes