The branch, client-only has been updated via a2d5c49a67ef1e9b2b48d67392db0bdbe7041ad6 (commit) from d4d4b17763b398141de361b7b46605ac8dc6537a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a2d5c49a67ef1e9b2b48d67392db0bdbe7041ad6 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jan 16 11:21:58 2012 +0100 Drop patch: 011_nxcomp_sa-restorer.patch. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 6 ++++++ debian/patches/011_nxcomp_sa-restorer.patch | 25 ------------------------- debian/patches/series | 1 - 3 files changed, 6 insertions(+), 26 deletions(-) delete mode 100644 debian/patches/011_nxcomp_sa-restorer.patch The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 5ea792d..5ccf509 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nx-libs (3.5.0.7-0) UNRELEASED; urgency=low + + * Drop patch: 011_nxcomp_sa-restorer.patch. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 16 Jan 2012 10:38:53 +0100 + nx-libs (3.5.0.2-0) unstable; urgency=low * Make nxproxy wrapper available via patch, not in /debian/bin folder. diff --git a/debian/patches/011_nxcomp_sa-restorer.patch b/debian/patches/011_nxcomp_sa-restorer.patch deleted file mode 100644 index afaa29f..0000000 --- a/debian/patches/011_nxcomp_sa-restorer.patch +++ /dev/null @@ -1,25 +0,0 @@ -Description: sa_restorer vs. memset - Use memset instead of setting .sa_restorer to NULL. -Forwarded: not-yet -Author: Stéphane Graber <stgraber@ubuntu.com> -Last-Update: 2011-12-31 ---- a/nxcomp/Loop.cpp -+++ b/nxcomp/Loop.cpp -@@ -5895,7 +5895,7 @@ - - #if defined(__linux__) - -- newAction.sa_restorer = NULL; -+ memset(&newAction, NULL, sizeof(newAction)); - - #endif - -@@ -6513,7 +6513,7 @@ - - #if defined(__linux__) - -- action.sa_restorer = NULL; -+ memset(&action, NULL, sizeof(action)); - - #endif - diff --git a/debian/patches/series b/debian/patches/series index 61f71a7..c8c2e36 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,7 +3,6 @@ 001_add-main-makefile.patch 005_nxcomp_gcc43.patch 009_nxproxy-add-man-page.patch -011_nxcomp_sa-restorer.patch 012_nxcomp_makefile-uninstall.patch 015_nxproxy_makefile-uninstall.patch 022_add-nxproxy-wrapper.patch hooks/post-receive -- nx-libs.git (NX (redistributed)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "nx-libs.git" (NX (redistributed)).