Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jun 2018 12:04:18 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473194 - head/net/mpd5
Message-ID:  <201806241204.w5OC4I3E096712@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806241204.w5OC4I3E096712>