logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: Subversion and mod_dav/authz_svn 1.14.2 Page Previous  1, 2, 3, 4  Next
Author
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Wed 25 Mar '20 19:42    Post subject: Reply with quote

mike.dev wrote:
Hi,

Has anyone generated these modules for SVN-1.10.6 for VC9?

Thanks,
Mike

x64 or x86 Razz
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Wed 25 Mar '20 21:05    Post subject: Reply with quote

x86: https://phpdev.toolsforresearch.com/svn-1.10.6-vc9-x86.zip
x64: https://phpdev.toolsforresearch.com/svn-1.10.6-vc9-x64.zip
Back to top
mike.dev



Joined: 19 Mar 2020
Posts: 2

PostPosted: Mon 30 Mar '20 19:42    Post subject: Reply with quote

Jan-E wrote:
x86: https://phpdev.toolsforresearch.com/svn-1.10.6-vc9-x86.zip
x64: https://phpdev.toolsforresearch.com/svn-1.10.6-vc9-x64.zip


Thanks! Sorry, didn't see this went to the 3rd page! This is perfect and what I needed!
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Thu 02 Apr '20 18:11    Post subject: Reply with quote

I have converted my local build script to build SVN 1.10.6 for the Apachelounge VS16 builds:

https://github.com/Jan-E/svn-windows

Building on Appveyor:
https://ci.appveyor.com/project/Jan-E/svn-windows/builds/31894671

Each jobs contains the output of the complete compile phase and the tests. For instance:
https://ci.appveyor.com/project/Jan-E/svn-windows/builds/31894671/job/ka2ll2uf8gt1206f?fullLog=true

And the results are available for download:
https://ci.appveyor.com/project/Jan-E/svn-windows/builds/31894671/job/ka2ll2uf8gt1206f/artifacts
https://ci.appveyor.com/project/Jan-E/svn-windows/builds/31894671/job/ka2ll2uf8gt1206f/artifacts
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Thu 02 Apr '20 18:25    Post subject: Reply with quote

BTW for Steffen: I had to download Expat 2.2.9 in this build script for only one reason: in the AL downloads the expat headers are incomplete.

expat.h is there, but expat_external.h is missing in the include dir of your downloads. Effect:

Code:
expat.h(37): fatal error C1083: Cannot open include file: 'expat_external.h'


So I had to download expat 2.2.9 and copy the headers to Apache24/include:
https://github.com/Jan-E/svn-windows/commit/bc7db26d2e6df1f11f60d93849c89cc21ada1ddf

And it would be nice if you include zlib.h and zconf.h in the include dir and zlib.lib in the libs.
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Thu 02 Apr '20 19:51    Post subject: Reply with quote

Ok. In the next build I shall include.
Back to top
sridharb



Joined: 09 Jun 2010
Posts: 16
Location: Chennai, India

PostPosted: Sat 30 May '20 8:36    Post subject: svn 1.14 is now LTS Reply with quote

Hi Jan-E,

It looks like the new SVN 1.14 is the LTS. Could you please provide windows binaries for this?

Thanks,
Sridhar
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Sat 30 May '20 8:50    Post subject: Reply with quote

https://phpdev.toolsforresearch.com/svn-1.14.0-vs16-x86.zip
https://phpdev.toolsforresearch.com/svn-1.14.0-vs16-x64.zip

Found apr 1.7.0
Found apr-util 1.6.1
Found apr_memcache 1.6.1
Found expat 2.2.9
Found httpd 2.4.43
Found mod_dav 2.4.43
Found openssl 1.1.1g
Found sasl 2.1.27
Found serf 1.3.9
Found sqlite 3.31.1
Found zlib 1.2.11
Using bundled lz4 1.7.5
Using bundled utf8proc 2.1.0
swig not found; skipping SWIG file generation...

