Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: kubo | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 0.23.0 | Vendor: openSUSE |
Release: bp156.1.11 | Build date: Mon May 13 18:05:14 2024 |
Group: Productivity/Networking/Other | Build host: obs-power9-11 |
Size: 72846995 | Source RPM: kubo-0.23.0-bp156.1.11.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/ipfs/kubo | |
Summary: IPFS implementation in Go |
IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. IPFS provides an interface as simple as the HTTP web, but with permanence built in. You can also mount the world at /ipfs.
MIT
* Fri Oct 06 2023 Bernhard Wiedemann <bwiedemann@suse.com> - Update to 0.23.0 - for details see * https://github.com/ipfs/kubo/releases/tag/v0.23.0 * Mplex deprecation * Gateway: meaningful CAR responses on Not Found errors * Gateway: added Gateway.DisableHTMLErrors configuration option * Binary characters in file names: no longer works with old clients and new Kubo servers * Self-hosting /routing/v1 endpoint for delegated routing needs * Trustless Gateway Over Libp2p Experiment * Removal of /quic (Draft 29) support * Better Caching of multiaddresses for providers in DHT servers * Fixed FUSE multiblock structures * Wed Aug 09 2023 Bernhard Wiedemann <bwiedemann@suse.com> - Update to 0.22.0 - for details see * https://github.com/ipfs/kubo/releases/tag/v0.22.0 * Gateway: support for order= and dups= parameters (IPIP-412) * ipfs name publish now supports V2 only IPNS records * IPNS name resolution has been fixed * go-libp2p v0.29.0 update with smart dialing * Fri Jul 21 2023 Bernhard Wiedemann <bwiedemann@suse.com> - Rename from go-ipfs to kubo to follow upsteam git repo rename * Wed Jul 05 2023 Bernhard Wiedemann <bwiedemann@suse.com> - Update to 0.21.0 - for details see * https://github.com/ipfs/kubo/releases/tag/v0.21.0 * Saving previously seen nodes for later bootstrapping * Gateway: DeserializedResponses config flag * Gateway: DAG-CBOR/-JSON previews and improved error pages * Gateway: subdomain redirects are now text/html * Gateway: support for partial CAR export parameters * ipfs dag stat deduping statistics * Accelerated DHT Client is no longer experimental * client/rpc migration of go-ipfs-http-client * Sat Feb 04 2023 Bernhard Wiedemann <bwiedemann@suse.com> - Update to 0.18.1 - for details see: * https://github.com/ipfs/kubo/releases/tag/v0.18.1 * https://github.com/ipfs/kubo/releases/tag/v0.18.0 * Support InterPlanetary Network Indexers * Support DAG-JSON and DAG-CBOR in gateways * Enable WebTransport by default * Improve libp2p resource management integration * Fri Dec 09 2022 Bernhard Wiedemann <bwiedemann@suse.com> - Update to 0.17.0 - for details see: * https://github.com/ipfs/kubo/releases/tag/v0.17.0 * https://github.com/ipfs/kubo/releases/tag/v0.16.0 * https://github.com/ipfs/kubo/releases/tag/v0.15.0 * https://github.com/ipfs/kubo/releases/tag/v0.14.0 * libp2p resource management enabled by default * Implicit connection manager limits * TAR Response Format on Gateways * Dialling /wss peer behind a reverse proxy * More configurable delegated routing system * WebTransport new experimental Transport * Hardened IPNS record verification * Web Gateways now support _redirects files * Add files to MFS with ipfs add --to-files * Blake 3 support * Fx Options plugin * $IPFS_PATH/gateway file * Removed mdns_legacy implementation * Delegated Routing * ipfs repo migrate * Emoji support in Multibase * Fri Jun 10 2022 Bernhard Wiedemann <bwiedemann@suse.com> - Update to 0.13.0 * Can now limit how much resource usage libp2p consumes * Improve connecting with nodes behind NATs and Firewalls * Improve HTTP gateway to allow making faster CDNs * Add Gateway.FastDirIndexThreshold configuration, for fast listings of big directories, without the linear slowdown caused by reading size metadata from child nodes. * Improve Etag and If-None-Match * Add X-Ipfs-Roots for smarter HTTP caches * Added metrics per response type * OpenTelemetry tracing * Expand diag profile command * Support for PEM/PKCS8 for key import/export * Use standard IPLD codec names across the CLI/HTTP API * Prioritize Yamux over Mplex stream multiplexer * https://github.com/ipfs/go-ipfs/releases/tag/v0.13.0 for details * Fri Feb 18 2022 Bernhard Wiedemann <bwiedemann@suse.com> - Update to 0.12.0 * change how data blocks are stored -> needs migration * Fri Dec 10 2021 Bernhard Wiedemann <bwiedemann@suse.com> - Update to 0.11.0 * UnixFS sharding is now automatic and enabled by default * can no longer act as a Circuit Relay v1 * HTTP RPC wire format for experimental commands at /api/v0/pubsub changed * Circuit Relay v2 * New configuration flags: + Addresses.AppendAnnounce + Pubsub.Enabled * changed ipfs dag get * changed ipfs dag put * UnixFS refactor * Add ipfs multibase command * Bitswap now supports greater configurability * Programmatic shell completions command * Profile collection command * Add Peering command * Thu Jun 24 2021 Bernhard Wiedemann <bwiedemann@suse.com> - Update to 0.9.0 * Exporting of DAGs via Gateways * Custom DNS Resolvers * Support for non-ICANN DNSLink names * Updated to the latest WebUI * IPNS keys can now be exported via the CLI without stopping the daemon * Experimental DHT Client and Provider System * Deprecations + The ipfs object commands are now deprecated + X-Ipfs-Gateway-Prefix is now deprecated + Proquints support removed + SECIO support removed * Thu Dec 10 2020 Bernhard Wiedemann <bwiedemann@suse.com> - Update to 0.8.0 * Add Remote pinning services: ipfs pin remote * Faster local pinning and unpinning * update quic-go to support QUIC draft-32 * Wed Sep 30 2020 Bernhard Wiedemann <bwiedemann@suse.com> - Update to 0.7.0 * Drop upstream 7331.patch * Default to Ed25519 keys * Secio is now disabled by default * IPNS paths now encode the key name as a base36 CIDv1 by default * Multiaddresses now accept PeerIDs encoded as CIDv1 * dag stat command shows size and number of blocks * Wed May 20 2020 Bernhard Wiedemann <bwiedemann@suse.com> - Add 7331.patch to fix ipns resolution * Fri May 08 2020 Bernhard Wiedemann <bwiedemann@suse.com> - Update to 0.5.0 * Improved DHT * Improved Content Transfer * Refactored Bitswap * Stable Badger Datastore * Improved Backoff Logic * AutoNAT - determining if the node is reachable from the public internet * PeerIDs under /p2p/QmSomePeerID instead of /ipfs/QmSomePeerID * enforce RSA keys with 2048+ bits * TLS By Default * Subdomain Gateway now uses http://CID.ipfs.localhost:8080/ * PubSub is now using more efficient "gossipsub" implementation * Files can now be ignored on add by passing the --ignore and/or - -ignore-rules-path flags. * It's now possible to add data directly from a named pipe * Systemd Support * socket activation and startup/shutdown notifications * IPFS API Over Unix Domain Sockets * After install run ipfs daemon --migrate * Fri Jan 31 2020 Bernhard Wiedemann <bwiedemann@suse.com> - Update to 0.4.23 * Fixed Panics and Crashes * Fixed Spontaneous TLS Disconnects * Better Bitswap * Reduced Relay Related DHT Spam * Retuned Connection Manager * Fixed Resursive Resolving of dnsaddr Multiaddrs * Wed Aug 07 2019 Bernhard Wiedemann <bwiedemann@suse.com> - Update to 0.4.22 progress on #6506 Key bug fixes: Too many open file descriptors/too many peers (#6237). Adding multiple files at the same time doesn't work (#6254). CPU utilization spikes and then holds at 100% (#5613). Key features: Experimental TLS1.3 support (to eventually replace secio). OpenSSL support for SECIO handshakes (performance improvement). * Tue Apr 30 2019 Bernhard Wiedemann <bwiedemann@suse.com> - Update to 0.4.20 * fixed a frequent panic in the DHT * workaround stuck transfers * See https://github.com/ipfs/go-ipfs/releases/tag/v0.4.20 for full changes * Mon Mar 11 2019 Bernhard Wiedemann <bwiedemann@suse.com> - Require fuse at runtime - Include docs * Tue Mar 05 2019 Pierre-Alain TORET <pierre-alain.toret@protonmail.com> - Update to 0.4.19 * Fri Dec 14 2018 Pierre-Alain TORET <pierre-alain.toret@protonmail.com> - Update to 0.4.18
/usr/bin/ipfs /usr/lib/systemd/system/ipfs@.service /usr/lib/systemd/user/ipfs.service /usr/share/doc/packages/kubo /usr/share/doc/packages/kubo/AUTHORS /usr/share/doc/packages/kubo/EARLY_TESTERS.md /usr/share/doc/packages/kubo/README.md /usr/share/doc/packages/kubo/RELEASE_ISSUE_TEMPLATE.md /usr/share/doc/packages/kubo/add-code-flow.md /usr/share/doc/packages/kubo/changelogs /usr/share/doc/packages/kubo/changelogs/v0.10.md /usr/share/doc/packages/kubo/changelogs/v0.11.md /usr/share/doc/packages/kubo/changelogs/v0.12.md /usr/share/doc/packages/kubo/changelogs/v0.13.md /usr/share/doc/packages/kubo/changelogs/v0.14.md /usr/share/doc/packages/kubo/changelogs/v0.15.md /usr/share/doc/packages/kubo/changelogs/v0.16.md /usr/share/doc/packages/kubo/changelogs/v0.17.md /usr/share/doc/packages/kubo/changelogs/v0.18.md /usr/share/doc/packages/kubo/changelogs/v0.19.md /usr/share/doc/packages/kubo/changelogs/v0.2.md /usr/share/doc/packages/kubo/changelogs/v0.20.md /usr/share/doc/packages/kubo/changelogs/v0.21.md /usr/share/doc/packages/kubo/changelogs/v0.22.md /usr/share/doc/packages/kubo/changelogs/v0.23.md /usr/share/doc/packages/kubo/changelogs/v0.3.md /usr/share/doc/packages/kubo/changelogs/v0.4.md /usr/share/doc/packages/kubo/changelogs/v0.5.md /usr/share/doc/packages/kubo/changelogs/v0.6.md /usr/share/doc/packages/kubo/changelogs/v0.7.md /usr/share/doc/packages/kubo/changelogs/v0.8.md /usr/share/doc/packages/kubo/changelogs/v0.9.md /usr/share/doc/packages/kubo/cli-http-api-core-diagram.png /usr/share/doc/packages/kubo/command-completion.md /usr/share/doc/packages/kubo/config.md /usr/share/doc/packages/kubo/customizing.md /usr/share/doc/packages/kubo/datastores.md /usr/share/doc/packages/kubo/debug-guide.md /usr/share/doc/packages/kubo/delegated-routing.md /usr/share/doc/packages/kubo/developer-certificate-of-origin /usr/share/doc/packages/kubo/environment-variables.md /usr/share/doc/packages/kubo/examples /usr/share/doc/packages/kubo/examples/example-folder /usr/share/doc/packages/kubo/examples/example-folder/ipfs.paper.draft3.pdf /usr/share/doc/packages/kubo/examples/go-ipfs-as-a-library /usr/share/doc/packages/kubo/examples/kubo-as-a-library /usr/share/doc/packages/kubo/examples/kubo-as-a-library/README.md /usr/share/doc/packages/kubo/examples/kubo-as-a-library/go.mod /usr/share/doc/packages/kubo/examples/kubo-as-a-library/go.sum /usr/share/doc/packages/kubo/examples/kubo-as-a-library/main.go /usr/share/doc/packages/kubo/examples/kubo-as-a-library/main_test.go /usr/share/doc/packages/kubo/experimental-features.md /usr/share/doc/packages/kubo/file-transfer.md /usr/share/doc/packages/kubo/fuse.md /usr/share/doc/packages/kubo/gateway.md /usr/share/doc/packages/kubo/generate-authors.sh /usr/share/doc/packages/kubo/http-rpc-clients.md /usr/share/doc/packages/kubo/implement-api-bindings.md /usr/share/doc/packages/kubo/libp2p-resource-management.md /usr/share/doc/packages/kubo/plugins.md /usr/share/doc/packages/kubo/production /usr/share/doc/packages/kubo/production/reverse-proxy.md /usr/share/doc/packages/kubo/releases.md /usr/share/doc/packages/kubo/releases_thunderdome.md /usr/share/doc/packages/kubo/transports.md /usr/share/doc/packages/kubo/windows.md /usr/share/licenses/kubo /usr/share/licenses/kubo/LICENSE /usr/share/licenses/kubo/LICENSE-APACHE /usr/share/licenses/kubo/LICENSE-MIT
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 19:51:39 2024