2025-02-18 11:20:46 +01:00
|
|
|
Source: libnetconf2
|
|
|
|
Section: libs
|
|
|
|
Priority: optional
|
2025-02-19 05:51:17 +01:00
|
|
|
Maintainer: Daniel Baumann <daniel@debian.org>
|
|
|
|
Build-Depends:
|
2025-02-19 05:51:17 +01:00
|
|
|
debhelper-compat (= 13),
|
2025-02-19 05:51:17 +01:00
|
|
|
dpkg-dev (>= 1.22.5),
|
|
|
|
cmake,
|
2025-02-19 05:51:17 +01:00
|
|
|
doxygen <!nodoc>,
|
|
|
|
graphviz <!nodoc>,
|
2025-02-19 05:51:18 +01:00
|
|
|
libcmocka-dev <!nocheck>,
|
2025-02-19 05:51:18 +01:00
|
|
|
libcurl4-openssl-dev,
|
2025-02-19 05:51:17 +01:00
|
|
|
libssh-dev,
|
|
|
|
libssl-dev,
|
2025-02-19 05:51:18 +01:00
|
|
|
libyang-dev (>= 3.7.8),
|
2025-02-19 05:51:18 +01:00
|
|
|
pkgconf,
|
2025-02-19 05:51:19 +01:00
|
|
|
Rules-Requires-Root: no
|
2025-02-18 11:20:46 +01:00
|
|
|
Standards-Version: 4.5.1.0
|
|
|
|
Homepage: https://github.com/CESNET/libnetconf2
|
|
|
|
|
|
|
|
Package: libnetconf2-doc
|
|
|
|
Section: doc
|
|
|
|
Architecture: all
|
2025-02-19 05:51:17 +01:00
|
|
|
Depends:
|
|
|
|
${misc:Depends},
|
2025-02-18 11:20:46 +01:00
|
|
|
Multi-Arch: foreign
|
|
|
|
Description: NETCONF protocol library [docs]
|
|
|
|
NETCONF library in C intended for building NETCONF clients and servers. NETCONF
|
|
|
|
is the NETwork CONFiguration protocol introduced by IETF.
|
|
|
|
.
|
|
|
|
libnetconf2 is a NETCONF library in C handling NETCONF authentication and all
|
|
|
|
NETCONF RPC communication both server and client-side. Note that NETCONF
|
|
|
|
datastore implementation is not a part of this library. The library supports
|
|
|
|
both NETCONF 1.0 (RFC 4741) as well as NETCONF 1.1 (RFC 6241). The main
|
|
|
|
features include:
|
|
|
|
.
|
|
|
|
* NETCONF over SSH (RFC 4742, RFC 6242), using libssh.
|
|
|
|
* NETCONF over TLS (RFC 7589), using OpenSSL.
|
|
|
|
* DNSSEC SSH Key Fingerprints (RFC 4255)
|
|
|
|
* NETCONF over pre-established transport sessions (using this mechanism the
|
|
|
|
communication can be tunneled through sshd(8), for instance).
|
|
|
|
* NETCONF Call Home (RFC 8071).
|
|
|
|
* NETCONF Event Notifications (RFC 5277),
|
|
|
|
.
|
|
|
|
This package contains the documentation.
|
|
|
|
|
|
|
|
Package: libnetconf2-2t64
|
|
|
|
Section: libs
|
|
|
|
Architecture: any
|
2025-02-19 05:51:17 +01:00
|
|
|
Pre-Depends:
|
|
|
|
${misc:Pre-Depends},
|
|
|
|
Depends:
|
|
|
|
${misc:Depends},
|
|
|
|
${shlibs:Depends},
|
|
|
|
Provides:
|
|
|
|
${t64:Provides},
|
|
|
|
Replaces:
|
|
|
|
libnetconf2-2,
|
|
|
|
Breaks:
|
|
|
|
libnetconf2-2 (<< ${source:Version}),
|
2025-02-18 11:20:46 +01:00
|
|
|
Multi-Arch: same
|
|
|
|
Description: NETCONF protocol library [C library]
|
|
|
|
NETCONF library in C intended for building NETCONF clients and servers. NETCONF
|
|
|
|
is the NETwork CONFiguration protocol introduced by IETF.
|
|
|
|
.
|
|
|
|
libnetconf2 is a NETCONF library in C handling NETCONF authentication and all
|
|
|
|
NETCONF RPC communication both server and client-side. Note that NETCONF
|
|
|
|
datastore implementation is not a part of this library. The library supports
|
|
|
|
both NETCONF 1.0 (RFC 4741) as well as NETCONF 1.1 (RFC 6241). The main
|
|
|
|
features include:
|
|
|
|
.
|
|
|
|
* NETCONF over SSH (RFC 4742, RFC 6242), using libssh.
|
|
|
|
* NETCONF over TLS (RFC 7589), using OpenSSL.
|
|
|
|
* DNSSEC SSH Key Fingerprints (RFC 4255)
|
|
|
|
* NETCONF over pre-established transport sessions (using this mechanism the
|
|
|
|
communication can be tunneled through sshd(8), for instance).
|
|
|
|
* NETCONF Call Home (RFC 8071).
|
|
|
|
* NETCONF Event Notifications (RFC 5277),
|
|
|
|
.
|
|
|
|
This package contains the shared C library.
|
|
|
|
|
|
|
|
Package: libnetconf2-dev
|
|
|
|
Section: libdevel
|
|
|
|
Architecture: any
|
2025-02-19 05:51:17 +01:00
|
|
|
Depends:
|
|
|
|
libnetconf2-2t64 (= ${binary:Version}),
|
|
|
|
libyang2-dev,
|
|
|
|
${misc:Depends},
|
|
|
|
${shlibs:Depends},
|
2025-02-18 11:20:46 +01:00
|
|
|
Multi-Arch: same
|
|
|
|
Description: NETCONF protocol library [C development]
|
|
|
|
NETCONF library in C intended for building NETCONF clients and servers. NETCONF
|
|
|
|
is the NETwork CONFiguration protocol introduced by IETF.
|
|
|
|
.
|
|
|
|
libnetconf2 is a NETCONF library in C handling NETCONF authentication and all
|
|
|
|
NETCONF RPC communication both server and client-side. Note that NETCONF
|
|
|
|
datastore implementation is not a part of this library. The library supports
|
|
|
|
both NETCONF 1.0 (RFC 4741) as well as NETCONF 1.1 (RFC 6241). The main
|
|
|
|
features include:
|
|
|
|
.
|
|
|
|
* NETCONF over SSH (RFC 4742, RFC 6242), using libssh.
|
|
|
|
* NETCONF over TLS (RFC 7589), using OpenSSL.
|
|
|
|
* DNSSEC SSH Key Fingerprints (RFC 4255)
|
|
|
|
* NETCONF over pre-established transport sessions (using this mechanism the
|
|
|
|
communication can be tunneled through sshd(8), for instance).
|
|
|
|
* NETCONF Call Home (RFC 8071).
|
|
|
|
* NETCONF Event Notifications (RFC 5277),
|
|
|
|
.
|
|
|
|
This package contains the static C library and headers.
|