golang-github-sethvargo-go-password_0.3.1-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Thu, 05 Jun 2025 12:53:26 +0000 |
Source: | golang-github-sethvargo-go-password |
Binary: | golang-github-sethvargo-go-password-dev |
Architecture: | source all |
Version: | 0.3.1-1 |
Distribution: | unstable |
Urgency: | medium |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Changed-By: | Otto Kekäläinen <otto@debian.org> |
Description: | golang-github-sethvargo-go-password-dev - high-entropy random password generator for Go (library) |
Closes: | 1107502 |
Changes: | golang-github-sethvargo-go-password (0.3.1-1) unstable; urgency=medium * Initial release (Closes: #1107502) |
Files: | 69872501c58368481a3f70d395572ff5 2332 golang optional golang-github-sethvargo-go-password_0.3.1-1.dsc 8ecc529ec27a351c07d4b86dd2c5588f 7405 golang optional golang-github-sethvargo-go-password_0.3.1.orig.tar.gz c8f5b78f875285e259aca7cc6bc7e04f 3248 golang optional golang-github-sethvargo-go-password_0.3.1-1.debian.tar.xz d0c2eb38ce17354fa86ab1726f375630 6132 golang optional golang-github-sethvargo-go-password-dev_0.3.1-1_all.deb 1dbb32125da8aa71d436574baf0a2c9c 5999 golang optional golang-github-sethvargo-go-password_0.3.1-1_amd64.buildinfo |
golang-github-sethvargo-go-password_0.3.1-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | golang-github-sethvargo-go-password |
Binary: | golang-github-sethvargo-go-password-dev |
Architecture: | all |
Version: | 0.3.1-1 |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Uploaders: | Otto Kekäläinen <otto@debian.org>, |
Homepage: | https://github.com/sethvargo/go-password |
Standards-Version: | 4.7.2 |
Vcs-Browser: | https://salsa.debian.org/go-team/packages/golang-github-sethvargo-go-password |
Vcs-Git: | https://salsa.debian.org/go-team/packages/golang-github-sethvargo-go-password.git |
Testsuite: | autopkgtest-pkg-go |
Build-Depends: | debhelper-compat (=13), dh-sequence-golang, golang-any |
Package-List: | golang-github-sethvargo-go-password-dev deb golang optional arch=all |
Files: | 8ecc529ec27a351c07d4b86dd2c5588f 7405 golang-github-sethvargo-go-password_0.3.1.orig.tar.gz c8f5b78f875285e259aca7cc6bc7e04f 3248 golang-github-sethvargo-go-password_0.3.1-1.debian.tar.xz |
Go-Import-Path: | github.com/sethvargo/go-password |
README.source for golang-github-sethvargo-go-password_0.3.1-1.dsc (click to toggle) | |
---|---|
No README.source in this package |
control file for golang-github-sethvargo-go-password-dev_0.3.1-1_all.deb (click to toggle) | |
---|---|
Package: | golang-github-sethvargo-go-password-dev |
Source: | golang-github-sethvargo-go-password |
Version: | 0.3.1-1 |
Architecture: | all |
Maintainer: | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
Installed-Size: | 31 |
Section: | golang |
Priority: | optional |
Multi-Arch: | foreign |
Homepage: | https://github.com/sethvargo/go-password |
Description: | high-entropy random password generator for Go (library) This package provides a library for generating high-entropy random passwords. It is useful for applications that need to create secure, random passwords for users or systems, similar to password managers like 1Password or LastPass. . The library allows specifying password length, the number of digits, and the number of symbols. It supports including both uppercase and lowercase letters, and can be configured to disallow repeated characters. Password generation uses crypto/rand for strong randomness. |
contents of golang-github-sethvargo-go-password-dev_0.3.1-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-06-05 12:53 ./ drwxr-xr-x root/root 0 2025-06-05 12:53 ./usr/ drwxr-xr-x root/root 0 2025-06-05 12:53 ./usr/share/ drwxr-xr-x root/root 0 2025-06-05 12:53 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-06-05 12:53 ./usr/share/doc/golang-github-sethvargo-go-password-dev/ -rw-r--r-- root/root 181 2025-06-05 12:53 ./usr/share/doc/golang-github-sethvargo-go-password-dev/changelog.Debian.gz -rw-r--r-- root/root 1771 2025-06-05 12:53 ./usr/share/doc/golang-github-sethvargo-go-password-dev/copyright drwxr-xr-x root/root 0 2025-06-05 12:53 ./usr/share/gocode/ drwxr-xr-x root/root 0 2025-06-05 12:53 ./usr/share/gocode/src/ drwxr-xr-x root/root 0 2025-06-05 12:53 ./usr/share/gocode/src/github.com/ drwxr-xr-x root/root 0 2025-06-05 12:53 ./usr/share/gocode/src/github.com/sethvargo/ drwxr-xr-x root/root 0 2025-06-05 12:53 ./usr/share/gocode/src/github.com/sethvargo/go-password/ -rw-r--r-- root/root 70 2025-06-05 12:53 ./usr/share/gocode/src/github.com/sethvargo/go-password/go.mod drwxr-xr-x root/root 0 2025-06-05 12:53 ./usr/share/gocode/src/github.com/sethvargo/go-password/password/ -rw-r--r-- root/root 7018 2025-06-05 12:53 ./usr/share/gocode/src/github.com/sethvargo/go-password/password/generate.go -rw-r--r-- root/root 3928 2025-06-05 12:53 ./usr/share/gocode/src/github.com/sethvargo/go-password/password/generate_test.go -rw-r--r-- root/root 1151 2025-06-05 12:53 ./usr/share/gocode/src/github.com/sethvargo/go-password/password/mock.go -rw-r--r-- root/root 1445 2025-06-05 12:53 ./usr/share/gocode/src/github.com/sethvargo/go-password/password/password_doc_test.go |
copyright of golang-github-sethvargo-go-password-dev_0.3.1-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/sethvargo/go-password Upstream-Name: go-password Upstream-Contact: Seth Vargo Files: * Copyright: 2017 Seth Vargo License: Expat Files: .golangci.yml Copyright: 2023 The Go Authors License: Apache-2.0 Comment: "The Authors" refers to "The Go Authors", phrase common in Go language packages. Files: debian/* Copyright: 2025 Otto Kekäläinen <otto@debian.org> License: Expat Comment: Debian packaging is licensed under the same terms as upstream License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: Apache-2.0 On Debian systems, the full text of the Apache version 2.0 license can be found in the file '/usr/share/common-licenses/Apache-2.0'. |
Timestamp: 23.08.2025 / 23:02:30 (UTC)