commit aespipe for openSUSE:Factory

2020-07-30 Thread root
Hello community,

here is the log from the commit of package aespipe for openSUSE:Factory checked 
in at 2020-07-30 10:03:22

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


Package is "aespipe"

Thu Jul 30 10:03:22 2020 rev:13 rq:823520 version:2.4f

Changes:

--- /work/SRC/openSUSE:Factory/aespipe/aespipe.changes  2019-11-06 
13:51:54.511883415 +0100
+++ /work/SRC/openSUSE:Factory/.aespipe.new.3592/aespipe.changes
2020-07-30 10:04:11.211389921 +0200
@@ -1,0 +2,12 @@
+Wed Jul 29 22:24:40 UTC 2020 - Matthias Eliasson 
+
+- Update to 2.4f
+  * Fixed configure script mis-detection of "labels need underline
+prefix" on Fedora. Fix from Jiri Hladky.
+  * Added configure script autodetection for x86/amd64 -fno-pie compile
+and -no-pie linker flags. These are needed when compiler/linker
+produces position independent executable (PIE) by default.
+- Run spec-cleaner
+- Add source verification
+
+---

Old:

  aespipe-2.4e.tar.bz2

New:

  aespipe-2.4f.tar.bz2
  aespipe-2.4f.tar.bz2.sign
  aespipe.keyring



Other differences:
--
++ aespipe.spec ++
--- /var/tmp/diff_new_pack.sNdfpY/_old  2020-07-30 10:04:13.043390164 +0200
+++ /var/tmp/diff_new_pack.sNdfpY/_new  2020-07-30 10:04:13.043390164 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aespipe
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,17 @@
 
 
 Name:   aespipe
-Version:2.4e
+Version:2.4f
 Release:0
 Summary:AES Encrypting/Decrypting Pipe
 License:GPL-2.0-only
-Url:http://loop-aes.sourceforge.net/
-Source: 
http://loop-aes.sourceforge.net/aespipe/%{name}-v%{version}.tar.bz2#/%{name}-%{version}.tar.bz2
+URL:http://loop-aes.sourceforge.net/
+Source0:
http://loop-aes.sourceforge.net/aespipe/%{name}-v%{version}.tar.bz2#/%{name}-%{version}.tar.bz2
+Source1:
http://loop-aes.sourceforge.net/aespipe/%{name}-v%{version}.tar.bz2.sign#/%{name}-%{version}.tar.bz2.sign
+Source2:%{name}.keyring
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gpg2
-#!BuildIgnore:  gcc-PIE
 Requires:   gpg2
 
 %description
@@ -49,10 +50,10 @@
   --enable-asm=amd64 --enable-padlock --enable-intelaes \
 %endif
   --disable-silent-rules
-make %{?_smp_mflags}
+%make_build
 
 %check
-make %{?_smp_mflags} tests
+%make_build tests
 
 %install
 %make_install
@@ -63,6 +64,6 @@
 %doc ChangeLog README
 %{_bindir}/aespipe
 %{_bindir}/bz2aespipe
-%{_mandir}/man1/aespipe.1%{ext_man}
+%{_mandir}/man1/aespipe.1%{?ext_man}
 
 %changelog

++ aespipe-2.4e.tar.bz2 -> aespipe-2.4f.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aespipe-v2.4e/ChangeLog new/aespipe-v2.4f/ChangeLog
--- old/aespipe-v2.4e/ChangeLog 2017-09-10 14:30:46.0 +0200
+++ new/aespipe-v2.4f/ChangeLog 2019-10-02 07:24:40.0 +0200
@@ -107,3 +107,10 @@
 
 aespipe-v2.4e September 10 2017
 - Added workaround for gpg 2 pinentry-mode bug.
+
+aespipe-v2.4f October 2 2019
+- Fixed configure script mis-detection of "labels need underline
+  prefix" on Fedora. Fix from Jiri Hladky.
+- Added configure script autodetection for x86/amd64 -fno-pie compile
+  and -no-pie linker flags. These are needed when compiler/linker
+  produces position independent executable (PIE) by default.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aespipe-v2.4e/README new/aespipe-v2.4f/README
--- old/aespipe-v2.4e/README2017-09-10 14:30:46.0 +0200
+++ new/aespipe-v2.4f/README2019-10-02 07:24:40.0 +0200
@@ -1,6 +1,6 @@
-Written by Jari Ruusu , September 10 2017
+Written by Jari Ruusu , October 2 2019
 
