SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libcryptmount0-2.15-2.5.x86_64.rpm :
Mon Dec 1 13:00:00 2014 jengelhAATTinai.de
- Update to new upstream release 2.15

* Use new helper= option in util-linux, allowing umount.crypt to be
called on umount.

* Fix a crash in ehd_log due to lack of va_start call

Tue Sep 23 14:00:00 2014 jengelhAATTinai.de
- Drop gpg-offline build-time requirement; this is now handled by
the local source validator

Tue Aug 27 14:00:00 2013 jengelhAATTinai.de
- Update to new upstream release 2.14

* Bugfix: pam_mount printed \"ehd_logctl: feature 1 is already zero\"
at each login (bnc#811119)

* pmt-ehd: avoid miscalculating blockdev size obtained from BLKGETSIZE64

* correctly mkdir mountpoint if requested, and only remove mountpoint
if actually created

* restore DOMAIN_USER and DOMAIN_NAME expansion in mount options

* add an \"allow_discard\" option for volumes to enable trim support
on the block device without enabling it for the filesystem.

* config: regexes can now be used for the and
configuration options
- Remove pam_mount-38a15cc3-ehd_logctl-debug.diff (applied upstream)

Sun Feb 3 13:00:00 2013 wstephensonAATTsuse.com
- Suppress useless debug output on using pam_mount

Sun Dec 9 13:00:00 2012 jengelhAATTinai.de
- Avoid running fdupes on /etc
- Depend on gpg-offline only for openSUSE >= 12.3
- Do require ofl and fd0ssh now, as they are now separate
installables starting with 12.3

Thu Nov 29 13:00:00 2012 sbrabecAATTsuse.cz
- Verify GPG signature.

Mon Feb 13 13:00:00 2012 cfarrellAATTsuse.com
- license update: LGPL-2.1+ and GPL-2.0+
See the COPYING file. There are GPL-2.0+ components aggregated

Thu Dec 15 13:00:00 2011 jengelhAATTmedozas.de
- Update to new upstream release 2.13

* pam_mount: restore keyfile support for non-crypto mounts

Thu Oct 6 14:00:00 2011 jengelhAATTmedozas.de
- Update to new upstream release 2.12 (bnc#722480)

* mount.crypt: restore support for files >= 4 GB

Tue Aug 30 14:00:00 2011 jengelhAATTmedozas.de
- Fix \"error: incorrect format: missing { after %\" on run of %post

Wed Aug 10 14:00:00 2011 jengelhAATTmedozas.de
- Add commit 2f8daad from upstream - call umount.crypt directly
from pam_mount.so while mount.crypt is having no support for
utab (bnc#671276); also add commit eb20a26 for better wording of
this situation.

Sun Aug 7 14:00:00 2011 jengelhAATTmedozas.de
- Update to new upstream release 2.11

* Allow specifying CIFS/NCP/NFS s without a
\"server\" attribute (this allows AD integration via pam_winbind)

* Added a handful of diagnostics to umount.crypt to determine
failure to find vfsmounts

* Use /run directory for our variadic data

* pmt-ehd: Exclusively create LUKS partitions from now on

Fri Apr 15 14:00:00 2011 jengelhAATTmedozas.de
- Update to new upstream release 2.10

* loop-linux: wait for loop device deallocation to succeed

* crypto: avoid premature attempt of unloading the loop device

* mtab: cope with mtab-less systems in staleness check

* mount.crypt: reduce mtab-less message from error to warning

Thu Apr 7 14:00:00 2011 jengelhAATTmedozas.de
- Update to new upstream release 2.9

* Support for mount --bind/--move

* mount.crypt: warn about unwritable /etc/mtab
- %VERSION should have been %%VERSION in post
- Run spec-beautifier

Mon Feb 14 13:00:00 2011 cooloAATTnovell.com
- do not recommend hxtools, it\'s a huge collection of random stuff
(ranging from mc syntax files to xfs repair tools)

Sat Jan 15 13:00:00 2011 jengelhAATTmedozas.de
- update to version 2.8

* shipped fd0ssh and ofl were removed; the original ones from
hxtools are required

* fix an improper refcount drop (rhbz#622930)

* %(shell EXPR) is now activated and usable from the global config
file

* mountpoint creation has been redone and now works better

* remove mountpoint early when mount failed

* fix truncation of groups on FUSE mounts

* invocation of mount.fuse was broken due to missing space in
config

Fri Aug 27 14:00:00 2010 jengelhAATTmedozas.de
- remove unnecessary Requires(pre)
- do not needlessy run autoreconf
- update to version 2.5

* new mount.crypt program that now uses libcryptsetup rather than
the cryptsetup binary

* HXformat2 is now used. This invalidates old constructs like
%(before=\\\"-o\\\"...) which need to be replaced by new syntax
(see /usr/share/doc/packages/pam_mount/changelog.txt)

* fusermount now called with secondary groups initialized

* add support for keyfile passthru using -ofsk_cipher=none

Fri Aug 20 14:00:00 2010 larsAATTsamba.org
- rdconf: do not warn about missing fskeyhash when no fskey specified;
(bnc#626127); http://bugs.debian.org/580430

Tue Jun 1 14:00:00 2010 mcAATTsuse.de
- use full paths in wrapper scripts (bnc#607200)

Wed Apr 7 14:00:00 2010 jengelhAATTmedozas.de
- update to version 1.34

* decrease login refcount on logout when no volumes are defined
- tag provided mount.{crypt,encfs13} wrappers as #!/bin/bash (not
/bin/sh) because they use [[/]] and =~; use ${0##
*/} over
extra calling basename.

Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- update to version 1.33

* avoid multi-free of auth token when pam_mount is rerun in a
PAM stack

* avoid NULL dereference when there is an empty line in mtab
- adjust BuildRequires as upstream really requires
- package baselibs.conf
- convert PreReq to Requires(pre,post)
- remove CFLAGS=\"$RPM_OPT_FLAGS\", it is implicit
- use _smp_mflags

Fri Dec 18 13:00:00 2009 mcAATTsuse.de
- update to version 1.32

* luserconf: fix skipping luser volume mounting

* config: allow arbitrary source paths for tmpfs

* fix a potential strlen(NULL) on login

* umount.crypt: do not remove entry from /etc/mtab twice

* luserconf: delayed parsing and mounting of luserconf volumes

* documentation fixes

Thu Nov 19 13:00:00 2009 mcAATTsuse.de
- backport some code to fix the sudo crash (bnc#544154)

Mon Jul 27 14:00:00 2009 mcAATTnovell.com
- update to version 1.27

* mounting: stdout from mount programs is now discarded

* config: do parse elements from .xml

* mount: pass fstype to NFS mount program

* config: map \"nfs4\" fstype to NFSMOUNT

* pam_mount: PAM function return code audit

* config: warn about ignored \"server\" attribute in

* config: print error message on config file syntax error

Wed Jun 24 14:00:00 2009 sbrabecAATTsuse.cz
- Supplement pam-32bit/pam-64bit in baselibs.conf (bnc#354164).

Mon May 11 14:00:00 2009 mcAATTsuse.de
- update to version 1.25
- fix splitting of \"NTDOMAIN\\username\" strings
- config: broaden variable expansion to resolve a case where it
did not do expected expansion with AUFS
- mount.crypt: write options, not \"defaults\" to /etc/mtab
- mount.crypt: keysize truncation must happen later
- mount.crypt: pass -o ro/rw down to mount program
- mount.crypt: support for -o remount
- mount.crypt: support overriding keysize
- mount.crypt: must pass -s option to cryptsetup
- mount.crypt: add \"Deprecated Mount options\" section to manpage
- pam_mount: fix a double free that can happen when stale entries are in cmtab
- pam_mount: first-time overriding of mntoptions failed to work
- pmvarrun: do not segfault when no username is specified (corner-case)
- pmvarrun: recognize internal _PMT_DEBUG_LEVEL env var
- mtab: automatically ignore and remove stale entries from cmtab
- pam_mount: fix unexpected termination after pam_mount ran
- doc: list support contacts in man page


 
ICM