Mailinglist Archive: opensuse-commit (1139 mails)

< Previous Next >
commit libsecprog
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Tue, 09 Jan 2007 17:52:27 +0100
  • Message-id: <20070109165227.DC658678179@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package libsecprog
checked in at Tue Jan 9 17:52:27 CET 2007.

--------
--- libsecprog/libsecprog.changes 2006-01-25 21:37:43.000000000 +0100
+++ /mounts/work_src_done/STABLE/libsecprog/libsecprog.changes 2007-01-09 17:38:39.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Jan 9 17:38:05 CET 2007 - thomas@xxxxxxx
+
+- added patch to remove compiler warning (bug #232114)
+
+-------------------------------------------------------------------

New:
----
libsecprog-0.8_strliteralcmp.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libsecprog.spec ++++++
--- /var/tmp/diff_new_pack.u14223/_old 2007-01-09 17:51:09.000000000 +0100
+++ /var/tmp/diff_new_pack.u14223/_new 2007-01-09 17:51:10.000000000 +0100
@@ -1,11 +1,11 @@
#
# spec file for package libsecprog (Version 0.8)
#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 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.
#
-# Please submit bugfixes or comments via http://bugs.opensuse.org
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild
@@ -14,18 +14,19 @@
URL: http://www.suse.de/~thomas/projects/secproglib/index.html
Summary: Secure Replacements for Problematic C Functions
Version: 0.8
-Release: 7
-License: GPL
+Release: 39
+License: GNU General Public License (GPL)
Group: Development/Libraries/C and C++
Source: %{name}-%{version}.tar.bz2
Patch1: %{name}-%{version}_str-with-n-equal-zero.diff
+Patch2: %{name}-%{version}_strliteralcmp.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
The "Secure Programming Library" provides several functions that should
serve as a replacement for problematic C functions from glibc. Besides
-the replacement functions there are some helper-functions (like:
-safe_reopen() or sigprotection()) that can be used for developing
+the replacement functions, there are some helper functions, such as
+safe_reopen() or sigprotection(), that can be used for developing
exposed applications.


@@ -54,6 +55,7 @@
%prep
%setup -n libsecprog
%patch1 -p1
+%patch2 -p0

%build
autoreconf --install
@@ -86,6 +88,8 @@
%doc %attr(444,root,root) %{_mandir}/man3/secprog.3.*

%changelog -n libsecprog
+* Tue Jan 09 2007 - thomas@xxxxxxx
+- added patch to remove compiler warning (bug #232114)
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Tue Dec 13 2005 - thomas@xxxxxxx

++++++ libsecprog-0.8_strliteralcmp.diff ++++++
--- libsecprog.c.orig 2007-01-09 17:03:17.000000000 +0100
+++ libsecprog.c 2007-01-09 17:30:56.000000000 +0100
@@ -378,7 +378,7 @@
char *cmdcpy;


- if(cmd == NULL || cmd == "")
+ if(cmd == NULL || cmd[0] == 0)
return(NULL);

if(type[0] != 'r' && type[0] != 'w')

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages