summaryrefslogtreecommitdiff
path: root/net-mail/libdbx
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-11 13:38:21 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-11 13:38:21 +0100
commit59970d0b9cd0a564851f255aebb29a9f76e39c19 (patch)
tree4ed6fa53e3016b6085c92a07d51765f4d8bfbe09 /net-mail/libdbx
parent81db58116c7a9c27f54243a4d8f364c7e94c6f36 (diff)
gentoo auto-resync : 11:10:2022 - 13:38:21
Diffstat (limited to 'net-mail/libdbx')
-rw-r--r--net-mail/libdbx/Manifest3
-rw-r--r--net-mail/libdbx/files/libdbx-1.0.3-missing-include.patch14
-rw-r--r--net-mail/libdbx/libdbx-1.0.3-r1.ebuild (renamed from net-mail/libdbx/libdbx-1.0.3.ebuild)3
3 files changed, 18 insertions, 2 deletions
diff --git a/net-mail/libdbx/Manifest b/net-mail/libdbx/Manifest
index fc2ca4a5e077..01dd0128259b 100644
--- a/net-mail/libdbx/Manifest
+++ b/net-mail/libdbx/Manifest
@@ -1,4 +1,5 @@
AUX bad_c.patch 1027 BLAKE2B 04f58037dda40bc05601fe0e749d0476bde69be14abb14a8e45dc654418f1c57754772c7f48a56a94569ce981bf797d8626f3b5862db392b7f357e77e9fdb929 SHA512 5ab1bac562edbc2fac7e12a7bf111da862c423171e3664065a55d186e340160ba78581a89ba597316f8d6014d962cac7c16fd5a8065853c153596c944ed4671a
+AUX libdbx-1.0.3-missing-include.patch 252 BLAKE2B 07eaa0ce608a99ec386555b7619af69f095213aec619542f81f74116f66486ae13b3c20e0c493c8e4f3856badc9080acba68d00b08926b4df3e2b7ed3d00a075 SHA512 5079d542bbe76b7fb7d1bc496b23893497e116df0c2e938ec9fe239a46e190131d93471e8827d34b338d279eb2f5a7ccfb481ad737758a9fd8e148d4ce203083
DIST libdbx_1.0.3.tgz 24927 BLAKE2B 01acc0607429ecc8391540b0833b735e00c2a15efb0441d08d9e6352fd0d19dde4315afc0b22f130f943e96aeffa38781086703357952e446070b95b82aefa48 SHA512 619f7cb25d5742066be6f2addbd06e433502c45489f973c628ae5d26758fc9ce1185185ae48da0de30d927eae8cbc610f775e0af182b10e72ecf5619ae79ba80
-EBUILD libdbx-1.0.3.ebuild 674 BLAKE2B 0d604bb914ee0a53a1c40a91c2861f2a4da132fcf6716fb306bdf093fd3489434bb8d07a1804cb79a8b30e6c964473efc5ae1c47978d6fbed823a12e73fe2a0f SHA512 90e0516dc4aff181fa0d58929e5c06f80cf686c4cb01173391f08f4ed087eb9c6791e99fdb6188768fe0be3ecef87f9bd95c800ec9fd0ce847fded002d64b4ec
+EBUILD libdbx-1.0.3-r1.ebuild 716 BLAKE2B b63501219ee7b3c825610f11f5f57172dab62431a4e938e9ce6da4aa79ee868b3486668a03b5007c256df29f5f2880a53473ea5e9c68bf6137941d1369f563c6 SHA512 e86a5c6dd172230d814a4d7357f52794043c607a01d68d1a8f2be10bc182d2c3165f34714915b99471e67a49e5af3ad74596d892f42bed1eddba4ec127455b2a
MISC metadata.xml 250 BLAKE2B cb4ae2da5756e1010bb5fb1cc61061c0aaa9df3c8e2cc3591f70c8b7aced6b9187889858f848790e49e28e0d8c23a0111faf45e4afd7d95d9cbf0667b1badd2c SHA512 a3bab80f5872d1e5be491d2ee44f0de2ea319dfab018262971bfef4d0076d97829f1691fd593e1b2cf9c9a4a03273a490ceba9af964338abaadc0cc6eed7b4a0
diff --git a/net-mail/libdbx/files/libdbx-1.0.3-missing-include.patch b/net-mail/libdbx/files/libdbx-1.0.3-missing-include.patch
new file mode 100644
index 000000000000..2d06c44e80fd
--- /dev/null
+++ b/net-mail/libdbx/files/libdbx-1.0.3-missing-include.patch
@@ -0,0 +1,14 @@
+https://bugs.gentoo.org/861593
+https://bugs.gentoo.org/871417
+--- a/readdbx.c
++++ b/readdbx.c
+@@ -24,2 +24,3 @@
+ #include "common.h"
++#include "timeconv.h"
+
+--- a/readoe.c
++++ b/readoe.c
+@@ -26,2 +26,3 @@
+ #include "common.h"
++#include "timeconv.h"
+
diff --git a/net-mail/libdbx/libdbx-1.0.3.ebuild b/net-mail/libdbx/libdbx-1.0.3-r1.ebuild
index 199b0c314a25..5865178f0b22 100644
--- a/net-mail/libdbx/libdbx-1.0.3.ebuild
+++ b/net-mail/libdbx/libdbx-1.0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -19,6 +19,7 @@ KEYWORDS="~amd64 x86"
PATCHES=(
"${FILESDIR}"/bad_c.patch
+ "${FILESDIR}"/${P}-missing-include.patch
)
src_prepare() {