From: "orbea" <orbea@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-qt/qtnetwork/
Date: Mon, 9 Oct 2023 14:00:30 +0000 (UTC) [thread overview]
Message-ID: <1696858993.a05fca32986023c05293a4adda25e7bb5d30e7e4.orbea@gentoo> (raw)
commit: a05fca32986023c05293a4adda25e7bb5d30e7e4
Author: Saki Xi <space_raccoon <AT> riseup <DOT> net>
AuthorDate: Mon Oct 9 04:16:33 2023 +0000
Commit: orbea <orbea <AT> riseup <DOT> net>
CommitDate: Mon Oct 9 13:43:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=a05fca32
dev-qt/qtnetwork: version bump
Signed-off-by: Saki Xi <space_raccoon <AT> riseup.net>
Closes: https://github.com/gentoo/libressl/pull/542
Signed-off-by: orbea <orbea <AT> riseup.net>
dev-qt/qtnetwork/Manifest | 2 +
dev-qt/qtnetwork/qtnetwork-5.15.11.ebuild | 67 +++++++++++++++++++++++++++++++
2 files changed, 69 insertions(+)
diff --git a/dev-qt/qtnetwork/Manifest b/dev-qt/qtnetwork/Manifest
index a97f9f0..4cbc95c 100644
--- a/dev-qt/qtnetwork/Manifest
+++ b/dev-qt/qtnetwork/Manifest
@@ -1,4 +1,6 @@
DIST qtbase-5.15-gentoo-patchset-4.tar.xz 4884 BLAKE2B ef1f11ea63084b834e19a9bd4c4a146e0d47f10e6c1f540a23db64ba6b0d42f46d63f54f93587deae9ac528f6824fa0e88177fe109a53aaee7d8328d49e364cd SHA512 1ae6630cef6bead9187aaaf7c420566b2c1f946bfa22cb983c52267c098e9b1c7b82c99204cbd3eed5eb6ebde0359726e260fd449618802735af465ca39f0a1d
DIST qtbase-5.15.10-gentoo-kde-1.tar.xz 725208 BLAKE2B 14e82b0f26d0e0de47e9e3c4c54dd6649f983b9468c9f5790fb206a823a77ef22fc02546e39ff0ba68aa589ba811629bb4c4615223af9e8bec7c7b96ae13bef6 SHA512 efc93c451577f6389ffd58690ce2e1a2d2f3b85072cb8d542c5db0ddee2b60e80f2f937fb815a63db9973cc88ef35f8adc47a5ec98c2ec0b01ac5320ac635a5b
DIST qtbase-5.15.10-gentoo-kde-2.tar.xz 740184 BLAKE2B 0b76c6515425b45de65993a54e6b72afc620300c711e75720fd1283b964aee564a780845f52c033794f6fdca9a13ca863e52a91f7eda5d436f9a668356af82b2 SHA512 474fd27c13cd1b58c688c063ca119769cda9a5de8c97ae04fba81cba9e176126ac71107c6536cf825617c27aadcaf53732d4181c772fbae3c04988f85490fd74
+DIST qtbase-5.15.11-gentoo-kde-1.tar.xz 324008 BLAKE2B 3ccd8645b5b727e4794fe4cb605d3db97159bf196b8e3e342ade364b701d6eb41e8e83ed608ec996480d7a82a43ddac098844dcecc9f122d63e9072abc21e9db SHA512 d145af982de89a34eaa15c5dc48ed927b5757e6a6d9bfa064a5cef40618465d7d6139ecaccb71944eac43926b977031034f6c22d4986f1e4a704007de9cb325d
DIST qtbase-everywhere-opensource-src-5.15.10.tar.xz 50422688 BLAKE2B 2a625296967bef17d491a3ec8fbb4a3beaf00180a2cda728e485f796c801241798bd85dd06d57ca9fef26c591fe9910a2fcb83a67bbc17640b7393d280b9ce53 SHA512 94ac739d76dd9fff54cde46e818fee6c6763f8b207b759108455febff84c9dfeb48ea7807451d7248cbfd8af24c2a1263c34dcbd2be055136e39325e32725eef
+DIST qtbase-everywhere-opensource-src-5.15.11.tar.xz 50825756 BLAKE2B 663d370d46a17939b984ef4c541414b81acdb98a2b7e67bb202c46891f9675e921723a025cef88b54b6111f235d94e273b97e1b55e2ca52b91e3eebca5ff7161 SHA512 4136092eec7bdceba661eee0187b7952ed6ba819148295979c0fd0392c17b0178165fa20136bdf460509a815c96f43892403294ba6e5322c54c51459c358fb7f
diff --git a/dev-qt/qtnetwork/qtnetwork-5.15.11.ebuild b/dev-qt/qtnetwork/qtnetwork-5.15.11.ebuild
new file mode 100644
index 0000000..58010b2
--- /dev/null
+++ b/dev-qt/qtnetwork/qtnetwork-5.15.11.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} != *9999* ]]; then
+ QT5_KDEPATCHSET_REV=1
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+QT5_MODULE="qtbase"
+inherit qt5-build
+
+DESCRIPTION="Network abstraction library for the Qt5 framework"
+
+IUSE="gssapi libproxy sctp +ssl"
+
+DEPEND="
+ =dev-qt/qtcore-${QT5_PV}*:5=
+ sys-libs/zlib:=
+ gssapi? ( virtual/krb5 )
+ libproxy? ( net-libs/libproxy )
+ sctp? ( kernel_linux? ( net-misc/lksctp-tools ) )
+ ssl? ( >=dev-libs/openssl-1.1.1:0= )
+"
+RDEPEND="${DEPEND}"
+
+QT5_TARGET_SUBDIRS=(
+ src/network
+ src/plugins/bearer/generic
+)
+
+QT5_GENTOO_CONFIG=(
+ libproxy:libproxy:
+ ssl::SSL
+ ssl::OPENSSL
+ ssl:openssl-linked:LINKED_OPENSSL
+)
+
+QT5_GENTOO_PRIVATE_CONFIG=(
+ :network
+)
+
+PATCHES=(
+ "${FILESDIR}/${PN}-5.15.7-libressl.patch" #562050
+)
+
+src_configure() {
+ local myconf=(
+ $(qt_use gssapi feature-gssapi)
+ $(qt_use libproxy)
+ $(qt_use sctp)
+ $(usev ssl -openssl-linked)
+ -no-dtls # Required for libressl
+ )
+ qt5-build_src_configure
+}
+
+src_install() {
+ qt5-build_src_install
+
+ # workaround for bug 652650
+ if use ssl; then
+ sed -e "/^#define QT_LINKED_OPENSSL/s/$/ true/" \
+ -i "${D}${QT5_HEADERDIR}"/Gentoo/${PN}-qconfig.h || die
+ fi
+}
next reply other threads:[~2023-10-09 14:00 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-09 14:00 orbea [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-14 19:18 [gentoo-commits] repo/proj/libressl:master commit in: dev-qt/qtnetwork/ orbea
2025-07-14 19:18 orbea
2025-05-23 13:47 orbea
2024-12-29 14:50 orbea
2024-11-23 4:22 orbea
2024-07-22 4:44 orbea
2024-07-22 4:44 orbea
2024-06-28 21:14 orbea
2024-06-02 13:12 orbea
2024-05-31 0:59 orbea
2024-04-05 17:24 orbea
2024-04-04 20:22 orbea
2024-04-04 3:50 orbea
2024-03-24 15:22 orbea
2024-02-15 20:47 orbea
2024-02-15 20:47 orbea
2024-01-31 0:07 orbea
2024-01-05 14:33 orbea
2024-01-05 14:33 orbea
2023-11-07 14:36 orbea
2023-11-07 14:36 orbea
2023-08-18 0:22 orbea
2023-08-18 0:22 orbea
2023-08-11 5:30 orbea
2023-08-06 21:40 orbea
2023-07-14 19:29 orbea
2023-06-25 2:55 orbea
2023-06-14 3:12 orbea
2023-05-10 21:14 orbea
2023-05-10 21:14 orbea
2023-04-15 17:02 orbea
2023-04-12 2:16 orbea
2023-04-12 2:16 orbea
2023-01-14 23:23 Quentin Retornaz
2022-10-07 21:11 Quentin Retornaz
2022-06-26 2:24 Quentin Retornaz
2022-06-26 2:24 Quentin Retornaz
2022-05-21 22:58 Quentin Retornaz
2022-05-01 0:19 Quentin Retornaz
2022-04-02 20:30 Quentin Retornaz
2021-12-25 23:59 Quentin Retornaz
2021-10-02 22:09 Quentin Retornaz
2021-06-19 11:50 Quentin Retornaz
2021-06-19 11:24 Quentin Retornaz
2021-05-01 15:52 Quentin Retornaz
2021-01-27 22:34 Quentin Retornaz
2020-06-02 2:14 Stefan Strogin
2020-06-02 2:14 Stefan Strogin
2020-04-11 5:04 Stefan Strogin
2020-04-11 5:04 Stefan Strogin
2020-03-19 16:38 Stefan Strogin
2020-01-28 23:35 Stefan Strogin
2019-12-19 23:41 Stefan Strogin
2019-11-03 4:54 Stefan Strogin
2019-11-03 4:54 Stefan Strogin
2019-09-13 7:31 Stefan Strogin
2019-04-22 18:19 Stefan Strogin
2019-04-22 18:19 Stefan Strogin
2019-03-25 7:01 Stefan Strogin
2019-03-17 18:46 Stefan Strogin
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=1696858993.a05fca32986023c05293a4adda25e7bb5d30e7e4.orbea@gentoo \
--to=orbea@riseup.net \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox