Package: plib / 1.8.5-8+deb11u1
Metadata
Package | Version | Patches format |
---|---|---|
plib | 1.8.5-8+deb11u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
00_fix_kfreebsd_FTBFS.diff | (download) |
src/js/jsBSD.cxx |
2 1 + 1 - 0 ! |
--- |
01_fix_hurd_FTBFS.diff | (download) |
src/js/jsNone.cxx |
2 1 + 1 - 0 ! |
--- |
02_build_shared_libs.diff | (download) |
configure.in |
2 1 + 1 - 0 ! |
--- |
03_remove_pthread_link.diff | (download) |
configure.in |
2 1 + 1 - 0 ! |
--- |
04_CVE 2011 4620.diff | (download) |
src/util/ulError.cxx |
2 1 + 1 - 0 ! |
--- |
06_spelling_errors.diff | (download) |
src/ssg/ssgLoadMDL.cxx |
2 1 + 1 - 0 ! |
fix spelling errors in code s/implmented/implemented, s/adress/address |
05_CVE 2012 4552.diff | (download) |
src/ssg/ssgParser.cxx |
32 14 + 18 - 0 ! |
--- |
07_dont_break_joystick_system_calibration.diff | (download) |
src/js/jsLinux.cxx |
14 0 + 14 - 0 ! |
don't break system calibration settings when a joystick is opened plib may do additional dead-band management on top of the OS joystick driver, it should not break system settings for that reason! |
08_CVE 2021 38714.patch | (download) |
src/ssg/ssgLoadTGA.cxx |
32 28 + 4 - 0 ! |
prevent integer overflow in ssgloadtga() function. cve-2021-38714 |