Date: Sun, 31 Aug 2003 06:09:31 -0700 (PDT) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/libcabinet Makefile ports/archivers/libcabinet/files patch-Makefile patch-bstring.cpp patch-bstring.h patch-cfcreate.cpp patch-cfdblock.cpp patch-cffile.h patch-cffolder.cpp patch-cffolder.h patch-cfheader.cpp ... Message-ID: <200308311309.h7VD9VeA045539@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2003/08/31 06:09:31 PDT
FreeBSD ports repository
Modified files:
archivers/libcabinet Makefile
archivers/libcabinet/files patch-cftypes.cpp
Added files:
archivers/libcabinet/files patch-Makefile patch-bstring.cpp
patch-bstring.h patch-cfcreate.cpp
patch-cfdblock.cpp patch-cffile.h
patch-cffolder.cpp patch-cffolder.h
patch-cfheader.cpp
patch-cfreader.cpp patch-cftypes.h
patch-darray.h patch-listcap.cpp
Log:
[patch] Unbreak port: archivers/libcabinet
This port did not build with gcc 3.3.1. I also fixed a
possible buffer overflow (they used gets() to read from
stdin).
Please review the patch file ``patch-cftypes.cpp'' with
extra care, since I am not sure whether this makes sense
(2 positions in the file, marked with ``TODO'' - thanks.
Also added some lines in cftypes.cpp to overcome the absence of
values.h on -current.
PR: ports/55767
Submitted by: Simon Barner <barner@in.tum.de>
Revision Changes Path
1.6 +1 -7 ports/archivers/libcabinet/Makefile
1.1 +19 -0 ports/archivers/libcabinet/files/patch-Makefile (new)
1.1 +11 -0 ports/archivers/libcabinet/files/patch-bstring.cpp (new)
1.1 +12 -0 ports/archivers/libcabinet/files/patch-bstring.h (new)
1.1 +38 -0 ports/archivers/libcabinet/files/patch-cfcreate.cpp (new)
1.1 +20 -0 ports/archivers/libcabinet/files/patch-cfdblock.cpp (new)
1.1 +9 -0 ports/archivers/libcabinet/files/patch-cffile.h (new)
1.1 +20 -0 ports/archivers/libcabinet/files/patch-cffolder.cpp (new)
1.1 +10 -0 ports/archivers/libcabinet/files/patch-cffolder.h (new)
1.1 +43 -0 ports/archivers/libcabinet/files/patch-cfheader.cpp (new)
1.1 +11 -0 ports/archivers/libcabinet/files/patch-cfreader.cpp (new)
1.2 +41 -18 ports/archivers/libcabinet/files/patch-cftypes.cpp
1.1 +12 -0 ports/archivers/libcabinet/files/patch-cftypes.h (new)
1.1 +9 -0 ports/archivers/libcabinet/files/patch-darray.h (new)
1.1 +42 -0 ports/archivers/libcabinet/files/patch-listcap.cpp (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308311309.h7VD9VeA045539>
