Skip to content

Commit f246a21

Browse files
Paul Menzelbryceharrington
Paul Menzel
authored andcommitted
Use HTTPS URLs for gnome.org domains
Run the command below suggested by geirha in ##[email protected]. git grep -l 'http://.*gnome.org' | xargs sed -i 's|http\(://\([[:alnum:].-]*\.\)\{0,1\}gnome\.org\)|https\1|g' Signed-off-by: Paul Menzel <[email protected]>
1 parent 1c92017 commit f246a21

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

NEWS

+3-3
Original file line numberDiff line numberDiff line change
@@ -4247,7 +4247,7 @@ bugs had perhaps never been hit by any users. But at least one was
42474247
hit by the gnome-about program which resulted in dozens of duplicated
42484248
bug reports against that program:
42494249

4250-
http://bugzilla.gnome.org/show_bug.cgi?id=431990
4250+
https://bugzilla.gnome.org/show_bug.cgi?id=431990
42514251

42524252
We were very pleasantly surprised to see this bug get fixed as a
42534253
side-effect of Chris's work. Well done, Chris!
@@ -5859,7 +5859,7 @@ fix: https://gitweb.freedesktop.org/?p=cairo;a=commit;h=a0989f427be87c60415963dd
58595859

58605860
PDF: Fix broken output on amd64 (Adrian Johnson)
58615861
------------------------------------------------
5862-
report: http://bugzilla.gnome.org/show_bug.cgi?id=349826
5862+
report: https://bugzilla.gnome.org/show_bug.cgi?id=349826
58635863
fix: https://gitweb.freedesktop.org/?p=cairo;a=commit;h=f4b12e497b7ac282b2f6831b8fb68deebc412e60
58645864

58655865
PS: Fix broken output for truetype fonts > 64k (Adrian Johnson)
@@ -5940,7 +5940,7 @@ And at least the following bugs have been fixed:
59405940
* PS/PDF: Fix broken placement for vertical glyphs
59415941
* PS: Fix to not draw BUTT-capped zero-length dash segments
59425942
* Do device offset before float->fixed conversion
5943-
http://bugzilla.gnome.org/show_bug.cgi?id=332266
5943+
https://bugzilla.gnome.org/show_bug.cgi?id=332266
59445944
* PS: Fix source surfaces with transformations
59455945
* PS: Fix to not draw BUTT-capped degnerate sub-paths
59465946
* PS: Don't walk off end of array when printing "~>"

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ dnl Build gobject integration library
760760
CAIRO_ENABLE_FUNCTIONS(gobject, gobject, auto, [
761761
gobject_REQUIRES="gobject-2.0 glib-2.0 >= 2.14"
762762
PKG_CHECK_MODULES(GOBJECT, $gobject_REQUIRES, ,
763-
[use_gobject="no (requires $gobject_REQUIRES http://download.gnome.org/pub/GNOME/sources/glib/)"])
763+
[use_gobject="no (requires $gobject_REQUIRES https://download.gnome.org/pub/GNOME/sources/glib/)"])
764764
gobject_NONPKGCONFIG_EXTRA_LIBS="-L\${libdir} -lcairo-gobject"
765765
])
766766
dnl I'm too lazy to fix the caching properly

src/cairo-output-stream.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ _cairo_output_stream_write_hex_string (cairo_output_stream_t *stream,
293293

294294
/* Format a double in a locale independent way and trim trailing
295295
* zeros. Based on code from Alex Larson <[email protected]>.
296-
* http://mail.gnome.org/archives/gtk-devel-list/2001-October/msg00087.html
296+
* https://mail.gnome.org/archives/gtk-devel-list/2001-October/msg00087.html
297297
*
298298
* The code in the patch is copyright Red Hat, Inc under the LGPL, but
299299
* has been relicensed under the LGPL/MPL dual license for inclusion

util/cairo-trace/trace.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ _fini_trace (void)
521521

522522
/* Format a double in a locale independent way and trim trailing
523523
* zeros. Based on code from Alex Larson <[email protected]>.
524-
* http://mail.gnome.org/archives/gtk-devel-list/2001-October/msg00087.html
524+
* https://mail.gnome.org/archives/gtk-devel-list/2001-October/msg00087.html
525525
*
526526
* The code in the patch is copyright Red Hat, Inc under the LGPL.
527527
*/

0 commit comments

Comments
 (0)