Accepting request 284271 from devel:libraries:c_c++
Revert this change - the kernel has been fixed and this change was, in anticipation to that, ultimately not accepted in Factory OBS-URL: https://build.opensuse.org/request/show/284271 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsigsegv?expand=0&rev=9
This commit is contained in:
parent
88f2c543af
commit
5d3814c5d7
@ -1,29 +0,0 @@
|
|||||||
Index: libsigsegv-2.10/src/Makefile.am
|
|
||||||
===================================================================
|
|
||||||
--- libsigsegv-2.10.orig/src/Makefile.am
|
|
||||||
+++ libsigsegv-2.10/src/Makefile.am
|
|
||||||
@@ -57,7 +57,7 @@ noinst_HEADERS = \
|
|
||||||
fault-solaris.h fault-solaris-i386.h fault-solaris-sparc.h \
|
|
||||||
machfault.h machfault-macos.h \
|
|
||||||
signals.h signals-bsd.h signals-hpux.h signals-hurd.h signals-macos.h \
|
|
||||||
- leave.h \
|
|
||||||
+ signals-linux.h leave.h \
|
|
||||||
stackvma.h
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
|
||||||
Index: libsigsegv-2.10/src/signals.h
|
|
||||||
===================================================================
|
|
||||||
--- libsigsegv-2.10.orig/src/signals.h
|
|
||||||
+++ libsigsegv-2.10/src/signals.h
|
|
||||||
@@ -1,4 +1,4 @@
|
|
||||||
-/* List of signals. Generic Unix version.
|
|
||||||
+/* List of signals. Hurd version.
|
|
||||||
Copyright (C) 2002 Bruno Haible <bruno@clisp.org>
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
@@ -18,4 +18,4 @@
|
|
||||||
/* List of signals that are sent when an invalid virtual memory address
|
|
||||||
is accessed, or when the stack overflows. */
|
|
||||||
#define SIGSEGV_FOR_ALL_SIGNALS(var,body) \
|
|
||||||
- { int var; var = SIGSEGV; { body } }
|
|
||||||
+ { int var; var = SIGSEGV; { body } var = SIGBUS; { body } }
|
|
@ -1,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Jan 27 13:20:19 UTC 2015 - dimstar@opensuse.org
|
|
||||||
|
|
||||||
- Add libsigsegv-kernel-3.18.2.patch: Since kernel 3.18.2, a stack
|
|
||||||
overflow gives a SIGBUS, no longer SIGSEGV.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 3 12:36:56 UTC 2013 - schwab@suse.de
|
Wed Jul 3 12:36:56 UTC 2013 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libsigsegv
|
# spec file for package libsigsegv
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -33,7 +33,6 @@ License: GPL-2.0+
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://libsigsegv.sourceforge.net/
|
Url: http://libsigsegv.sourceforge.net/
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-%{version}.tar.gz
|
||||||
Patch0: libsigsegv-kernel-3.18.2.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -71,7 +70,6 @@ available.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user