Package: ohcount / 4.0.0-5
Metadata
Package | Version | Patches format |
---|---|---|
ohcount | 4.0.0-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
disabled_test_suite.patch | (download) |
build |
2 1 1 - 0 ! |
disable test suite on build time, does not work |
build cflags.diff | (download) |
build |
9 7 2 - 0 ! |
--- |
fix buffer overflow.patch | (download) |
src/diff.c |
2 1 1 - 0 ! |
fix a buffer overflow due to an off-by one This manifests as a build failure on arm64 in Ubuntu. |
swift.patch | (download) |
src/hash/extensions.gperf |
1 1 0 - 0 ! |
[patch] add support for swift lang OTWO-6557 |
pcre2.patch | (download) |
build |
10 5 5 - 0 ! |
port to pcre2. Bug-Debian: https://bugs.debian.org/1000010 |
align function signatures with rb_iterate api.patch | (download) |
ruby/ohcount.i |
11 6 5 - 0 ! |
align rb_add_directory and rb_add_file function signatures with the current rb_iterate api The rb_iterate function now expects an iter_func with a signature matching rb_block_call_func_t. Historically, rb_block_call_func_t had only two parameters, but over time, it evolved to include more. This patch: |