diff --git a/pam_mount-0.45-bump-max-par.diff b/pam_mount-0.45-bump-max-par.diff deleted file mode 100644 index 153ec21..0000000 --- a/pam_mount-0.45-bump-max-par.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pam_mount.h -+++ src/pam_mount.h 2008/09/01 08:18:32 -@@ -6,7 +6,7 @@ - #include - #include - --#define MAX_PAR 127 -+#define MAX_PAR 1024 - #ifndef S_IRUGO - # define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH) - #endif diff --git a/pam_mount-0.45.tar.lzma b/pam_mount-0.45.tar.lzma deleted file mode 100644 index 6bab38a..0000000 --- a/pam_mount-0.45.tar.lzma +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b33348dfcff5cfe5e16164a8b8a14e48f481054c968bace08e32aca8f7a8bd97 -size 249132 diff --git a/pam_mount-0.47.tar.lzma b/pam_mount-0.47.tar.lzma new file mode 100644 index 0000000..c960070 --- /dev/null +++ b/pam_mount-0.47.tar.lzma @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec545cfebca827f5d3065698974ef1d0913f113c129ac216192a3e61f8937d3c +size 250337 diff --git a/pam_mount.changes b/pam_mount.changes index 12125e0..4ce8827 100644 --- a/pam_mount.changes +++ b/pam_mount.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Sep 5 09:49:13 CEST 2008 - mc@suse.de + +- version 0.47 + - mount.crypt: add missing null command to conform to sh syntax + (SF bug #2089446) + - conf: fix printing of strings when luser volume options were not ok + - conf: re-add luserconf security checks + - add support for encfs 1.3.x (1.4.x already has been in for long) + - conf: add the "noroot" attribute for to force mounting with + the unprivileged user account (required for FUSE filesystems) + - replace fixed-size buffers and arrays with dynamic ones (complete) + (obsolets pam_mount-0.45-bump-max-par.diff) + ------------------------------------------------------------------- Mon Sep 1 10:56:59 CEST 2008 - mc@suse.de diff --git a/pam_mount.spec b/pam_mount.spec index dba281a..57cbfb5 100644 --- a/pam_mount.spec +++ b/pam_mount.spec @@ -1,5 +1,5 @@ # -# spec file for package pam_mount (Version 0.45) +# spec file for package pam_mount (Version 0.47) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -22,7 +22,7 @@ Name: pam_mount BuildRequires: libHX-devel libxml2-devel lzma openssl-devel pam-devel perl-XML-Writer pkg-config BuildRequires: linux-kernel-headers Summary: A PAM Module that can Mount Volumes for a User Session -Version: 0.45 +Version: 0.47 Release: 1 # psmisc: /bin/fuser Recommends: cifs-mount psmisc @@ -33,7 +33,6 @@ Prefix: /usr Group: System/Libraries Source: %{name}-%{version}.tar.lzma Patch1: pam_mount-0.45-umount-home-dir.dif -Patch2: pam_mount-0.45-bump-max-par.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://pam-mount.sourceforge.net/ PreReq: coreutils, perl-XML-Writer @@ -70,7 +69,6 @@ include it and send me patches. %prep %setup -q %patch1 -%patch2 %build %{suse_update_config -f} @@ -116,6 +114,7 @@ rm -rf $RPM_BUILD_ROOT %{_prefix}/bin/pmt-ofl /sbin/mount.crypt /sbin/umount.crypt +/sbin/mount.encfs13 %{_sbindir}/pmvarrun %config(noreplace) %{_sysconfdir}/security/pam_mount.conf.xml %doc %{_mandir}/man1/mkehd.1.gz @@ -129,6 +128,17 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man8/umount.crypt.8.gz %changelog +* Fri Sep 05 2008 mc@suse.de +- version 0.47 + - mount.crypt: add missing null command to conform to sh syntax + (SF bug #2089446) + - conf: fix printing of strings when luser volume options were not ok + - conf: re-add luserconf security checks + - add support for encfs 1.3.x (1.4.x already has been in for long) + - conf: add the "noroot" attribute for to force mounting with + the unprivileged user account (required for FUSE filesystems) + - replace fixed-size buffers and arrays with dynamic ones (complete) + (obsolets pam_mount-0.45-bump-max-par.diff) * Mon Sep 01 2008 mc@suse.de - version 0.45 * fix double-freeing the authentication token