The patch changes the URL shown in the release message to HTTPS. (Cf. https://gcc.gnu.org/viewcvs/gcc/hooks/svnmailer.conf and gcc-cvs mailing list.)

OK?

Tobias
Index: svnmailer.conf
===================================================================
--- svnmailer.conf	(Revision 210336)
+++ svnmailer.conf	(Arbeitskopie)
@@ -71,7 +71,7 @@ max_subject_length = 50
 
 # You've got a web based repository viewer?
 # (there are other possibilities than ViewCVS, have a look at the docs)
-browser_base_url = viewcvs http://gcc.gnu.org/viewcvs/?root=%(REPOS)s
+browser_base_url = viewcvs https://gcc.gnu.org/viewcvs/?root=%(REPOS)s
 
 [libstdcxx]
 for_paths = .*(libstdc..-v3)/.*

Reply via email to