Skip to content

Commit 1c92017

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

19 files changed

+77
-77
lines changed

BUGS

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ which you prefer:
1212
up on previous bug reports, and search for existing, known
1313
bugs. Just use the "cairo" product:
1414

15-
http://bugs.freedesktop.org
15+
https://bugs.freedesktop.org
1616

1717
It is necessary to go through a quick account creation process,
1818
(with email address verification), in order to be able to report
@@ -49,7 +49,7 @@ in getting the bug fixed sooner):
4949

5050
1) Check to see if the bug has been reported already. It's pretty easy
5151
to run a search or two against the cairo product in the
52-
http://bugs.freedesktop.org bugzilla database. Another place to
52+
https://bugs.freedesktop.org bugzilla database. Another place to
5353
look for known bugs is the cairo ROADMAP:
5454

5555
https://cairographics.org/ROADMAP

HACKING

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Bug Tracking System
4848

4949
We use a standard bugzilla bug tracking system available at:
5050

51-
http://bugs.freedesktop.org/
51+
https://bugs.freedesktop.org/
5252

5353
See file named BUGS for detailed information on reporting bugs. In short,
5454
for straight bug reports, it's best to report them there such that they
@@ -75,7 +75,7 @@ We use /git/ for version control. See:
7575

7676
For more information on using git, see:
7777

78-
http://freedesktop.org/wiki/Infrastructure/git/
78+
https://freedesktop.org/wiki/Infrastructure/git/
7979

8080

8181
Build System

NEWS

+50-50
Large diffs are not rendered by default.

README

+3-3
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ Supported, "platform" surface backends
113113
-----------------------------------
114114
xlib backend
115115
------------
116-
X11 http://freedesktop.org/Software/xlibs
116+
X11 https://freedesktop.org/Software/xlibs
117117

118118
xlib-xrender backend
119119
--------------------
120-
Xrender >= 0.6 http://freedesktop.org/Software/xlibs
120+
Xrender >= 0.6 https://freedesktop.org/Software/xlibs
121121

122122
quartz backend
123123
--------------
@@ -129,7 +129,7 @@ Supported, "platform" surface backends
129129

130130
xcb backend
131131
-----------
132-
XCB http://xcb.freedesktop.org
132+
XCB https://xcb.freedesktop.org
133133

134134
Font backends (required to have at least one)
135135
---------------------------------------------

build/aclocal.pkg.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ path to pkg-config.
146146
147147
_PKG_TEXT
148148
149-
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
149+
To get pkg-config, see <https://pkg-config.freedesktop.org/>.])],
150150
[$4])
151151
else
152152
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS

build/configure.ac.tools

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dnl ===========================================================================
1212

