Skip to content

Commit f268923

Browse files
committed
Replace http:// links with https://, except LICENSE and license headers
Leaving LICENSE as-is so that it will remain identical to https://www.apache.org/licenses/LICENSE-2.0.txt. Same for license headers. All other http:// links are changed to https://. The patch was obtained with: perl -pi -e \ 's[http://(subversion\.apache\.org|svnbook\.red-bean\.com)] [https://\1]; s[http://(www.apache.org)(?!/licenses)] [https://\1]' **/*(.) and manual alignment/rewrapping in: subversion/libsvn_repos/repos.c tools/dev/contribulyze.py to ensure the output fits in 80 columns. Patch by: Vincent Lefevre (vincent-svn {at} vinc17 dot net) Reviewed by: hartmannathan git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1903577 13f79535-47bb-0310-9956-ffa450edef68
1 parent ebef0de commit f268923

File tree

153 files changed

+272
-272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+272
-272
lines changed

BUGS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
This document has been moved to
2-
http://subversion.apache.org/docs/community-guide/issues.html
2+
https://subversion.apache.org/docs/community-guide/issues.html

CHANGES

+20-20
Original file line numberDiff line numberDiff line change
@@ -2460,7 +2460,7 @@ http://svn.apache.org/repos/asf/subversion/tags/1.8.1
24602460
* svnadmin upgrade: fix data loss when cancelling in last stage (r1494298)
24612461
* mod_dav_svn: fix incorrect path canonicalization (r1503528)
24622462
See CVE-2013-4131, and descriptive advisory at
2463-
http://subversion.apache.org/security/CVE-2013-4131-advisory.txt
2463+
https://subversion.apache.org/security/CVE-2013-4131-advisory.txt
24642464

24652465
- Other tool improvements and bugfixes:
24662466
* fsfs-stats (tool): resolve segfault when passing invalid path (r1492164)
@@ -3057,12 +3057,12 @@ http://svn.apache.org/repos/asf/subversion/tags/1.7.11
30573057
- Server-side bugfixes:
30583058
* mod_dav_svn: fix incorrect path canonicalization (r1503528)
30593059
See CVE-2013-4131, and descriptive advisory at
3060-
http://subversion.apache.org/security/CVE-2013-4131-advisory.txt
3060+
https://subversion.apache.org/security/CVE-2013-4131-advisory.txt
30613061

30623062
- Other tool improvements and bugfixes:
30633063
* fix argument processing in contrib hook scripts (r1485350)
30643064
See CVE-2013-2088, and descriptive advisory at
3065-
http://subversion.apache.org/security/CVE-2013-2088-advisory.txt
3065+
https://subversion.apache.org/security/CVE-2013-2088-advisory.txt
30663066

