Mailinglist Archive: opensuse-commit (2125 mails)
| < Previous | Next > |
commit pam_chroot
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 03 Apr 2008 10:54:08 +0200
- Message-id: <20080403085409.39240678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package pam_chroot
checked in at Thu Apr 3 10:54:08 CEST 2008.
--------
--- pam_chroot/pam_chroot.changes 2006-08-10 13:56:15.000000000 +0200
+++ /mounts/work_src_done/STABLE/pam_chroot/pam_chroot.changes 2008-04-03
10:07:46.191718000 +0200
@@ -1,0 +2,7 @@
+Wed Apr 2 18:41:53 CEST 2008 - mc@xxxxxxx
+
+- version 0.9.2
+ - bugfixes
+ - revamp code formatting (no functionality change)
+
+-------------------------------------------------------------------
Old:
----
pam_chroot-0.9.1.dif
pam_chroot-0.9.1.tar.bz2
New:
----
pam_chroot-0.9.2.dif
pam_chroot-0.9.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pam_chroot.spec ++++++
--- /var/tmp/diff_new_pack.Kr9514/_old 2008-04-03 10:53:58.000000000 +0200
+++ /var/tmp/diff_new_pack.Kr9514/_new 2008-04-03 10:53:58.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package pam_chroot (Version 0.9.1)
+# spec file for package pam_chroot (Version 0.9.2)
#
-# Copyright (c) 2006 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
# package are under the same license as the package itself.
#
@@ -10,20 +10,21 @@
# norootforbuild
+
Name: pam_chroot
-URL: http://sourceforge.net/projects/pam-chroot/
+Url: http://sourceforge.net/projects/pam-chroot/
BuildRequires: pam-devel
-License: GPL
+License: GPL v2 or later
Group: System/Libraries
Requires: pam
Provides: pam-modules:/etc/security/chroot.conf
-Autoreqprov: on
-Version: 0.9.1
+AutoReqProv: on
+Version: 0.9.2
Release: 1
-Summary: Linux-PAM module that allows a user to be chrooted
-Source0: pam_chroot-0.9.1.tar.bz2
+Summary: Linux-PAM Module that Allows a User to Be Chrooted
+Source0: pam_chroot-0.9.2.tar.bz2
Source50: dlopen.sh
-Patch4: pam_chroot-0.9.1.dif
+Patch1: pam_chroot-0.9.2.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -43,7 +44,7 @@
%prep
%setup
-%patch4
+%patch1
cp options README
%build
@@ -81,6 +82,10 @@
%attr(644,root,root) %config(noreplace) /etc/security/chroot.conf
%attr(755,root,root) /%{_lib}/security/pam_*.so
-%changelog -n pam_chroot
-* Wed Aug 09 2006 - mc@xxxxxxx
+%changelog
+* Wed Apr 02 2008 mc@xxxxxxx
+- version 0.9.2
+ - bugfixes
+ - revamp code formatting (no functionality change)
+* Wed Aug 09 2006 mc@xxxxxxx
- version 0.9.1 branched from pam-modules
++++++ pam_chroot-0.9.1.dif -> pam_chroot-0.9.2.dif ++++++
--- pam_chroot/pam_chroot-0.9.1.dif 2006-08-10 13:56:15.000000000 +0200
+++ /mounts/work_src_done/STABLE/pam_chroot/pam_chroot-0.9.2.dif
2008-04-03 10:07:46.186726000 +0200
@@ -1,19 +1,19 @@
--- Makefile
-+++ Makefile
-@@ -3,17 +3,20 @@
- CC=gcc
- CFLAGS=-fPIC -O2 -Wall -Werror -pedantic
- CPPFLAGS=-I.
--LDFLAGS=-x --shared -lpam
-+LDFLAGS= -shared -Wl,-soname,pam_chroot.so -lpam
++++ Makefile 2008/04/03 07:54:31
+@@ -6,17 +6,20 @@
+ # "=" variables. you cannot have recursive definitions if you do that.
+ CFLAGS := -fPIC -O2 -Wall -Werror -pedantic $(CFLAGS)
+ CPPFLAGS := -I.
+-LDFLAGS := -x --shared $(LDFLAGS)
++LDFLAGS := --shared -Wl,-soname -Wl,pam_chroot.so $(LDFLAGS)
OUT=pam_chroot.so
all: $(OUT)
%.so: %.o
-- ld $(LDFLAGS) -o $@ $<
-+ gcc $(LDFLAGS) -o $@ $<
+- $(LD) $(LDFLAGS) -o $@ $< -lpam
++ $(CC) $(LDFLAGS) -o $@ $< -lpam
clean:
rm -f *.o $(OUT)
++++++ pam_chroot-0.9.1.tar.bz2 -> pam_chroot-0.9.2.tar.bz2 ++++++
++++ 1853 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |