svn commit: r473194 - head/net/mpd5

Eugene Grosbein eugen at FreeBSD.org
Sun Jun 24 12:04:19 UTC 2018


Author: eugen
Date: Sun Jun 24 12:04:17 2018
New Revision: 473194
URL: https://svnweb.freebsd.org/changeset/ports/473194

Log:
  Minor change for net/mpd5: improve LCP MRU negotiation.
  
  Add a fix from upstream r2246:
  
  	Fix bug #62: improve LCP MRU negotiation in some unusual cases
  	sometimes happening while using Orange S.A. services.
  	This allow us to setup PPPoE client connection interface using mtu=1492
  	instead of 1456.
  
  Reported by:	Xavier Lemaire
  Tested by:	Xavier Lemaire

Modified:
  head/net/mpd5/Makefile

Modified: head/net/mpd5/Makefile
==============================================================================
--- head/net/mpd5/Makefile	Sun Jun 24 11:24:57 2018	(r473193)
+++ head/net/mpd5/Makefile	Sun Jun 24 12:04:17 2018	(r473194)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mpd
 DISTVERSION=	5.8
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}/Mpd5/Mpd-${PORTVERSION}
 PKGNAMESUFFIX=	5


More information about the svn-ports-all mailing list