summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gmail.com>2010-11-10 22:42:30 +0300
committerAndrew Savchenko <bircoph@gmail.com>2010-11-10 22:42:30 +0300
commit0e49462d918055afed91804d24fb529ac4690973 (patch)
treea17062189dfbd5b1c5832a64875a4ea3457d053c /net-dialup/openl2tp
parentopenl2tpd: flex issue (diff)
downloadbircoph-0e49462d918055afed91804d24fb529ac4690973.tar.gz
bircoph-0e49462d918055afed91804d24fb529ac4690973.tar.bz2
bircoph-0e49462d918055afed91804d24fb529ac4690973.zip
openl2tpd: release r2
Nearly fix hostname resolution for flex parser. Warn users about braindead flex.
Diffstat (limited to 'net-dialup/openl2tp')
-rw-r--r--net-dialup/openl2tp/ChangeLog8
-rw-r--r--net-dialup/openl2tp/openl2tp-1.7-r2.ebuild (renamed from net-dialup/openl2tp/openl2tp-1.7-r1.ebuild)3
2 files changed, 11 insertions, 0 deletions
diff --git a/net-dialup/openl2tp/ChangeLog b/net-dialup/openl2tp/ChangeLog
index a78dd4a..b48713b 100644
--- a/net-dialup/openl2tp/ChangeLog
+++ b/net-dialup/openl2tp/ChangeLog
@@ -2,6 +2,14 @@
# Copyright 2000-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*openl2tp-1.7-r2.ebuild (10 Nov 2010)
+
+ 10 Nov 2010; Andrew Savchenko <bircoph@gmail.com>
+ +openl2tp-1.7-r2.ebuild, -openl2tp-1.7-r1.ebuild,
+ files/openl2tp-1.7-resolveip.patch:
+ Fix hostname parsing for non-rpc setup.
+ Warn about damn buggy flex parser.
+
*openl2tp-1.7-r1.ebuild (10 Nov 2010)
10 Nov 2010; Andrew Savchenko <bircoph@gmail.com>
diff --git a/net-dialup/openl2tp/openl2tp-1.7-r1.ebuild b/net-dialup/openl2tp/openl2tp-1.7-r2.ebuild
index c2a065e..dae9cf9 100644
--- a/net-dialup/openl2tp/openl2tp-1.7-r1.ebuild
+++ b/net-dialup/openl2tp/openl2tp-1.7-r2.ebuild
@@ -143,6 +143,9 @@ pkg_postinst() {
else
ewarn
ewarn "Without RPC support you won't be able to use l2tpconfig."
+ ewarn "Warning: config file parser is buggy due to flex braindead parsing logincs"
+ ewarn "and will deny you to use numerical login names, passwords with special"
+ ewarn "characters, short hostnames without dot symbol and many more."
fi
if use stats; then
ewarn