Files
packages/libs
Alexandru Ardelean 68de1450cc libxerces-c: fix CI build/test failures for apk + samples
Two unrelated issues both fixed here so the package + its samples
sub-package land in CI green:

1. PKG_CPE_ID escaping.
   apk's ADB binary package format rejects both the backslash-escape
   and the percent-encoding variants of the previous CPE id:

     cpe:/a:apache:xerces-c\+\+     ERROR: info field 'tags' has invalid value
     cpe:/a:apache:xerces-c%2B%2B   ERROR: info field 'tags' has invalid value

   apk's tag value parser only accepts a restricted alphabet for ADB
   package format and neither '\' nor '%' make the cut. With xerces-c
   unable to build, downstream consumers (notably sumo) also fail at
   cmake configure time with "Failed to find XercesC".

   Drop the '++' suffix entirely and use cpe:/a:apache:xerces-c, which
   matches the higher-level Apache Xerces-C CPE entry. cve scanners
   that walked the more specific xerces-c++ entry will fall back to
   this one.

2. Generic version-check override for libxerces-c-samples.
   The samples sub-package ships upstream demo programs
   (CreateDOMDocument, DOMCount, DOMPrint, SAX2Count, ...) which do
   not accept --version / -v / -V and therefore fail the framework's
   "executable prints PKG_VERSION" probe, making the package overall
   report "Generic tests failed". Add a minimal test-version.sh that
   exits 0 so the version-probe is skipped and the remaining generic
   checks (executable, no hardcoded paths, stripped, linked libs)
   still run for every binary.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2026-05-24 15:57:48 +03:00
