Package: berkeley-abc / 1.01+20140822hg4d547a5+dfsg-1+deb8u1

Metadata

Package Version Patches format
berkeley-abc 1.01+20140822hg4d547a5+dfsg-1+deb8u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove_bzlib_convenience.patch | (download)

Makefile | 4 2 + 2 - 0 !
src/base/io/ioReadAiger.c | 2 1 + 1 - 0 !
src/base/io/ioWriteAiger.c | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 the library bzlib is included in the source and
  built as a convenience library. This patch prevents this from being
  built and links berkeley-abc with debian's bzlib library instead.
remove_zlib_convenience.patch | (download)

Makefile | 4 2 + 2 - 0 !
src/base/io/ioReadAiger.c | 2 1 + 1 - 0 !
src/base/io/ioWriteAiger.c | 2 1 + 1 - 0 !
src/sat/cnf/cnfMan.c | 2 1 + 1 - 0 !
4 files changed, 5 insertions(+), 5 deletions(-)

 the library zlib is included in the source and
  built as a convenience library. This patch prevents this from being
  built and links berkeley-abc with debian's zlib library instead.
cflags_ldflags.patch | (download)

Makefile | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 using ldflags and cppflagspassed down from
  dpkg-buildflags such that hardening gets enabled.
04_memory_alignment_fix.patch | (download)

Makefile | 3 3 + 0 - 0 !
src/aig/aig/aigMem.c | 12 12 + 0 - 0 !
2 files changed, 15 insertions(+)

 backporting a fix which causes crashes on certain architectures.
 There were some memory alignment problems
reproducibility.patch | (download)

src/base/cmd/cmdUtils.c | 2 1 + 1 - 0 !
src/base/main/mainUtils.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 remove the __time__ etc macros
 Otherwise the debian package checking complains...
abc bugfix 20150403.diff | (download)

src/opt/ret/retIncrem.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---