At least one test FAILED, checking N:\SVN_vc16\src-trunk\Release\tests.log
FAIL: update_tests.py 31: update wc on the root of a Windows (virtual) drive
FAIL: update_tests.py 57: access denied paths should be skipped
Summary of test results:
2489 tests PASSED
194 tests SKIPPED
73 tests XFAILED (17 WORK-IN-PROGRESS)
2 tests FAILED
SUMMARY: Some tests failed

Other VC-versions will follow.
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Sat 30 May '20 12:23    Post subject: Reply with quote

With the new LTS version:

https://phpdev.toolsforresearch.com/svn-1.14.0-vs16-x86.zip
https://phpdev.toolsforresearch.com/svn-1.14.0-vs16-x64.zip
https://phpdev.toolsforresearch.com/svn-1.14.0-vc15-x86.zip
https://phpdev.toolsforresearch.com/svn-1.14.0-vc15-x64.zip
https://phpdev.toolsforresearch.com/svn-1.14.0-vc14-openssl-1.1.1-x86.zip
https://phpdev.toolsforresearch.com/svn-1.14.0-vc14-openssl-1.1.1-x64.zip
https://phpdev.toolsforresearch.com/svn-1.14.0-vc14-x86.zip
https://phpdev.toolsforresearch.com/svn-1.14.0-vc14-x64.zip
https://phpdev.toolsforresearch.com/svn-1.14.0-vc11-x86.zip
https://phpdev.toolsforresearch.com/svn-1.14.0-vc11-x64.zip
https://phpdev.toolsforresearch.com/svn-1.14.0-vc9-x86.zip
https://phpdev.toolsforresearch.com/svn-1.14.0-vc9-x64.zip
Back to top
sridharb



Joined: 09 Jun 2010
Posts: 16
Location: Chennai, India

PostPosted: Sun 31 May '20 14:02    Post subject: Thanks for 1.14 Reply with quote

Thanks for 1.14
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Sun 31 May '20 14:21    Post subject: Reply with quote

I have an Appveyor project as well to compile the VS16 versions against Apachelounge's httpd distributions (to be found here under 'Downloads').

See https://ci.appveyor.com/project/Jan-E/svn-windows/builds/33210824
Click on each job to see the build logs, with the test results.
Click on Artifact in each job to download the resulting bin. lib and modules.

Github project:
https://github.com/Jan-E/svn-windows

The hard part was to get X64 building within the 60m processing limit for free Appveyor accounts. I achieved this at the end by separating the build (21m), cache the results and use that cache for running the tests (39m). On really quiet moments on Appveyor X64 would build in one pass (59:42 minutes or something like that), but most of the times it failed.
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Wed 10 Feb '21 22:21    Post subject: Reply with quote

Updated to Subversion 1.14.1

https://phpdev.toolsforresearch.com/svn-1.14.1-vs16-x86.zip
https://phpdev.toolsforresearch.com/svn-1.14.1-vs16-x64.zip
https://phpdev.toolsforresearch.com/svn-1.14.1-vc15-x86.zip
https://phpdev.toolsforresearch.com/svn-1.14.1-vc15-x64.zip
https://phpdev.toolsforresearch.com/svn-1.14.1-vc14-openssl-1.1.1-x86.zip
https://phpdev.toolsforresearch.com/svn-1.14.1-vc14-openssl-1.1.1-x64.zip
https://phpdev.toolsforresearch.com/svn-1.14.1-vc14-x86.zip
https://phpdev.toolsforresearch.com/svn-1.14.1-vc14-x64.zip
https://phpdev.toolsforresearch.com/svn-1.14.1-vc11-x86.zip
https://phpdev.toolsforresearch.com/svn-1.14.1-vc11-x64.zip
https://phpdev.toolsforresearch.com/svn-1.14.1-vc9-x86.zip
https://phpdev.toolsforresearch.com/svn-1.14.1-vc9-x64.zip
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Wed 10 Feb '21 22:27    Post subject: Reply with quote

The recent releases of Apache Subversion 1.14.1 and 1.10.7 contain a fix for a security issue: CVE-2020-17525. This issue affect Subversion 'mod_dav_svn' servers only. We encourage server operators to upgrade to the latest appropriate version as soon as reasonable. Please see the release announcements for more information about the releases:

