Package: slic3r / 1.3.0+dfsg1-5.1
Metadata
Package | Version | Patches format |
---|---|---|
slic3r | 1.3.0+dfsg1-5.1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Move Slic3r data to usr share slic3r.patch | (download) |
lib/Slic3r.pm |
7 1 + 6 - 0 ! |
move slic3r data to /usr/share/slic3r |
Downgrade Encode Locale requirement.patch | (download) |
lib/Slic3r.pm |
2 1 + 1 - 0 ! |
downgrade encode::locale requirement |
Add usr lib slic3r to lib search path.patch | (download) |
slic3r.pl |
3 1 + 2 - 0 ! |
add /usr/lib/slic3r to lib search path |
Use system expat.h.patch | (download) |
xs/Build.PL |
5 5 + 0 - 0 ! |
use system expat.h |
Drop error admesh works correctly on little endian machin.patch | (download) |
xs/src/admesh/stl.h |
4 0 + 4 - 0 ! |
drop #error "admesh works correctly on little endian machines only" admesh works fine on little-endian machines as of b9592961. It just doesn't compile because of this pesky #error. |
0006 Fix FTBFS with Boost 1.71.patch | (download) |
xs/src/libslic3r/GCodeSender.hpp |
1 1 + 0 - 0 ! |
fix ftbfs with boost 1.71. |
fix_boost_174.patch | (download) |
xs/src/admesh/stl.h |
2 1 + 1 - 0 ! |
fix compilation against boost_1,74 Bug-Debian: https://bugs.debian.org/977449 |
Fix CVE 2020 28591.patch | (download) |
xs/src/libslic3r/IO/AMF.cpp |
10 7 + 3 - 0 ! |
fix cve-2020-28591 |
Link against boost nowide library.patch | (download) |
src/CMakeLists.txt |
2 1 + 1 - 0 ! |
link against boost-nowide library |
Fix FTBFS GCC 14.patch | (download) |
xs/Build.PL |
9 4 + 5 - 0 ! |
do not undefine __strict_ansi__ |