Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

golang-filippo-age-devel-1.1.1-5.fc40 RPM for noarch

From Fedora Rawhide for s390x / g

Name: golang-filippo-age-devel Distribution: Fedora Project
Version: 1.1.1 Vendor: Fedora Project
Release: 5.fc40 Build date: Sun Feb 11 22:39:12 2024
Group: Unspecified Build host: buildvm-x86-24.iad2.fedoraproject.org
Size: 165275 Source RPM: age-1.1.1-5.fc40.src.rpm
Packager: Fedora Project
Url: https://github.com/FiloSottile/age
Summary: Simple, modern and secure encryption tool
A simple, modern and secure encryption tool (and Go library) with small
explicit keys, no config options, and UNIX-style composability.

This package contains the source code needed for building packages that
reference the following Go import paths:
 – filippo.io/age

Provides

Requires

License

BSD-3-Clause

Changelog

* Sun Feb 11 2024 Maxwell G <maxwell@gtmx.me> - 1.1.1-5
  - Rebuild for golang 1.22.0
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Feb 20 2023 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 1.1.1-1
  - Update to 1.1.1
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0~rc.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Aug 23 2022 Anthony Rabbito <hello@anthonyrabbito.com> - 1.1.0~rc.1-1
  - Update to 1.1.0-rc.1
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jul 19 2022 Maxwell G <gotmax@e.email> - 1.0.0-6
  - Rebuild for
    CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in golang
* Sat Jun 18 2022 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-5
  - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327,
    CVE-2022-27191, CVE-2022-29526, CVE-2022-30629
* Fri Jun 17 2022 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-4
  - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327,
    CVE-2022-27191, CVE-2022-29526, CVE-2022-30629

Files

/usr/share/doc/golang-filippo-age-devel
/usr/share/doc/golang-filippo-age-devel/AUTHORS
/usr/share/doc/golang-filippo-age-devel/README.md
/usr/share/gocode/src/filippo.io
/usr/share/gocode/src/filippo.io/age
/usr/share/gocode/src/filippo.io/age/.goipath
/usr/share/gocode/src/filippo.io/age/age.go
/usr/share/gocode/src/filippo.io/age/age_test.go
/usr/share/gocode/src/filippo.io/age/agessh
/usr/share/gocode/src/filippo.io/age/agessh/agessh.go
/usr/share/gocode/src/filippo.io/age/agessh/agessh_test.go
/usr/share/gocode/src/filippo.io/age/agessh/encrypted_keys.go
/usr/share/gocode/src/filippo.io/age/armor
/usr/share/gocode/src/filippo.io/age/armor/armor.go
/usr/share/gocode/src/filippo.io/age/armor/armor_test.go
/usr/share/gocode/src/filippo.io/age/cmd
/usr/share/gocode/src/filippo.io/age/cmd/age
/usr/share/gocode/src/filippo.io/age/cmd/age-keygen
/usr/share/gocode/src/filippo.io/age/cmd/age-keygen/keygen.go
/usr/share/gocode/src/filippo.io/age/cmd/age/age.go
/usr/share/gocode/src/filippo.io/age/cmd/age/age_test.go
/usr/share/gocode/src/filippo.io/age/cmd/age/encrypted_keys.go
/usr/share/gocode/src/filippo.io/age/cmd/age/parse.go
/usr/share/gocode/src/filippo.io/age/cmd/age/tui.go
/usr/share/gocode/src/filippo.io/age/cmd/age/wordlist.go
/usr/share/gocode/src/filippo.io/age/go.mod
/usr/share/gocode/src/filippo.io/age/internal
/usr/share/gocode/src/filippo.io/age/internal/bech32
/usr/share/gocode/src/filippo.io/age/internal/bech32/bech32.go
/usr/share/gocode/src/filippo.io/age/internal/bech32/bech32_test.go
/usr/share/gocode/src/filippo.io/age/internal/format
/usr/share/gocode/src/filippo.io/age/internal/format/format.go
/usr/share/gocode/src/filippo.io/age/internal/format/format_test.go
/usr/share/gocode/src/filippo.io/age/internal/plugin
/usr/share/gocode/src/filippo.io/age/internal/plugin/client.go
/usr/share/gocode/src/filippo.io/age/internal/stream
/usr/share/gocode/src/filippo.io/age/internal/stream/stream.go
/usr/share/gocode/src/filippo.io/age/internal/stream/stream_test.go
/usr/share/gocode/src/filippo.io/age/parse.go
/usr/share/gocode/src/filippo.io/age/primitives.go
/usr/share/gocode/src/filippo.io/age/recipients_test.go
/usr/share/gocode/src/filippo.io/age/scrypt.go
/usr/share/gocode/src/filippo.io/age/testkit_test.go
/usr/share/gocode/src/filippo.io/age/x25519.go
/usr/share/licenses/golang-filippo-age-devel
/usr/share/licenses/golang-filippo-age-devel/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 02:28:23 2024