Revisions of subversion

buildservice-autocommit accepted request 1135766 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 365)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 364)
- update to 1.14.3:
  * Fix svn:mergeinfo diff parser bug when parsing forward merges
  * Fix redirected URL handling with file externals
  * swig-rb: Fix uses of 'File.exist?', deprecated since Ruby 2.1
  * Build: Fix uses of deprecated Python APIs
  * Build: Retain ability to build SWIG Python 2 bindings
  * Fix reading WC lock status with svn_wc_status2_t
  * JavaHL: Add @Deprecated to silence compiler warnings
  * JavaHL: Fix crash in case of null message in getMessage
  * Fix build breakage of release tarballs by installed swig
  * Add regression test for issue #4711 "invalid xml file"
  * swig-py: Fix building with SWIG 4.1.0 (r1904167)
  * Makefile.in: Fix cleaning of __pycache__ dirs and *.pyc
  * swig-py: Avoid deprecated options to SWIG >= 4.1.0 (r1904198,
    r1904287)
  * swig-py: Use sysconfig to allow building with Python 3.12
  * INSTALL: Document not to use SVN with APR 1.7.3 on Windows
  * Fix test suite broken by syntax error when --enable-sasl
  * swig-py: Fix issues #4916, #4917, #4918 (r1912500 et al)
  * swig-py: Improve error when no external diff (r1912724, -743,
    issue #1778)
  * autogen.sh: Fix building when Python is not named "python"
- drop ruby32-fixes.patch, swig4.patch: upstream/obsolete
- rebase all patches to -p1 to be able to switch to autosetup
- add swig4.patch for better support with SWIG 4.x (bsc#1209110)
- add ruby32-fixes.patch (https://svn.apache.org/viewvc?view=revision&revision=1904472)
  * fix-javahl-test.patch-
  rpm output
  /usr/lib/tmpfiles.d/svnserve.conf:1: Line references path below
  * Reject bad PUT before CHECKOUT in v1 HTTP protocol
buildservice-autocommit accepted request 1094373 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 363)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1094366 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 362)
- Update _constraints to avoid some aarch64 workers for
  subversion:testsuite to avoid to hang
buildservice-autocommit accepted request 1070632 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 361)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 360)
- add swig4.patch for better support with SWIG 4.x (bsc#1209110)
buildservice-autocommit accepted request 1056713 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 359)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 358)
- add ruby32-fixes.patch (https://svn.apache.org/viewvc?view=revision&revision=1904472)
buildservice-autocommit accepted request 1036478 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 357)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1036448 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 356)
- Do not have the main package recommend the bash-completion
  sub-package, but rather have the subpackage supplement the
  combination of subversion and bash-completion.
buildservice-autocommit accepted request 971259 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 355)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 354)
- rediff patches (no functional change)
buildservice-autocommit accepted request 969547 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 353)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 352)
- update to 1.14.2:
  * Don't show unreadable copyfrom paths in 'svn log -v'  (r1899227)
  * Fix -r option documentation for some svnadmin subcommands (r1896877)
  * Fix error message encoding when system() call fails (r1887641, r1890013)
  * Fix assertion failure in conflict resolver (r1892470, -471, -541)
  * Support multiple working copy formats (1.8-onward, 1.15) (issue #????)
  * Fix use-after-free of object-pools when running in httpd (issue #4880)
  * Add test coverage for CVE-2020-17525 (r1883838 et al)
  * Fix «make davautocheck» failure due to unbuilt dependency (r1891908)
  * Follow up to r1866587, r1866588: Unbreak a msgid. (r1887704)
  * swig-py: Fix double-free with cyclic garbage collector (r1889487)
  * swig-py: Skip some tests on Python2 if encoding is 'utf-8' (r1885199)
  * swig-py: Fix dependency of make copy-swig-py target (r1886708)
  * Document how the port number is passed to custom tunnels (r1889629)
  * tests: Include additional information in an error message (r1897449)
  * Fix an error message when running make davautocheck (r1892121)
  * Use the APR-1.4+ API for flushing file contents to disk (r1883355)
  * JavaHL: Fix RequestChannel_nativeRead_AfterException failure (r1898633)
- split testsuite into _multibuild flavor to speedup dependent packages
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 969536 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 351)
- Apache Subversion 1.14.2:
  * CVE-2021-28544: SVN authz protected copyfrom paths regression
    (boo#1197939)
  * CVE-2022-24070: mod_dav_svn memory corruption (boo#1197940)
  * Fix -r option documentation for some svnadmin subcommands
  * Fix error message encoding when system() call fails
  * Fix assertion failure in conflict resolver
  * Support multiple working copy formats (1.8-onward, 1.15)
buildservice-autocommit accepted request 959844 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 350)
baserev update by copy to link target
Danilo Spinella's avatar Danilo Spinella (dspinella) accepted request 959815 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 349)
- Fix testCrash_RequestChannel_nativeRead_AfterException test on
  aarch64 and ppc64le, bsc#1195486 bsc#1193778
  * fix-javahl-test.patch-
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 933470 from Johannes Segitz's avatar Johannes Segitz (jsegitz) (revision 348)
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
Danilo Spinella's avatar Danilo Spinella (dspinella) accepted request 931047 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 347)
- The following issues have already been fixed in this package
  but weren't previously mentioned in the changes file:
  * bsc#1185052
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 926581 from Callum Farmer's avatar Callum Farmer (gmbr3) (revision 346)
- Change to using systemd-sysusers
Displaying revisions 1 - 20 of 365
openSUSE Build Service is sponsored by