https://lists.apache.org/thread.html/rd55a46419a0ee994c9290cb2d5149d94f834584f1d78135390a4095b%40<announce.subversion.apache.org>
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Thu 11 Feb '21 10:52    Post subject: Reply with quote

BTW: my AppVeyor project for Subversion is updated as well:
https://ci.appveyor.com/project/Jan-E/svn-windows/history

The console log contains the output of the tests, for instance:
https://ci.appveyor.com/project/Jan-E/svn-windows/builds/37712846/job/k9c7k429iox8877i#L602
Back to top
sridharb



Joined: 09 Jun 2010
Posts: 16
Location: Chennai, India

PostPosted: Sun 02 Jan '22 16:19    Post subject: Reply with quote

Jan-E wrote:
BTW: my AppVeyor project for Subversion is updated as well:
https://ci.appveyor.com/project/Jan-E/svn-windows/history

The console log contains the output of the tests, for instance:
https://ci.appveyor.com/project/Jan-E/svn-windows/builds/37712846/job/k9c7k429iox8877i#L602


Hi,

The policy in that build site seems to be delete artifacts more than a month old. The last build is four months old, thus, there are no artifacts. Could it be possible to always retain the last build's artifacts?

If not, could you please kick off a new build with the latest?

Thanks
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Sun 02 Jan '22 16:49    Post subject: Reply with quote

Appveyor offers this as a free service to all Github developers of Open Source Software. Fork my repository at https://github.com/Jan-E/svn-windows , update the vc15 branch to the latest and run your own Appveyor project.
Back to top
sridharb



Joined: 09 Jun 2010
Posts: 16
Location: Chennai, India

PostPosted: Fri 01 Apr '22 15:11    Post subject: Error in appveyor build Reply with quote

Hi Jan-E,

I did as you requested. A new repository was forked, an appveyor account was linked to this repository and started a build. It claimed success, but I found that there were issues inside.

C:\downloads\serf-1.3.9\serf.h(29): fatal error C1083: Cannot open include file: 'apr.h': No such file or directory

Could you please help? Are there some dependencies not setup?

Regards,
Sridhar
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Fri 01 Apr '22 16:00    Post subject: Reply with quote

Update all versions in appveyor.yml to the current one in the Apachelounge downloads. Check if the files in appveyor.yml still exist:
Quote:
Extracting archive: httpd-2.4.52-win64-VS16.zip
ERROR: httpd-2.4.52-win64-VS16.zip
httpd-2.4.52-win64-VS16.zip
Open ERROR: Cannot open the file as [zip] archive
ERRORS:
Is not archive
Can't open as archive: 1
Files: 0
Size: 0
Compressed: 0
The system cannot find the file specified
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Sat 02 Apr '22 0:06    Post subject: Re: Error in appveyor build Reply with quote

sridharb wrote:
I did as you requested. A new repository was forked, an appveyor account was linked to this repository and started a build. It claimed success, but I found that there were issues inside.

You should have tests like these:
https://ci.appveyor.com/project/Jan-E/svn-windows/builds/43103884/job/qgqp9p2vocwgclre#L4447
That is after updating the versions.

Total history:
https://ci.appveyor.com/project/Jan-E/svn-windows/history
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Sat 02 Apr '22 0:12    Post subject: Reply with quote

@Steffen: zlib is updated to 1.2.12:
https://github.com/winlibs/zlib

When you compile zlib, would you be so kind to include zlib.pdb in the Apache downloads? That would avoid a lot of warnings like these:
https://ci.appveyor.com/project/Jan-E/svn-windows/builds/43103884/job/qgqp9p2vocwgclre#L2893

And maybe xml.pdb as well:
https://ci.appveyor.com/project/Jan-E/svn-windows/builds/43103884/job/qgqp9p2vocwgclre#L3641
Back to top


Reply to topic   Topic: Subversion and mod_dav/authz_svn 1.14.2 View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads Page Previous  1, 2, 3, 4  Next