pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
httpx: Add reference to upstream PR
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun Mar 5 22:44:05 2023 +0100
Changeset: 1c0efbce275d31bb5e37de496f14f3fa902ccca4
Modified Files:
httpx/distinfo
httpx/patches/patch-go.mod
httpx/patches/patch-go.sum
Log Message:
httpx: Add reference to upstream PR
It should be no longer needed in the next httpx version.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1c0efbce275d31bb5e37de496f14f3fa902ccca4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
httpx/distinfo | 4 ++--
httpx/patches/patch-go.mod | 6 ++++++
httpx/patches/patch-go.sum | 6 ++++++
3 files changed, 14 insertions(+), 2 deletions(-)
diffs:
diff --git a/httpx/distinfo b/httpx/distinfo
index c7df201f4a..a32df0aed8 100644
--- a/httpx/distinfo
+++ b/httpx/distinfo
@@ -1782,5 +1782,5 @@ Size (honnef.co_go_tools_@v_v0.0.0-20190523083050-ea95bdfd59fc.mod) = 26 bytes
BLAKE2s (httpx-1.2.7.tar.gz) = 403e4ca62bba21dadbd031bda050ff8467904b7c75bbabe0a08815f0b219de1d
SHA512 (httpx-1.2.7.tar.gz) = 6458481c4bf9d0a2dba2762d1139af716af67e45c1e6aca19419ac4f527231350d8bc724fc2b0b91a17cd9015b54cb5873d30af68cfb72ce7ddc4a1f5155dcb8
Size (httpx-1.2.7.tar.gz) = 1669372 bytes
-SHA1 (patch-go.mod) = 67c92ff42b0fe0e7fbe33d93ff864490784bcc05
-SHA1 (patch-go.sum) = 0451c131e216b772bf3ab52dab5b90604ff468d0
+SHA1 (patch-go.mod) = f7911f30d1298801a1c4154556c1120ca0cfab82
+SHA1 (patch-go.sum) = a82186e348851fbf943ff1dc0582d632d9859596
diff --git a/httpx/patches/patch-go.mod b/httpx/patches/patch-go.mod
index c67f7bdb48..3670a97fd6 100644
--- a/httpx/patches/patch-go.mod
+++ b/httpx/patches/patch-go.mod
@@ -2,6 +2,12 @@ $NetBSD$
Use latest pebble version that supports NetBSD.
+Different version of it shared and merged upstream via:
+
+ <https://github.com/projectdiscovery/httpx/pull/1018>
+
+...and should be no longer needed in httpx-1.2.8.
+
--- go.mod.orig 2023-02-24 18:27:49.534397278 +0000
+++ go.mod
@@ -123,3 +123,5 @@ require (
diff --git a/httpx/patches/patch-go.sum b/httpx/patches/patch-go.sum
index 38b97f9d9d..8882f17f82 100644
--- a/httpx/patches/patch-go.sum
+++ b/httpx/patches/patch-go.sum
@@ -2,6 +2,12 @@ $NetBSD$
Use latest pebble version that supports NetBSD.
+Different version of it shared and merged upstream via:
+
+ <https://github.com/projectdiscovery/httpx/pull/1018>
+
+...and should be no longer needed in httpx-1.2.8.
+
--- go.sum.orig 2023-02-24 18:27:54.182385149 +0000
+++ go.sum
@@ -47,8 +47,8 @@ github.com/cockroachdb/errors v1.9.1/go.
Home |
Main Index |
Thread Index |
Old Index