[Glibc-bsd-commits] r5628 - in trunk/freebsd-utils/debian: . patches

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Thu Oct 9 00:16:43 UTC 2014


Author: stevenc-guest
Date: 2014-10-09 00:16:43 +0000 (Thu, 09 Oct 2014)
New Revision: 5628

Modified:
   trunk/freebsd-utils/debian/changelog
   trunk/freebsd-utils/debian/patches/035_nfs.diff
   trunk/freebsd-utils/debian/patches/makefiles.diff
   trunk/freebsd-utils/debian/patches/ppp_macros.diff
Log:
Refresh patches: (with unexpanded revision tags;  a/ b/ paths;  no
Index field;  no 'C function' context, not applicable here)
- ppp_macros.diff
- 035_nfs.diff
- makefiles.diff


Modified: trunk/freebsd-utils/debian/changelog
===================================================================
--- trunk/freebsd-utils/debian/changelog	2014-10-08 23:54:13 UTC (rev 5627)
+++ trunk/freebsd-utils/debian/changelog	2014-10-09 00:16:43 UTC (rev 5628)
@@ -1,10 +1,15 @@
-freebsd-utils (10.1~svn272464-1) unstable; urgency=medium
+freebsd-utils (10.1~svn272464-1) UNRELEASED; urgency=medium
 
   [ Petr Salinger ]
   * Build-Depend on freebsd-mk >= 10.0-5 for MK_HYPERV
 
   [ Steven Chamberlain ]
   * New upstream snapshot of 10.1-RC1
+  * Refresh patches: (with unexpanded revision tags;  a/ b/ paths;  no
+    Index field;  no 'C function' context, not applicable here)
+    - ppp_macros.diff
+    - 035_nfs.diff
+    - makefiles.diff
   * Delete patch mk_tests.diff: freebsd-mk now provides MK_TESTS
   * No longer try to override MK_TESTS in debian/rules (default is "no")
 