-Copyright 2002-2017 by Jari Ruusu.
+Copyright 2002-2019 by Jari Ruusu.
 Redistribution of this file is permitted under the GNU Public License.
 
 
@@ -70,12 +70,9 @@
 found.
 
 If you want to use special compiler and/or linker flags, ./configure script
-understands exported CFLAGS= and LDFLAGS= environment variables. In cases
-where compiler/linker produces position independent executable (PIE) by
-default and you want to use assembler optimized code, the PIE thingy needs
-to be disabled like this:
+understands exported CFLAGS= and LDFLAGS= environment variables. Example:
 
-CFLAGS="-O2 -Wall -fno-pie" LDFLAGS="-no-pie" ./configure
+CFLAGS="-O2 -Wall" LDF

commit aespipe for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package aespipe for openSUSE:Factory checked 
in at 2019-11-06 13:51:49

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


Package is "aespipe"

Wed Nov  6 13:51:49 2019 rev:12 rq:739471 version:2.4e

Changes:

--- /work/SRC/openSUSE:Factory/aespipe/aespipe.changes  2017-11-07 
10:01:30.294668956 +0100
+++ /work/SRC/openSUSE:Factory/.aespipe.new.2990/aespipe.changes
2019-11-06 13:51:54.511883415 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 12:57:45 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ aespipe.spec ++
--- /var/tmp/diff_new_pack.ifJqW4/_old  2019-11-06 13:51:55.687884690 +0100
+++ /var/tmp/diff_new_pack.ifJqW4/_new  2019-11-06 13:51:55.691884694 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aespipe
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,8 +20,7 @@
 Version:2.4e
 Release:0
 Summary:AES Encrypting/Decrypting Pipe
-License:GPL-2.0
-Group:  Productivity/Security
+License:GPL-2.0-only
 Url:http://loop-aes.sourceforge.net/
 Source: 
http://loop-aes.sourceforge.net/aespipe/%{name}-v%{version}.tar.bz2#/%{name}-%{version}.tar.bz2
 BuildRequires:  autoconf




commit aespipe for openSUSE:Factory

2017-11-07 Thread root
Hello community,

here is the log from the commit of package aespipe for openSUSE:Factory checked 
in at 2017-11-07 10:00:45

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


Package is "aespipe"

Tue Nov  7 10:00:45 2017 rev:11 rq:539110 version:2.4e

Changes:

--- /work/SRC/openSUSE:Factory/aespipe/aespipe.changes  2017-06-12 
15:28:56.669870005 +0200
+++ /work/SRC/openSUSE:Factory/.aespipe.new/aespipe.changes 2017-11-07 
10:01:30.294668956 +0100
@@ -1,0 +2,7 @@
+Sat Nov  4 22:19:07 UTC 2017 - aavind...@gmail.com
+
+- Update to 2.4e
+  * Added workaround for gpg 2 pinentry-mode bug.
+- Cleanup spec file with spec-cleaner
+
+---

Old:

  aespipe-v2.4d.tar.bz2

New:

  aespipe-2.4e.tar.bz2



Other differences:
--
++ aespipe.spec ++
--- /var/tmp/diff_new_pack.zQSH06/_old  2017-11-07 10:01:32.994571001 +0100
+++ /var/tmp/diff_new_pack.zQSH06/_new  2017-11-07 10:01:32.998570857 +0100
@@ -17,17 +17,17 @@
 
 
 Name:   aespipe
-Version:2.4d
+Version:2.4e
 Release:0
 Summary:AES Encrypting/Decrypting Pipe
 License:GPL-2.0
 Group:  Productivity/Security
 Url:http://loop-aes.sourceforge.net/
-Source: 
http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2
-#!BuildIgnore: gcc-PIE
+Source: 
http://loop-aes.sourceforge.net/aespipe/%{name}-v%{version}.tar.bz2#/%{name}-%{version}.tar.bz2
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gpg2
+#!BuildIgnore:  gcc-PIE
 Requires:   gpg2
 
 %description
