diff options
| author | Violet Purcell <vimproved@inventati.org> | 2023-10-09 20:06:07 -0400 |
|---|---|---|
| committer | Maciej Barć <xgqt@gentoo.org> | 2023-10-11 02:19:38 +0200 |
| commit | d94b610dabc0492da60457cd9c8bf781880cf67b (patch) | |
| tree | 135b888e9072d675e0f765b513568d0a1973801d /dev-cpp/cpp-httplib/files/cpp-httplib-0.14.1-fix-version.patch | |
| parent | 4bef4aa48264ad7e44bb9df5302dfe898d5e35c7 (diff) | |
| download | gentoo-d94b610dabc0492da60457cd9c8bf781880cf67b.tar.gz gentoo-d94b610dabc0492da60457cd9c8bf781880cf67b.tar.bz2 gentoo-d94b610dabc0492da60457cd9c8bf781880cf67b.zip | |
dev-cpp/cpp-httplib: fix version in header
The 0.14.1 tag doesn't include the "Release v0.14.1" commit, which means
that the version is detected as 0.14.0 and any revdeps that depend on
0.14.1 or higher do not work.
Signed-off-by: Violet Purcell <vimproved@inventati.org>
Closes: https://github.com/gentoo/gentoo/pull/33269
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-cpp/cpp-httplib/files/cpp-httplib-0.14.1-fix-version.patch')
| -rw-r--r-- | dev-cpp/cpp-httplib/files/cpp-httplib-0.14.1-fix-version.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-cpp/cpp-httplib/files/cpp-httplib-0.14.1-fix-version.patch b/dev-cpp/cpp-httplib/files/cpp-httplib-0.14.1-fix-version.patch new file mode 100644 index 000000000000..1f2c37f56518 --- /dev/null +++ b/dev-cpp/cpp-httplib/files/cpp-httplib-0.14.1-fix-version.patch @@ -0,0 +1,16 @@ +From https://github.com/yhirose/cpp-httplib/commit/0a629d739127dcc5d828474a5aedae1f234687d3 Mon Sep 17 00:00:00 2001 +From: yhirose <yuji.hirose.bug@gmail.com> +Date: Sat, 30 Sep 2023 22:14:02 -0400 +Subject: [PATCH] Release v0.14.1 + +--- a/httplib.h ++++ b/httplib.h +@@ -8,7 +8,7 @@ + #ifndef CPPHTTPLIB_HTTPLIB_H + #define CPPHTTPLIB_HTTPLIB_H + +-#define CPPHTTPLIB_VERSION "0.14.0" ++#define CPPHTTPLIB_VERSION "0.14.1" + + /* + * Configuration |
