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

golang-github-billziss-gh-cgofuse-devel-1.5.0-5.fc37 RPM for noarch

From Fedora 37 for ppc64le / g

Name: golang-github-billziss-gh-cgofuse-devel Distribution: Fedora Project
Version: 1.5.0 Vendor: Fedora Project
Release: 5.fc37 Build date: Thu Jul 21 10:37:10 2022
Group: Unspecified Build host: buildvm-x86-25.iad2.fedoraproject.org
Size: 180324 Source RPM: golang-github-billziss-gh-cgofuse-1.5.0-5.fc37.src.rpm
Packager: Fedora Project
Url: https://github.com/billziss-gh/cgofuse
Summary: Cross-platform FUSE library for Go
Cgofuse is a cross-platform FUSE library for Go. It is supported on multiple
platforms and can be ported to any platform that has a FUSE implementation. It
has cgo and !cgo ("nocgo") variants depending on the platform.

This package contains the source code needed for building packages that
reference the following Go import paths:
 – github.com/billziss-gh/cgofuse

Provides

Requires

License

MIT

Changelog

* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jun 17 2022 Robert-André Mauchin <zebob.m@gmail.com> - 1.5.0-4
  - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191,
    CVE-2022-29526, CVE-2022-30629
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sun May 30 2021 Robert-André Mauchin <zebob.m@gmail.com> - 1.5.0-1
  - Update to 1.5.0
  - Close: rhbz#1936892
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jul 24 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.4.0-1
  - Update to 1.4.0

Files

/usr/share/doc/golang-github-billziss-gh-cgofuse-devel
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/Changelog.md
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/README.md
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/hellofs
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/hellofs/hellofs.go
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/memfs
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/memfs/memfs.go
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/notifyfs
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/notifyfs/notifyfs.go
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/passthrough
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/passthrough/passthrough.go
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/passthrough/port_darwin.go
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/passthrough/port_freebsd.go
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/passthrough/port_linux.go
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/passthrough/port_netbsd.go
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/passthrough/port_openbsd.go
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/shared
/usr/share/doc/golang-github-billziss-gh-cgofuse-devel/examples/shared/trace.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/billziss-gh
/usr/share/gocode/src/github.com/billziss-gh/cgofuse
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/.goipath
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/Changelog.md
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/README.md
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/errstr.go
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/fsop.go
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/fsop_cgo.go
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/fsop_nocgo_windows.go
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/host.go
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/host_cgo.go
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/host_nocgo_windows.go
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/host_test.go
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/host_unix_test.go
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/host_windows_test.go
/usr/share/gocode/src/github.com/billziss-gh/cgofuse/fuse/opt_test.go
/usr/share/licenses/golang-github-billziss-gh-cgofuse-devel
/usr/share/licenses/golang-github-billziss-gh-cgofuse-devel/License.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 20:42:17 2024