Update to cups-browsed-2.1.0.

This commit is contained in:
ajacoutot
2024-10-18 06:31:24 +00:00
parent a13890d6aa
commit b831601779
3 changed files with 3 additions and 32 deletions
+1 -4
View File
@@ -1,8 +1,7 @@
COMMENT= browse network for remote CUPS queues and IPP printers
V= 2.0.1
V= 2.1.0
DISTNAME= cups-browsed-${V}
REVISION= 0
CATEGORIES= print
@@ -32,8 +31,6 @@ FAKE_FLAGS= pkgcupsserverrootdir=${PREFIX}/share/examples/cups-filters/cups
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-ldap
DEBUG_PACKAGES= ${BUILD_PACKAGES}
.include <bsd.port.mk>
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (cups-browsed-2.0.1.tar.gz) = cbQ7PjrtfGNdf+2cfGpVrxoZjL4Am1pIVcoscQ+8K6M=
SIZE (cups-browsed-2.0.1.tar.gz) = 609683
SHA256 (cups-browsed-2.1.0.tar.gz) = 4O7kLi5hYIooU4FfoucmfaW8bh9ZJzMwRhySmOE7UyM=
SIZE (cups-browsed-2.1.0.tar.gz) = 599547
@@ -1,26 +0,0 @@
From 1debe6b140c37e0aa928559add4abcc95ce54aa2 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal <zdohnal@redhat.com>
Date: Thu, 26 Sep 2024 23:03:32 +0200
Subject: [PATCH] Default BrowseRemoteProtocols should not include "cups" protocol
Index: configure
--- configure.orig
+++ configure
@@ -1583,7 +1583,7 @@ Optional Packages:
--with-browseremoteprotocols=value
Set which protocols to listen for in cups-browsed
- (default: dnssd cups)
+ (default: dnssd)
--with-remote-cups-local-queue-naming=DNS-SD|MakeModel|RemoteName
Choose the origin of local queue naming for remote
CUPS queues, default based on DNS-SD ID
@@ -16272,7 +16272,7 @@ if test ${with_browseremoteprotocols+y}
then :
withval=$with_browseremoteprotocols; with_browseremoteprotocols="$withval"
else $as_nop
- with_browseremoteprotocols="dnssd cups"
+ with_browseremoteprotocols="dnssd"
fi