On Tue, May 01 2018, Solene Rapenne <sol...@perso.pw> wrote: > bump 1.4.1 => 1.4.2 > > Trailing space removed in pkg/PLIST > > From NEWS file : > > - Fix buffer overflow when region mask is 0x0 > - Fix invalid free on Open
There is no reason to bump the shlib minor. check_sym does not detect new symbols and there are no incompatible changes in the installed headers. A diff between the old and new tarballs confirms this. ok jca@ *without* the shlib bump. For more data on shared libraries versioning, see http://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs russell /usr/ports/converters/libdvdcss$ /usr/src/lib/check_sym /usr/local/lib/libdvdcss.so.4.1 /usr/ports/pobj/libdvdcss-1.4.2/fake-amd64/usr/local/lib/libdvdcss.so.4.2 /usr/local/lib/libdvdcss.so.4.1 --> /usr/ports/pobj/libdvdcss-1.4.2/fake-amd64/usr/local/lib/libdvdcss.so.4.2 No dynamic export changes russell /usr/ports/converters/libdvdcss$ /usr/src/lib/check_sym /usr/local/lib/libdvdcss.so.4.1 /usr/ports/pobj/libdvdcss-1.4.2/fake-amd64/usr/local/lib/libdvdcss.so.4.2 russell /usr/ports/converters/libdvdcss$ diff -u /usr/local/include/dvdcss/dvdcss.h /usr/ports/pobj/libdvdcss-1.4.2/fake-amd64/usr/local/include/dvdcss/dvdcss.h russell /usr/ports/converters/libdvdcss$ diff -u /usr/local/include/dvdcss/version.h /usr/ports/pobj/libdvdcss-1.4.2/fake-amd64/usr/local/include/dvdcss/version.h --- /usr/local/include/dvdcss/version.h Mon Apr 30 23:42:23 2018 +++ /usr/ports/pobj/libdvdcss-1.4.2/fake-amd64/usr/local/include/dvdcss/version.h Tue May 1 22:10:20 2018 @@ -27,9 +27,9 @@ #define DVDCSS_VERSION_MAJOR 1 #define DVDCSS_VERSION_MINOR 4 -#define DVDCSS_VERSION_MICRO 1 +#define DVDCSS_VERSION_MICRO 2 -#define DVDCSS_VERSION_STRING "1.4.1" +#define DVDCSS_VERSION_STRING "1.4.2" #define DVDCSS_VERSION \ DVDCSS_VERSION_CODE(DVDCSS_VERSION_MAJOR, DVDCSS_VERSION_MINOR, DVDCSS_VERSION_MICRO) -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE