libstorj 1.0.3-1.2 source package in Ubuntu

Changelog

libstorj (1.0.3-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Install files from debian/tmp, not from the build directory
    (Closes: #990644)
  * Bump debhelper from old 11 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Update standards version to 4.6.0, no changes needed.
  * Avoid explicitly specifying -Wl,--as-needed linker flag.
  * Don’t override dh_auto_configure thus enabling multiarch installation.
  * Declare multiarh support.
  * Don’t install or patch .la files and explicitly mark them as such.

 -- Andrej Shadura <email address hidden>  Tue, 12 Oct 2021 09:01:20 +0200

Upload details

Uploaded by:
Josue Ortega
Uploaded to:
Sid
Original maintainer:
Josue Ortega
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
libstorj_1.0.3-1.2.dsc 1.5 KiB 8da429fd5cfad9e526ffb14b991048e9fe8a0000d5fffcd97a07e7136c3ec55d
libstorj_1.0.3.orig.tar.gz 166.8 KiB 0f68f6a8374b93c240ae3a87c2f08feb34f812685858935bf079c1d0501ad032
libstorj_1.0.3-1.2.debian.tar.xz 6.1 KiB f3bf0b27ca9d97afceb1a5fe7f51fc4759733713de3b496724eb6311395b9ca6

Available diffs

No changes file available.

Binary packages built by this source

libstorj-dev: C library for file transfer on Storj network (Development files)

 Asynchronous multi-platform C library for encrypted file transfer on the Storj
 network.
 libstorj provides the following features:
  - Asynchronous I/O with concurrent peer-to-peer network requests for shards
  - Erasure encoding with reed solomon for data durability
  - Robust handling of shard transfers by selecting alternative sources
  - File integrity and authenticity verified with HMAC-SHA512
  - File encryption with AES-256-CTR
  - File name and bucket name encryption with AES -256 -GCM
  - Proxy support with SOCKS5, SOCKS4, SOCKS4a
  - Asynchronous progress updates in bytes per file
  - Transfers can be cleanly canceled per file
  - Seed based file encryption key for portability between devices
  - Reference implementation for SIP5 file standard
 .
 This package contains the development files for libjstorj.

libstorj0: Asynchronous C library for file transfer on the Storj network

 Asynchronous multi-platform C library for encrypted file transfer on the Storj
 network.
 libstorj provides the following features:
  - Asynchronous I/O with concurrent peer-to-peer network requests for shards
  - Erasure encoding with reed solomon for data durability
  - Robust handling of shard transfers by selecting alternative sources
  - File integrity and authenticity verified with HMAC-SHA512
  - File encryption with AES-256-CTR
  - File name and bucket name encryption with AES-256-GCM
  - Proxy support with SOCKS5, SOCKS4, SOCKS4a
  - Asynchronous progress updates in bytes per file
  - Transfers can be cleanly canceled per file
  - Seed based file encryption key for portability between devices
  - Reference implementation for SIP5 file standard

libstorj0-dbgsym: debug symbols for libstorj0
storj: Command Line Tool for encrypted file transfer on the Storj network

 CLI Tool for file transfer on the Storj network, it provides an interface for
 setting up users profiles, work with buckets and files, download and
 upload files and get information from the Storj API.

storj-dbgsym: debug symbols for storj