From 50e30ab2e371e0ea86aa25669d2df04591bdec75 Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Wed, 7 May 2025 18:21:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=20=D1=84=D0=BB?= =?UTF-8?q?=D0=B0=D0=B3=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=B8=D0=BB=D1=8F=D1=86?= =?UTF-8?q?=D0=B8=D0=B8=20=D0=BF=D0=BE=20=D1=83=D0=BC=D0=BE=D0=BB=D1=87?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=8E,=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE?= =?UTF-8?q?=D0=BD=D0=B5=D0=BD=D1=82=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BD=D0=B0=20network.util?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.yml b/package.yml index 08694ec..afccd65 100644 --- a/package.yml +++ b/package.yml @@ -8,7 +8,7 @@ source : - git|https://github.com/openslp-org/openslp.git : 1bc8dadd446ffca391422da6e924f1395c7008bc homepage : http://www.openslp.org license : BSD -component : system.utils +component : network.util summary : Service Location Protocol (SLP) is an Internet Engineering Task Force (IETF) standards track protocol. description: | Service Location Protocol (SLP) is an Internet Engineering Task Force (IETF) standards track protocol that provides a framework to allow networking applications to discover the existence, location, and configuration of networked services in enterprise networks. @@ -28,7 +28,6 @@ setup : | --sbindir=/usr/bin \ --sysconfdir=/etc/openslp \ --localstatedir=/var \ - --enable-slpv1 \ --enable-slpv2-security \ --enable-async-api \ --disable-dependency-tracking \