Date: Wed, 13 Aug 2008 19:15:57 GMT From: Stephen Hurd <shurd@sasktel.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/126512: [Maintainer-Update] typo in gauge update check Message-ID: <200808131915.m7DJFviC041915@www.freebsd.org> Resent-Message-ID: <200808131920.m7DJK1WK026934@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126512 >Category: ports >Synopsis: [Maintainer-Update] typo in gauge update check >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 13 19:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Stephen Hurd >Release: 7.0-RELEASE >Organization: >Environment: FreeBSD server.hurd.local 7.0-RELEASE FreeBSD 7.0-RELEASE #4: Mon Mar 10 23:00:02 PDT 2008 admin@server.hurd.local:/usr/obj/usr/src/sys/SERVER i386 >Description: Typo in gauge change checking could cause slow gauge update over slow links. >How-To-Repeat: >Fix: Patch attached Patch attached with submission follows: diff -r ports-mgmt/pkg_cleanup.orig/Makefile ports-mgmt/pkg_cleanup/Makefile 10c10 < PORTREVISION= 1 --- > PORTREVISION= 2 diff -r ports-mgmt/pkg_cleanup.orig/files/pkg_cleanup.c ports-mgmt/pkg_cleanup/files/pkg_cleanup.c 167c167 < gauge=lastgauge; --- > lastgauge=gauge; >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808131915.m7DJFviC041915>