Fetch is broken now. Do I need to do something to fix it?
# svn up
Updating '.':
At revision 1344.
[root@FBSD10 /usr/ports/www/FF_nightly]# make update && make makesum &&
time make all deinstall install clean
Certificate verification failed for /C=US/O=GeoTrust Inc./CN=GeoTrust
Global CA
34380826200:error:14090086:SSL
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify
failed:/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s3_clnt.c:1168:
fetch: https://hg.mozilla.org/integration/mozilla-inbound/rev//tip:
Authentication error
===> Found saved configuration for firefox-nightly-26.0.143100,1
===> firefox-nightly-26.0.,1 depends on file: /usr/local/sbin/pkg -
found
=> .tar.bz2 doesn't seem to exist in /usr/ports/distfiles/firefox-nightly.
=> Attempting to fetch
https://hg.mozilla.org/integration/mozilla-inbound/archive/.tar.bz2
fetch:
https://hg.mozilla.org/integration/mozilla-inbound/archive/.tar.bz2: size
of remote file is not known
.tar.bz2 235 B 2319 kBps
00m00s
[: -eq: argument expected
=> Fetched file size mismatch (expected , actual 235)
=> Attempting to fetch
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/firefox-nightly/.tar.bz2
fetch:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/firefox-nightly/.tar.bz2:
File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/firefox-nightly and try again.
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/www/FF_nightly
*** Error code 1
Stop.
make: stopped in /usr/ports/www/FF_nightly
If I try to navigate to
https://hg.mozilla.org/integration/mozilla-inbound/archive/ in the browser
I get the following error:
Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request.
Please contact the server administrator, root@localhost and inform them of
the time the error occurred, and anything you might have done that may
have caused the error.
More information about this error may be available in the server error
log.
Apache/2.2.15 (Red Hat) Server at hg.mozilla.org Port 80
On Sat, 31 Aug 2013, [email protected] wrote:
Author: jbeich
Date: Sat Aug 31 15:20:02 2013
New Revision: 1343
Log:
prevent MITM when fetching new distfile
Modified:
trunk/mail/thunderbird/Makefile
trunk/www/firefox-nightly/Makefile
trunk/www/seamonkey/Makefile
Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile Sat Aug 31 15:19:54 2013 (r1342)
+++ trunk/mail/thunderbird/Makefile Sat Aug 31 15:20:02 2013 (r1343)
@@ -78,7 +78,7 @@
.endif
.if ${PORT_OPTIONS:MENIGMAIL}
-MASTER_SITES+= http://www.enigmail.net/download/source/:enigmail
+MASTER_SITES+= https://www.enigmail.net/download/source/:enigmail
DISTFILES+= ${EM_DISTFILE}:enigmail
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
EM_DISTNAME= enigmail-${EM_VERSION}
Modified: trunk/www/firefox-nightly/Makefile
==============================================================================
--- trunk/www/firefox-nightly/Makefile Sat Aug 31 15:19:54 2013 (r1342)
+++ trunk/www/firefox-nightly/Makefile Sat Aug 31 15:20:02 2013 (r1343)
@@ -5,7 +5,7 @@
PORTVERSION= 26.0.${HGREV:C/:.*//}
PORTEPOCH= 1
CATEGORIES= www ipv6
-MASTER_SITES= http://hg.mozilla.org/mozilla-central/archive/
+MASTER_SITES= https://hg.mozilla.org/mozilla-central/archive/
PKGNAMESUFFIX= ${MOZILLA_SUFX}
DISTNAME= ${HGREV:C/.*://}
DIST_SUBDIR= ${MOZILLA}
Modified: trunk/www/seamonkey/Makefile
==============================================================================
--- trunk/www/seamonkey/Makefile Sat Aug 31 15:19:54 2013 (r1342)
+++ trunk/www/seamonkey/Makefile Sat Aug 31 15:20:02 2013 (r1343)
@@ -92,7 +92,7 @@
MOZ_OPTIONS+= --enable-ldap --enable-mailnews
.endif
.if ${PORT_OPTIONS:MENIGMAIL}
-MASTER_SITES+= http://www.enigmail.net/download/source/:enigmail
+MASTER_SITES+= https://www.enigmail.net/download/source/:enigmail
DISTFILES+= ${EM_DISTFILE}:enigmail
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
EM_DISTNAME= enigmail-${EM_VERSION}
_______________________________________________
[email protected] mailing list
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"