commit majordomo for openSUSE:Factory

2012-02-06 Thread h_root
Hello community,

here is the log from the commit of package majordomo for openSUSE:Factory 
checked in at 2012-02-06 15:54:57

Comparing /work/SRC/openSUSE:Factory/majordomo (Old)
 and  /work/SRC/openSUSE:Factory/.majordomo.new (New)


Package is majordomo, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/majordomo/majordomo.changes  2011-09-23 
02:12:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.majordomo.new/majordomo.changes 2012-02-06 
15:55:05.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 31 14:24:58 UTC 2012 - dlova...@suse.com
+
+- Added -fpie and -pie to compiler and linker options
+
+---

New:

  majordomo-1.94.5.pie.patch



Other differences:
--
++ majordomo.spec ++
--- /var/tmp/diff_new_pack.FJSekw/_old  2012-02-06 15:55:07.0 +0100
+++ /var/tmp/diff_new_pack.FJSekw/_new  2012-02-06 15:55:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package majordomo
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,6 +34,7 @@
 Patch2: majordomo-%{version}.decl.patch
 Patch3: majordomo-%{version}.destdir.patch
 Patch4: 
majordomo-%{version}.fix-split-no-longer-assigning-to-_-bnc-716393.patch
+Patch5: majordomo-%{version}.pie.patch
 PreReq: /usr/sbin/useradd /usr/sbin/groupadd permissions
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -59,6 +60,7 @@
 %patch2
 %patch3
 %patch4 -p1
+%patch5 -p1
 
 %build
 make wrapper

++ majordomo-1.94.5.pie.patch ++
--- majordomo-1.94.5/Makefile
+++ majordomo-1.94.5/Makefile
@@ -216,7 +216,7 @@ install-man:
Doc/man/wrapper.8.gz $(DESTDIR)$(MAN)/man8/wrapper.8.gz
 
 wrapper: wrapper.c
-   $(CC)  $(WRAPPER_FLAGS) -o wrapper wrapper.c
+   $(CC)  $(WRAPPER_FLAGS) -fpie -pie -o wrapper wrapper.c
 
 clean:
rm -f  wrapper *~
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit majordomo for openSUSE:Factory

2011-09-15 Thread h_root

Hello community,

here is the log from the commit of package majordomo for openSUSE:Factory
checked in at Thu Sep 15 14:21:21 CEST 2011.




--- majordomo/majordomo.changes 2009-08-30 20:07:22.0 +0200
+++ /mounts/work_src_done/STABLE/majordomo/majordomo.changes2011-09-09 
11:17:54.0 +0200
@@ -1,0 +2,7 @@
+Fri Sep  9 11:07:27 CEST 2011 - m...@suse.de
+
+- Fix split no longer assigning to _@. Causes mail sent to lists 
+  being thrown away silently with no obvious clue in the logs. 
+  (bnc#716393)
+
+---

calling whatdependson for head-i586


New:

  majordomo-1.94.5.fix-split-no-longer-assigning-to-_-bnc-716393.patch



Other differences:
--
++ majordomo.spec ++
--- /var/tmp/diff_new_pack.HraCAo/_old  2011-09-15 14:21:15.0 +0200
+++ /var/tmp/diff_new_pack.HraCAo/_new  2011-09-15 14:21:15.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package majordomo (Version 1.94.5)
+# spec file for package majordomo
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,13 +26,14 @@
 Summary:Mailing List Software
 AutoReqProv:on
 Version:1.94.5
-Release:455
+Release:466
 Source: majordomo-%{version}.tar.gz
 Source1:majordomo-wrapper.8.tgz
 Patch0: majordomo-%{version}.SuSE.diff
 Patch1: majordomo-%{version}.hostile_adress.patch
 Patch2: majordomo-%{version}.decl.patch
 Patch3: majordomo-%{version}.destdir.patch
+Patch4: 
majordomo-%{version}.fix-split-no-longer-assigning-to-_-bnc-716393.patch
 PreReq: /usr/sbin/useradd /usr/sbin/groupadd permissions
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -57,6 +58,7 @@
 %patch1
 %patch2
 %patch3
+%patch4 -p1
 
 %build
 make wrapper

++ majordomo-1.94.5.fix-split-no-longer-assigning-to-_-bnc-716393.patch 
++
diff --git a/majordomo.pl b/majordomo.pl
index 3c8bbc2..c872751 100644
--- a/majordomo.pl
+++ b/majordomo.pl
@@ -69,7 +69,7 @@ sub main'ParseMailHeader  ## Public
$array{$keyw} = $val;
}
 }
-($*, $/) = ($save1, $save2); 
+($*, $/) = ($save1, $save2);
 }
 
 





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org