mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
netbase: upgrade 5.5 -> 5.6
(From OE-Core rev: 2d52ca3beacfd7a91581afa3fb02481f292869e1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
From 76989205a1411f16d7ab09ff9d279539a73dc259 Mon Sep 17 00:00:00 2001
|
From 52d46c4d1fbd4c88d69c2fcf7837b2f2ba7ef6f2 Mon Sep 17 00:00:00 2001
|
||||||
From: "Maxin B. John" <maxin.john@intel.com>
|
From: "Maxin B. John" <maxin.john@intel.com>
|
||||||
Date: Thu, 12 Jan 2017 16:50:58 +0200
|
Date: Thu, 12 Jan 2017 16:50:58 +0200
|
||||||
Subject: [PATCH] netbase: add rpcbind as an alias to sunrpc
|
Subject: [PATCH] netbase: add rpcbind as an alias to sunrpc
|
||||||
@@ -10,6 +10,7 @@ Upstream-Status: Pending
|
|||||||
|
|
||||||
Signed-off-by: Li Wang <li.wang@windriver.com>
|
Signed-off-by: Li Wang <li.wang@windriver.com>
|
||||||
Signed-off-by: Maxin B. John <maxin.john@intel.com>
|
Signed-off-by: Maxin B. John <maxin.john@intel.com>
|
||||||
|
|
||||||
---
|
---
|
||||||
etc-rpc | 2 +-
|
etc-rpc | 2 +-
|
||||||
etc-services | 4 ++--
|
etc-services | 4 ++--
|
||||||
@@ -29,12 +30,12 @@ index 1b30625..9a9a81a 100644
|
|||||||
rusersd 100002 rusers
|
rusersd 100002 rusers
|
||||||
nfs 100003 nfsprog
|
nfs 100003 nfsprog
|
||||||
diff --git a/etc-services b/etc-services
|
diff --git a/etc-services b/etc-services
|
||||||
index e3202ec..a039d7e 100644
|
index fa7ae24..10ba2bc 100644
|
||||||
--- a/etc-services
|
--- a/etc-services
|
||||||
+++ b/etc-services
|
+++ b/etc-services
|
||||||
@@ -64,8 +64,8 @@ csnet-ns 105/udp cso-ns
|
@@ -51,8 +51,8 @@ kerberos 88/udp kerberos5 krb5 kerberos-sec # Kerberos v5
|
||||||
rtelnet 107/tcp # Remote Telnet
|
iso-tsap 102/tcp tsap # part of ISODE
|
||||||
rtelnet 107/udp
|
acr-nema 104/tcp dicom # Digital Imag. & Comm. 300
|
||||||
pop3 110/tcp pop-3 # POP version 3
|
pop3 110/tcp pop-3 # POP version 3
|
||||||
-sunrpc 111/tcp portmapper # RPC 4.0 portmapper
|
-sunrpc 111/tcp portmapper # RPC 4.0 portmapper
|
||||||
-sunrpc 111/udp portmapper
|
-sunrpc 111/udp portmapper
|
||||||
@@ -43,6 +44,3 @@ index e3202ec..a039d7e 100644
|
|||||||
auth 113/tcp authentication tap ident
|
auth 113/tcp authentication tap ident
|
||||||
sftp 115/tcp
|
sftp 115/tcp
|
||||||
nntp 119/tcp readnews untp # USENET News Transfer Protocol
|
nntp 119/tcp readnews untp # USENET News Transfer Protocol
|
||||||
--
|
|
||||||
2.4.0
|
|
||||||
|
|
||||||
|
|||||||
@@ -9,8 +9,8 @@ PE = "1"
|
|||||||
SRC_URI = "${DEBIAN_MIRROR}/main/n/${BPN}/${BPN}_${PV}.tar.xz \
|
SRC_URI = "${DEBIAN_MIRROR}/main/n/${BPN}/${BPN}_${PV}.tar.xz \
|
||||||
file://netbase-add-rpcbind-as-an-alias-to-sunrpc.patch"
|
file://netbase-add-rpcbind-as-an-alias-to-sunrpc.patch"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "15f2d9b3783802f7f48f6734b6540ac4"
|
SRC_URI[md5sum] = "7ad156272c5a42f49c73386ff39c8624"
|
||||||
SRC_URI[sha256sum] = "309bddc69a43b98e5a450992b70cdfc0e3d1afb9107bc631d04b0714be98f88b"
|
SRC_URI[sha256sum] = "5d93a099deb28869b7306e914700fafbd293b55bdb5df05a5aa6effd0af5930c"
|
||||||
|
|
||||||
UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/n/netbase/"
|
UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/n/netbase/"
|
||||||
do_install () {
|
do_install () {
|
||||||
Reference in New Issue
Block a user