diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-06-27 20:21:52 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-06-27 20:21:52 +0000 |
commit | 84194b374a175a918533145c61e1248dbdb97ada (patch) | |
tree | 49a8a58c724123d7e2267629f650e08da7c6a444 /misc | |
parent | b508a318ffce815ddec3ae01d510fe3ac3a42778 (diff) | |
download | pkgsrc-84194b374a175a918533145c61e1248dbdb97ada.tar.gz |
Update misc/uptimec to 0.2p3, closes PR pkg/26082.
Changes:
Version 0.2p3
-------------
Fixed problem when compiling on some HP/UX systems.
Implemented changes that forces uptimec to use select() on HP/UX
systems even if sys/select.h is not availible.
Version 0.2p2
-------------
Imported new routines to extract uptime on Tru64 which enables the client
to run in a chrooted environment.
Will now bind() socket before using it, which seems to be required on some
platforms. (Noted when running in FreeBSD jail)
Contributors to this release:
Tobias Nygren
Aaron D. Gifford
Diffstat (limited to 'misc')
-rw-r--r-- | misc/uptimec/Makefile | 6 | ||||
-rw-r--r-- | misc/uptimec/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/uptimec/Makefile b/misc/uptimec/Makefile index dbea21f1cc4..baa5c7a923b 100644 --- a/misc/uptimec/Makefile +++ b/misc/uptimec/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2004/04/13 14:25:35 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/06/27 20:21:52 xtraeme Exp $ # -DISTNAME= uptimec-0.2p1 +DISTNAME= uptimec-0.2p3 CATEGORIES= misc MASTER_SITES= http://www.mreriksson.net/downloads/ -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= ola@mrEriksson.net HOMEPAGE= http://www.mreriksson.net/uptimes/ COMMENT= Uptime Project client diff --git a/misc/uptimec/distinfo b/misc/uptimec/distinfo index fcf7c56d139..e27fa4e4445 100644 --- a/misc/uptimec/distinfo +++ b/misc/uptimec/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/04/13 14:06:10 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2004/06/27 20:21:52 xtraeme Exp $ -SHA1 (uptimec-0.2p1.tar.gz) = 7cc60aaf6a5d846699948d3072fec061933e2e42 -Size (uptimec-0.2p1.tar.gz) = 73363 bytes +SHA1 (uptimec-0.2p3.tar.gz) = b14a7ba166d558b75ea3d5700dc73ba18b199e14 +Size (uptimec-0.2p3.tar.gz) = 82082 bytes |