mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
- Use https in URL_BASE
- Update with our bugzilla experimental url
This commit is contained in:
@@ -94,7 +94,7 @@ class GetPatch(object):
|
||||
|
||||
class GnatsGetPatch(GetPatch):
|
||||
|
||||
URL_BASE = 'http://www.freebsd.org/cgi'
|
||||
URL_BASE = 'https://www.freebsd.org/cgi'
|
||||
URL = '%s/query-pr.cgi?pr=' % URL_BASE
|
||||
REGEX = r'<b>Download <a href="([^"]*)">([^<]*)</a>'
|
||||
|
||||
@@ -117,7 +117,7 @@ class GnatsGetPatch(GetPatch):
|
||||
|
||||
class BzGetPatch(GetPatch):
|
||||
|
||||
URL_BASE='https://bugzilla.freebsd.org'
|
||||
URL_BASE= 'https://kenobi.freebsd.org/bugs42'
|
||||
URL_SHOW = '%s/show_bug.cgi?id=' % URL_BASE
|
||||
REGEX_URL = r'<a href="([^<]+)">Details</a>'
|
||||
REGEX = r'<div class="details">([^ ]+) \(text/plain\)'
|
||||
|
||||
Reference in New Issue
Block a user