@@ -61,7 +61,6 @@
   %{buildroot}%{_bindir}/bz2aespipe
 
 %files
-%defattr(-,root,root)
 %doc ChangeLog README
 %{_bindir}/aespipe
 %{_bindir}/bz2aespipe

++ aespipe-v2.4d.tar.bz2 -> aespipe-2.4e.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aespipe-v2.4d/ChangeLog new/aespipe-v2.4e/ChangeLog
--- old/aespipe-v2.4d/ChangeLog 2015-05-24 09:21:06.0 +0200
+++ new/aespipe-v2.4e/ChangeLog 2017-09-10 14:30:46.0 +0200
@@ -104,3 +104,6 @@
 aespipe-v2.4d May 24 2015
 - Fixed endianness bug on little-endian PowerPC. More common big-endian
   PowerPC was OK. Bug reported by Fernando Seiti Furusato.
+
+aespipe-v2.4e September 10 2017
+- Added workaround for gpg 2 pinentry-mode bug.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aespipe-v2.4d/README new/aespipe-v2.4e/README
--- old/aespipe-v2.4d/README2015-05-24 09:21:06.0 +0200
+++ new/aespipe-v2.4e/README2017-09-10 14:30:46.0 +0200
@@ -1,6 +1,6 @@
-Written by Jari Ruusu , May 24 2015
+Written by Jari Ruusu , September 10 2017
 
-Copyright 2002-2015 by Jari Ruusu.
+Copyright 2002-2017 by Jari Ruusu.
 Redistribution of this file is permitted under the GNU Public License.
 
 
@@ -70,7 +70,12 @@
 found.
 
 If you want to use special compiler and/or linker flags, ./configure script
-understands exported CFLAGS= and LDFLAGS= environment variables.
+understands exported CFLAGS= and LDFLAGS= environment variables. In cases
+where compiler/linker produces position independent executable (PIE) by
+default and you want to use assembler optimized code, the PIE thingy needs
+to be disabled like this:
+
+CFLAGS="-O2 -Wall -fno-pie" LDFLAGS="-no-pie" ./configure
 
 Above installs aespipe program to /usr/local/bin/ directory and man page to
 /usr/local/man/man1/ directory. If you want aespipe program installed in
@@ -78,6 +83,14 @@
 "--bindir=/usr/bin" and "--mandir=/usr/share/man" parameters to ./configure
 script.
 
