All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@buildroot.org
Subject: [Buildroot] [git commit branch/2021.02.x] package/clamav: drop first patch
Date: Sat, 15 Jan 2022 11:50:36 +0100	[thread overview]
Message-ID: <20220115105526.6A6DE829FE@busybox.osuosl.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2617 bytes --]

commit: https://git.buildroot.net/buildroot/commit/?id=d645ab244230c03908e7cb6c440ba143c9203cf5
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

First patch is not needed since bump to version 0.99.1 in commit
2c8e5dd69f4f281b2b497ae7ec9ec95c47e7c80c and
https://github.com/Cisco-Talos/clamav/commit/689005317680854627b79c76ffa6e42a8160b0e1

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit 3d565a831d7316ffbd182694b25674ab0101718b)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 ...roto.c-fix-build-error-due-to-missing-soc.patch | 34 ----------------------
 ...use-backtrace-if-using-uClibc-without-ba.patch} |  0
 2 files changed, 34 deletions(-)

diff --git a/package/clamav/0001-clamdscan-proto.c-fix-build-error-due-to-missing-soc.patch b/package/clamav/0001-clamdscan-proto.c-fix-build-error-due-to-missing-soc.patch
deleted file mode 100644
index daac677eaa..0000000000
--- a/package/clamav/0001-clamdscan-proto.c-fix-build-error-due-to-missing-soc.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 52fda6e6689e22866a39ec4273713fb6035c38b2 Mon Sep 17 00:00:00 2001
-From: Bernd Kuhls <bernd.kuhls@t-online.de>
-Date: Mon, 7 May 2018 23:14:46 +0200
-Subject: [PATCH] clamdscan/proto.c: fix build error due to missing sockaddr_un
- definition
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-proto.c: In function ‘dconnect’:
-proto.c:86:67: error: invalid application of ‘sizeof’ to incomplete type ‘struct sockaddr_un’
-             if (connect(sockd, (struct sockaddr *)&nixsock, sizeof(nixsock)) == 0)
-
-Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
-Upstream-status: http://lurker.clamav.net/message/20140928.130829.5494fd68.en.html
----
- clamdscan/proto.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/clamdscan/proto.c b/clamdscan/proto.c
-index 0205f6da0..d3396732f 100644
---- a/clamdscan/proto.c
-+++ b/clamdscan/proto.c
-@@ -42,6 +42,7 @@
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <sys/types.h>
-+#include <sys/un.h>
- #ifdef HAVE_SYS_SELECT_H
- #include <sys/select.h>
- #endif
--- 
-2.14.3
-
diff --git a/package/clamav/0002-mbox-do-not-use-backtrace-if-using-uClibc-without-ba.patch b/package/clamav/0001-mbox-do-not-use-backtrace-if-using-uClibc-without-ba.patch
similarity index 100%
rename from package/clamav/0002-mbox-do-not-use-backtrace-if-using-uClibc-without-ba.patch
rename to package/clamav/0001-mbox-do-not-use-backtrace-if-using-uClibc-without-ba.patch

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

                 reply	other threads:[~2022-01-15 11:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220115105526.6A6DE829FE@busybox.osuosl.org \
    --to=peter@korsgaard.com \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.