Revisions of tidy

Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 912255 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 26)
- Update to release 5.8.0
  * Only a version bump; no changes were conveyed.
- refreshed dynamic_library_build.diff due to conflict
buildservice-autocommit accepted request 785456 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 25)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 24)
- Cleanup spec file with spec-cleaner
- Fix previous changelog entry (missing patch removal)
- Drop no longer needed patch:
  0001-Issue-656-protect-against-NULL-node-set-in-loop.diff
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 784940 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 23)
- Update to the versoin 5.7.28:
  - Change "tidyLocalMapItem" to "tidyLocaleMapItem"
  - added OS __ANDROID__ to tidyplatform.h
  - Is. #781, PR #782 - Bump to 5.7.24, for nl -h removal
  - PR #769 - Dump to 5.7.23, add 'data' tag - closes #649
  - Switch 32-bit build to 'next'
  - Is #797 - use 'TidyRealloc' in place of raw 'realloc'
  - Update BRANCHES.md
  - Is. #746 PR #747 - fix other dup 'const' modifier
  - PR #762 - bump to 5.7.19 for BUILD.md fix
  - Is. #791 - free some allocations
  - Is. #770 #780 maybe #790 - remove 'setlocal' from lib!
  - Is. #783 - Fix language detection
  - Is. #781 - Drop redundant blank lines in -help
  - Issue#649: added <data> tag
  - PHP >= 7.1.0 recognizes tidy-html5
  - Is #752 - Replace _MSC_VER with _WIN32
  - Is #752 - Slightly enhance the API doxy docs
  - Is #752 - Chg TC_MAIN_ERROR_LOAD_CONFIG to 'problems'
  - Is #752 - Try STRING_MUTING_TYPE to TidyInfo
  - Is #741 - add RELEASE.md document
  - Is #752 - Add windows tilde expansion
  - Fix extra const modifier
  - Is #726 #185 - HTML5 is case sensitive for anchors.
  - Is #718 PR #727 - Update to CONTRIBUTING.md.2.txt
  - Is #726 #185 - HTML5 is case sensitive for anchors.
  - Is #719 - Set 'muted' before any callback
  - Is #713 - show-filename to errout when no warnings
  - PR #712 - Bump to 5.7.11 for this merge, and fix
  - PR #712 - Only allow 'auto' on 'dir' for HTML5
buildservice-autocommit accepted request 613466 from Adam Majer's avatar Adam Majer (adamm) (revision 22)
baserev update by copy to link target
Adam Majer's avatar Adam Majer (adamm) committed (revision 21)
- dynamic_library_build.diff: refreshed
Adam Majer's avatar Adam Majer (adamm) committed (revision 20)
fix typo in patch filename
Adam Majer's avatar Adam Majer (adamm) accepted request 613434 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 19)
- Update to new upstream release 5.6.0
buildservice-autocommit accepted request 492989 from Adam Majer's avatar Adam Majer (adamm) (revision 18)
baserev update by copy to link target
Adam Majer's avatar Adam Majer (adamm) committed (revision 17)
- actually enable and distribute compat headers
- explicitly list headers instead of globing so nothing
  "disappears" with version updates
Adam Majer's avatar Adam Majer (adamm) committed (revision 16)
Remove deleted patch from debian.series
Adam Majer's avatar Adam Majer (adamm) committed (revision 15)
- new upstream version 5.4.0
- compat_headers.diff: upstreamed
- static_buffer_overflow.diff: upstreamed
- updated documentation to current
  +  tidy-html5-doxygen-a8e47dc.tar.gz replaced by
     tidy-html5-doxygen-c0d1cd1.tar.gz
- updated unit tests to current
  + a510b54.tar.gz replaced by 97cf741.tar.gz
- fix_doxygen_paths.diff: refreshed
- test_fixes.diff: refreshed
buildservice-autocommit accepted request 417115 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 14)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 417067 from Adam Majer's avatar Adam Majer (adamm) (revision 13)
- add static_buffer_overflow.diff:
  + fix overflow in a static buffer (CVE-2016-6583)
- add Debian package files form fomer tidy-html5 packagee
  these don't really work, but mostly as WIP
buildservice-autocommit accepted request 399998 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 12)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 399972 from Adam Majer's avatar Adam Majer (adamm) (revision 11)
- new upstream version 5.2.0
  + added support for HTML5
- new upstream authors at https://github.com/htacg/tidy-html5
- remove tidy_generate_tarball.sh
  + not needed
- remove tidy-fix-buffer-overflow.patch
  + upstreamed
- add fix_doxygen_paths.diff
  + patch Doxygen config file to build documentation from buld
    directory
- add test_fixes.diff
  + fix build paths
  + remove pauses via `read` bash builtin
  + don't hide logging in log files
- add dynamic_library_build.diff
  + use standard cmake BUILD_SHARED_LIBS instead of BUILD_SHARED_LIB
  + build both static and dynamic libraries by default, instead
    of just static
  + link vs. dynamic by default
- add tidy_fetch_docs.sh
  + used to fetch latest documentation configuration sources
- add compat_headers.diff
  + upstream changed some header names, so provide compatible header
    wrappers with a compile time warning
- change library subpackage according to new soname
- build libtidy-devel instead of having soname in devel package name

Plan is to update tidy, and drop duplicate tidy-html5. Maintainer
of tidy-html5 agrees.
buildservice-autocommit accepted request 317089 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 10)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 317078 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 9)
- add CVE to previous changelog entry

  boo#933588) CVE-2015-5522 CVE-2015-5523
buildservice-autocommit accepted request 310235 from Guido Berhoerster's avatar Guido Berhoerster (gberh) (revision 8)
baserev update by copy to link target
Guido Berhoerster's avatar Guido Berhoerster (gberh) committed (revision 7)
- add tidy-fix-buffer-overflow.patch in order to fix a heap-based
  buffer overflow in tidy/libtidy (gh#htacg/tidy-html5#217
  boo#933588)
Displaying revisions 1 - 20 of 26
openSUSE Build Service is sponsored by