1313
PKG_PROG_PKG_CONFIG()
1414
if test "x$PKG_CONFIG" = x; then
15-
AC_MSG_ERROR([pkg-config >= $PKGCONFIG_REQUIRED required but not found (http://pkgconfig.freedesktop.org/)])
15+
AC_MSG_ERROR([pkg-config >= $PKGCONFIG_REQUIRED required but not found (https://pkgconfig.freedesktop.org/)])
1616
fi
1717

1818
dnl Check for recent pkg-config which supports Requires.private

configure.ac

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AC_PREREQ([2.63])
22
CAIRO_PARSE_VERSION
33
AC_INIT([cairo],
44
[cairo_version_major.cairo_version_minor.cairo_version_micro],
5-
[http://bugs.freedesktop.org/enter_bug.cgi?product=cairo],
5+
[https://bugs.freedesktop.org/enter_bug.cgi?product=cairo],
66
[cairo],
77
[https://cairographics.org/])
88
AC_CONFIG_AUX_DIR(build)
@@ -143,7 +143,7 @@ CAIRO_ENABLE_SURFACE_BACKEND(xlib_xrender, Xlib Xrender, auto, [
143143
CPPFLAGS="$CPPFLAGS $xlib_CFLAGS $xlib_NONPKGCONFIG_CFLAGS"
144144
AC_CHECK_HEADER(X11/extensions/Xrender.h,
145145
[xlib_xrender_NONPKGCONFIG_LIBS="-lXrender"],
146-
[use_xlib_xrender="no (requires $xlib_xrender_REQUIRES http://freedesktop.org/Software/xlibs)"],
146+
[use_xlib_xrender="no (requires $xlib_xrender_REQUIRES https://freedesktop.org/Software/xlibs)"],
147147
[#include <X11/X.h>])
148148
CPPFLAGS=$old_CPPFLAGS
149149
])
@@ -164,14 +164,14 @@ dnl ===========================================================================
164164
CAIRO_ENABLE_SURFACE_BACKEND(xcb, XCB, auto, [
165165
xcb_REQUIRES="xcb >= 1.6 xcb-render >= 1.6"
166166
PKG_CHECK_MODULES(xcb, $xcb_REQUIRES, ,
167-
[use_xcb="no (requires $xcb_REQUIRES http://xcb.freedesktop.org)"])
167+
[use_xcb="no (requires $xcb_REQUIRES https://xcb.freedesktop.org)"])
168168
])
169169

170170
CAIRO_ENABLE_FUNCTIONS(xlib_xcb, Xlib/XCB, no, [
171171
if test "x$use_xcb" = "xyes" -a "x$use_xlib" = "xyes"; then
172172
xlib_xcb_REQUIRES="x11-xcb"
173173
PKG_CHECK_MODULES(xlib_xcb, $xlib_xcb_REQUIRES, ,
174-
[use_xlib_xcb="no (requires $xlib_xcb_REQUIRES http://xcb.freedesktop.org)"])
174+
[use_xlib_xcb="no (requires $xlib_xcb_REQUIRES https://xcb.freedesktop.org)"])
175175
else
176176
use_xlib_xcb="no (requires both --enable-xlib and --enable-xcb)"
177177
fi
@@ -181,7 +181,7 @@ CAIRO_ENABLE_FUNCTIONS(xcb_shm, XCB/SHM, auto, [
181181
if test "x$use_xcb" = "xyes"; then
182182
xcb_shm_REQUIRES="xcb-shm"
183183
PKG_CHECK_MODULES(xcb_shm, $xcb_shm_REQUIRES, ,
184-
[use_xcb_shm="no (requires $xcb_shm http://xcb.freedesktop.org)"])
184+
[use_xcb_shm="no (requires $xcb_shm https://xcb.freedesktop.org)"])
185185
else
186186
use_xcb_shm="no (requires --enable-xcb)"
187187
fi

perf/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ which will give a report of the speed of each individual test. See
88
more details on other options for running the suite below.
99

1010
A macro test suite (with full traces and more intensive benchmarks) is
11-
also available; for this, see http://cgit.freedesktop.org/cairo-traces.
11+
also available; for this, see https://cgit.freedesktop.org/cairo-traces.
1212
The macro-benchmarks are better measures of actual real-world
1313
performance, and should be preferred over the micro-benchmarks (and over
1414
make perf) for identifying performance regressions or improvements. If

src/cairo-clip-tor-scan-converter.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* The source is from commit 734c53237a867a773640bd5b64816249fa1730f8
3030
* of
3131
*
32-
* http://gitweb.freedesktop.org/?p=users/joonas/glitter-paths
32+
* https://gitweb.freedesktop.org/?p=users/joonas/glitter-paths
3333
*/
3434
/* Glitter-paths is a stand alone polygon rasteriser derived from
3535
* David Turner's reimplementation of Tor Anderssons's 15x17

src/cairo-tor-scan-converter.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* The source is from commit 734c53237a867a773640bd5b64816249fa1730f8
3030
* of
3131
*
32-
* http://gitweb.freedesktop.org/?p=users/joonas/glitter-paths
32+
* https://gitweb.freedesktop.org/?p=users/joonas/glitter-paths
3333
*/
3434
/* Glitter-paths is a stand alone polygon rasteriser derived from
3535
* David Turner's reimplementation of Tor Anderssons's 15x17

src/cairo-tor22-scan-converter.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* The source is from commit 734c53237a867a773640bd5b64816249fa1730f8
3030
* of
3131
*
32-
* http://gitweb.freedesktop.org/?p=users/joonas/glitter-paths
32+
* https://gitweb.freedesktop.org/?p=users/joonas/glitter-paths
3333
*/
3434
/* Glitter-paths is a stand alone polygon rasteriser derived from
3535
* David Turner's reimplementation of Tor Anderssons's 15x17

src/cairo-xlib-private.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ struct _cairo_xlib_display {
104104
* We also use this variable as a guard against a second
105105
* independent bug with transformed repeating pictures:
106106
*
107-
* http://lists.freedesktop.org/archives/cairo/2004-September/001839.html
107+
* https://lists.freedesktop.org/archives/cairo/2004-September/001839.html
108108
*
109109
* Both are fixed in xorg >= 6.9 and hopefully in > 6.8.2, so
110110
* we can reuse the test for now.

test/big-trap.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* _cairo_fixed_from_double changed the details of the bogus trapezoid
3232
* (it overflows in a different way now), so the bug is being masked.
3333
*
34-
* According to Vladimir, (http://lists.freedesktop.org/archives/cairo/2006-November/008482.html):
34+
* According to Vladimir, (https://lists.freedesktop.org/archives/cairo/2006-November/008482.html):
3535
*
3636
* Before the change, the two trapezoids that were generated were:
3737
*

test/clip-push-group.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
/* A test for the crash described here:
2727
*
28-
* http://lists.freedesktop.org/archives/cairo/2006-August/007698.html
28+
* https://lists.freedesktop.org/archives/cairo/2006-August/007698.html
2929
*
3030
* The triggering condition for this bug should be setting a
3131
* surface-based clip and then calling cairo_push_group.

test/filter-bilinear-extents.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* The original bug was reported by Owen Taylor here:
3535
*
3636
* bad clipping with EXTEND_NONE
37-
* http://bugs.freedesktop.org/show_bug.cgi?id=15349
37+
* https://bugs.freedesktop.org/show_bug.cgi?id=15349
3838
*/
3939

4040
#define SCALE 10

test/get-path-extents.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ draw (cairo_t *cr, int width, int height)
220220

221221
cairo_restore (cr2);
222222

223-
/* http://bugs.freedesktop.org/show_bug.cgi?id=7965 */
223+
/* https://bugs.freedesktop.org/show_bug.cgi?id=7965 */
224224
phase = "A horizontal, open path";
225225
cairo_save (cr2);
226226
cairo_set_line_cap (cr2, CAIRO_LINE_CAP_ROUND);
@@ -337,7 +337,7 @@ draw (cairo_t *cr, int width, int height)
337337

338338
cairo_restore (cr2);
339339

340-
/* http://bugs.freedesktop.org/show_bug.cgi?id=7245 */
340+
/* https://bugs.freedesktop.org/show_bug.cgi?id=7245 */
341341
phase = "Arc";
342342
cairo_save (cr2);
343343
cairo_arc (cr2, 250.0, 250.0, 157.0, 5.147, 3.432);

test/leaky-dashed-rectangle.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/* Test case for bug reported by Franz Schmid <[email protected]>
2828
* https://lists.cairographics.org/archives/cairo/2008-April/013912.html
2929
*
30-
* See also: http://bugs.freedesktop.org/show_bug.cgi?id=17177
30+
* See also: https://bugs.freedesktop.org/show_bug.cgi?id=17177
3131
*/
3232

3333
#include "cairo-test.h"

test/path-stroke-twice.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "cairo-test.h"
2727

2828
/* Exercises a bug found by [email protected]:
29-
* http://bugs.freedesktop.org/show_bug.cgi?id=26010
29+
* https://bugs.freedesktop.org/show_bug.cgi?id=26010
3030
* cairo_line_to optimizes away path segment
3131
*/
3232

util/cairo.modules

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
33
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
44
<moduleset>
5-
<include href="http://cgit.freedesktop.org/xorg/util/modular/plain/xorg.modules" />
5+
<include href="https://cgit.freedesktop.org/xorg/util/modular/plain/xorg.modules" />
66

77
<repository type="git" name="git.freedesktop.org" href="git://anongit.freedesktop.org/git/"/>
88

0 commit comments

Comments
 (0)