summaryrefslogtreecommitdiff
path: root/sysutils/libol
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for sysutils categoryagc1-1/+2
Problems found with existing digests: Package memconf distfile memconf-2.16/memconf.gz b6f4b736cac388dddc5070670351cf7262aba048 [recorded] 95748686a5ad8144232f4d4abc9bf052721a196f [calculated] Problems found locating distfiles: Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9 Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2009-12-09* marked as user-destdir readyobache1-1/+3
* set LICENSE=gnu-gpl-v2
2009-07-17Give up MAINTAINERadrianp1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-08-17Remove the utils subdir from the build as this only contains the make_classadrianp4-7/+18
script which, according to the author, is not needed if you don't modify sources. This means we can drop the DEPENDS on scsh which will fix PR #39346. PKGREVISION++
2007-12-02Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.wiz1-2/+2
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-10-14Needs shells/scsh for a binary.rillig1-1/+4
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-27Update to 0.3.18adrianp2-6/+6
> 2006-03-27 Balazs Scheidler <bazsi (at) bzorp.balabit> > > * configure.in: bumped to 0.3.18 > > 2006-03-13 Balazs Scheidler <bazsi (at) bzorp.balabit> > > * src/io.c: removed fd counting loop, cache maximum number of fds > and allocate the fds array dynamically > > 2006-01-23 Balazs Scheidler <bazsi (at) bzorp.balabit> > > * src/io.c (do_write): added support for platforms without an > MSG_DONTWAIT flag
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-06Update to 0.3.17adrianp3-8/+8
> 2005-11-23 Balazs Scheidler <bazsi@bzorp.balabit> > > * configure.in: bumped version number to 0.3.17 > > * src/io.c (do_write): added workaround for broken destination > sockets > > * src/pkt_buffer.c (do_flush_stream): make sure data is not lost > if A_WRITE returns failure by pushing it back to the buffer > > 2005-05-03 Balazs Scheidler <bazsi@bzorp.balabit> > > * configure.in: bumped version number to 0.3.16 > > * src/io.c (io_iter): fixed possible nonblocking_fd leaks as > unlinking an fd might have dropped some valid structures > > * src/werror.c: fixed werror_hexdump and related functions, > still #if 0ed but useful for tracking down gc related problems
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-06- Update libol to 0.3.15adrianp3-11/+9
- 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
2005-02-24Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-04-07Fix wip reference. (hi minskim!)salo1-2/+2
2004-03-29Import libol from pkgsrc-wip. Packaged by Adrian Portelli and updatedminskim5-0/+80
by me. libol is a library written by the author of syslog-ng, Balazs Scheidler, which is used in syslog-ng. A built copy of libol needs to be present on a system when syslog-ng is built.