OBS User unknown 2008-02-26 00:55:06 +00:00 committed by Git OBS Bridge
parent e347bd4569
commit e52488488d
6 changed files with 49 additions and 45 deletions

View File

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

View File

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

View File

@ -1,12 +1,10 @@
--- ecryptfs-utils-10/src/utils/io.c.xx 2007-03-20 15:18:40.000000000 +0100 --- src/key_mod/ecryptfs_key_mod_openssl.c
+++ ecryptfs-utils-10/src/utils/io.c 2007-03-20 15:18:52.000000000 +0100 +++ src/key_mod/ecryptfs_key_mod_openssl.c
@@ -211,8 +211,7 @@ @@ -659,6 +659,7 @@
static int tf_ssl_passwd_fd(struct ecryptfs_ctx *ctx, struct param_node *node,
struct val_node **mnt_params, void **foo)
{
+ return -1;
}
if (!(nvp->next)) { static int tf_ecryptfs_openssl_gen_key_param_node_keyfile(
printf("No PKI parameters required\n");
- rc = 0;
- goto out;
+ return 0;
}
val_input = malloc(MAX_PKI_VALUE_SIZE + 1);
if (!val_input) {

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Feb 25 22:25:31 CET 2008 - meissner@suse.de
- Upgraded to version 40
- more manpages
- some new features
- lots of bugfixes
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 3 10:51:14 CEST 2007 - meissner@suse.de Fri Aug 3 10:51:14 CEST 2007 - meissner@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package ecryptfs-utils (Version 18) # spec file for package ecryptfs-utils (Version 40)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -10,17 +10,17 @@
# norootforbuild # norootforbuild
Name: ecryptfs-utils Name: ecryptfs-utils
URL: http://ecryptfs.sourceforge.net/ Url: http://ecryptfs.sourceforge.net/
License: GPL v2 or later License: GPL v2 or later
Group: Productivity/Security Group: Productivity/Security
Autoreqprov: on AutoReqProv: on
Summary: Userspace utilities for ecryptfs Summary: Userspace Utilities for ecryptfs
Version: 18 Version: 40
Release: 4 Release: 1
Source0: http://downloads.sourceforge.net/ecryptfs/%{name}-%{version}.tar.bz2 Source0: http://downloads.sourceforge.net/ecryptfs/%{name}-%{version}.tar.bz2
Patch0: ia64.patch Patch0: ecryptfs-utils-fixes.patch
Patch1: ecryptfs-utils-fixes.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gtk2-devel keyutils-devel keyutils-libs libgcrypt-devel openssl-devel pam-devel BuildRequires: gtk2-devel keyutils-devel keyutils-libs libgcrypt-devel openssl-devel pam-devel
@ -39,14 +39,16 @@ Authors:
%prep %prep
%setup -q %setup -q
%patch0 %patch0 -p0
%patch1 -p1
%build %build
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
autoreconf -i -f autoreconf -i -f
%configure \ %configure \
--docdir=%_defaultdocdir/%{name} \
--with-pamdir=/%_lib/security --with-pamdir=/%_lib/security
%check
make make
make check make check
@ -64,35 +66,42 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-, root, root) %defattr(-, root, root)
%doc COPYING NEWS README THANKS %doc COPYING NEWS README THANKS doc/ecryptfs-faq.html doc/ecryptfs-pam-doc.txt
/usr/include/ecryptfs.h /usr/include/ecryptfs.h
%{_prefix}/bin/* %{_prefix}/bin/*
/sbin/* /sbin/*
%{_libdir}/libecryptfs* %{_libdir}/libecryptfs*
%{_libdir}/pkgconfig/libecryptfs.pc
%{_mandir}/man7/ecryptfs* %{_mandir}/man7/ecryptfs*
%{_mandir}/man8/*ecryptfs*
%{_libdir}/ecryptfs* %{_libdir}/ecryptfs*
/%_lib/security/pam_ecryptfs.so /%_lib/security/pam_ecryptfs.so
%changelog %changelog
* Fri Aug 03 2007 - meissner@suse.de * Mon Feb 25 2008 meissner@suse.de
- Upgraded to version 40
- more manpages
- some new features
- lots of bugfixes
* Fri Aug 03 2007 meissner@suse.de
- fixed pam module path for ia64 and s390x too. - fixed pam module path for ia64 and s390x too.
* Sun Jul 29 2007 - meissner@suse.de * Sun Jul 29 2007 meissner@suse.de
- fixed pam module path - fixed pam module path
* Fri Jul 27 2007 - meissner@suse.de * Fri Jul 27 2007 meissner@suse.de
- uphgraded to version 18. - uphgraded to version 18.
- TPM support (not yet enabled) - TPM support (not yet enabled)
- added PAM module - added PAM module
* Tue Mar 20 2007 - meissner@suse.de * Tue Mar 20 2007 meissner@suse.de
- build on IA64 - build on IA64
- fixed compiler warnings - fixed compiler warnings
* Tue Mar 06 2007 - meissner@suse.de * Tue Mar 06 2007 meissner@suse.de
- fixed build on lib64 - fixed build on lib64
* Mon Mar 05 2007 - meissner@suse.de * Mon Mar 05 2007 meissner@suse.de
- upgraded to version 10. - upgraded to version 10.
- unlisted enhancements and bugfixes. - unlisted enhancements and bugfixes.
* Thu Dec 14 2006 - meissner@suse.de * Thu Dec 14 2006 meissner@suse.de
- use lib64 correctly. - use lib64 correctly.
- fixed "is used uninitialized" warnings. - fixed "is used uninitialized" warnings.
* Tue Dec 05 2006 - meissner@suse.de * Tue Dec 05 2006 meissner@suse.de
- initial checkin of version 5. - initial checkin of version 5.
- userland utilities to control ecryptfs filesystems - userland utilities to control ecryptfs filesystems

View File

@ -1,11 +0,0 @@
--- configure.in
+++ configure.in
@@ -170,7 +170,7 @@
AC_PROG_RANLIB
case $target in
- *64* | *s390x)
+ *x86_64* | *power64* | *ppc64* | *s390x)
CFLAGS="$CFLAGS -m64 -DECRYPTFS_DEFAULT_PKI_DIR=\\\"$prefix/lib64/ecryptfs\\\""
LDFLAGS="$LDFLAGS -m64" ;;
*)