+When aespipe uses gpg version 2 to decrypt public-key encrypted key file,
+gpg needs special bug workaround. gpg version 1 does not need that
+workaround, and that workaround is not compatible with gpg version 1.
+configure script detects the need for this gpg bug workaround at configure
+time. If you change installed gpg version from 1 to 2, or from 2 to 1, then
+aespipe needs to be configured and compiled again to enable/disable the
+workaround.
+
 
 3. Examples
 ~~~
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aespipe-v2.4d/aespipe.c new/aespipe-v2.4e/aespipe.c
--- old/aespipe-v2.4d/aespipe.c 2015-05-03 18:48:12.0 +0200
+++ new/aespipe-v2.4e/aespipe.c 2017-09-10 13:25:50.0 +0200
@@ -1,9 +1,9 @@
 /*
  *  aespipe.c
  *
- *  Written by Jari Ruusu, May 3 2015
+ *  Written by Jari Ruusu, September 10 2017
  *
- *  Copyright 2002-2015 by Jari Ruusu.
+ *  Copyright 2002-2017 by Jari Ruusu.
  *  Redistribution of this file is permitted under the GNU P

commit aespipe for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package aespipe for openSUSE:Factory checked 
in at 2017-06-12 15:28:52

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


Package is "aespipe"

Mon Jun 12 15:28:52 2017 rev:10 rq:501084 version:2.4d

Changes:

--- /work/SRC/openSUSE:Factory/aespipe/aespipe.changes  2017-04-11 
09:39:19.342586489 +0200
+++ /work/SRC/openSUSE:Factory/.aespipe.new/aespipe.changes 2017-06-12 
15:28:56.669870005 +0200
@@ -1,0 +2,5 @@
+Mon Jun  5 07:49:57 UTC 2017 - mplus...@suse.com
+
+- Fix building on Factory (disable pie building)
+
+---



Other differences:
--
++ aespipe.spec ++
--- /var/tmp/diff_new_pack.IINAJN/_old  2017-06-12 15:28:57.177798371 +0200
+++ /var/tmp/diff_new_pack.IINAJN/_new  2017-06-12 15:28:57.177798371 +0200
@@ -24,6 +24,7 @@
 Group:  Productivity/Security
 Url:http://loop-aes.sourceforge.net/
 Source: 
http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2
+#!BuildIgnore: gcc-PIE
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gpg2
@@ -36,16 +37,13 @@
 compatible encrypted disk images.
 
 %prep
-%setup -q -n "aespipe-v%{version}"
+%setup -q -n %{name}-v%{version}
 patch  < aes-GPL.diff
 
 %build
 autoreconf -fiv
-%if 0%{?suse_version} > 1315
-export LDFLAGS="-no-pie"
-%endif
 %configure \
-%ifarch %ix86
+%ifarch %{ix86}
   --enable-asm=x86   --enable-padlock --enable-intelaes \
 %endif
 %ifarch amd64 x86_64 ia32e em64t




commit aespipe for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package aespipe for openSUSE:Factory checked 
in at 2017-04-11 09:39:18

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


Package is "aespipe"

Tue Apr 11 09:39:18 2017 rev:9 rq:484297 version:2.4d

Changes:

--- /work/SRC/openSUSE:Factory/aespipe/aespipe.changes  2017-03-02 
19:29:40.404695979 +0100
+++ /work/SRC/openSUSE:Factory/.aespipe.new/aespipe.changes 2017-04-11 
09:39:19.342586489 +0200
@@ -1,0 +2,11 @@
+Sat Apr  1 07:02:38 UTC 2017 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+
+---
+Fri Mar 31 21:07:06 UTC 2017 - meiss...@suse.com
+
+- Disable PIE linking, as the assembler code is not position independ
+  currently.
+
+---



Other differences:
--
++ aespipe.spec ++
--- /var/tmp/diff_new_pack.6Ws6FE/_old  2017-04-11 09:39:19.926504003 +0200
+++ /var/tmp/diff_new_pack.6Ws6FE/_new  2017-04-11 09:39:19.930503437 +0200
@@ -26,7 +26,8 @@
 Source: 
http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  gpg2
+Requires:   gpg2
 
 %description
 aespipe program is AES encrypting or decrypting pipe. It reads from standard
@@ -40,28 +41,32 @@
 
 %build
 autoreconf -fiv
-%configure
-make \
+%if 0%{?suse_version} > 1315
+export LDFLAGS="-no-pie"
+%endif
+%configure \
 %ifarch %ix86
-x86 \
+  --enable-asm=x86   --enable-padlock --enable-intelaes \
 %endif
 %ifarch amd64 x86_64 ia32e em64t
-amd64 \
-   CXXFLAGS="$CXXFLAGS -fPIC"  
+  --enable-asm=amd64 --enable-padlock --enable-intelaes \
 %endif
+  --disable-silent-rules
+make %{?_smp_mflags}
 
 %check
 make %{?_smp_mflags} tests
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
-install -m0755 bz2aespipe "%{buildroot}%{_bindir}/"
+%make_install
+install -D -p -m 0755 bz2aespipe \
+  %{buildroot}%{_bindir}/bz2aespipe
 
 %files
 %defattr(-,root,root)
 %doc ChangeLog README
 %{_bindir}/aespipe
 %{_bindir}/bz2aespipe
-%{_mandir}/man1/aespipe.1*
+%{_mandir}/man1/aespipe.1%{ext_man}
 
 %changelog




commit aespipe for openSUSE:Factory

2017-03-02 Thread root
Hello community,

here is the log from the commit of package aespipe for openSUSE:Factory checked 
in at 2017-03-02 19:29:39

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


Package is "aespipe"

Thu Mar  2 19:29:39 2017 rev:8 rq:460196 version:2.4d

Changes:

--- /work/SRC/openSUSE:Factory/aespipe/aespipe.changes  2015-06-05 
08:46:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.aespipe.new/aespipe.changes 2017-03-02 
19:29:40.404695979 +0100
@@ -1,0 +2,5 @@
+Fri Feb 24 08:49:36 UTC 2017 - shshyukr...@suse.com
+
+- Compile with -fPIC for 64bit to fix build errors 
+
+---
@@ -36 +41 @@

+--



Other differences:
--
++ aespipe.spec ++
--- /var/tmp/diff_new_pack.oHIwUX/_old  2017-03-02 19:29:40.960617301 +0100
+++ /var/tmp/diff_new_pack.oHIwUX/_new  2017-03-02 19:29:40.964616735 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aespipe
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -47,6 +47,7 @@
 %endif
 %ifarch amd64 x86_64 ia32e em64t
 amd64 \
+   CXXFLAGS="$CXXFLAGS -fPIC"  
 %endif
 
 %check




commit aespipe for openSUSE:Factory

2015-06-04 Thread h_root
Hello community,

here is the log from the commit of package aespipe for openSUSE:Factory checked 
in at 2015-06-05 08:46:05

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


Package is "aespipe"

Changes:

--- /work/SRC/openSUSE:Factory/aespipe/aespipe.changes  2014-07-31 
21:50:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.aespipe.new/aespipe.changes 2015-06-05 
08:46:07.0 +0200
@@ -1,0 +2,8 @@
+Thu Jun  4 11:19:09 UTC 2015 - mplus...@suse.com
+
+- Update to 2.4d
+  * no upstream changelog available
+- Cleanup spec file with spec-cleaner
+- Drop no longer needed aespipe-ppc64le.patch
+
+---

Old:

  aespipe-ppc64le.patch
  aespipe-v2.4c.tar.bz2

New:

  aespipe-v2.4d.tar.bz2



Other differences:
--
++ aespipe.spec ++
--- /var/tmp/diff_new_pack.gsVU93/_old  2015-06-05 08:46:08.0 +0200
+++ /var/tmp/diff_new_pack.gsVU93/_new  2015-06-05 08:46:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aespipe
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,16 @@
 
 
 Name:   aespipe
-Version:2.4c
+Version:2.4d
 Release:0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:AES Encrypting/Decrypting Pipe
 License:GPL-2.0
 Group:  Productivity/Security
 Url:http://loop-aes.sourceforge.net/
 Source: 
http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2
-Patch1: aespipe-ppc64le.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 aespipe program is AES encrypting or decrypting pipe. It reads from standard
@@ -37,36 +36,31 @@
 
 %prep
 %setup -q -n "aespipe-v%{version}"
-%__patch -p0 < aes-GPL.diff
-%patch1 -p1
+patch  < aes-GPL.diff
 
 %build
 autoreconf -fiv
 %configure
-%__make \
+make \
 %ifarch %ix86
 x86 \
 %endif
 %ifarch amd64 x86_64 ia32e em64t
 amd64 \
 %endif
-%{?jobs:-j%{jobs}}
 
 %check
-%__make tests
+make %{?_smp_mflags} tests
 
 %install
-%makeinstall
-%__install -m0755 bz2aespipe "%{buildroot}%{_bindir}/"
-
-%clean
-rm -rf "$RPM_BUILD_ROOT"
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+install -m0755 bz2aespipe "%{buildroot}%{_bindir}/"
 
 %files
 %defattr(-,root,root)
 %doc ChangeLog README
 %{_bindir}/aespipe
 %{_bindir}/bz2aespipe
-%doc %{_mandir}/man1/aespipe.1*
+%{_mandir}/man1/aespipe.1*
 
 %changelog

++ aespipe-v2.4c.tar.bz2 -> aespipe-v2.4d.tar.bz2 ++
 2290 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/aespipe-v2.4c/ChangeLog new/aespipe-v2.4d/ChangeLog
--- old/aespipe-v2.4c/ChangeLog 2011-02-23 15:14:39.0 +0100
+++ new/aespipe-v2.4d/ChangeLog 2015-05-24 09:21:06.0 +0200
@@ -97,6 +97,10 @@
   encrypting/decrypting disk sectors (size always multiple of 512 bytes)
   was not affected. This bug was introduced in aespipe-v2.4b, older
   versions were not affected.
-- Fixed a problem by locking RAM using mlockall() only if "ulimits -l"
-  was "unlimited". Smaller "ulimits -l" could cause memory allocation
+- Fixed a problem by locking RAM using mlockall() only if "ulimit -l"
+  was "unlimited". Smaller "ulimit -l" could cause memory allocation
   failure or segfault.
+
+aespipe-v2.4d May 24 2015
+- Fixed endianness bug on little-endian PowerPC. More common big-endian
+  PowerPC was OK. Bug reported by Fernando Seiti Furusato.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/aespipe-v2.4c/README new/aespipe-v2.4d/README
--- old/aespipe-v2.4c/README2010-06-03 12:48:02.0 +0200
+++ new/aespipe-v2.4d/README2015-05-24 09:21:06.0 +0200
@@ -1,6 +1,6 @@
-Written by Jari Ruusu , June 3 2010
+Written by Jari Ruusu , May 24 2015
 
-Copyright 2002-2010 by Jari Ruusu.
+Copyright 2002-201

commit aespipe for openSUSE:Factory

2014-07-31 Thread h_root
Hello community,

here is the log from the commit of package aespipe for openSUSE:Factory checked 
in at 2014-07-31 21:50:29

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


Package is "aespipe"

Changes:

--- /work/SRC/openSUSE:Factory/aespipe/aespipe.changes  2012-04-03 
09:19:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.aespipe.new/aespipe.changes 2014-07-31 
21:50:47.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 29 11:21:56 UTC 2014 - dval...@suse.com
+
+- Fix PowerPC little endian build 
+
+- added patches:
+  * aespipe-ppc64le.patch
+---

New:

  aespipe-ppc64le.patch



Other differences:
--
++ aespipe.spec ++
--- /var/tmp/diff_new_pack.qjp127/_old  2014-07-31 21:50:48.0 +0200
+++ /var/tmp/diff_new_pack.qjp127/_new  2014-07-31 21:50:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aespipe
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -25,6 +25,7 @@
 Group:  Productivity/Security
 Url:http://loop-aes.sourceforge.net/
 Source: 
http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2
+Patch1: aespipe-ppc64le.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 
@@ -37,6 +38,7 @@
 %prep
 %setup -q -n "aespipe-v%{version}"
 %__patch -p0 < aes-GPL.diff
+%patch1 -p1
 
 %build
 autoreconf -fiv

++ aespipe-ppc64le.patch ++
>From e72eb6bcc737bc5b76645c95002d4cfdd0d92615 Mon Sep 17 00:00:00 2001
From: Dinar Valeev 
Date: Tue, 29 Jul 2014 13:10:05 +0200
Subject: [PATCH] le

---
 aes.c | 4 
 1 file changed, 4 insertions(+)

diff --git a/aes.c b/aes.c
index 9af72b8..29da9d7 100644
--- a/aes.c
+++ b/aes.c
@@ -104,7 +104,11 @@
 # undef DATA_ALWAYS_ALIGNED
 # define DATA_ALWAYS_ALIGNED 1  /* unaligned access is always ok */
 #elif 
defined(__ppc__)||defined(__ppc)||defined(__PPC__)||defined(__PPC)||defined(__powerpc__)||defined(__powerpc)||defined(__POWERPC__)||defined(__POWERPC)||defined(__PowerPC__)||defined(__PowerPC)||defined(__ppc64__)||defined(__ppc64)||defined(__PPC64__)||defined(__PPC64)||defined(__powerpc64__)||defined(__powerpc64)||defined(__s390__)||defined(__s390)
+#if defined(__LITTLE_ENDIAN__)
+# define INTERNAL_BYTE_ORDER 1
+#else
 # define INTERNAL_BYTE_ORDER 2
+#endif
 # undef DATA_ALWAYS_ALIGNED
 # define DATA_ALWAYS_ALIGNED 1  /* unaligned access is always ok */
 #elif defined(__alpha__)||defined(__alpha)||defined(__ia64__)||defined(__ia64)
-- 
1.8.5.2
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org