diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-09-20 10:38:28 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-09-20 10:38:28 +0200 |
commit | b041b776efc58911ef90e5c6ec12c75c17d658ea (patch) | |
tree | 3b5295d0d61f4865980f8bf2b6b1182d20034d8b /main/ltrace | |
parent | 39a3fb5c7a45c0a9f6e9311aa6c58fdd636f8a1d (diff) | |
download | aports-b041b776efc58911ef90e5c6ec12c75c17d658ea.tar.bz2 aports-b041b776efc58911ef90e5c6ec12c75c17d658ea.tar.xz |
main/clamav: upgrade to 0.98
Diffstat (limited to 'main/ltrace')
-rw-r--r-- | main/ltrace/fix-crash-on-int3-after-symcall.patch | 14 | ||||
-rw-r--r-- | main/ltrace/host-os-uclibc.patch | 11 |
2 files changed, 0 insertions, 25 deletions
diff --git a/main/ltrace/fix-crash-on-int3-after-symcall.patch b/main/ltrace/fix-crash-on-int3-after-symcall.patch deleted file mode 100644 index 5e0a7911ce..0000000000 --- a/main/ltrace/fix-crash-on-int3-after-symcall.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -upr ltrace-0.6.0.orig/handle_event.c ltrace-0.6.0/handle_event.c ---- ltrace-0.6.0.orig/handle_event.c 2011-01-07 21:29:30.000000000 +0200 -+++ ltrace-0.6.0/handle_event.c 2012-01-06 05:14:04.000000000 +0200 -@@ -617,6 +617,10 @@ handle_breakpoint(Event *event) { - } - - if ((sbp = address2bpstruct(event->proc, event->e_un.brk_addr))) { -+ if (sbp->libsym == NULL) { -+ continue_after_breakpoint(event->proc, sbp); -+ return; -+ } - if (strcmp(sbp->libsym->name, "") == 0) { - debug(2, "Hit _dl_debug_state breakpoint!\n"); - arch_check_dbg(event->proc); diff --git a/main/ltrace/host-os-uclibc.patch b/main/ltrace/host-os-uclibc.patch deleted file mode 100644 index 47c19d9032..0000000000 --- a/main/ltrace/host-os-uclibc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./configure.ac.orig 2013-08-16 07:04:27.384509376 +0000 -+++ ./configure.ac 2013-08-16 07:04:44.284842572 +0000 -@@ -32,7 +32,7 @@ - AC_CANONICAL_HOST - - case "${host_os}" in -- linux-gnu*) HOST_OS="linux-gnu" ;; -+ linux-gnu*|linux-uclibc) HOST_OS="linux-gnu" ;; - *) AC_MSG_ERROR([unkown host-os ${host_os}]) ;; - esac - AC_SUBST(HOST_OS) |