forked from pool/netcfg
- services: map sieve to 4190 instead of 2000 as upstream (IANA)
does OBS-URL: https://build.opensuse.org/package/show/Base:System/netcfg?expand=0&rev=12
This commit is contained in:
parent
8a0c368be7
commit
1dd1f8d474
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 5 11:21:06 UTC 2013 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- services: map sieve to 4190 instead of 2000 as upstream (IANA)
|
||||||
|
does
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 7 12:29:41 CET 2011 - ro@suse.de
|
Mon Mar 7 12:29:41 CET 2011 - ro@suse.de
|
||||||
|
|
||||||
|
11
netcfg.spec
11
netcfg.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package netcfg
|
# spec file for package netcfg
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,17 +15,14 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: netcfg
|
Name: netcfg
|
||||||
License: BSD3c
|
|
||||||
Group: System/Base
|
|
||||||
AutoReqProv: on
|
|
||||||
PreReq: coreutils aaa_base
|
PreReq: coreutils aaa_base
|
||||||
Summary: Network Configuration Files in /etc
|
Summary: Network Configuration Files in /etc
|
||||||
|
License: BSD-3-Clause
|
||||||
|
Group: System/Base
|
||||||
Version: 11.5
|
Version: 11.5
|
||||||
Release: 7
|
Release: 0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: defaultdomain
|
Source0: defaultdomain
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
--- services.orig 2010-10-21 17:20:04.000000000 +0200
|
--- services.orig 2013-06-05 13:19:34.927684739 +0200
|
||||||
+++ services 2010-10-21 17:24:00.000000000 +0200
|
+++ services 2013-06-05 13:19:45.331733989 +0200
|
||||||
@@ -1,3 +1,13 @@
|
@@ -1,3 +1,13 @@
|
||||||
+#
|
+#
|
||||||
+# Network services, Internet style
|
+# Network services, Internet style
|
||||||
@ -44,17 +44,7 @@
|
|||||||
smpnameres 901/tcp # SMPNAMERES
|
smpnameres 901/tcp # SMPNAMERES
|
||||||
smpnameres 901/udp # SMPNAMERES
|
smpnameres 901/udp # SMPNAMERES
|
||||||
# Leif Ekblad <leif&rdos.net>
|
# Leif Ekblad <leif&rdos.net>
|
||||||
@@ -4973,6 +4984,9 @@
|
@@ -5081,8 +5092,8 @@
|
||||||
x25-svc-port 1998/udp # cisco X.25 service (XOT)
|
|
||||||
tcp-id-port 1999/tcp # cisco identification port
|
|
||||||
tcp-id-port 1999/udp # cisco identification port
|
|
||||||
+# Port 2000 is illegal used by sieve
|
|
||||||
+sieve 2000/tcp # Cyrus SIEVE
|
|
||||||
+sieve 2000/udp # Cyrus SIEVE
|
|
||||||
#
|
|
||||||
cisco-sccp 2000/tcp # Cisco SCCP
|
|
||||||
cisco-sccp 2000/udp # Cisco SCCp
|
|
||||||
@@ -5081,8 +5095,8 @@
|
|
||||||
dls-monitor 2048/tcp
|
dls-monitor 2048/tcp
|
||||||
dls-monitor 2048/udp
|
dls-monitor 2048/udp
|
||||||
# <== NOTE Conflict on 2049 !
|
# <== NOTE Conflict on 2049 !
|
||||||
@ -65,6 +55,18 @@
|
|||||||
nfs 2049/tcp # Network File System - Sun Microsystems
|
nfs 2049/tcp # Network File System - Sun Microsystems
|
||||||
nfs 2049/udp # Network File System - Sun Microsystems
|
nfs 2049/udp # Network File System - Sun Microsystems
|
||||||
# Brent Callaghan <brent&terra.eng.sun.com>
|
# Brent Callaghan <brent&terra.eng.sun.com>
|
||||||
|
@@ -11064,7 +11075,10 @@
|
||||||
|
universe_suite 4184/tcp # UNIVERSE SUITE MESSAGE SERVICE
|
||||||
|
universe_suite 4184/udp # UNIVERSE SUITE MESSAGE SERVICE
|
||||||
|
# Gary ANDREWS <gan&orsyp.com> 07 January 2008
|
||||||
|
-# 4185-4198 Unassigned
|
||||||
|
+# 4185-4189 Unassigned
|
||||||
|
+sieve 4190/tcp # ManageSieve Protocol
|
||||||
|
+# 4190/udp Reserved
|
||||||
|
+# 4191-1298 Unassigned
|
||||||
|
eims-admin 4199/tcp # EIMS ADMIN
|
||||||
|
eims-admin 4199/udp # EIMS ADMIN
|
||||||
|
# Glenn Anderson <glenn&qualcomm.co.nz>
|
||||||
@@ -12184,6 +12198,7 @@
|
@@ -12184,6 +12198,7 @@
|
||||||
netops-broker 5465/udp # NETOPS-BROKER
|
netops-broker 5465/udp # NETOPS-BROKER
|
||||||
# John R. Deuel <kink&netops.com>
|
# John R. Deuel <kink&netops.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user