Bug 224893 - MASTER_SITE_INDEX should use HTTPS URL
Summary: MASTER_SITE_INDEX should use HTTPS URL
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks: 224871
  Show dependency treegraph
 
Reported: 2018-01-04 12:56 UTC by Wolfram Schneider
Modified: 2018-01-29 21:49 UTC (History)
1 user (show)

See Also:
mat: maintainer-feedback+


Attachments
https homepage patch (1.02 KB, patch)
2018-01-04 12:57 UTC, Wolfram Schneider
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfram Schneider freebsd_committer freebsd_triage 2018-01-04 12:56:25 UTC
The ports homepage is using HTTPS https://www.FreeBSD.org/ports/

in /usr/ports/Makefile is an outdated config for
MASTER_SITE_INDEX?=    http://www.FreeBSD.org/ports/

There is an automatic redirect from http://www.FreeBSD.org/ports/ to https://www.FreeBSD.org/ports/ by the web front-end server. However, it would be better to use the real HTTPS URL without redirects.
Comment 1 Wolfram Schneider freebsd_committer freebsd_triage 2018-01-04 12:57:05 UTC
Created attachment 189394 [details]
https homepage patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-01-29 21:37:45 UTC
A commit references this bug:

Author: wosch
Date: Mon Jan 29 21:37:26 UTC 2018
New revision: 460340
URL: https://svnweb.freebsd.org/changeset/ports/460340

Log:
  MASTER_SITE_INDEX should use HTTPS URL

  PR:	 	224893
  Reviewed by:    mat (mentor)
  Approved by: 	portmgr

Changes:
  head/Makefile