non port: Mk/bsd.sites.mk |
SVNWeb
|
Number of commits found: 826 (showing only 100 on this page) |
Sat, 31 Dec 2022
|
[ 13:13 Daniel Engberg (diizzy) ] dd88a98
Mk/bsd.sites.mk: Update MASTER_SITE_GNUPG entries
Refresh mirror list with working mirrors
Use main site as fallback
Differential Revision: https://reviews.freebsd.org/D37279
|
Tue, 27 Dec 2022
|
[ 17:55 Dmitry Marakasov (amdmi3) ] 42ba014
Mk/bsd.sites.mk: rename CHEESESHOP to PYPI
PR: 267994
Differential revision: D37518
Approved by: bapt, lwhsu
|
Sat, 26 Nov 2022
|
[ 09:12 Alexey Dokuchaev (danfe) ] b73cc987
Mk/bsd.sites.mk: actualize SourceForge mirror list (more complete)
Test resolving and connectivity (proper HTTP response) for every
officially endorsed mirror from three different locations, using
this simple shell script:
set -e
for m in $(grep -v ^# /tmp/sf-mirrors); do
host ${m}.dl.sourceforge.net
curl --connect-timeout 30 -I
http://${m}.dl.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%202.2.4/lazarus-2.2.4-0.tar.gz
done
With the following results over numerous runs:
GOX mirror (Itauna, Brazil) was inaccessible from everywhere;
additionally, AltusHost (Stockholm) and YeR (Azerbaijan) were
inaccessible from China, so do not offer them for the moment.
Please keep in mind that not all mirrors might be enabled at once
(mirrors sometimes are pulled from rotation), and not all mirrors
have all files -- in this case, it will respond with HTTP/1.1 302
Moved Temporarily redirect to another site.
Tested from: Guangzhou (China Mobile), New York City (NYI),
Saint Petersburg (Rostelecom)
|
Tue, 15 Nov 2022
|
[ 19:29 Dmitry Marakasov (amdmi3) ] 434c80d
Mk/bsd.sites.mk: update sourceforge mirrors
- Remove superb (no address record)
- Add versaweb
|
Sun, 6 Nov 2022
|
[ 21:29 Daniel Engberg (diizzy) ] 2a7b81b
Mk/bsd.sites.mk: Update MASTER_SITE_EXIM entries
Refresh mirror list with working mirrors
Use main site as fallback
Reviewed by: fluffy
Differential Revision: https://reviews.freebsd.org/D36373
|
Thu, 13 Oct 2022
|
[ 00:36 Yasuhiro Kimura (yasu) ] c564ea2
Mk/bsd.sites.mk: Update MASTER_SITE_DEBIAN
1. cdn.debian.net and http.debian.net are obsolete, so replace them
with deb.debian.org.
2. Sync per-country mirrors with current official mirrors list.
Reference: https://www.debian.org/mirror/list (1,2)
Reference: https://wiki.debian.org/DebianGeoMirror (1)
|
Thu, 22 Sep 2022
|
[ 12:26 Jochen Neumeister (joneum) ] 7120a06
Mk/bsd.sites.mk: remove mirror pages that no longer exist
Sponsored by: Netzkommune GmbH
|
Wed, 21 Sep 2022
|
[ 11:23 Stefan Eßer (se) ] 5dccc48
Mk/bsd.sites.mk: fall back to default WWW URLs for specific ports
This change has been accepted as part of review D36558. A follow-up
commit will apply the reminder of the patches in that review.
A separate commit is used since providing default values for certain
ports is logically different than support for multiple URLs in WWW.
This commit adds default WWW values if the following conditions are
met:
1) no value assigned to the WWW macro by the port
2) at least one of USE_GITHUB, USE_GITLAB, or USES=pear is used in
the port (Only the first 15 lines of the commit message are shown above )
|
Thu, 15 Sep 2022
|
[ 17:10 Daniel Engberg (diizzy) ] fda3076
Mk/bsd.sites.mk: Update MASTER_SITE_GCC entries
- Refresh mirror list with working mirrors and not stale mirrors
- Drop ftp mirrors
- Use main site as fallback
Reviewed by: salvadore
Differential Revision: https://reviews.freebsd.org/D36372
|
[ 17:10 Daniel Engberg (diizzy) ] 3e4d649
Mk/bsd.sites.mk: Update MASTER_SITE_SAVANNAH entries
- Refresh mirror list
- Drop ftp mirrors
- Use main site as fallback
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D36374
|
Tue, 30 Aug 2022
|
[ 13:37 Ryan Steinmetz (zi) ] 92dd2ee
Mk/bsd.sites.mk: Update ZI mirror
|
Fri, 26 Aug 2022
|
[ 13:48 Tobias C. Berner (tcberner) ] 71d80d6
bsd.sites.mk: remove non-default KDE mirrors
|
[ 13:03 Baptiste Daroussin (bapt) ] 6380765
bsd.sites.mk: removes mirror list with no consumers in the ports tree
|
[ 12:38 Baptiste Daroussin (bapt) ] d317809
bsd.sites.mk: cleanup some dead or unresponsive ftp mirrors
|
Sun, 7 Aug 2022
|
[ 20:02 Muhammad Moinur Rahman (bofh) ] 829a3566
Mk/bsd.sites.mk: Fix MASTER_SITE_MYSQL
- Remove download.softagency.net as there is no A/AAAA/CNAME record for
this URL
|
Mon, 1 Aug 2022
|
[ 18:40 Jochen Neumeister (joneum) ] 5202387
Mk/bsd.sites.mk: Update MySQL site list
MySQL 8.0.30 is not available for download on any of the mirror sites, so
mysql.com is added directly.
Sponsored by: Netzkommune GmbH
|
Mon, 6 Jun 2022
|
[ 20:46 Fernando Apesteguía (fernape) ] 6e4935d
*/*: Mk/bsd.sites.mk: TEX_CTAN reorganize mirrors
Move https://ftp.math.utah.edu/pub/tex/historic/%SUBDIR%/ to the end of the
list. It is pretty unreliable and gives very bad throughput.
|
Sun, 24 Apr 2022
|
[ 10:00 Tobias C. Berner (tcberner) ] aa25396 (Only the first 10 of 118 ports in this commit are shown above. )
framework: cleanup conditional-indentations in Mk/
Run Tools/scripts/indent_make_if.pl on all of Mk.
These white space changes contribute greatly to the readability of those files.
As we have a version control system, finding out the reasons for the changes
prior to these white space changes is still easily possible
Differential Revision: https://reviews.freebsd.org/D35024
Reviewed by: portmgr (rene, bapt)
|
Sat, 19 Feb 2022
|
[ 02:25 Muhammad Moinur Rahman (bofh) ] 8374a33 (Only the first 10 of 139 ports in this commit are shown above. )
tex* : Update version 20150521=>20210325
- Update MASTER_SITES_TEX_CTAN from https://tug.org/historic/
- Update texlua to use texlua53 library
- Deprecate CSLaTeX format
- Remove aleph as per Upstream
- Add common variables TEXLIVE_YEAR and TEXLIVE_VERSION to be used in
all ports related to tex*
- Fix dependency of print/texlive-texmf-source [1]
- devel/tex-kpathsea: Update version 6.2.1=>6.3.3
- devel/tex-libtexlua: Update version 5.2.4=>5.3.6
- devel/tex-libtexluajit: Update version 2.0.3=>2.1.0
- devel/tex-synctex: Update version 1.17.0=>2.0.0
- devel/tex-web2c: Update version 20150521=>20210325
- editors/texworks: Fix build with newer tex version (Only the first 15 lines of the commit message are shown above )
|
Mon, 17 Jan 2022
|
[ 14:47 Mikael Urankar (mikael) ] c7dd5ca (Only the first 10 of 225 ports in this commit are shown above. )
*: Linux emulation: add support for aarch64
PR: 256008
Submitted by: Vincent Milum Jr (prior version)
Approved by: emulation (maintainer timeout)
|
Sun, 26 Dec 2021
|
[ 18:23 Muhammad Moinur Rahman (bofh) ] 529117f
Fix fetch for php*
- Primary hosting provider of php has introduced some sort of checking
which is blocking fetch although curl/wget works perfectly. fetch with
other --user-agent is also not working at the moment. An issue has been
opened with the upstream which can be found at:
https://github.com/php/web-php/issues/483
- Untill this is fixed add php Github distributions URL to MASTER_SITES
- Modify MASTER_SITES for php[73|74|80] and remove SUBDIR as it affects
DIST_SUBDIR
- Add DIST_SUBDIR as Github is IPv4 only which affects IPv6 only
builders. In case someone is running IPv6 only builders distcache will
pickup and serve.
- Although distinfo has been updated as we have added DIST_SUBDIR but
SHA256 and SIZE are unchanged. In case someone needs to verify those
are available from https://www.php.net/downloads
- We might have done some drastic changes but we are on the brink of
quarterly build and we do not want to start a new year and a new
quarter with BROKEN php and thousands of other ports.
PR: 260699
Reported by: chris@cretaforce.gr
Approved by: portmgr (blanket infrastructure)
Sponsored by: Bounce Experts
|
Sun, 24 Oct 2021
|
[ 20:12 Daniel Engberg (diizzy) ] 34197c5
Mk/bsd.sites.mk: Update APACHE site list
Start by using CDN, try mirrors with good overall connectivity and
geographically apart if CDN fails.
Reference: https://www.apache.org/mirrors/dist.html
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D32382
|
Wed, 20 Oct 2021
|
[ 02:28 Li-Wen Hsu (lwhsu) ] e90b084
Revert: "Mk/bsd.sites.mk: Remove unused MASTER_SITE_LIBREOFFICE_DEV"
This reverts commit eceb50a4c39532b7f2fcd1d9c0cf982d82f00a61.
It's used as LODEV in ports.
|
[ 02:24 Li-Wen Hsu (lwhsu) ] eceb50a
Mk/bsd.sites.mk: Remove unused MASTER_SITE_LIBREOFFICE_DEV
|
[ 02:19 Li-Wen Hsu (lwhsu) ] 4e70a0d
Mk/bsd.sites.mk: Remove mirrors not working in MASTER_SITE_APACHE
|
[ 02:09 Li-Wen Hsu (lwhsu) ] 3d55e23
Mk/bsd.sites.mk: Chase https://www.apache.org/dist/ redirection
It's https://downloads.apache.org/ now and directly use it to remove
unnecessary requests.
|
Thu, 8 Jul 2021
|
[ 10:16 Li-Wen Hsu (lwhsu) ] 698fb0a
Mk/bsd.sites.mk: Update the URL of FreeBSD mirrors list
|
[ 10:05 Li-Wen Hsu (lwhsu) ] c42ad02
Mk/bsd.sites.mk: Remove stale mirror in MASTER_SITE_KDE
|
[ 10:04 Li-Wen Hsu (lwhsu) ] 42588be
Mk/bsd.sites.mk: Update kde.cs.nctu.edu.tw layout
|
Tue, 1 Jun 2021
|
[ 07:29 Mathieu Arnold (mat) ] b0ea84f
Mk/bsd.sites.mk: Fixup USE_GITHUB code.
This mainly synchronize the subgroups GH_TAGNAME_${_group}_* variables
with their default GH_TAGNAME_* equivalent.
In order to try and avoid this in the future, add a couple of comments
where those two sets of variables are defined.
PR: 256314
Reported by: yuri
|
Thu, 27 May 2021
|
[ 10:41 Mathieu Arnold (mat) ] d6ab5ec
Mk/bsd.sites.mk: Revert unapproved change.
|
Wed, 26 May 2021
|
[ 19:24 Neel Chauhan (nc) ] 7eacfa5
x11-toolkits/tepl6: New port
|
Tue, 11 May 2021
|
[ 13:38 Mathieu Arnold (mat) ] 267d8dc
framework: Fixup USE_GITHUB when version has multiple + signs.
|
Fri, 9 Apr 2021
|
[ 18:43 Matthias Fechner (mfechner) ] 12ae970
Fix downloading of packages hosted on gitlab.
Gitlab changed the address beginning of April you can download packages
from:
curl
https://gitlab.com/gitlab-org/gitlab-foss/repository/7efd19e3716ab6f9146052da76d1bd59ec815f2d/archive.tar.gz?dummy=/gitlab-org-gitlab-foss-7efd19e3716ab6f9146052da76d1bd59ec815f2d_GL0.tar.gz
to:
curl
https://gitlab.com/gitlab-org/gitlab-foss/-/archive/7efd19e3716ab6f9146052da76d1bd59ec815f2d.tar.gz?dummy=/gitlab-org-gitlab-foss-7efd19e3716ab6f9146052da76d1bd59ec815f2d_GL0.tar.gz
The new extracted archive will have a different folder name.
Before it was:
gitlab-foss-7efd19e3716ab6f9146052da76d1bd59ec815f2d-7efd19e3716ab6f9146052da76d1bd59ec815f2d
now it is:
gitlab-foss-7efd19e3716ab6f9146052da76d1bd59ec815f2d
So all ports using gitlab must regen their distinfo.
PR: 254866
MFH: 2021Q2
Differential Revision: https://reviews.freebsd.org/D29628
|
[ 16:47 Neel Chauhan (nc) ] 1899b4c
Add GNOME GitLab to bsd.sites.mk and use where needed
|
Tue, 6 Apr 2021
|
[ 14:27 Mathieu Arnold (mat) ] 5d33e04 (Only the first 10 of 224 ports in this commit are shown above. )
framework: Remove $FreeBSD$
Where appropriate fiddle with a few other things.
|
Thu, 15 Oct 2020
|
[ 03:38 meta ]
bsd.sites.mk: Unify MASTER_SITE_PHP and switch to HTTPS
> The PHP project does no have an official mirror program anymore [1]
[1] https://www.php.net/mirroring.php
PR: 250258
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
Thu, 24 Sep 2020
|
[ 16:34 tdb ]
The kent SourceForge mirror no longer exists.
|
Fri, 18 Sep 2020
|
[ 09:41 0mp ]
Fix a typo in a comment
|
Sun, 6 Sep 2020
|
[ 15:39 sunpoet ]
Clean up MASTER_SITE_GNU: ftp.cse.yzu.edu.tw is not working
% telnet ftp.cse.yzu.edu.tw ftp
Trying 140.138.144.170...
telnet: connect to address 140.138.144.170: Connection refused
telnet: Unable to connect to remote host
|
Fri, 24 Jul 2020
|
[ 06:28 rigoletto ] (Only the first 10 of 52 ports in this commit are shown above. )
Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports
geographical load balancing
- update all affected ports
PR: 244164
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Differential Revision: https://reviews.freebsd.org/D24955
|
Tue, 2 Jun 2020
|
[ 09:33 mandree ]
Update GNU and kernel.org mirror lists
Note that from the original submission by Daniel on kernel.org,
heanet.ie was updated to match the directory,
rackspace and slackwere were dropped because they were outdated.
Mirror update status was checked with libpci/pciutils-3.7.0.tar.xz
and gnuchess-6.2.7 a few minutes ago.
PR: 243435
PR: 243436
Submitted by: Daniel Engberg
|
Wed, 20 May 2020
|
[ 15:49 mat ]
Add another couple of helper variables when using USE_GITHUB.
|
Fri, 14 Feb 2020
|
[ 22:01 mandree ]
Ditch cytranet from sourceforge, currently dead.
|
Thu, 6 Feb 2020
|
[ 13:18 zi ]
- Update hostname
- Add %SUBDIR%
|
Thu, 12 Sep 2019
|
[ 02:31 lwhsu ]
Add NCTUCS KDE mirror
|
Thu, 5 Sep 2019
|
[ 13:24 bapt ]
Add http://http.debian.net which points to their fastly cdn to the list
of debian mirror. [1]
While here, drop the NON_US part of debian mirrors which do not exists
anymore (for long)
PR: 221143 [1]
Reported by: amutu@amutu.com
|
[ 12:39 bapt ]
Fix SUBDIR definition
Pointy hat: bapt
|
[ 12:01 bapt ]
Update NETBSD sites macro
Point to the new location of the distfiles, refresh the list
of mirrors.
Note that this macro should probably be renamed PKGSRC
PR: 219536
Reported by: avg
|
Mon, 19 Aug 2019
|
[ 14:01 tobik ]
Mk/bsd.sites.mk: Fix fetch with GL_TUPLE site:account:project:commit:group style
entries
Something like
GL_TUPLE= https://gitlab.redox-os.org:redox-os:calc:afba9c5d184ddb9db5e4e71dc357da0499e212cf:calculate
fails to fetch because GL_SITE_calculate still has the colon left after parsing:
=> Attempting to fetch
https://gitlab.redox-os.org:/redox-os/calc/repository/afba9c5d184ddb9db5e4e71dc357da0499e212cf/archive.tar.gz?dummy=/redox-os-calc-afba9c5d184ddb9db5e4e71dc357da0499e212cf_GL0.tar.gz
fetch:
https://gitlab.redox-os.org:/redox-os/calc/repository/afba9c5d184ddb9db5e4e71dc357da0499e212cf/archive.tar.gz?dummy=/redox-os-calc-afba9c5d184ddb9db5e4e71dc357da0499e212cf_GL0.tar.gz:
parse error
$ make -V GL_SITE_calculate
https://gitlab.redox-os.org:
Changing the already complex regular expressions to correct this
would make them even more complex. Instead we correct the :: that
appears in GL_SITE after parsing GL_TUPLE.
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D21171
|
Sat, 17 Aug 2019
|
[ 18:19 zeising ]
bsd.sites.mk: Update xorg mirrors
Update the xorg mirrors list, removing dead mirrors, and sort the list to
prioritize https sites over http sites.
MFH: 2019Q3
|
Wed, 19 Jun 2019
|
[ 16:14 madpilot ] (Only the first 10 of 70 ports in this commit are shown above. )
- Simplify XFCE MASTER_SITES usage
- Update XFCE Master sites list
Submitted by: olivierd
Reviewed by: mat
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D8416
|
Fri, 3 May 2019
|
[ 16:31 pi ]
Mk/bsd.sites.mk: update torproject.org link
- The old link redirects (302) to the new one.
PR: 237732
Submitted by: Christian Inci <chris.freebsd@broke-the-inter.net>
|
[ 13:58 mat ]
Cleanup USE_GIT(HUB|LAB) a bit.
- Make USE_GIT(HUB|LAB) behave more responsibly with DISTNAME.
- Fix a small bug in the USE_GITLAB extra distfile naming.
Differential Revision: https://reviews.freebsd.org/D20140
|
Thu, 28 Feb 2019
|
[ 21:36 sunpoet ]
Fix comment of GH_TAGNAME
|
Tue, 19 Feb 2019
|
[ 13:20 sunpoet ]
Update MASTER_SITE_RUBYGEMS
|
Fri, 15 Feb 2019
|
[ 12:04 tobik ]
Add a CRATESIO entry for crates.io to bsd.sites.mk
Switch cargo.mk over to it.
Differential Revision: https://reviews.freebsd.org/D19133
|
Thu, 6 Dec 2018
|
[ 20:33 sunpoet ]
Update URL
|
Sun, 14 Oct 2018
|
[ 20:17 arved ]
Remove gd.tuwien.ac.at. It doesn't resolve anymore.
|
Thu, 13 Sep 2018
|
[ 22:13 gerald ]
Remove gcc.skazkaforyou.com from MASTER_SITE_GCC. It's gone rogue and
is up for sale, and does not provide mirror service any longer.
MFH: 2018Q3
|
Fri, 31 Aug 2018
|
[ 09:51 mat ]
curl: (7) Failed to connect to www.cpan.dk port 80: Operation timed out
|
[ 09:50 mat ]
This site does https, but redirects to http.
|
Thu, 30 Aug 2018
|
[ 18:34 naddy ]
Update MASTER_SITE_OPENBSD:
OpenBSD has cdn.openbsd.org officially now which uses cloudflare
and falls back to fastly if its upstream mirror is not available.
Submitted by: T.J. Townsend <tj@openbsd.org>
|
Wed, 13 Jun 2018
|
[ 00:43 knu ]
Remove https://ftp.ruby-lang.org/ as well
ftp.ruby-lang.org is going to be an alias for cache.ruby-lang.org.
|
[ 00:36 knu ]
Remove ftp://ftp.ruby-lang.org/; the FTP service is shutting down
Here's the announcement: https://bugs.ruby-lang.org/issues/14842
|
Tue, 17 Apr 2018
|
[ 19:14 sunpoet ]
Update MASTER_SITE_CHEESESHOP
https://pypi.python.org/ redirects to https://pypi.org/
|
Sun, 15 Apr 2018
|
[ 12:51 riggs ]
Retire MASTER_SITE_MPLAYERHQ
Rationale:
- MPLAYERHQ was an alias for www[1-5].mplayerhq.hu
- www.mplayerhq.hu uses dns load balancing already
for a while, essentially rendering the above
alias futile
- At times, some of the www[1-9] instances do not
participate in the balancing while others do.
(At the time of this writing, for instance www3
does not have a dns record but www8 does. The
latter was not part of MASTER_SITE_MPLAYERHQ)
- The MPLAYERHQ alias was only used by two ports
in the tree:
multimedia/mplayer-skins
multimedia/win32-codecs
|
Thu, 12 Apr 2018
|
[ 11:11 mat ]
Try and prevent people from adding github archive urls.
If you use the archive URL directly, you end up having non unique
distfiles named 0.9.5.tar.gz or v2.2.2.tar.gz, and soon, another port
ends up having the same version, and boom.
Reviewed by: bdrewery
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D15039
|
Sat, 24 Mar 2018
|
[ 21:12 sunpoet ] (Only the first 10 of 52 ports in this commit are shown above. )
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN
PR: 225609
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
Mon, 5 Mar 2018
|
[ 10:35 mat ]
Bring in the sub-submodule extraction problem fix from USE_GITHUB.
PR: 226221
Sponsored by: Absolight
|
[ 08:29 mat ]
Fix a regression on 10.3 introduced in r463301.
PR: 226221
Reported by: mmokhi
Sponsored by: Absolight
|
Sat, 3 Mar 2018
|
[ 06:50 ultima ]
* Add USE_GITLAB for fetching from www.gitlab.com and GitLab deployed sites.
Reviewed by: mat
Approved by: portmgr (mat)
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D12162
|
Thu, 1 Mar 2018
|
[ 12:58 mat ]
Fix a sub-submodule extraction problem with GH_SUBDIR.
The problem is that GH_SUBDIR are handled in a somewhat random manner. (The
truth is that in the end of things, they end up being sorted by the group name
being used in the GH_TUPLE.)
So if you have a submodule in bar/foo, and a sub-submodule in bar/foo/baz, it
may happen that foo/bar/baz is handled before foo/bar and then things are
messed up.
This makes it so the GH_SUBDIR target handling is sorted first by the
number of / in the path. (So, bar/foo is always handled before
bar/foo/baz.)
PR: 226221
Reported by: ygy
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14532
|
Tue, 27 Feb 2018
|
[ 13:03 mat ] (Only the first 10 of 26 ports in this commit are shown above. )
Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries.
PR: 226203
Submitted by: Sam H
Sponsored by: Absolight
|
Sat, 17 Feb 2018
|
[ 02:08 gerald ]
http://mirrors.ibiblio.org/pub/mirrors/mozdev.org/ redirects to
http://mirrors.ibiblio.org/mozdev.org/ which also is shorter, so
adjust MASTER_SITE_MOZDEV accordingly.
|
Thu, 8 Feb 2018
|
[ 19:38 wosch ]
use HTTPS whenever possible
PR: 221722
Approved by: bapt, portmgr
Differential Revision: https://reviews.freebsd.org/D14194
|
Mon, 29 Jan 2018
|
[ 19:45 tijl ]
Update EPEL and EPEL7 URL.
PR: 225540
Reported by: dbn
|
Sun, 21 Jan 2018
|
[ 10:54 rakuco ]
Use qt.io instead of qt-project.org in MASTER_SITE_QT.
The former has redirected to the latter for a long time now; while here, use
https for the main download URL.
|
Mon, 15 Jan 2018
|
[ 11:34 mat ]
Fix a bug in USE_GITHUB code where a version with more than one / was
not sanitized properly.
Sponsored by: Absolight
|
Tue, 2 Jan 2018
|
[ 15:02 linimon ]
Update MASTER_SITE_TEX_CTAN.
- ctan.unsw.edu.au now only accepts http
- neither ftp.tex.ac.uk nor ftp.chg.ru have address records anymore
|
[ 00:35 linimon ]
Repairs to MASTER_SITE_DEBIAN_NON_US:
- ftp.df.lth.se has gone away.
- some of the "ftp\." sites now only accept http:// addresses.
|
Fri, 13 Oct 2017
|
[ 15:07 bapt ]
Revert r451865, it was actually a temporary situation on belnet
|
[ 15:00 bapt ]
Cleanup MYSQL master_sites
|
[ 13:27 bapt ]
Remove belnet from GENTOO mirror
|
[ 12:26 bapt ]
Remove dead sourceforge.jp mirror
|
[ 09:03 bapt ]
Cleanup XCONTRIB master sites
|
[ 08:49 bapt ]
clean up master sites for PACKETSTORM
|
[ 08:31 bapt ]
Remove old master site for festival which is only mirroring old versions
|
[ 08:25 bapt ]
The lip6 mirror for SUNSITE only contains the layout, but none of the files
|
[ 08:13 bapt ]
Cleanup NETLIB sites
|
[ 08:11 bapt ]
Clean up SAMBA sites
|
Thu, 12 Oct 2017
|
[ 12:03 bapt ]
belnet.be has "mirror" in the path only for FTP servers, not http ones
|
[ 11:57 bapt ]
Remove a blank line getting in by accident
|
[ 11:53 bapt ]
Cleanup GENTOO mirrors
|
[ 11:50 bapt ]
The sunsite.cnlab-switch.ch has gone
|
[ 11:41 bapt ]
Cleanup SUNSITE mirrors
|
[ 11:29 bapt ]
Oups fix bad commit r451855 leaving a trailing \
|
[ 11:19 bapt ]
pair.com have stopped their ftp server
|
[ 11:09 bapt ]
Cleanup the qt list of mirrors
|
[ 11:05 bapt ]
Remove more dead KDE mirrors
|
Number of commits found: 826 (showing only 100 on this page) |