golang-github-go-ldap-ldap 3.4.6-1 source package in Ubuntu

Changelog

golang-github-go-ldap-ldap (3.4.6-1) unstable; urgency=medium

  * New upstream release
    - Refresh patch to skip tests that attempt network access
  * Update Build-Depends and Depends in d/control

 -- Mathias Gibbens <email address hidden>  Sat, 11 Nov 2023 15:28:08 +0000

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-go-ldap-ldap_3.4.6-1.dsc 2.4 KiB 5ce9536ba23f7eded58ca8620595b39347938d048dd41c055adaff593c674ea8
golang-github-go-ldap-ldap_3.4.6.orig.tar.gz 128.0 KiB 9a7acf1699d69e2e665947a20a5bf8d211b5d45dbdb0473b33f5995ea641b50e
golang-github-go-ldap-ldap_3.4.6-1.debian.tar.xz 4.2 KiB 7c376846e88151b33f9ddcf5307d7272197bc2b16b0d2e9e7e75edbf54bf41bc

Available diffs

No changes file available.

Binary packages built by this source

golang-github-go-ldap-ldap-dev: Basic LDAP v3 functionality for the Go programming language

 The ldap package provides basic LDAPv3 functionality for the Go
 programming language.
 Currently supported features include:
  - Connecting to LDAP server
  - Binding to LDAP server
  - Searching for entries
  - Compiling string filters to LDAP filters
  - Paging Search Results
  - Modify Requests / Responses