bastif pushed to branch master at Debian Java Maintainers / vnu


Commits:
a291cae7 by Fab Stz at 2026-08-18T15:16:05+02:00
New upstream version 26.8.15.1+dfsg
- - - - -
51689617 by Fab Stz at 2026-08-18T15:16:14+02:00
Update upstream source from tag 'upstream/26.8.15.1+dfsg'

Update to upstream version '26.8.15.1+dfsg'
with Debian dir d4c2f5f3fc2faebcc572790f11b54320c28c0f8b
- - - - -
3c2cf4d2 by Fab Stz at 2026-08-18T15:29:45+02:00
Update changelog for 26.8.15.1+dfsg-1 release

- - - - -
43c37ae3 by Fab Stz at 2026-08-18T15:30:14+02:00
Patches: rebase & update

- - - - -
e314428c by Fab Stz at 2026-08-18T15:30:14+02:00
d/README.TODO

Gbp-Dch: Ignore

- - - - -
d6d9752a by Fab Stz at 2026-08-18T15:30:15+02:00
Patches: Revert back to javax.json

- - - - -
f5ad4b4d by Fab Stz at 2026-08-18T15:30:16+02:00
Patches: Support running 'make messages' with custom classpath

- - - - -
2968feb1 by Fab Stz at 2026-08-18T15:30:16+02:00
Patches: Cheat failing test as if it passed

- - - - -
7de58d9f by Fab Stz at 2026-08-18T15:30:17+02:00
d/rules: Add target make_messages

- - - - -
4ba81174 by Fab Stz at 2026-08-18T15:30:18+02:00
README.Debian: Mention known issue

- - - - -
f0e6882d by Fab Stz at 2026-08-18T15:30:18+02:00
d/README.TODO

Gbp-Dch: Ignore

- - - - -
7ec5e739 by Fab Stz at 2026-08-18T15:30:19+02:00
Update changelog for 26.8.15.1+dfsg-1 release

- - - - -


269 changed files:

- .classpath
- .github/workflows/build.yml
- − .github/workflows/claude.yml
- .github/workflows/refresh-html5spec.yml
- + .github/workflows/republish-latest-if-drafted.yml
- .gitignore
- − .gitsubtrees.yaml
- .pre-commit-config.yaml
- CONTRIBUTING.md
- README.md
- build/build.py
- build/build.xml
- debian/README.Debian
- debian/README.TODO
- debian/changelog
- debian/patches/debian-adapt-build-of-jing-shaded.jar.patch
- debian/patches/debian-build-fixes-for-war.patch
- + debian/patches/debian-cheat-test-1.patch
- debian/patches/debian-no-jing-trang-lib.patch
- debian/patches/debian-partly-disable-coverage-tests.patch
- + debian/patches/debian-revert-back-to-javax.json.patch
- debian/patches/debian-skip-checkServiceWithRuntimeImage.patch
- debian/patches/debian-skip-playwright.patch
- + debian/patches/debian-support-classpath-with-make-messages.patch
- debian/patches/debian-update-messages.json-for-dfsg-cleanup.patch
- − debian/patches/debian-use-commons-fileupload2-jakarta-servlet6.patch
- debian/patches/debian_classpath.patch
- − debian/patches/fix-war-Put-the-datatype-library-service-file-on-the.patch
- − debian/patches/flush-output-when-printing-command-run-by-build.py.patch
- − debian/patches/invoke-tests-by-using-stacksize.patch
- debian/patches/series
- debian/rules
- galimatias/src/main/java/io/mola/galimatias/Host.java
- galimatias/src/main/java/io/mola/galimatias/IPv4Address.java
- langdetect/src/com/cybozu/labs/langdetect/DetectorFactory.java
- package.json
- pnpm-lock.yaml
- + pnpm-workspace.yaml
- resources/spec/html5spec-single.html
- + 
resources/war/META-INF/services/nu.validator.vendor.relaxng.datatype.DatatypeLibraryFactory
- schema/.drivers/legacy.rnc
- schema/html5/aria.rnc
- schema/html5/embed.rnc
- schema/svg11/svg-basic-structure.rnc
- schema/svg11/svg-gradient.rnc
- src/nu/validator/checker/HeadingHierarchyChecker.java
- src/nu/validator/checker/LanguageDetectingChecker.java
- src/nu/validator/checker/SpeculationRulesChecker.java
- src/nu/validator/checker/schematronequiv/Assertions.java
- src/nu/validator/client/TestRunner.java
- src/nu/validator/datatype/RelValue.java
- src/nu/validator/datatype/ScriptDocumentation.java
- src/nu/validator/servlet/MultipartFormDataFilter.java
- src/nu/validator/servlet/VerifierServletTransaction.java
- src/nu/validator/source/SourceCode.java
- src/nu/validator/source/test/SourceCodeTest.java
- src/nu/validator/xml/PrudentHttpEntityResolver.java
- 
src/nu/validator/xml/dataattributes/DataAttributeDroppingContentHandlerWrapper.java
- tests/html-aria/author-requirements/582.html
- tests/html-aria/author-requirements/584.html
- + tests/html-aria/misc/a-href-inside-role-checkbox-haswarn.html
- + tests/html-aria/misc/a-href-inside-role-menuitem-haswarn.html
- + tests/html-aria/misc/a-href-inside-role-menuitemcheckbox-haswarn.html
- + tests/html-aria/misc/a-href-inside-role-menuitemradio-haswarn.html
- + tests/html-aria/misc/a-href-inside-role-option-haswarn.html
- + tests/html-aria/misc/a-href-inside-role-radio-haswarn.html
- + tests/html-aria/misc/a-href-inside-role-switch-haswarn.html
- + tests/html-aria/misc/a-href-inside-role-tab-haswarn.html
- tests/html-aria/misc/aria-labelledby-with-role-on-div-isvalid.html
- + tests/html-aria/misc/input-checkbox-role-switch-aria-expanded-isvalid.html
- + tests/html-aria/misc/role-alert-inside-h1-novalid.html
- + tests/html-aria/misc/role-alertdialog-inside-h1-novalid.html
- + tests/html-aria/misc/role-application-inside-h1-novalid.html
- + tests/html-aria/misc/role-dialog-inside-h1-novalid.html
- + tests/html-aria/misc/role-document-inside-h1-novalid.html
- + tests/html-aria/misc/role-feed-inside-h1-novalid.html
- + tests/html-aria/misc/role-group-inside-explicit-listitem-isvalid.html
- + tests/html-aria/misc/role-group-inside-li-isvalid.html
- + tests/html-aria/misc/role-listbox-inside-h1-novalid.html
- + tests/html-aria/misc/role-log-inside-h1-novalid.html
- + tests/html-aria/misc/role-marquee-inside-h1-novalid.html
- + tests/html-aria/misc/role-math-inside-h1-novalid.html
- + tests/html-aria/misc/role-note-inside-h1-novalid.html
- + tests/html-aria/misc/role-status-inside-h1-novalid.html
- + tests/html-aria/misc/role-tabpanel-inside-h1-novalid.html
- + tests/html-aria/misc/role-timer-inside-h1-novalid.html
- + tests/html-aria/misc/role-toolbar-inside-h1-novalid.html
- + tests/html-aria/misc/tabindex-inside-role-option-haswarn.html
- + tests/html-aria/misc/tabindex-inside-role-tab-haswarn.html
- tests/html-aria/presentational-children/img-button-descendant-novalid.html → 
tests/html-aria/presentational-children/img-button-descendant-haswarn.html
- tests/html-aria/presentational-children/testcase-839-novalid.html → 
tests/html-aria/presentational-children/testcase-839-haswarn.html
- tests/html-aria/presentational-children/testcase-840-novalid.html → 
tests/html-aria/presentational-children/testcase-840-haswarn.html
- tests/html-aria/presentational-children/testcase-842-novalid.html → 
tests/html-aria/presentational-children/testcase-842-haswarn.html
- tests/html-aria/presentational-children/testcase-843-novalid.html → 
tests/html-aria/presentational-children/testcase-843-haswarn.html
- tests/html-aria/presentational-children/testcase-844-novalid.html → 
tests/html-aria/presentational-children/testcase-844-haswarn.html
- tests/html-aria/setsize-posinset-level/testcase-769-novalid.html → 
tests/html-aria/setsize-posinset-level/testcase-769-isvalid.html
- tests/html-its/elementswithintext/html/withintext1html.html
- tests/html-its/elementswithintext/html/withintext3html.html
- tests/html-its/elementswithintext/html/withintext4html.html
- tests/html-its/localizationnote/html/locnote2html.html
- tests/html-its/translate/html/translate3html.html
- tests/html-its/translate/html/translate4html.html
- tests/html-its/translate/html/translate5html.html
- tests/html-its/translate/html/translate6html.html
- tests/html-rdfa/0093-isvalid.html
- tests/html-rdfa/0213-isvalid.html
- + tests/html-svg/stop-without-offset-isvalid.html
- + tests/html-svg/svg-nested-transform-isvalid.html
- + tests/html/attributes/data/colon-in-name-isvalid.html
- − tests/html/attributes/data/not-xml-serializable-novalid.html
- tests/html/elements/a/href-isvalid.html
- + tests/html/elements/a/href/host-192.0x00A80001-novalid.html
- + tests/html/elements/a/href/host-IP-address-broken-novalid.html
- + tests/html/elements/a/href/host-IP-address-fullwidth-novalid.html
- + tests/html/elements/a/href/host-IP-address-percent-encoded-novalid.html
- tests/html/elements/area/download-isvalid.html
- tests/html/elements/area/href-isvalid.html
- + tests/html/elements/area/href/host-192.0x00A80001-novalid.html
- + tests/html/elements/area/href/host-IP-address-broken-novalid.html
- + tests/html/elements/area/href/host-IP-address-fullwidth-novalid.html
- + tests/html/elements/area/href/host-IP-address-percent-encoded-novalid.html
- + tests/html/elements/area/hreflang-and-type-isvalid.html
- + tests/html/elements/area/hreflang-bad-novalid.html
- + tests/html/elements/area/hreflang-without-href-novalid.html
- + tests/html/elements/area/ping-without-href-novalid.html
- + tests/html/elements/area/rel-without-href-novalid.html
- + tests/html/elements/area/target-without-href-novalid.html
- + tests/html/elements/area/type-bad-novalid.html
- + tests/html/elements/area/type-without-href-novalid.html
- tests/html/elements/audio/src-isvalid.html
- + tests/html/elements/audio/src/host-192.0x00A80001-novalid.html
- + tests/html/elements/audio/src/host-IP-address-broken-novalid.html
- + tests/html/elements/audio/src/host-IP-address-fullwidth-novalid.html
- + tests/html/elements/audio/src/host-IP-address-percent-encoded-novalid.html
- tests/html/elements/base/href/host-192.0x00A80001-isvalid.html → 
tests/html/elements/base/href/host-192.0x00A80001-novalid.html
- tests/html/elements/base/href/host-IP-address-broken-isvalid.html → 
tests/html/elements/base/href/host-IP-address-broken-novalid.html
- tests/html/elements/base/href/host-IP-address-fullwidth-isvalid.html → 
tests/html/elements/base/href/host-IP-address-fullwidth-novalid.html
- tests/html/elements/base/href/host-IP-address-percent-encoded-isvalid.html → 
tests/html/elements/base/href/host-IP-address-percent-encoded-novalid.html
- tests/html/elements/blockquote/cite-isvalid.html
- + tests/html/elements/blockquote/cite/host-192.0x00A80001-novalid.html
- + tests/html/elements/blockquote/cite/host-IP-address-broken-novalid.html
- + tests/html/elements/blockquote/cite/host-IP-address-fullwidth-novalid.html
- + 
tests/html/elements/blockquote/cite/host-IP-address-percent-encoded-novalid.html
- tests/html/elements/blockquote/model-isvalid.html
- tests/html/elements/button/formaction-isvalid.html
- + tests/html/elements/button/formaction/host-192.0x00A80001-novalid.html
- + tests/html/elements/button/formaction/host-IP-address-broken-novalid.html
- + tests/html/elements/button/formaction/host-IP-address-fullwidth-novalid.html
- + 
tests/html/elements/button/formaction/host-IP-address-percent-encoded-novalid.html
- tests/html/elements/del/cite-isvalid.html
- + tests/html/elements/del/cite/host-192.0x00A80001-novalid.html
- + tests/html/elements/del/cite/host-IP-address-broken-novalid.html
- + tests/html/elements/del/cite/host-IP-address-fullwidth-novalid.html
- + tests/html/elements/del/cite/host-IP-address-percent-encoded-novalid.html
- tests/html/elements/embed/src-isvalid.html
- + tests/html/elements/embed/src/host-192.0x00A80001-novalid.html
- + tests/html/elements/embed/src/host-IP-address-broken-novalid.html
- + tests/html/elements/embed/src/host-IP-address-fullwidth-novalid.html
- + tests/html/elements/embed/src/host-IP-address-percent-encoded-novalid.html
- tests/html/elements/footer/role-contentinfo-section-scope-isvalid.html
- tests/html/elements/form/action-isvalid.html
- + tests/html/elements/form/action/host-192.0x00A80001-novalid.html
- + tests/html/elements/form/action/host-IP-address-broken-novalid.html
- + tests/html/elements/form/action/host-IP-address-fullwidth-novalid.html
- + tests/html/elements/form/action/host-IP-address-percent-encoded-novalid.html
- tests/html/elements/h2/model-isvalid.html
- tests/html/elements/h3/model-isvalid.html
- tests/html/elements/h4/model-isvalid.html
- tests/html/elements/h5/model-isvalid.html
- tests/html/elements/h6/model-isvalid.html
- tests/html/elements/header/role-banner-section-scope-isvalid.html
- tests/html/elements/iframe/src-isvalid.html
- + tests/html/elements/iframe/src/host-192.0x00A80001-novalid.html
- + tests/html/elements/iframe/src/host-IP-address-broken-novalid.html
- + tests/html/elements/iframe/src/host-IP-address-fullwidth-novalid.html
- + tests/html/elements/iframe/src/host-IP-address-percent-encoded-novalid.html
- tests/html/elements/img/src-isvalid.html
- + tests/html/elements/img/src/host-192.0x00A80001-novalid.html
- + tests/html/elements/img/src/host-IP-address-broken-novalid.html
- + tests/html/elements/img/src/host-IP-address-fullwidth-novalid.html
- + tests/html/elements/img/src/host-IP-address-percent-encoded-novalid.html
- tests/html/elements/input/type-image-formaction-isvalid.html
- + 
tests/html/elements/input/type-image-formaction/host-192.0x00A80001-novalid.html
- + 
tests/html/elements/input/type-image-formaction/host-IP-address-broken-novalid.html
- + 
tests/html/elements/input/type-image-formaction/host-IP-address-fullwidth-novalid.html
- + 
tests/html/elements/input/type-image-formaction/host-IP-address-percent-encoded-novalid.html
- tests/html/elements/input/type-image-src-isvalid.html
- + tests/html/elements/input/type-image-src/host-192.0x00A80001-novalid.html
- + tests/html/elements/input/type-image-src/host-IP-address-broken-novalid.html
- + 
tests/html/elements/input/type-image-src/host-IP-address-fullwidth-novalid.html
- + 
tests/html/elements/input/type-image-src/host-IP-address-percent-encoded-novalid.html
- tests/html/elements/input/type-submit-formaction-isvalid.html
- + 
tests/html/elements/input/type-submit-formaction/host-192.0x00A80001-novalid.html
- + 
tests/html/elements/input/type-submit-formaction/host-IP-address-broken-novalid.html
- + 
tests/html/elements/input/type-submit-formaction/host-IP-address-fullwidth-novalid.html
- + 
tests/html/elements/input/type-submit-formaction/host-IP-address-percent-encoded-novalid.html
- tests/html/elements/input/type-url-value-isvalid.html
- + tests/html/elements/input/type-url-value/host-192.0x00A80001-novalid.html
- + tests/html/elements/input/type-url-value/host-IP-address-broken-novalid.html
- + 
tests/html/elements/input/type-url-value/host-IP-address-fullwidth-novalid.html
- + 
tests/html/elements/input/type-url-value/host-IP-address-percent-encoded-novalid.html
- tests/html/elements/ins/cite-isvalid.html
- + tests/html/elements/ins/cite/host-192.0x00A80001-novalid.html
- + tests/html/elements/ins/cite/host-IP-address-broken-novalid.html
- + tests/html/elements/ins/cite/host-IP-address-fullwidth-novalid.html
- + tests/html/elements/ins/cite/host-IP-address-percent-encoded-novalid.html
- tests/html/elements/link/href-isvalid.html
- + tests/html/elements/link/href/host-192.0x00A80001-novalid.html
- + tests/html/elements/link/href/host-IP-address-broken-novalid.html
- + tests/html/elements/link/href/host-IP-address-fullwidth-novalid.html
- + tests/html/elements/link/href/host-IP-address-percent-encoded-novalid.html
- tests/html/elements/map/model-isvalid.html
- tests/html/elements/meta/refresh-isvalid.html
- tests/html/elements/object/data-isvalid.html
- + tests/html/elements/object/data/host-192.0x00A80001-novalid.html
- + tests/html/elements/object/data/host-IP-address-broken-novalid.html
- + tests/html/elements/object/data/host-IP-address-fullwidth-novalid.html
- + tests/html/elements/object/data/host-IP-address-percent-encoded-novalid.html
- + tests/html/elements/option/omitted-end-tag-before-optgroup-isvalid.html
- tests/html/elements/q/cite-isvalid.html
- + tests/html/elements/q/cite/host-192.0x00A80001-novalid.html
- + tests/html/elements/q/cite/host-IP-address-broken-novalid.html
- + tests/html/elements/q/cite/host-IP-address-fullwidth-novalid.html
- + tests/html/elements/q/cite/host-IP-address-percent-encoded-novalid.html
- + tests/html/elements/script/comment-with-slash-isvalid.html
- tests/html/elements/script/src-isvalid.html
- + tests/html/elements/script/src/host-192.0x00A80001-novalid.html
- + tests/html/elements/script/src/host-IP-address-broken-novalid.html
- + tests/html/elements/script/src/host-IP-address-fullwidth-novalid.html
- + tests/html/elements/script/src/host-IP-address-percent-encoded-novalid.html
- tests/html/elements/source/src-isvalid.html
- + tests/html/elements/source/src/host-192.0x00A80001-novalid.html
- + tests/html/elements/source/src/host-IP-address-broken-novalid.html
- + tests/html/elements/source/src/host-IP-address-fullwidth-novalid.html
- + tests/html/elements/source/src/host-IP-address-percent-encoded-novalid.html
- tests/html/elements/track/src-isvalid.html
- + tests/html/elements/track/src/host-192.0x00A80001-novalid.html
- + tests/html/elements/track/src/host-IP-address-broken-novalid.html
- + tests/html/elements/track/src/host-IP-address-fullwidth-novalid.html
- + tests/html/elements/track/src/host-IP-address-percent-encoded-novalid.html
- tests/html/elements/video/poster-isvalid.html
- + tests/html/elements/video/poster/host-192.0x00A80001-novalid.html
- + tests/html/elements/video/poster/host-IP-address-broken-novalid.html
- + tests/html/elements/video/poster/host-IP-address-fullwidth-novalid.html
- + 
tests/html/elements/video/poster/host-IP-address-percent-encoded-novalid.html
- tests/html/elements/video/src-isvalid.html
- + tests/html/elements/video/src/host-192.0x00A80001-novalid.html
- + tests/html/elements/video/src/host-IP-address-broken-novalid.html
- + tests/html/elements/video/src/host-IP-address-fullwidth-novalid.html
- + tests/html/elements/video/src/host-IP-address-percent-encoded-novalid.html
- + tests/html/headings/no-top-level-haswarn.html
- tests/html/microdata/itemid-isvalid.html
- + tests/html/microdata/itemid/host-192.0x00A80001-novalid.html
- + tests/html/microdata/itemid/host-IP-address-broken-novalid.html
- + tests/html/microdata/itemid/host-IP-address-fullwidth-novalid.html
- + tests/html/microdata/itemid/host-IP-address-percent-encoded-novalid.html
- tests/html/microdata/itemtype-isvalid.html
- + tests/html/microdata/itemtype/host-192.0x00A80001-novalid.html
- + tests/html/microdata/itemtype/host-IP-address-broken-novalid.html
- + tests/html/microdata/itemtype/host-IP-address-fullwidth-novalid.html
- + tests/html/microdata/itemtype/host-IP-address-percent-encoded-novalid.html
- + tests/langdetect/lang-en-dir-ltr-content-ja-haswarn.html
- tests/messages.json
- tests/tools/url.py
- tests/xhtml/elements/blockquote/028-isvalid.xhtml
- tests/xhtml/elements/map/048-isvalid.xhtml
- vnu-jar.js
- vnu-java-downloader.js
- + vnu-java-downloader.test.js


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/vnu/-/compare/436c0ab5248d819f254c63fafc9649665e60afa7...7ec5e7396d9a28af1a35a0ecccac38e4ec6c7202

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/vnu/-/compare/436c0ab5248d819f254c63fafc9649665e60afa7...7ec5e7396d9a28af1a35a0ecccac38e4ec6c7202
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to