..
2025-08-23 23:59:38 +03:00
2026-05-08 22:28:27 +02:00
2025-11-12 19:07:04 +02:00
2023-04-21 22:46:58 +02:00
2026-05-08 22:28:27 +02:00
2024-02-04 16:16:10 -08:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2024-02-16 14:00:59 +08:00
2026-05-09 19:15:27 +03:00
2026-02-07 19:16:38 +02:00
2026-05-08 22:28:27 +02:00
2025-12-31 09:22:58 +02:00
2024-02-04 16:07:26 -08:00
2025-05-22 23:27:12 +02:00
2026-05-12 16:17:47 +01:00
2026-05-10 11:34:40 +03:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2026-05-12 16:20:43 +01:00
2025-07-09 00:24:32 +08:00
2026-01-09 10:55:14 +01:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2025-09-17 02:31:47 +08:00
2026-03-15 09:10:45 +02:00
2025-10-28 23:32:24 +01:00
2026-03-19 14:35:59 +02:00
2026-05-05 08:54:20 +03:00
2026-05-08 22:28:27 +02:00
2026-05-07 12:59:11 +03:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2026-05-10 12:21:37 +02:00
2025-10-02 13:37:16 +03:00
2024-05-15 14:36:27 -07:00
2024-02-04 16:16:10 -08:00
2025-09-07 14:31:34 +08:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2026-03-23 03:42:18 +01:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2026-02-07 19:18:03 +02:00
2026-02-07 19:18:03 +02:00
2023-04-21 22:46:58 +02:00
2026-05-09 14:24:55 +03:00
2023-04-21 22:46:58 +02:00
2026-03-19 14:33:25 +02:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2026-05-09 19:12:22 +03:00
2026-03-15 09:12:48 +02:00
2025-02-20 18:12:02 +01:00
2025-11-06 22:29:22 +02:00
2024-03-08 00:34:29 +08:00
2026-01-09 10:54:44 +01:00
2024-02-04 15:54:56 -08:00
2026-05-08 22:28:27 +02:00
2025-09-20 23:21:48 +08:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2024-02-22 10:48:21 -08:00
2026-05-20 00:48:37 +01:00
2023-01-20 11:07:55 +00:00
2025-09-09 22:02:07 +03:00
2026-04-19 19:09:28 -06:00
2026-05-20 13:21:20 +01:00
2026-05-20 00:40:22 +01:00
2026-05-08 22:28:27 +02:00
2024-08-16 15:51:54 -07:00
2026-05-08 22:28:27 +02:00
2026-05-12 15:18:28 +01:00
2025-04-17 15:10:28 +02:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2024-02-14 17:06:38 -08:00
2026-05-08 22:28:27 +02:00
2024-08-19 10:11:04 -07:00
2026-03-19 14:33:01 +02:00
2024-08-18 10:55:39 -07:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2026-05-06 21:05:36 +03:00
2025-07-29 19:54:08 +03:00
2026-05-08 22:28:27 +02:00
2025-08-23 19:50:49 +03:00
2025-04-26 15:26:23 +01:00
2026-05-09 19:13:24 +03:00
2026-05-08 22:28:27 +02:00
2025-07-09 00:31:21 +08:00
2026-01-04 08:58:07 +02:00
2025-07-31 21:50:51 +02:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2024-02-02 17:54:36 +08:00
2026-03-22 17:52:26 +02:00
2026-05-03 17:48:47 +03:00
2026-05-08 22:28:27 +02:00
2024-10-31 13:57:58 +01:00
2026-05-08 22:28:27 +02:00
2024-02-04 16:16:10 -08:00
2026-05-22 16:28:17 +03:00
2025-07-30 22:01:12 +02:00
2026-03-18 09:01:30 +01:00
2026-05-05 08:54:20 +03:00
2025-07-07 09:49:57 +02:00
2026-05-08 22:28:27 +02:00
2024-06-29 15:45:12 -07:00
2023-04-21 22:46:58 +02:00
2025-07-31 21:50:51 +02:00
2026-05-08 22:28:27 +02:00
2025-07-02 18:10:20 +08:00
2026-05-08 22:28:27 +02:00
2026-05-22 06:57:39 +03:00
2026-02-04 07:45:43 +02:00
2026-02-18 20:53:25 +02:00
2026-02-21 22:27:11 +00:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2026-03-24 08:58:39 +01:00
2026-05-12 15:17:21 +01:00
2026-03-23 20:23:25 +02:00
2024-08-16 15:51:20 -07:00
2025-09-09 22:02:50 +03:00
2026-05-08 22:28:27 +02:00
2025-08-23 19:50:49 +03:00
2025-08-24 15:37:51 +02:00
2024-02-14 17:09:50 -08:00
2023-04-21 22:46:58 +02:00
2026-05-10 11:31:30 +03:00
2026-05-08 22:28:27 +02:00
2024-08-03 16:42:01 -07:00
2025-11-12 01:46:40 +08:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2023-04-21 22:46:58 +02:00
2026-03-23 18:52:42 +02:00
2025-08-24 22:27:19 +08:00
2026-05-05 08:54:20 +03:00
2026-05-05 08:54:20 +03:00
2024-02-04 16:16:10 -08:00
2025-04-26 16:55:22 +01:00
2025-06-18 17:52:51 +03:00
2025-06-30 11:56:51 +08:00
2026-05-07 12:59:11 +03:00
2026-05-08 22:28:27 +02:00
2024-05-27 10:52:01 -07:00
2026-05-08 22:28:27 +02:00
2024-06-29 15:26:38 -07:00
2023-01-20 17:44:14 -08:00
2025-09-10 13:40:44 +01:00
2023-04-21 22:46:58 +02:00
2026-05-20 00:29:58 +01:00
2026-05-13 20:57:12 +03:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2024-02-04 16:16:10 -08:00
2026-05-08 10:06:22 +03:00
2023-04-21 22:46:58 +02:00
2026-05-07 12:59:11 +03:00
2025-12-31 09:22:58 +02:00
2026-05-08 22:28:27 +02:00
2025-11-20 17:04:44 +01:00
2025-11-14 12:16:53 +01:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2026-04-24 06:51:29 +03:00
2026-01-09 10:55:05 +01:00
2024-02-04 16:16:10 -08:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00
2026-05-08 22:28:27 +02:00