30673067
Developer-visible changes:
30683068
- Bindings:
@@ -3089,10 +3089,10 @@ http://svn.apache.org/repos/asf/subversion/tags/1.7.10
30893089
- Server-side bugfixes:
30903090
* fix FSFS repository corruption due to newline in filename (issue #4340)
30913091
See CVE-2013-1968, and descriptive advisory at
3092-
http://subversion.apache.org/security/CVE-2013-1968-advisory.txt
3092+
https://subversion.apache.org/security/CVE-2013-1968-advisory.txt
30933093
* fix svnserve exiting when a client connection is aborted (r1482759)
30943094
See CVE-2013-2112, and descriptive advisory at
3095-
http://subversion.apache.org/security/CVE-2013-2112-advisory.txt
3095+
https://subversion.apache.org/security/CVE-2013-2112-advisory.txt
30963096
* fix svnserve memory use after clear (issue #4365)
30973097
* fix repository corruption on power/disk failure on Windows (r1483781)
30983098

@@ -3120,7 +3120,7 @@ http://svn.apache.org/repos/asf/subversion/tags/1.7.9
31203120
- Server-side bugfixes:
31213121
See CVE-2013-1845, CVE-2013-1846, CVE-2013-1847, CVE-2013-1849,
31223122
and CVE-2013-1884, and descriptive advisories at
3123-
http://subversion.apache.org/security/
3123+
https://subversion.apache.org/security/
31243124
* svnserve will log the replayed rev not the low-water rev. (r1461278)
31253125
* mod_dav_svn will omit some property values for activity urls (r1453780)
31263126
* fix an assertion in mod_dav_svn when acting as a proxy on / (issue #4272)
@@ -3460,7 +3460,7 @@ Version 1.7.0
34603460
http://svn.apache.org/repos/asf/subversion/tags/1.7.0
34613461

34623462
See the 1.7 release notes for a more verbose overview of the changes since
3463-
the 1.6 release: http://subversion.apache.org/docs/release-notes/1.7.html
3463+
the 1.6 release: https://subversion.apache.org/docs/release-notes/1.7.html
34643464

34653465
User-visible changes:
34663466
- General:
@@ -3659,7 +3659,7 @@ http://svn.apache.org/repos/asf/subversion/tags/1.6.23
36593659
* fix FSFS repository corruption due to newline in filename (issue #4340)
36603660
* fix svnserve exiting when a client connection is aborted (r1482759)
36613661
See CVE-2013-2112, and descriptive advisory at
3662-
http://subversion.apache.org/security/CVE-2013-2112-advisory.txt
3662+
https://subversion.apache.org/security/CVE-2013-2112-advisory.txt
36633663

36643664
- Other tool improvements and bugfixes:
36653665
* fix argument processing in contrib hook scripts (r1485350)
@@ -3757,7 +3757,7 @@ http://svn.apache.org/repos/asf/subversion/tags/1.6.17
37573757
* fixed: file externals cause mixed-revision working copies (issue #3816)
37583758
* fix crash in mod_dav_svn with GETs of baselined resources (r1104126)
37593759
See CVE-2011-1752, and descriptive advisory at
3760-
http://subversion.apache.org/security/CVE-2011-1752-advisory.txt
3760+
https://subversion.apache.org/security/CVE-2011-1752-advisory.txt
37613761
* fixed: write-through proxy could directly commit to slave (r917523)
37623762
* detect a particular corruption condition in FSFS (r1100213)
37633763
* improve error message when clients refer to unknown revisions (r939000)
@@ -3770,10 +3770,10 @@ http://svn.apache.org/repos/asf/subversion/tags/1.6.17
37703770
* server-side validation of svn:mergeinfo syntax during commit (issue #3895)
37713771
* fix remotely triggerable mod_dav_svn DoS (r1130303)
37723772
See CVE-2011-1783, and descriptive advisory at
3773-
http://subversion.apache.org/security/CVE-2011-1783-advisory.txt
3773+
https://subversion.apache.org/security/CVE-2011-1783-advisory.txt
37743774
* fix potential leak of authz-protected file contents (r1130303)
37753775
See CVE-2011-1921, and descriptive advisory at
3776-
http://subversion.apache.org/security/CVE-2011-1921-advisory.txt
3776+
https://subversion.apache.org/security/CVE-2011-1921-advisory.txt
37773777

37783778
Developer-visible changes:
37793779
* fix reporting FS-level post-commit processing errors (r1104098)
@@ -3789,7 +3789,7 @@ http://svn.apache.org/repos/asf/subversion/tags/1.6.16
37893789
* more improvement to the 'blame -g' memory leak from 1.6.15 (r1041438)
37903790
* avoid a crash in mod_dav_svn when using locks (r1071239, -307)
37913791
See CVE-2011-0715, and descriptive advisory at
3792-
http://subversion.apache.org/security/CVE-2011-0715-advisory.txt
3792+
https://subversion.apache.org/security/CVE-2011-0715-advisory.txt
37933793
* avoid unnecessary globbing for performance (r1068988)
37943794
* don't add tree conflicts when one already exists (issue #3486)
37953795
* fix potential crash when requesting mergeinfo (r902467)
@@ -3864,7 +3864,7 @@ http://svn.apache.org/repos/asf/subversion/tags/1.6.13
38643864
* fixed: record-only merges create self-referential mergeinfo (issue #3646)
38653865
* fixed: 'SVNPathAuthz short_circuit' unsolicited read access (issue #3695)
38663866
See CVE-2010-3315, and descriptive advisory at
3867-
http://subversion.apache.org/security/CVE-2010-3315-advisory.txt
3867+
https://subversion.apache.org/security/CVE-2010-3315-advisory.txt
38683868
* make 'svnmucc propset' handle existing and non-existing URLs (r1000607)
38693869
* add new 'propsetf' subcommand to svnmucc (r1000612)
38703870
* warn about copied dirs during 'svn ci' with limited depth (r1002094)
@@ -4040,7 +4040,7 @@ http://svn.apache.org/repos/asf/subversion/tags/1.6.4
40404040
User-visible changes:
40414041
* fixed: heap overflow vulnerability on server and client
40424042
See CVE-2009-2411, and descriptive advisory at
4043-
http://subversion.apache.org/security/CVE-2009-2411-advisory.txt
4043+
https://subversion.apache.org/security/CVE-2009-2411-advisory.txt
40444044

40454045

40464046
Version 1.6.3
@@ -4276,7 +4276,7 @@ http://svn.apache.org/repos/asf/subversion/tags/1.5.9
42764276
* improve memory performance in 'svn merge' (issue #3393)
42774277
* fixed: 'SVNPathAuthz short_circuit' unsolicited read access (issue #3695)
42784278
See CVE-2010-3315, and descriptive advisory at
4279-
http://subversion.apache.org/security/CVE-2010-3315-advisory.txt
4279+
https://subversion.apache.org/security/CVE-2010-3315-advisory.txt
42804280
* prevent crash in mod_dav_svn when using SVNParentPath (r1033166)
42814281
* limit memory fragmentation in svnserve (r1022675)
42824282
* fix server-side memory leaks triggered by 'blame -g' (r1032808)
@@ -4301,7 +4301,7 @@ http://svn.apache.org/repos/asf/subversion/tags/1.5.7
43014301
User-visible changes:
43024302
* fixed: heap overflow vulnerability on server and client
43034303
See CVE-2009-2411, and descriptive advisory at
4304-
http://subversion.apache.org/security/CVE-2009-2411-advisory.txt
4304+
https://subversion.apache.org/security/CVE-2009-2411-advisory.txt
43054305

43064306

43074307
Version 1.5.6
@@ -4734,7 +4734,7 @@ http://svn.apache.org/repos/asf/subversion/tags/1.4.5
47344734
User-visible changes:
47354735
* fixed: file placement vulnerability (Win32 clients only)
47364736
See CVE-2007-3846, and descriptive advisory at
4737-
http://subversion.apache.org/security/CVE-2007-3846-advisory.txt
4737+
https://subversion.apache.org/security/CVE-2007-3846-advisory.txt
47384738

47394739

47404740
Version 1.4.4
@@ -5313,7 +5313,7 @@ Version 1.2.0
53135313
http://svn.apache.org/repos/asf/subversion/tags/1.2.0
53145314

53155315
See the 1.2 release notes for a more verbose overview of the changes since
5316-
the 1.1 release: http://subversion.apache.org/docs/release-notes/1.2.html
5316+
the 1.1 release: https://subversion.apache.org/docs/release-notes/1.2.html
53175317

53185318
User-visible changes:
53195319
- Client:
@@ -5609,7 +5609,7 @@ Version 1.1.0
56095609
http://svn.apache.org/repos/asf/subversion/tags/1.1.0
56105610

56115611
See the 1.1 release notes for a more verbose overview of the changes since
5612-
1.0.x: http://subversion.apache.org/docs/release-notes/1.1.html
5612+
1.0.x: https://subversion.apache.org/docs/release-notes/1.1.html
56135613

56145614
User-visible changes:
56155615
* new non-database repository back-end (libsvn_fs_fs)
@@ -5739,7 +5739,7 @@ http://svn.apache.org/repos/asf/subversion/tags/1.0.8
57395739
User-visible changes:
57405740
* fixed: mod_authz_svn path and log-message metadata leaks.
57415741
See CAN-2004-0749, and descriptive advisory at
5742-
http://subversion.apache.org/security/CAN-2004-0749-advisory.txt
5742+
https://subversion.apache.org/security/CAN-2004-0749-advisory.txt
57435743

57445744

57455745
Version 1.0.7

INSTALL

+3-3
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ I. INTRODUCTION
646646

647647
The primary documentation for Subversion is the free book
648648
"Version Control with Subversion", a.k.a. "The Subversion Book",
649-
obtainable from http://svnbook.red-bean.com/.
649+
obtainable from https://svnbook.red-bean.com/.
650650

651651
Various additional documentation exists in the doc/ subdirectory of
652652
the Subversion source. See the file doc/README for more information.
@@ -1282,7 +1282,7 @@ III. BUILDING A SUBVERSION SERVER
12821282

12831283
The following section is an abbreviated version of the
12841284
information in the Subversion Book
1285-
(http://svnbook.red-bean.com). Please read chapter 6 for more
1285+
(https://svnbook.red-bean.com). Please read chapter 6 for more
12861286
details.
12871287

12881288
The following assumes you have already created a repository.
@@ -1429,7 +1429,7 @@ III. BUILDING A SUBVERSION SERVER
14291429
can use existing system accounts). It's also capable of using
14301430
Cyrus SASL if libsasl2 is detected at ./configure time. Please
14311431
read chapter 6 in the Subversion Book
1432-
(http://svnbook.red-bean.com) for details on these features.
1432+
(https://svnbook.red-bean.com) for details on these features.
14331433

14341434

14351435

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Copyright 2022 The Apache Software Foundation
33

44
This product includes software developed by many people, and distributed
55
under Contributor License Agreements to The Apache Software Foundation
6-
(http://www.apache.org/). See the accompanying COMMITTERS file and the
6+
(https://www.apache.org/). See the accompanying COMMITTERS file and the
77
revision logs for an exact contribution history.
88

99
Portions of the test suite for Subversion's Python bindings are copyrighted

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ II. DOCUMENTATION
3232
The main documentation is the Subversion Book - an on-line version
3333
can be found at:
3434

35-
http://svnbook.red-bean.com/
35+
https://svnbook.red-bean.com/
3636

3737
It is written in DocBook XML, and the sources can be found at:
3838

build/win32/make_gem.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
s.version = Svn::Core::VER_NUM
8181
s.summary = "The Ruby bindings for Subversion."
8282
s.email = "[email protected]"
83-
s.homepage = "http://subversion.apache.org/"
83+
s.homepage = "https://subversion.apache.org/"
8484
s.description = s.summary
8585
s.authors = ["Kouhei Sutou"]
8686
s.files = Dir.glob(File.join("**", "*")).delete_if {|x| /\.gem$/i =~ x}

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dnl Get the version of Subversion, using m4's esyscmd() command to do this
2424
dnl at m4-time, since AC_INIT() requires it then.
2525
AC_INIT([subversion],
2626
[esyscmd($PYTHON build/getversion.py SVN subversion/include/svn_version.h)],
27-
[http://subversion.apache.org/])
27+
[https://subversion.apache.org/])
2828

2929
AC_CONFIG_SRCDIR(subversion/include/svn_types.h)
3030
AC_CONFIG_AUX_DIR([build])
@@ -1814,7 +1814,7 @@ https://www.gnu.org/licenses/agpl-3.0.html
18141814
http://opensource.org/licenses/AGPL-3.0
18151815
18161816
The Berkeley DB backend to Subversion is deprecated; see
1817-
http://subversion.apache.org/docs/release-notes/1.8#bdb-deprecated
1817+
https://subversion.apache.org/docs/release-notes/1.8#bdb-deprecated
18181818
18191819
The Subversion developers have not tested Subversion with Berkeley DB 6 for
18201820
technical problems or bugs.

contrib/client-side/emacs/psvn.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
;; if you upgrade to a higher version, you need to do a fresh checkout
2929

3030
;; psvn.el is an interface for the revision control tool subversion
31-
;; (see http://subversion.apache.org)
31+
;; (see https://subversion.apache.org)
3232
;; psvn.el provides a similar interface for subversion as pcl-cvs for cvs.
3333
;; At the moment the following commands are implemented:
3434
;;

contrib/hook-scripts/check-mime-type.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ BEGIN
195195
196196
You may want to consider uncommenting the auto-props section
197197
in your ~/.subversion/config file. Read the Subversion book
198-
(http://svnbook.red-bean.com/), Chapter 7, Properties section,
198+
(https://svnbook.red-bean.com/), Chapter 7, Properties section,
199199
Automatic Property Setting subsection for more help.
200200
EOS
201201
exit 1;

contrib/hook-scripts/hook_toolbox.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def get_changed_paths(*args):
5555

5656
# First four chars of each svnlook output line show the kind of change.
5757
# The rest of the line is the complete repository path. See:
58-
# http://svnbook.red-bean.com/nightly/en/svn.ref.svnlook.c.changed.html
58+
# https://svnbook.red-bean.com/nightly/en/svn.ref.svnlook.c.changed.html
5959
changed_paths = [ line[4:] for line in changes.split('\n') if len(line) > 4 ]
6060

6161
#print '%s:\n '%(' '.join(args)), '\n '.join(changed_paths)

contrib/server-side/svnmirror.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ VERSION="0.0.7"
1717
#
1818
# 1. You need write access to the directory structure on both boxes
1919
# for more see the warning at:
20-
# http://svnbook.red-bean.com/html-chunk/ch06s03.html
20+
# https://svnbook.red-bean.com/html-chunk/ch06s03.html
2121
#
2222
# 2. For running it from cron i suggest the use of the ssh agent e.g
2323
# via keychain <http://www.gentoo.org/proj/en/keychain.xml>

doc/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
A rough guide:
55

6-
http://svnbook.red-bean.com/
6+
https://svnbook.red-bean.com/
77
"Version Control with Subversion"
88
(a.k.a. "The Subversion Book", "The Svnbook",
99
and formerly entitled

0 commit comments

Comments
 (0)