libfds 0.6.0-1
Package Information
| Description | Flow Data Storage library for IPFIX messages libfds is a Flow Data Storage library for IPFIX messages. It does not contain support for receiving IPFIX over network and processing IPFIX messages, use ipfixcol2 (high-performance collector). This package contains the shared library. |
|---|---|
| Maintainer | Daniel Baumann <daniel@debian.org> |
| Changed By | Daniel Baumann <daniel@debian.org> |
| Sponsor | mail@daniel-baumann.ch |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://forgejo.debian.net/cesnet/libfds (browse) |
| Tracker | https://tracker.debian.org/pkg/libfds |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Changed-By | Daniel Baumann |
|---|---|
| Architecture | source amd64 |
| Distribution | unstable |
| Date | Wed, 29 Apr 2026 19:47:25 +0200 |
| Source | libfds |
| Version | 0.6.0-1 |
Changelog
libfds (0.6.0-1) unstable; urgency=medium . * Initial upload to sid, needed for ipfixcol2.
.dsc
| Section | libdevel |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | libfds-dev deb libdevel optional arch=any libfds0 deb libs optional arch=any |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libfds
Upstream-Contact: https://github.com/CESNET/libfds/issues
Source: https://github.com/CESNET/libfds/tags
Files: *
Copyright: 2017 CESNET, z.s.p.o.
License: BSD-3-clause or GPL-2+
Reference: /usr/share/common-licenses/GPL-2
Files:
include/libfds/file.h
src/3rd_party/*.h
Copyright: 2017 CESNET, z.s.p.o.
License: BSD-3-clause
Files: src/3rd_party/lz4/*
Copyright: 2011-2016 Yann Collet
License: BSD-2-clause
Files: src/3rd_party/zstd/*
Copyright: 2016 Facebook, Inc.
License: BSD-3-clause
Files:
src/3rd_party/zstd/src/lib/common/bitstream.h
src/3rd_party/zstd/src/lib/common/debug.*
src/3rd_party/zstd/src/lib/common/entropy_common.c
src/3rd_party/zstd/src/lib/common/fse.h
src/3rd_party/zstd/src/lib/common/fse_decompress.c
src/3rd_party/zstd/src/lib/common/huf.h
src/3rd_party/zstd/src/lib/common/xxhash.*
src/3rd_party/zstd/src/lib/compress/fse_compress.c
src/3rd_party/zstd/src/lib/compress/hist.*
src/3rd_party/zstd/src/lib/compress/huf_compress.c
src/3rd_party/zstd/src/lib/decompress/huf_decompress.c
Copyright: 2012-2016 Yann Collet
License: BSD-2-clause
Files: src/3rd_party/zstd/src/lib/dictBuilder/divsufsort.*
Copyright: 2003-2008 Yuta Mori
License: MIT
Files:
src/converters/json.c
src/file/*
tests/unit_tests/converters/json.cpp
tests/unit_tests/file/*
Copyright: 2019 CESNET, z.s.p.o.
License: BSD-3-clause
Files: debian/*
Copyright: 2026 Daniel Baumann <daniel@debian.org>
License: BSD-3-clause or GPL-2+
Reference: /usr/share/common-licenses/GPL-2
License: BSD-2-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
.
1. Redistributions of source code must retain the copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
.
1. Redistributions of source code must retain the copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License: MIT
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.