Modified: trunk/freebsd-utils/debian/patches/035_nfs.diff
===================================================================
--- trunk/freebsd-utils/debian/patches/035_nfs.diff	2014-10-08 23:54:13 UTC (rev 5627)
+++ trunk/freebsd-utils/debian/patches/035_nfs.diff	2014-10-09 00:16:43 UTC (rev 5628)
@@ -1,8 +1,6 @@
-Index: freebsd-utils-jessie/src/sbin/mount_nfs/mount_nfs.c
-===================================================================
---- freebsd-utils-jessie.orig/src/sbin/mount_nfs/mount_nfs.c
-+++ freebsd-utils-jessie/src/sbin/mount_nfs/mount_nfs.c
-@@ -694,12 +694,18 @@ fallback_mount(struct iovec *iov, int io
+--- a/src/sbin/mount_nfs/mount_nfs.c
++++ b/src/sbin/mount_nfs/mount_nfs.c
+@@ -694,12 +694,18 @@
  static int
  sec_name_to_num(char *sec)
  {
@@ -21,7 +19,7 @@
  	if (!strcmp(sec, "sys"))
  		return (AUTH_SYS);
  	return (-1);
-@@ -709,12 +715,18 @@ static char *
+@@ -709,12 +715,18 @@
  sec_num_to_name(int flavor)
  {
  	switch (flavor) {
@@ -40,7 +38,7 @@
  	case AUTH_SYS:
  		return ("sys");
  	}
-@@ -859,9 +871,11 @@ getnfsargs(char *spec, struct iovec **io
+@@ -859,9 +871,11 @@
  	freeaddrinfo(ai_nfs);
  
  	build_iovec(iov, iovlen, "hostname", nam, (size_t)-1);
@@ -52,11 +50,9 @@
  	return (1);
  }
  
-Index: freebsd-utils-jessie/src/usr.sbin/mountd/mountd.c
-===================================================================
---- freebsd-utils-jessie.orig/src/usr.sbin/mountd/mountd.c
-+++ freebsd-utils-jessie/src/usr.sbin/mountd/mountd.c
-@@ -2115,12 +2115,18 @@ parsesec(char *seclist, struct exportlis
+--- a/src/usr.sbin/mountd/mountd.c
++++ b/src/usr.sbin/mountd/mountd.c
+@@ -2116,12 +2116,18 @@
  
  		if (!strcmp(seclist, "sys"))
  			flavor = AUTH_SYS;
@@ -75,11 +71,9 @@
  		else {
  			if (cp)
  				*cp = savedc;
-Index: freebsd-utils-jessie/src/usr.sbin/rpc.lockd/lockd.c
-===================================================================
---- freebsd-utils-jessie.orig/src/usr.sbin/rpc.lockd/lockd.c
-+++ freebsd-utils-jessie/src/usr.sbin/rpc.lockd/lockd.c
-@@ -997,7 +997,7 @@ init_nsm(void)
+--- a/src/usr.sbin/rpc.lockd/lockd.c
++++ b/src/usr.sbin/rpc.lockd/lockd.c
+@@ -997,7 +997,7 @@
  		ret = callrpc("localhost", SM_PROG, SM_VERS, SM_UNMON_ALL,
  		    (xdrproc_t)xdr_my_id, &id, (xdrproc_t)xdr_sm_stat, &stat);
  		if (ret == RPC_PROGUNAVAIL) {
@@ -88,7 +82,7 @@
  			    clnt_sperrno(ret));
  			sleep(2);
  			continue;
-@@ -1006,7 +1006,7 @@ init_nsm(void)
+@@ -1006,7 +1006,7 @@
  	} while (0);
  
  	if (ret != 0) {
@@ -97,11 +91,9 @@
  		exit(1);
  	}
  
-Index: freebsd-utils-jessie/src/usr.sbin/rpc.lockd/kern.c
-===================================================================
---- freebsd-utils-jessie.orig/src/usr.sbin/rpc.lockd/kern.c
-+++ freebsd-utils-jessie/src/usr.sbin/rpc.lockd/kern.c
-@@ -52,7 +52,8 @@ __FBSDID("$FreeBSD: stable/10/usr.sbin/r
+--- a/src/usr.sbin/rpc.lockd/kern.c
++++ b/src/usr.sbin/rpc.lockd/kern.c
+@@ -52,7 +52,8 @@
  #include <unistd.h>
  #include <netdb.h>
  
@@ -111,11 +103,9 @@
  #include <nfs/nfsproto.h>
  #include <nfs/nfs_lock.h>
  
-Index: freebsd-utils-jessie/src/usr.sbin/rpc.statd/statd.c
-===================================================================
---- freebsd-utils-jessie.orig/src/usr.sbin/rpc.statd/statd.c
-+++ freebsd-utils-jessie/src/usr.sbin/rpc.statd/statd.c
-@@ -58,6 +58,8 @@ __FBSDID("$FreeBSD: stable/10/usr.sbin/r
+--- a/src/usr.sbin/rpc.statd/statd.c
++++ b/src/usr.sbin/rpc.statd/statd.c
+@@ -58,6 +58,8 @@
  
  #define	GETPORT_MAXTRY	20	/* Max tries to get a port # */
  
@@ -124,7 +114,7 @@
  int debug = 0;		/* Controls syslog() calls for debug messages	*/
  
  char **hosts, *svcport_str = NULL;
-@@ -281,7 +283,7 @@ main(int argc, char **argv)
+@@ -281,7 +283,7 @@
    	free(port_list);
    }
  
@@ -133,11 +123,9 @@
  
    /* Note that it is NOT sensible to run this program from inetd - the 	*/
    /* protocol assumes that it will run immediately at boot time.	*/
-Index: freebsd-utils-jessie/src/usr.sbin/rpc.statd/rpc.statd.8
-===================================================================
---- freebsd-utils-jessie.orig/src/usr.sbin/rpc.statd/rpc.statd.8
-+++ freebsd-utils-jessie/src/usr.sbin/rpc.statd/rpc.statd.8
-@@ -110,7 +110,7 @@ Instead, it should be run from
+--- a/src/usr.sbin/rpc.statd/rpc.statd.8
++++ b/src/usr.sbin/rpc.statd/rpc.statd.8
+@@ -110,7 +110,7 @@
  after the network has been started.
  .Sh FILES
  .Bl -tag -width /usr/include/rpcsvc/sm_inter.x -compact
@@ -146,11 +134,9 @@
  non-volatile record of currently monitored hosts.
  .It Pa /usr/include/rpcsvc/sm_inter.x
  RPC protocol specification used by local applications to register monitoring requests.
-Index: freebsd-utils-jessie/src/usr.sbin/rpc.statd/Makefile
-===================================================================
---- freebsd-utils-jessie.orig/src/usr.sbin/rpc.statd/Makefile
-+++ freebsd-utils-jessie/src/usr.sbin/rpc.statd/Makefile
-@@ -8,16 +8,21 @@ CFLAGS+= -I.
+--- a/src/usr.sbin/rpc.statd/Makefile
++++ b/src/usr.sbin/rpc.statd/Makefile
+@@ -8,16 +8,21 @@
  WARNS?= 2
  
  DPADD=	${LIBRPCSVC}

Modified: trunk/freebsd-utils/debian/patches/makefiles.diff
===================================================================
--- trunk/freebsd-utils/debian/patches/makefiles.diff	2014-10-08 23:54:13 UTC (rev 5627)
+++ trunk/freebsd-utils/debian/patches/makefiles.diff	2014-10-09 00:16:43 UTC (rev 5628)
@@ -2,7 +2,7 @@
 +++ b/src/usr.sbin/acpi/Makefile
 @@ -2,6 +2,7 @@
  # $Id: Makefile,v 1.1 2000/07/14 18:16:22 iwasaki Exp $
- # $FreeBSD: stable/10/usr.sbin/acpi/Makefile 118643 2003-08-08 03:20:59Z njl $
+ # $FreeBSD$
  
 -SUBDIR= acpiconf acpidb acpidump iasl
 +SUBDIR= acpiconf

Modified: trunk/freebsd-utils/debian/patches/ppp_macros.diff
===================================================================
--- trunk/freebsd-utils/debian/patches/ppp_macros.diff	2014-10-08 23:54:13 UTC (rev 5627)
+++ trunk/freebsd-utils/debian/patches/ppp_macros.diff	2014-10-09 00:16:43 UTC (rev 5628)
@@ -1,8 +1,6 @@
-Index: freebsd-utils-jessie/src/usr.sbin/ppp/bundle.c
-===================================================================
---- freebsd-utils-jessie.orig/src/usr.sbin/ppp/bundle.c
-+++ freebsd-utils-jessie/src/usr.sbin/ppp/bundle.c
-@@ -699,7 +699,7 @@ bundle_Create(const char *prefix, int ty
+--- a/src/usr.sbin/ppp/bundle.c
++++ b/src/usr.sbin/ppp/bundle.c
+@@ -699,7 +699,7 @@
    static struct bundle bundle;		/* there can be only one */
    int enoentcount, err, minunit, maxunit;
    const char *ifname;
@@ -11,7 +9,7 @@
    int kldtried;
  #endif
  #if defined(TUNSIFMODE) || defined(TUNSLMODE) || defined(TUNSIFHEAD)
-@@ -720,7 +720,7 @@ bundle_Create(const char *prefix, int ty
+@@ -720,7 +720,7 @@
    }
    err = ENOENT;
    enoentcount = 0;
@@ -20,7 +18,7 @@
    kldtried = 0;
  #endif
    for (bundle.unit = minunit; bundle.unit != maxunit; bundle.unit++) {
-@@ -730,7 +730,7 @@ bundle_Create(const char *prefix, int ty
+@@ -730,7 +730,7 @@
      if (bundle.dev.fd >= 0)
        break;
      else if (errno == ENXIO || errno == ENOENT) {
@@ -29,10 +27,8 @@
        if (bundle.unit == minunit && !kldtried++) {
          /*
           * Attempt to load the tunnel interface KLD if it isn't loaded
-Index: freebsd-utils-jessie/src/usr.sbin/ppp/cbcp.c
-===================================================================
---- freebsd-utils-jessie.orig/src/usr.sbin/ppp/cbcp.c
-+++ freebsd-utils-jessie/src/usr.sbin/ppp/cbcp.c
+--- a/src/usr.sbin/ppp/cbcp.c
++++ b/src/usr.sbin/ppp/cbcp.c
 @@ -28,7 +28,7 @@
  
  #include <sys/param.h>
@@ -42,12 +38,10 @@
  #include <netinet/in.h>
  #endif
  #include <sys/un.h>
-Index: freebsd-utils-jessie/src/usr.sbin/ppp/chap_ms.c
-===================================================================
---- freebsd-utils-jessie.orig/src/usr.sbin/ppp/chap_ms.c
-+++ freebsd-utils-jessie/src/usr.sbin/ppp/chap_ms.c
+--- a/src/usr.sbin/ppp/chap_ms.c
++++ b/src/usr.sbin/ppp/chap_ms.c
 @@ -29,8 +29,9 @@
-  * $FreeBSD: stable/10/usr.sbin/ppp/chap_ms.c 134789 2004-09-05 01:46:52Z brian $
+  * $FreeBSD$
   */
  
 +#include <sys/param.h>
@@ -57,7 +51,7 @@
  #include <openssl/des.h>
  #include <sha.h>
  #else
-@@ -187,7 +188,7 @@ GenerateNTResponse(char *AuthenticatorCh
+@@ -187,7 +188,7 @@
    ChallengeResponse(Challenge, PasswordHash, Response);
  }
  
@@ -66,10 +60,8 @@
  #define LENGTH 20
  static char *
  SHA1_End(SHA_CTX *ctx, char *buf)
-Index: freebsd-utils-jessie/src/usr.sbin/ppp/defs.c
-===================================================================
---- freebsd-utils-jessie.orig/src/usr.sbin/ppp/defs.c
-+++ freebsd-utils-jessie/src/usr.sbin/ppp/defs.c
+--- a/src/usr.sbin/ppp/defs.c
++++ b/src/usr.sbin/ppp/defs.c
 @@ -39,16 +39,16 @@
  #include <stdio.h>
  #include <stdlib.h>
@@ -90,7 +82,7 @@
  #include "id.h"
  #include "log.h"
  #endif
-@@ -411,7 +411,7 @@ Concatinate(char *buf, size_t sz, int ar
+@@ -411,7 +411,7 @@
    }
  }
  
@@ -99,12 +91,10 @@
  int
  loadmodules(int how, const char *module, ...)
  {
-Index: freebsd-utils-jessie/src/usr.sbin/ppp/defs.h
-===================================================================
---- freebsd-utils-jessie.orig/src/usr.sbin/ppp/defs.h
-+++ freebsd-utils-jessie/src/usr.sbin/ppp/defs.h
+--- a/src/usr.sbin/ppp/defs.h
++++ b/src/usr.sbin/ppp/defs.h
 @@ -28,8 +28,10 @@
-  * $FreeBSD: stable/10/usr.sbin/ppp/defs.h 252826 2013-07-05 19:26:01Z rmh $
+  * $FreeBSD$
   */
  
 +#include <sys/param.h>
@@ -115,10 +105,8 @@
  # define  MODEM_LIST	"/dev/cuau1\0/dev/cuau0"	/* name of tty device */
  #else
  # ifdef __OpenBSD__
-Index: freebsd-utils-jessie/src/usr.sbin/ppp/id.c
-===================================================================
---- freebsd-utils-jessie.orig/src/usr.sbin/ppp/id.c
-+++ freebsd-utils-jessie/src/usr.sbin/ppp/id.c
+--- a/src/usr.sbin/ppp/id.c
++++ b/src/usr.sbin/ppp/id.c
 @@ -40,7 +40,7 @@
  #include <stdio.h>
  #include <string.h>
@@ -128,7 +116,7 @@
  #include <sys/linker.h>
  #endif
  #include <unistd.h>
-@@ -262,7 +262,7 @@ ID0kill(pid_t pid, int sig)
+@@ -262,7 +262,7 @@
    return result;
  }
  
@@ -137,12 +125,10 @@
  int
  ID0kldload(const char *dev)
  {
-Index: freebsd-utils-jessie/src/usr.sbin/ppp/id.h
-===================================================================
---- freebsd-utils-jessie.orig/src/usr.sbin/ppp/id.h
-+++ freebsd-utils-jessie/src/usr.sbin/ppp/id.h
+--- a/src/usr.sbin/ppp/id.h
++++ b/src/usr.sbin/ppp/id.h
 @@ -26,6 +26,8 @@
-  * $FreeBSD: stable/10/usr.sbin/ppp/id.h 202192 2010-01-13 17:54:32Z ed $
+  * $FreeBSD$
   */
  
 +#include <sys/param.h>
@@ -150,7 +136,7 @@
  #ifndef NOSUID
  struct utmpx;
  struct sockaddr_un;
-@@ -46,7 +48,7 @@ extern void ID0logout(const struct utmpx
+@@ -46,7 +48,7 @@
  extern int ID0bind_un(int, const struct sockaddr_un *);
  extern int ID0connect_un(int, const struct sockaddr_un *);
  extern int ID0kill(pid_t, int);
@@ -159,7 +145,7 @@
  extern int ID0kldload(const char *);
  #endif
  #ifndef NONETGRAPH
-@@ -70,7 +72,7 @@ extern int ID0NgMkSockNode(const char *,
+@@ -70,7 +72,7 @@
  #define ID0connect_un(s, n) \
  	connect(s, (const struct sockaddr *)(n), sizeof *(n))
  #define ID0kill kill
@@ -168,10 +154,8 @@
  #include <sys/param.h>
  #include <sys/linker.h>
  #define ID0kldload kldload
-Index: freebsd-utils-jessie/src/usr.sbin/ppp/iface.c
-===================================================================
---- freebsd-utils-jessie.orig/src/usr.sbin/ppp/iface.c
-+++ freebsd-utils-jessie/src/usr.sbin/ppp/iface.c
+--- a/src/usr.sbin/ppp/iface.c
++++ b/src/usr.sbin/ppp/iface.c
 @@ -31,7 +31,7 @@
  #include <netinet/in.h>
  #include <net/if.h>
@@ -181,7 +165,7 @@
  #include <net/if_var.h>
  #endif
  #include <net/route.h>
-@@ -666,7 +666,7 @@ iface_ChangeFlags(const char *ifname, in
+@@ -666,7 +666,7 @@
      close(s);
      return 0;
    }
@@ -190,7 +174,7 @@
    new_flags = (ifrq.ifr_flags & 0xffff) | (ifrq.ifr_flagshigh << 16);
  #else
    new_flags = ifrq.ifr_flags & 0xffff;
-@@ -677,7 +677,7 @@ iface_ChangeFlags(const char *ifname, in
+@@ -677,7 +677,7 @@
    else
      new_flags &= ~flags;
    ifrq.ifr_flags = new_flags & 0xffff;
@@ -199,10 +183,8 @@
    ifrq.ifr_flagshigh = new_flags >> 16;
  #endif
  
-Index: freebsd-utils-jessie/src/usr.sbin/ppp/lqr.c
-===================================================================
---- freebsd-utils-jessie.orig/src/usr.sbin/ppp/lqr.c
-+++ freebsd-utils-jessie/src/usr.sbin/ppp/lqr.c
+--- a/src/usr.sbin/ppp/lqr.c
++++ b/src/usr.sbin/ppp/lqr.c
 @@ -30,7 +30,7 @@
  
  #include <sys/param.h>
@@ -212,10 +194,8 @@
  #include <netinet/in.h>
  #endif
  #include <sys/un.h>
-Index: freebsd-utils-jessie/src/usr.sbin/ppp/tun.c
-===================================================================
---- freebsd-utils-jessie.orig/src/usr.sbin/ppp/tun.c
-+++ freebsd-utils-jessie/src/usr.sbin/ppp/tun.c
+--- a/src/usr.sbin/ppp/tun.c
++++ b/src/usr.sbin/ppp/tun.c
 @@ -29,7 +29,7 @@
  #include <sys/param.h>
  




More information about the Glibc-bsd-commits mailing list