diff options
author | hubertf <hubertf@pkgsrc.org> | 2006-01-03 21:48:09 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2006-01-03 21:48:09 +0000 |
commit | 3d3cc2a9ff439c09b6f9c4c6f778195d12aab381 (patch) | |
tree | 34343b36332d6305abdce40b9fb406fb74fc564b /doc | |
parent | 8d5b0e5d1cec4241800c6e1db68c945598f64a34 (diff) | |
download | pkgsrc-3d3cc2a9ff439c09b6f9c4c6f778195d12aab381.tar.gz |
Update vpnc to 0.3.3. Changes:
* ignore \r in config files
* (hopefuly) fixed 64bit bugs (Nicolas Boichat and Zach Brown)
* added support for "Split-Net" Routing
* introduced vpnc-script and removed vpnc-connect
* always search for configfiles in /etc/vpnc/ expect if the
filename contains at least one "/"
* only read /etc/vpnc/default.conf and /etc/vpnc.conf if no other
configfiles are provided
* various other fixes contributed by Anton Altaparmakov, Randy
Chou, "krabat", Andre Vanha and Nikolay Sturm
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | doc/guide/files/getting.xml | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index fee869068b9..8be9e1a6fe8 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.12347 2006/01/03 21:19:26 adrianp Exp $ +$NetBSD: CHANGES,v 1.12348 2006/01/03 21:48:09 hubertf Exp $ Changes to the packages collection and infrastructure in 2006: @@ -90,3 +90,4 @@ Changes to the packages collection and infrastructure in 2006: Added math/pear-Numbers_Roman version 0.2.0 [adrianp 2006-01-03] Added math/pear-Numbers_Words version 0.14.0 [adrianp 2006-01-03] Added security/base version 1.2.1 [adrianp 2006-01-03] + Updated net/vpnc to 0.3.3 [hubertf 2006-01-03] diff --git a/doc/guide/files/getting.xml b/doc/guide/files/getting.xml index f71ebe26bbb..00b1b489e67 100644 --- a/doc/guide/files/getting.xml +++ b/doc/guide/files/getting.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: getting.xml,v 1.6 2005/11/20 10:02:31 rillig Exp $ --> +<!-- $NetBSD: getting.xml,v 1.7 2006/01/03 21:48:09 hubertf Exp $ --> <chapter id="getting"> <title>Where to get pkgsrc and how to keep it up-to-date</title> @@ -9,9 +9,9 @@ <sect1 id="as-tar-file"> <title>As tar file</title> - <para>To get pkgsrc going, you need to get the pkgsrc.tar.gz file + <para>To get pkgsrc going, you need to get the &filename.pkgsrc.current.tarball; file from <ulink - url="ftp://ftp.NetBSD.org/pub/NetBSD/NetBSD-current/tar_files/pkgsrc.tar.gz">ftp.NetBSD.org</ulink> + url="&url.pkgsrc.current.tarball;">ftp.NetBSD.org</ulink> and unpack it into <filename>/usr/pkgsrc</filename>.</para> </sect1> |