diff options
author | 2016-07-16 21:03:26 +0000 | |
---|---|---|
committer | 2016-07-16 21:03:26 +0000 | |
commit | e4617cfdf6900cc863450cac95773037a9b6436e (patch) | |
tree | a6f11158926b4513f0ce47f931cf4ca27db4eef3 | |
parent | Remove potential overflow when validating message's length. (diff) | |
download | wireguard-openbsd-e4617cfdf6900cc863450cac95773037a9b6436e.tar.xz wireguard-openbsd-e4617cfdf6900cc863450cac95773037a9b6436e.zip |
sync
-rw-r--r-- | etc/examples/pkg.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/examples/pkg.conf b/etc/examples/pkg.conf index e80894f31f4..a769373588d 100644 --- a/etc/examples/pkg.conf +++ b/etc/examples/pkg.conf @@ -1,4 +1,4 @@ -# $OpenBSD: pkg.conf,v 1.14 2016/07/05 09:45:02 sthen Exp $ +# $OpenBSD: pkg.conf,v 1.15 2016/07/16 21:03:26 millert Exp $ # # Mirrors update at differing schedules. If using snapshots, sticking # with one host will reduce risk of fetching out-of-sync packages. @@ -122,6 +122,7 @@ #installpath = mirrors.mit.edu # NY, USA +#installpath = ftp4.usa.openbsd.org #installpath = ftp5.usa.openbsd.org #installpath = mirrors.nycbug.org |