mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4b50fb02cc
commit
7d8a0e840d
|
@ -13,7 +13,7 @@ SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;branch=master \
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
LICENSE = "LGPLv2+"
|
||||
LICENSE = "LGPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
|
||||
|
||||
inherit autotools xmlcatalog
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "Blueman is a GTK+ Bluetooth Manager"
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
DEPENDS = "bluez5 python3-pygobject python3-cython-native python3-setuptools-native intltool-native"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
DESCRIPTION = "Python interface to Bluetooth LE on Linux"
|
||||
HOMEPAGE = "https://github.com/IanHarvey/bluepy"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "GPLv2 & PD"
|
||||
LICENSE = "GPL-2.0-only & PD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=59e0d45ea684dda215889aa1b5acd001"
|
||||
DEPENDS = "glib-2.0"
|
||||
SRCREV = "7ad565231a97c304c0eff45f2649cd005e69db09"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "a SocketCAN over Ethernet tunnel"
|
||||
HOMEPAGE = "https://github.com/mguentner/cannelloni"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https;branch=master"
|
||||
SRCREV = "0bd7e27db35bdef361226882ae04205504f7b2f4"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "The dump DAQ test the various inline mode features "
|
||||
HOMEPAGE = "http://www.snort.org"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f9ce51a65dd738dc1ae631d8b21c40e0"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "Dibbler DHCPv6 client"
|
|||
DESCRIPTION = "Dibbler is a portable DHCPv6 implementation. It supports stateful as well as stateless autoconfiguration for IPv6."
|
||||
HOMEPAGE = "http://klub.com.pl/dhcpv6"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=7236695bb6d4461c105d685a8b61c4e3"
|
||||
|
||||
SRCREV = "a7c6cf58a88a510cb00841351e75030ce78d36bf"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "daemon that sends updates when your IP changes"
|
||||
HOMEPAGE = "http://sourceforge.net/projects/ez-ipupdate/"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7783169b4be06b54e86730eb01bc3a31"
|
||||
|
||||
SRC_URI = "http://sourceforge.net/projects/ez-ipupdate/files/${BPN}/${PV}/${BPN}-${PV}.tar.gz \
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "Dynamic firewall daemon with a D-Bus interface"
|
|||
HOMEPAGE = "https://firewalld.org/"
|
||||
BUGTRACKER = "https://github.com/firewalld/firewalld/issues"
|
||||
UPSTREAM_CHECK_URI = "https://github.com/firewalld/firewalld/releases"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \
|
||||
|
|
|
@ -9,7 +9,7 @@ done when adding or deleting new users."
|
|||
SUMMARY = "High-performance and highly configurable RADIUS server"
|
||||
HOMEPAGE = "http://www.freeradius.org/"
|
||||
SECTION = "System/Servers"
|
||||
LICENSE = "GPLv2 & LGPLv2+"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a"
|
||||
DEPENDS = "openssl-native openssl libidn libtool libpcap libtalloc"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ DESCRIPTION = "LFTP is a sophisticated file transfer program with \
|
|||
FISH, SFTP, HTTPS and FTPS protocols"
|
||||
HOMEPAGE = "http://lftp.yar.ru/"
|
||||
SECTION = "console/network"
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
SRC_URI = "http://lftp.yar.ru/ftp/lftp-${PV}.tar.bz2"
|
||||
|
|
|
@ -10,7 +10,7 @@ library for the IEC 61850/MMS, IEC 61850/GOOSE and IEC \
|
|||
written in C. It is available under the GPLv3 license."
|
||||
HOMEPAGE = "http://libiec61850.com"
|
||||
SECTION = "console/network"
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
DEPENDS = "swig-native python3"
|
||||
SRCREV = "fcefc746fea286aeaa40d2f62240216da81c85e5"
|
||||
|
|
|
@ -4,7 +4,7 @@ communication patterns. It aims to make the networking layer fast, scalable, \
|
|||
and easy to use. Implemented in C, it works on a wide range of operating \
|
||||
systems with no further dependencies."
|
||||
HOMEPAGE = "https://nanomsg.org/"
|
||||
LICENSE = "MIT-X"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=587b3fd7fd291e418ff4d2b8f3904755"
|
||||
|
||||
SECTION = "libs/networking"
|
||||
|
|
|
@ -7,7 +7,7 @@ tool."
|
|||
HOMEPAGE = "https://netplan.io"
|
||||
SECTION = "net/misc"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "NetworkManager-openvpn-plugin"
|
||||
SECTION = "net/misc"
|
||||
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=100d5a599bead70ddcd70dcd73f2e29c"
|
||||
|
||||
DEPENDS = "dbus dbus-glib networkmanager openvpn intltool-native glib-2.0-native"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Open client for Cisco AnyConnect VPN"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=8c2e1ec1540fb3e0beb68361344cba7e"
|
||||
|
||||
SRC_URI = " \
|
||||
|
|
|
@ -8,7 +8,7 @@ DESCRIPTION = "The rdate utility retrieves the date and time from \
|
|||
HOMEPAGE= "https://www.aelius.com/njh/rdate/"
|
||||
SECTION = "Applications/System"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
|
||||
SRC_URI = "https://www.aelius.com/njh/${BPN}/${BP}.tar.gz \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
DESCRIPTION = "Layer 3 relay daemon"
|
||||
SECTION = "console/network"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://main.c;endline=17;md5=86aad799085683e0a2e1c2684a20bab2"
|
||||
|
||||
DEPENDS = "libubox"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
HOMEPAGE = "https://www.samba.org/"
|
||||
SECTION = "console/network"
|
||||
|
||||
LICENSE = "GPL-3.0+ & LGPL-3.0+ & GPL-2.0+"
|
||||
LICENSE = "GPL-3.0-or-later & LGPL-3.0-or-later & GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://${COREBASE}/meta/files/common-licenses/LGPL-3.0-or-later;md5=c51d3eef3be114124d11349ca0d7e117 \
|
||||
file://${COREBASE}/meta/files/common-licenses/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
DESCRIPTION = "set Linux HDLC packet radio modem driver port information"
|
||||
HOMEPAGE = "https://www.kernel.org/pub/linux/utils/net/hdlc"
|
||||
SECTION = "comm"
|
||||
LICENSE = "GPLv2 & GPLv2+ "
|
||||
LICENSE = "GPL-2.0-only & GPL-2.0-or-later "
|
||||
LIC_FILES_CHKSUM = "file://sethdlc.c;endline=10;md5=90f936879e9f8b755a138aeb348782eb"
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
DESCRIPTION = "snort - a free lightweight network intrusion detection system for UNIX and Windows."
|
||||
HOMEPAGE = "http://www.snort.org/"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPL-2.0"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5"
|
||||
|
||||
DEPENDS = "xz libpcap libpcre daq libdnet util-linux daq-native libtirpc bison-native"
|
||||
|
|
|
@ -5,7 +5,7 @@ managing a netfilter firewall. It provides a command line interface and aims \
|
|||
to be uncomplicated and easy to use."
|
||||
HOMEPAGE = "https://launchpad.net/ufw"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
|
||||
|
||||
SRC_URI = "https://launchpad.net/ufw/0.36/0.36.1/+download/ufw-0.36.1.tar.gz \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "VLAN provides vconfig utility"
|
||||
HOMEPAGE = "http://www.candelatech.com/~greear/vlan.html"
|
||||
SECTION = "misc"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://vconfig.c;beginline=1;endline=19;md5=094ca47de36c20c598b15b32c270ce0a"
|
||||
|
||||
SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/vlan/1.9-3ubuntu10.6/${BPN}_${PV}.orig.tar.gz \
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "A client for the Cisco3000 VPN Concentrator"
|
|||
HOMEPAGE = "http://www.unix-ag.uni-kl.de/~massar/vpnc/"
|
||||
AUTHOR = "Maurice Massar vpnc@unix-ag.uni-kl.de"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPL-2.0+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=173b74cb8ac640a9992c03f3bce22a33"
|
||||
|
||||
DEPENDS += "libgcrypt"
|
||||
|
|
|
@ -6,7 +6,7 @@ DESCRIPTION = "wolfSSL, formerly CyaSSL, is a lightweight SSL library written \
|
|||
HOMEPAGE = "https://www.wolfssl.com/products/wolfssl"
|
||||
BUGTRACKER = "https://github.com/wolfssl/wolfssl/issues"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
PROVIDES += "cyassl"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Advanced TFTP server and client"
|
||||
SECTION = "net"
|
||||
HOMEPAGE = "http://packages.debian.org/atftp"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=f65159f73e603f89d6867d43191900e5"
|
||||
|
||||
SRCREV = "00921e75728e3681b051c2e48c59e36c6cfa2e97"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "Kernel based automounter for linux"
|
||||
SECTION = "utils"
|
||||
LICENSE = "GPL-2.0"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=ee9324a6f564bb2376b63878ac396798"
|
||||
|
||||
DEPENDS += "libtirpc flex-native bison-native e2fsprogs openssl libxml2 util-linux cyrus-sasl libnsl2"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "simple dynamic multicast routing daemon that only uses IGMP signalling"
|
||||
HOMEPAGE = "http://sourceforge.net/projects/igmpproxy/"
|
||||
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=432040ff3a55670c1dec0c32b209ad69"
|
||||
|
||||
SRC_URI = "https://github.com/pali/igmpproxy/releases/download/${PV}/${BP}.tar.gz"
|
||||
|
|
|
@ -9,7 +9,7 @@ addresses from ippoold. \
|
|||
"
|
||||
HOMEPAGE = "http://www.openl2tp.org/"
|
||||
SECTION = "console/network"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
|
||||
SRC_URI = "https://sourceforge.net/projects/openl2tp/files/${BPN}/${PV}/${BPN}-${PV}.tar.gz \
|
||||
file://runtest.sh \
|
||||
|
|
|
@ -5,7 +5,7 @@ provides the server daemon for the iSCSI protocol, as well as the utility \
|
|||
programs used to manage it. iSCSI is a protocol for distributed \
|
||||
disk access using SCSI commands sent over Internet Protocol networks."
|
||||
HOMEPAGE = "http://www.open-iscsi.com/"
|
||||
LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
||||
SECTION = "net"
|
||||
DEPENDS = "openssl flex-native bison-native open-isns util-linux kmod"
|
||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
|
||||
|
|
|
@ -7,7 +7,7 @@ Server (IPVS) kernel module providing Layer4 loadbalancing \
|
|||
"
|
||||
HOMEPAGE = "http://www.keepalived.org/"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "http://www.keepalived.org/software/${BP}.tar.gz \
|
||||
|
|
|
@ -4,7 +4,7 @@ more limited in the types of events it supports due to the limited nature of \
|
|||
systemd-networkd(8)."
|
||||
AUTHOR = "Clayton Craft and others"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"
|
||||
|
||||
inherit features_check systemd
|
||||
|
|
|
@ -11,7 +11,7 @@ Foundation was founded on January 22nd 2008 with Emerson Network Power, \
|
|||
Ericsson, Nokia Siemens Networks, HP and Sun Microsystems as founding members."
|
||||
HOMEPAGE = "http://www.opensaf.org"
|
||||
SECTION = "admin"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a916467b91076e631dd8edb7424769c7"
|
||||
|
||||
DEPENDS = "libxml2 python3"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Secure and configurable FTP server"
|
||||
SECTION = "net"
|
||||
HOMEPAGE = "http://www.proftpd.org"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fb0d1484d11915fa88a6a7702f1dc184"
|
||||
|
||||
SRCREV = "715eadc1aa4f6b07d69f9d09558e9cb471e51d87"
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "FTP Server with a strong focus on software security"
|
|||
DESCRIPTION = "Pure-FTPd is a free (BSD license), secure, production-quality and standard-conformant FTP server."
|
||||
HOMEPAGE = "http://www.pureftpd.org/project/pure-ftpd"
|
||||
SECTION = "net"
|
||||
LICENSE = "BSD-0-Clause"
|
||||
LICENSE = "0BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a4496a14dea009df36c612707d455d02"
|
||||
|
||||
DEPENDS = "libcap virtual/crypt"
|
||||
|
|
|
@ -7,7 +7,7 @@ enabled by default for simpler installation and high performance. \
|
|||
"
|
||||
HOMEPAGE = "http://www.squid-cache.org"
|
||||
SECTION = "web"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
|
||||
MAJ_VER = "${@oe.utils.trim_version("${PV}", 1)}"
|
||||
MIN_VER = "${@oe.utils.trim_version("${PV}", 2)}"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Virtual EtherDrive blade AoE target"
|
||||
SECTION = "admin"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/aoetools/files/vblade/"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Very Secure FTP server"
|
||||
HOMEPAGE = "https://security.appspot.com/vsftpd.html"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a6067ad950b28336613aed9dd47b1271"
|
||||
|
||||
DEPENDS = "libcap openssl"
|
||||
|
|
|
@ -4,7 +4,7 @@ DESCRIPTION = "This module provides access to the LDAP \
|
|||
instead of C API. The module mainly acts as a wrapper for the \
|
||||
OpenLDAP 2.x libraries. Errors will appear as exceptions."
|
||||
HOMEPAGE = "http://www.python-ldap.org/"
|
||||
LICENSE = "PSF"
|
||||
LICENSE = "PSF-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENCE;md5=36ce9d726d0321b73c1521704d07db1b"
|
||||
|
||||
DEPENDS = "python3 openldap cyrus-sasl"
|
||||
|
|
|
@ -9,7 +9,7 @@ well at a lot of other specific tasks that most other tools can't handle, like \
|
|||
sending invalid frames, injecting your own 802.11 frames, combining technics \
|
||||
(VLAN hopping+ARP cache poisoning, VOIP decoding on WEP encrypted channel, ...), etc."
|
||||
SECTION = "security"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "d59142e067cbd603aaf66151a04e9fa34330219680b8827c953d20821b
|
|||
UPSTREAM_CHECK_URI = "https://pagure.io/dlm/releases"
|
||||
UPSTREAM_CHECK_REGEX = "dlm-(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
LICENSE = "LGPLv2+ & GPLv2 & GPLv2+"
|
||||
LICENSE = "LGPL-2.0-or-later & GPL-2.0-only & GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://README.license;md5=8f0bbcdd678df1bce9863492b6c8832d"
|
||||
|
||||
S = "${WORKDIR}/dlm-dlm-${PV}"
|
||||
|
|
|
@ -5,7 +5,7 @@ SUMMARY = "Kronosnet, often referred to as knet, is a network abstraction layer
|
|||
designed for High Availability use cases, where redundancy, security, \
|
||||
fault tolerance and fast fail-over are the core requirements of your application."
|
||||
HOMEPAGE = "https://kronosnet.org/"
|
||||
LICENSE = "GPL-2.0+ & LGPL-2.1"
|
||||
LICENSE = "GPL-2.0-or-later & LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.applications;md5=751419260aa954499f7abaabaa882bbe \
|
||||
file://COPYING.libraries;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
SECTION = "libs"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "IPTables based firewall scripts"
|
||||
HOMEPAGE = "http://rocky.eld.leidenuniv.nl/joomla/index.php?option=com_content&view=article&id=45&Itemid=63"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://gpl_license.txt;md5=11c7b65c4a4acb9d5175f7e9bf99c403"
|
||||
|
||||
SRCREV = "a96b81da4a9b619e4045805f5f13a1e982c95663"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "Connection tracking userspace tools for Linux"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||
|
||||
DEPENDS = "libnfnetlink libnetfilter-conntrack libnetfilter-cttimeout \
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "Filtering tool for a Linux-based bridging firewall"
|
|||
HOMEPAGE = "http://sourceforge.net/projects/ebtables/"
|
||||
DESCRIPTION = "Utility for basic Ethernet frame filtering on a Linux bridge, \
|
||||
advanced logging, MAC DNAT/SNAT and brouting."
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=53b4a999993871a28ab1488fdbd2e73e"
|
||||
SECTION = "net"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
DESCRIPTION = "Administration tool for IP sets"
|
||||
HOMEPAGE = "http://ipset.netfilter.org"
|
||||
LICENSE = "GPL-2.0"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
SECTION = "base"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "libnetfilter_acct accounting infrastructure."
|
|||
DESCRIPTION = "libnetfilter_acct is the userspace library providing interface to extended accounting infrastructure."
|
||||
HOMEPAGE = "http://netfilter.org/projects/libnetfilter_acct/index.html"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
DEPENDS = "libnfnetlink libmnl"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "Netfilter connection tracking library"
|
|||
DESCRIPTION = "Userspace library providing a programming interface (API) to the Linux kernel netfilter connection tracking state table"
|
||||
HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_conntrack/index.html"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||
DEPENDS = "libnfnetlink libmnl"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "Netfilter connection tracking helper library"
|
|||
DESCRIPTION = "Userspace library providing a programming interface (API) to the Linux kernel netfilter user-space helper infrastructure"
|
||||
HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_cthelper/index.html"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||
DEPENDS = "libmnl"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Netfilter connection tracking timeout library"
|
||||
DESCRIPTION = "Userspace library providing a programming interface (API) to the Linux kernel netfilter fine-grain connection tracking timeout infrastructure"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||
DEPENDS = "libmnl"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "Netfilter logging library"
|
|||
DESCRIPTION = "Userspace library providing a programming interface (API) to the Linux kernel netfilter log message (NFLOG)"
|
||||
HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_log/index.html"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||
DEPENDS = "libnfnetlink libmnl"
|
||||
SRCREV = "b0e4be94c0b8f68d4e912402b93a130063c34e17"
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "Netfilter packet queue access library"
|
|||
DESCRIPTION = "Userspace library providing a programming interface (API) to access the Linux kernel netfilter packet queue"
|
||||
HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_queue/index.html"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||
DEPENDS = "libnfnetlink libmnl"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or \
|
|||
management tools in userspace."
|
||||
HOMEPAGE = "http://www.netfilter.org/projects/libnfnetlink/index.html"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Library for low-level interaction with nftables Netlink's API over libmnl"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=79808397c3355f163c012616125c9e26"
|
||||
SECTION = "libs"
|
||||
DEPENDS = "libmnl"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "nfacct is the command line tool to create/retrieve/delete accounting objects"
|
||||
HOMEPAGE = "http://netfilter.org/projects/nfacct/"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||
|
||||
UPSTREAM_CHECK_URI = "ftp://ftp.netfilter.org/pub/nfacct/"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "Netfilter Tables userspace utillites"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d1a78fdd879a263a5e0b42d1fc565e79"
|
||||
|
||||
DEPENDS = "libmnl libnftnl bison-native \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Full-featured IRC plugin: multi-servers, proxy support, IPv6, SASL authentication, nicklist, DCC, and many other features"
|
||||
HOMEPAE = "https://weechat.org/"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||
|
||||
DEPENDS = "openssl zlib icu libgcrypt gnutls curl aspell"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "ZNC, an advanced IRC bouncer"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
|
||||
DEPENDS = "openssl zlib icu"
|
||||
|
|
|
@ -6,7 +6,7 @@ TLS-based solutions like OpenVPN, while being more secure, more performant, \
|
|||
and easier to use."
|
||||
SECTION = "networking"
|
||||
HOMEPAGE = "https://www.wireguard.io/"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://../COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ noPoll provides support for WebSocket (ws://) and TLS (secure) WebSocket (wss://
|
|||
allowing message based (handler notified) programming or stream oriented access."
|
||||
|
||||
HOMEPAGE = "http://www.aspl.es/nopoll/"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f0504124678c1b3158146e0630229298 \
|
||||
"
|
||||
DEPENDS = "openssl"
|
||||
|
|
|
@ -7,7 +7,7 @@ control and forwarding planes of a software-defined networking architecture.\
|
|||
HOMEPAGE = "http://www.openflow.org"
|
||||
|
||||
SECTION = "net"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e870c934e2c3d6ccf085fd7cf0a1e2e2"
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ HOMEPAGE = "http://www.openl2tp.org/"
|
|||
SECTION = "net"
|
||||
|
||||
# cli and usl use license LGPL-2.1
|
||||
LICENSE = "GPL-2.0 & LGPL-2.1"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e9d9259cbbf00945adc25a470c1d3585 \
|
||||
file://LICENSE;md5=f8970abd5ea9be701a0deedf5afd77a5 \
|
||||
file://cli/LICENSE;md5=9c1387a3c5213aa40671438af3e00793 \
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "Open-LLDP"
|
|||
DESCRIPTION = "Link Layer Discovery Protocol for Linux that includes support for DCBX"
|
||||
HOMEPAGE = "http://open-lldp.org/start"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8c2bc283e65df398ced5f5b747e78162"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
@ -6,7 +6,7 @@ DESCRIPTION = "PPTP Client is a Linux, FreeBSD, NetBSD \
|
|||
cable and ADSL internet service providers."
|
||||
HOMEPAGE = "http://pptpclient.sourceforge.net"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
inherit perlnative
|
||||
|
|
|
@ -9,7 +9,7 @@ HOMEPAGE = "http://www.nongnu.org/quagga/"
|
|||
SECTION = "net"
|
||||
|
||||
|
||||
LICENSE = "GPL-2.0 & LGPL-2.0"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=81bcece21748c91ba9992349a91ec11d \
|
||||
file://COPYING.LIB;md5=01ef24401ded36cd8e5d18bfe947240c"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "A user-mode PPPoE client and server suite for Linux"
|
||||
HOMEPAGE = "http://www.roaringpenguin.com/products/pppoe"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=a194eaefae2be54ee3221339b10d0581"
|
||||
|
||||
PR = "r10"
|
||||
|
|
|
@ -6,7 +6,7 @@ make to establish network connections and negotating them through a \
|
|||
SOCKS server as necessary."
|
||||
HOMEPAGE = "http://sourceforge.net/projects/tsocks/"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPL-2.0"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760"
|
||||
|
||||
SRC_URI = "http://downloads.sourceforge.net/tsocks/tsocks-${PV}.tar.gz \
|
||||
|
|
|
@ -5,7 +5,7 @@ DEPENDS = "ppp virtual/kernel"
|
|||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "git://github.com/xelerance/xl2tpd.git;branch=master;protocol=https"
|
||||
|
|
|
@ -9,7 +9,7 @@ Addresses are assigned randomly by each host and, in case of collision, \
|
|||
both hosts (are supposed to) renumber."
|
||||
AUTHOR = "Anand Kumria <wildfire@progsoc.uts.edu.au>"
|
||||
HOMEPAGE = "http://www.progsoc.org/~wildfire/zeroconf/"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4 \
|
||||
file://zeroconf.c;beginline=1;endline=13;md5=a5bada96e1e34b08eb7446b28e2630b2"
|
||||
SECTION = "net"
|
||||
|
|
|
@ -6,7 +6,7 @@ The vblade program (storage target) exports a blockdevice using AoE. \
|
|||
"
|
||||
HOMEPAGE = "http://sourceforge.net/projects/${BPN}"
|
||||
SECTION = "admin"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
RRECOMMENDS:${PN} = "kernel-module-aoe"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "Administration tool for arp packet filtering"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPL-2.0"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
||||
SRCREV = "efae8949e31f8b2eb6290f377a28384cecaf105a"
|
||||
PV = "0.0.5+git${SRCPV}"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Tools for ethernet bridging"
|
||||
HOMEPAGE = "http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f9d20a453221a1b7e32ae84694da2c37"
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ the client program only."
|
|||
|
||||
HOMEPAGE = "https://chrony.tuxfamily.org/"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
SRC_URI = "https://download.tuxfamily.org/chrony/chrony-${PV}.tar.gz \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
DESCRIPTION = "A a package of utilities for doing and managing mounts of the Linux CIFS filesystem."
|
||||
HOMEPAGE = "http://wiki.samba.org/index.php/LinuxCIFS_utils"
|
||||
SECTION = "otherosfs"
|
||||
LICENSE = "GPLv3 & LGPLv3"
|
||||
LICENSE = "GPL-3.0-only & LGPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
SRCREV = "8c06dce7d596e478c20bc54bdcec87ad97f80a1b"
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "Lightweight, easy to configure DNS forwarder and DHCP server"
|
|||
HOMEPAGE = "http://www.thekelleys.org.uk/dnsmasq/doc.html"
|
||||
SECTION = "net"
|
||||
# GPLv3 was added in version 2.41 as license option
|
||||
LICENSE = "GPLv2 | GPLv3"
|
||||
LICENSE = "GPL-2.0-only | GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
|
||||
file://COPYING-v3;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "Dovecot is an open source IMAP and POP3 email server"
|
|||
HOMEPAGE = "https://www.dovecot.org/"
|
||||
DESCRIPTION = "Dovecot is an open source IMAP and POP3 email server for Linux/UNIX-like systems, written with security primarily in mind. Dovecot is an excellent choice for both small and large installations. It's fast, simple to set up, requires no special administration and it uses very little memory."
|
||||
SECTION = "mail"
|
||||
LICENSE = "LGPLv2.1 & MIT"
|
||||
LICENSE = "LGPL-2.1-only & MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2956560272e5b31d9d64f03111732048"
|
||||
|
||||
SRC_URI = "http://dovecot.org/releases/2.3/dovecot-${PV}.tar.gz \
|
||||
|
|
|
@ -5,7 +5,7 @@ Think of it as networked raid 1. It is a building block for\
|
|||
setting up high availability (HA) clusters."
|
||||
HOMEPAGE = "http://www.drbd.org/"
|
||||
SECTION = "admin"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018"
|
||||
|
||||
SRC_URI = "git://github.com/LINBIT/drbd-utils;name=drbd-utils;branch=${PV};protocol=https \
|
||||
|
|
|
@ -4,7 +4,7 @@ DESCRIPTION = "DRBD is a block device which is designed to build high \
|
|||
block device via (a dedicated) network. You could see \
|
||||
it as a network raid-1."
|
||||
HOMEPAGE = "http://oss.linbit.com/drbd/"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018"
|
||||
DEPENDS = "virtual/kernel"
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ SECTION = "net"
|
|||
|
||||
DEPENDS = "libesmtp"
|
||||
|
||||
LICENSE = "GPL-2.0"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${PV}/${BPN}-${PV}.tar.bz2 \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "A suite for man in the middle attacks"
|
||||
HOMEPAGE = "https://github.com/Ettercap/ettercap"
|
||||
LICENSE = "GPL-2.0+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
inherit cmake
|
||||
|
|
|
@ -5,7 +5,7 @@ and forwarding utility intended to be used over on-demand TCP/IP links (such as
|
|||
connections). It supports every remote-mail protocol now in use on the Internet: POP2, POP3, \
|
||||
RPOP, APOP, KPOP, all flavors of IMAP, ETRN, and ODMR. It can even support IPv6 and IPSEC."
|
||||
SECTION = "mail"
|
||||
LICENSE = "GPLv2 & MIT"
|
||||
LICENSE = "GPL-2.0-only & MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c3a05d9b9d3784c824c9b92a648e1353"
|
||||
|
||||
DEPENDS = "openssl"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "fwknop - Single Packet Authorization"
|
||||
HOMEPAGE = "http://www.cipherdyne.org/fwknop/"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
|
||||
"
|
||||
inherit autotools-brokensep
|
||||
|
|
|
@ -6,7 +6,7 @@ SUMMARY = "GeoIP perl API library to access location database"
|
|||
DESCRIPTION = "perl library for country/city/organization to IP address or hostname mapping"
|
||||
HOMEPAGE = "http://www.maxmind.com/app/ip-location"
|
||||
SECTION = "libdevel"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e4f3ea6e9b28af88dc0321190a1f8250"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
@ -31,7 +31,7 @@ SRC_URI[GeoLiteCity-dat.sha256sum] = "90db2e52195e3d1bcdb2c2789209006d09de5c7428
|
|||
SRC_URI[GeoLiteCityv6-dat.md5sum] = "6734ccdc644fc0ba76eb276dce73d005"
|
||||
SRC_URI[GeoLiteCityv6-dat.sha256sum] = "c95a9d2643b7f53d7abeed2114388870e13fbbad4653f450a49efa7e4b86aca4"
|
||||
|
||||
LICENSE = "LGPL-2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad \
|
||||
file://LICENSE;md5=0388276749a542b0d611601fa7c1dcc8 "
|
||||
|
|
|
@ -13,7 +13,7 @@ SRC_URI = "https://github.com/maxmind/geoipupdate/releases/download/v2.5.0/geoip
|
|||
SRC_URI[md5sum] = "28f633c49ec87ab01ad3c0fb0228a696"
|
||||
SRC_URI[sha256sum] = "5119fd0e338cd083e886228b26679c64bcbaade8a815be092aecf865a610ab26"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
LIC_FILES_CHKSUM = "\
|
||||
file://ChangeLog.md;md5=11d2e31df0de2be3ccc3e2286c4dafcb \
|
||||
|
|
|
@ -15,7 +15,7 @@ DESCRIPTION = "The HTTP Time Protocol (HTP) is used to synchronize a computer's
|
|||
|
||||
HOMEPAGE = "http://www.vervest.org/htp/"
|
||||
|
||||
LICENSE = "GPL-2.0+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://htpdate.c;beginline=26;endline=30;md5=d7018a4d2c5a6eab392709a05e5e168a"
|
||||
|
||||
SRC_URI = "http://www.vervest.org/htp/archive/c/htpdate-${PV}.tar.xz \
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "Configure network interfaces for parallel routing"
|
|||
HOMEPAGE = "http://www.linuxfoundation.org/collaborate/workgroups/networking/bonding"
|
||||
SECTION = "net"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://debian/copyright;md5=acc89812938cf9ad6b1debc37cea0253"
|
||||
|
||||
inherit manpages
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
DESCRIPTION = "Set routing metrics for a network interface"
|
||||
|
||||
LICENSE = "GPL-2.0"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
SRC_URI = "http://0pointer.de/lennart/projects/ifmetric/ifmetric-${PV}.tar.gz \
|
||||
|
|
|
@ -3,7 +3,7 @@ HOMEPAGE = "http://www.ex-parrot.com/pdw/iftop/"
|
|||
SECTION = "net"
|
||||
DEPENDS = "libpcap ncurses"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=76498170798db0f4f0fb685a225f702f"
|
||||
|
||||
SRC_URI = "http://www.ex-parrot.com/pdw/iftop/download/iftop-${PV}.tar.gz \
|
||||
|
|
|
@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/nmav/ipcalc"
|
|||
|
||||
SECTION = "net"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
|
@ -11,7 +11,7 @@ methods (NAT, tunneling, and direct routing), and eight load balancing algorithm
|
|||
locality-based least-connection, locality-based least-connection with replication, \
|
||||
destination-hashing, and source-hashing)."
|
||||
SECTION = "net"
|
||||
LICENSE = "GPL-2.0"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=40;endline=56;md5=b4e40069f15598d0e3fe2aa177e5ec77"
|
||||
|
||||
DEPENDS += "libnl popt"
|
||||
|
|
|
@ -3,7 +3,7 @@ DESCRIPTION = "LibESMTP is a library to manage posting \
|
|||
(or submission of) electronic mail using SMTP to a \
|
||||
preconfigured Mail Transport Agent (MTA) such as Exim or PostFix."
|
||||
HOMEPAGE = "https://libesmtp.github.io/"
|
||||
LICENSE = "LGPLv2+"
|
||||
LICENSE = "LGPL-2.0-or-later"
|
||||
SECTION = "libs"
|
||||
|
||||
DEPENDS = "openssl"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Hierarchical, reference counted memory pool system with destructors"
|
||||
HOMEPAGE = "http://ldb.samba.org"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPL-3.0+ & LGPL-2.1+ & GPL-3.0+"
|
||||
LICENSE = "LGPL-3.0-or-later & LGPL-2.1-or-later & GPL-3.0-or-later"
|
||||
|
||||
DEPENDS += "libtdb libtalloc libtevent popt"
|
||||
RDEPENDS:pyldb += "python3"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Hierarchical, reference counted memory pool system with destructors"
|
||||
HOMEPAGE = "http://talloc.samba.org"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPL-3.0+ & GPL-3.0+"
|
||||
LICENSE = "LGPL-3.0-or-later & GPL-3.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://talloc.h;beginline=3;endline=27;md5=a301712782cad6dd6d5228bfa7825249 \
|
||||
file://pytalloc.h;beginline=1;endline=18;md5=21ab13bd853679d7d47a1739cb3b7db6 \
|
||||
"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "The tdb library"
|
||||
HOMEPAGE = "http://tdb.samba.org/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPL-3.0+ & GPL-3.0+"
|
||||
LICENSE = "LGPL-3.0-or-later & GPL-3.0-or-later"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://tools/tdbdump.c;endline=18;md5=b59cd45aa8624578126a8c98f48018c4 \
|
||||
file://include/tdb.h;endline=27;md5=f5bb544641d3081821bcc1dd58310be6"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Hierarchical, reference counted memory pool system with destructors"
|
||||
HOMEPAGE = "http://tevent.samba.org"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPLv3+"
|
||||
LICENSE = "LGPL-3.0-or-later"
|
||||
|
||||
DEPENDS += "libtalloc libtirpc"
|
||||
RDEPENDS:python3-tevent = "python3"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Drivers and tools to support ATM networking under Linux"
|
||||
HOMEPAGE = "http://linux-atm.sourceforge.net/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPL-2.0 & LGPL-2.0"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.0-only"
|
||||
|
||||
DEPENDS = "flex flex-native"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "The Linux Kernel Stream Control Transmission Protocol (lksctp) project"
|
||||
HOMEPAGE = "http://lksctp.org"
|
||||
SECTION = "net"
|
||||
LICENSE = "LGPLv2.1 & GPLv2"
|
||||
LICENSE = "LGPL-2.1-only & GPL-2.0-only"
|
||||
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://COPYING.lib;md5=0a1b79af951c42a9c8573533fbba9a92 \
|
||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "Utilities for managing the Linux LoWPAN stack"
|
|||
DESCRIPTION = "This is a set of utils to manage the Linux LoWPAN stack. \
|
||||
The LoWPAN stack aims for IEEE 802.15.4-2003 (and for lesser extent IEEE 802.15.4-2006) compatibility."
|
||||
SECTION = "net"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
DEPENDS = "flex-native bison-native libnl python"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Tool to view/change network interface MAC addresses"
|
||||
DESCRIPTION = "A GNU/Linux utility for viewing/manipulating the MAC address of network interfaces."
|
||||
HOMEPAGE = "https://github.com/alobbs/macchanger"
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
SECTION = "net"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Management Component Control Protocol utilities"
|
||||
HOMEPAGE = "http://www.github.com/CodeConstruct/mctp"
|
||||
SECTION = "net"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4cc91856b08b094b4f406a29dc61db21"
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user