SHA256
1
0
forked from pool/cryptsetup
Commit Graph

151 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 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
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 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
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
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
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
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
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
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 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 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 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 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 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
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 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 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 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 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