pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/libol - Update libol to 0.3.15



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b53dc77729f6
branches:  trunk
changeset: 490229:b53dc77729f6
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Mar 06 11:10:29 2005 +0000

description:
- Update libol to 0.3.15
- Requested in PR# 29610 by joel (at) carnat.net, thanks for the PR!

> 2005-02-04  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * configure.in: bumped verison number to 0.3.15
>
> 2005-02-01  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * src/werror.c (msg_vformat): fixed signed/unsigned comparison wrt
>         the length variable, a stack overflow (not buffer overflow) can be
>         caused by a very long format result (werror("%2147483648i", 1)),
>         credits go to Thief_hu for reporting it; it is believed not to be
>         exploitable as werror format strings do not contain dynamic values
>
> 2004-08-05  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * configure.in: bumped version number to 0.3.14, cleaned up to
>         work with autoconf2.50 and automake 1.7
>
>         exploitable as werror format strings do not contain dynamic values
>
> 2004-08-05  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * configure.in: bumped version number to 0.3.14, cleaned up to
>         work with autoconf2.50 and automake 1.7
>
>         * src/objtypes.h: removed colliding macro names to avoid warnings
>         on BSD derived systems
>
> 2004-07-04  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * src/io.c (get_inaddr): use in_addr_t for the private definition
>         of INADDR_NONE if one is not found.
>
> 2004-05-06  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * added libol.spec.in patch by jpo
>
> 2004-05-04  Balazs Scheidler  <bazsi@bzorp.balabit>
>
>         * configure.in: use CFLAGS from environment if set

diffstat:

 sysutils/libol/Makefile      |  7 +++----
 sysutils/libol/buildlink3.mk |  5 ++---
 sysutils/libol/distinfo      |  8 ++++----
 3 files changed, 9 insertions(+), 11 deletions(-)

diffs (50 lines):

diff -r 88c1a3a7fe3b -r b53dc77729f6 sysutils/libol/Makefile
--- a/sysutils/libol/Makefile   Sun Mar 06 05:24:10 2005 +0000
+++ b/sysutils/libol/Makefile   Sun Mar 06 11:10:29 2005 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:18:15 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/03/06 11:10:29 adrianp Exp $
 
-DISTNAME=      libol-0.3.13
-PKGREVISION=   1
+DISTNAME=      libol-0.3.15
 CATEGORIES=    sysutils
 MASTER_SITES=  http://www.balabit.com/downloads/libol/0.3/
 
-MAINTAINER=    adrianp%stindustries.net@localhost
+MAINTAINER=    adrianp%NetBSD.org@localhost
 HOMEPAGE=      http://www.balabit.com/products/syslog_ng/
 COMMENT=       Support library for syslog-ng
 
diff -r 88c1a3a7fe3b -r b53dc77729f6 sysutils/libol/buildlink3.mk
--- a/sysutils/libol/buildlink3.mk      Sun Mar 06 05:24:10 2005 +0000
+++ b/sysutils/libol/buildlink3.mk      Sun Mar 06 11:10:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2004/10/03 00:18:16 tv Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2005/03/06 11:10:29 adrianp Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 LIBOL_BUILDLINK3_MK:=  ${LIBOL_BUILDLINK3_MK}+
@@ -11,8 +11,7 @@
 BUILDLINK_PACKAGES+=   libol
 
 .if !empty(LIBOL_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.libol+=      libol>=0.3.11
-BUILDLINK_RECOMMENDED.libol+=  libol>=0.3.13nb1
+BUILDLINK_DEPENDS.libol+=      libol>=0.3.15
 BUILDLINK_PKGSRCDIR.libol?=    ../../sysutils/libol
 .endif # LIBOL_BUILDLINK3_MK
 
diff -r 88c1a3a7fe3b -r b53dc77729f6 sysutils/libol/distinfo
--- a/sysutils/libol/distinfo   Sun Mar 06 05:24:10 2005 +0000
+++ b/sysutils/libol/distinfo   Sun Mar 06 11:10:29 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 13:40:54 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/03/06 11:10:29 adrianp Exp $
 
-SHA1 (libol-0.3.13.tar.gz) = f2860e9af39a792f27c220ab5616366cd551e1c8
-RMD160 (libol-0.3.13.tar.gz) = 45c98ef2f289970affb995c5f02f8f0e203be4ca
-Size (libol-0.3.13.tar.gz) = 203390 bytes
+SHA1 (libol-0.3.15.tar.gz) = 7b821c589c0a4d50fe4a70374b8e5f7a29daedbe
+RMD160 (libol-0.3.15.tar.gz) = 190f55f70642058802f445125e1410367aa07e53
+Size (libol-0.3.15.tar.gz) = 345070 bytes



Home | Main Index | Thread Index | Old Index