SHA256
1
0
forked from pool/pam_mount
OBS User unknown 2008-09-06 01:02:25 +00:00 committed by Git OBS Bridge
parent 51828bedfb
commit 8f2858115b
5 changed files with 31 additions and 18 deletions

View File

@ -1,11 +0,0 @@
--- src/pam_mount.h
+++ src/pam_mount.h 2008/09/01 08:18:32
@@ -6,7 +6,7 @@
#include <libHX/clist.h>
#include <libHX/list.h>
-#define MAX_PAR 127
+#define MAX_PAR 1024
#ifndef S_IRUGO
# define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH)
#endif

View File

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

3
pam_mount-0.47.tar.lzma Normal file
View File

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

View File

@ -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 <volume> 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

View File

@ -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 <volume> 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