golang-github-mattn-go-ieproxy 0.0.9-1 source package in Ubuntu

Changelog

golang-github-mattn-go-ieproxy (0.0.9-1) unstable; urgency=medium

  [ Drew Parsons ]
  * mark golang-github-mattn-go-ieproxy-dev as Multi-Arch: foreign
  * versioned releases now available. Update debian/watch.
  * New upstream (versioned) release.
    - Build-Depends: golang-golang-x-net-dev, golang-golang-x-sys-dev
  * Standards-Version: 4.6.1
  * debhelper compatibility level 13

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

 -- Drew Parsons <email address hidden>  Thu, 03 Nov 2022 17:36:10 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mattn-go-ieproxy_0.0.9-1.dsc 2.3 KiB c5ab96567c5be464551730d0aeb16156a22b5d66b80f0005f40d9b192396c39e
golang-github-mattn-go-ieproxy_0.0.9.orig.tar.gz 12.0 KiB 5465816e94d60807829f2bd5aa37a5711b4a69d5382099612825ed298ad39e5f
golang-github-mattn-go-ieproxy_0.0.9-1.debian.tar.xz 2.6 KiB e146b91f41365f399b8df01201fac02ed0dcb957c48e3ac291e41b0f2a612746

No changes file available.

Binary packages built by this source

golang-github-mattn-go-ieproxy-dev: Go package to detect the proxy settings on Windows platform (library)

 ieproxy Go package to detect the proxy settings on Windows platform.
 .
 The settings are initially attempted to be
 read from the WinHttpGetIEProxyConfigForCurrentUser DLL call
 (https://docs.microsoft.com/en-us/windows/desktop/api/winhttp/nf-winhttp-winhttpgetieproxyconfigforcurrentuser),
 but falls back to the registry
 (CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings)
 in the event the DLL call fails.
 .
 For more information, take a look at the documentation
 (https://godoc.org/github.com/mattn/go-ieproxy) Methods You can either
 obtain a net/http compatible proxy function using ieproxy.GetProxyFunc(),
 set environment variables using ieproxy.OverrideEnvWithStaticProxy()
 (though no automatic configuration is available this way), or obtain
 the proxy settings via ieproxy.GetConf().