Package: jazip / 0.34-15.1

Metadata

Package Version Patches format
jazip 0.34-15.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
all_patches_to_0.34 14 | (download)

jazip.conf | 2 1 + 1 - 0 !
jazip.h | 2 1 + 1 - 0 !
main.c | 15 10 + 5 - 0 !
mount_z.c | 22 20 + 2 - 0 !
4 files changed, 32 insertions(+), 9 deletions(-)

 jazip patches up to 0.34-14
 This patch includes all patches to jazip, abandonned upstream, since the
 last official version.  It contains the following fixes:
  * Correctly check bounds on command line arguments, avoiding crashes and
    possible exploitation.  Patch from Steve Kemp <skx@debian.org>.
    Thanks!  (closes: #194577)
  * mount_z.c: include sys/mount.h and sys/vfs.h instead of linux/fs.h
    (closes: #200167)
  * Bug fix: Copy the definition of struct partition from the kernel
    header instead of including kernel header linux/genhd.h.
    Thanks to Daniel Schepler <schepler@math.berkeley.edu> (Closes: #225418).
  * Bug fix: Define getenv properly.  Thanks to lamont@debian.org
    for reporting it. (Closes: #226537)
  * Bug fix: "FTBFS: main.c:13:23: error: X11/forms.h: No such file or
    directory", thanks to Lucas Nussbaum (Closes: #551249).  Adapt to new
    libforms1 library.