César Catrián C. | 1 Dec 2004 03:35

please update security/aide

Hi

Please update aide to the last version, aide 0.9 has this problem:

# aide --check
Not implemented in db_readline_file 311

Aide 0.10 works just fine for me. Thanks

César

--- Makefile.orig       2004-11-30 23:09:38.000000000 -0300
+++ Makefile    2004-11-30 23:16:28.000000000 -0300
 <at>  <at>  -1,11 +1,9  <at>  <at> 
 # $NetBSD: Makefile,v 1.15 2004/10/03 00:18:07 tv Exp $
 #

-DISTNAME=       aide-0.9
-PKGREVISION=   1
+DISTNAME=       aide-0.10
 CATEGORIES=    security
-MASTER_SITES=   http://www.cs.tut.fi/~rammer/ \
-               ftp://ftp.cs.tut.fi/pub/src/gnu/
+MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=aide/}

 MAINTAINER=    tech-pkg <at> NetBSD.org
 HOMEPAGE=      http://www.cs.tut.fi/~rammer/aide.html
 <at>  <at>  -16,7 +14,7  <at>  <at> 
 USE_BUILDLINK3= yes

(Continue reading)

Ignatios Souvatzis | 1 Dec 2004 16:09
Picon

links-gui eat whitespace at end of pasted URL patch

Hi,

the enclosed patch will eat up surrounding whitespace in pasted
URLs ... should this become official?

	-is
-- 
seal your e-mail: http://www.gnupg.org/
$NetBSD$

--- session.c.orig	Mon Nov 29 22:45:13 2004
+++ session.c	Mon Nov 29 22:45:15 2004
 <at>  <at>  -1948,6 +1948,17  <at>  <at> 
 /* this doesn't send referer */
 void goto_url(struct session *ses, unsigned char *url)
 {
+	unsigned char *p;
+
+	while (*url && isspace(*url)) {
+		url++;
+	}
+	p = url;
+	while (*p && !isspace(*p)) {
+		p++;
+	}
+	*p = 0;
+	
 	goto_url_f(ses, NULL, url, NULL, NULL, -1, 0, 1, 0);
(Continue reading)

Hubert Feyrer | 1 Dec 2004 17:09
Picon
Favicon

Re: links-gui eat whitespace at end of pasted URL patch

On Wed, 1 Dec 2004, Ignatios Souvatzis wrote:
> the enclosed patch will eat up surrounding whitespace in pasted
> URLs ... should this become official?

You maybe want to talk to the "links-gui" authors about this.

  - Hubert

--

-- 
NetBSD - Free AND Open!      (And of course secure, portable, yadda yadda)

Thomas Klausner | 1 Dec 2004 17:44
Picon

Re: please update security/aide

On Tue, Nov 30, 2004 at 11:35:32PM -0300, César Catrián C. wrote:
> Please update aide to the last version, aide 0.9 has this problem:
> 
> # aide --check
> Not implemented in db_readline_file 311
> 
> Aide 0.10 works just fine for me. Thanks

Done, thanks.
 Thomas

othyro | 1 Dec 2004 18:24
Picon
Favicon

php4 install

Hi,

Installing php4 breaks with this error:

      install -d -o root -g wheel -m 755 /usr/pkg/share/examples/php
      cd /usr/src/sys/pkgsrc/www/php4/work/php-4.3.9; install -c -o root -g wheel -m 4
      44 php.ini-dist php.ini-recommended /usr/pkg/share/examples/php
      install -d -o root -g wheel -m 755 /usr/pkg/share/php
      install -c -o root -g wheel -m 444 /usr/src/sys/pkgsrc/www/php4/work/php-4.3.9/p
      hp.gif /usr/pkg/share/php
      for p in Net_SMTP-1.2.6 Net_Socket-1.0.2; do  /usr/pkg/bin/pear upgrade $p;  don
      e

      Warning: mkdir(): SAFE MODE Restriction in effect.  The script whose uid/gid is

      0/0 is not allowed to access /tmp owned by uid/gid 3/7 in System.php on line 249

      Warning: mkdir(): SAFE MODE Restriction in effect.  The script whose uid/gid is
      0/0 is not allowed to access /tmp owned by uid/gid 3/7 in System.php on line 249

      Warning: mkdir(): SAFE MODE Restriction in effect.  The script whose uid/gid is
      0/0 is not allowed to access /tmp owned by uid/gid 3/7 in System.php on line 372

      User Warning: Unable to create temporary directory /tmp in System.php on line 87
      downloading Net_SMTP-1.2.6.tar ...
      Starting to download Net_SMTP-1.2.6.tar (-1 bytes)
      .............done: 48,640 bytes

      Warning: mkdir(): SAFE MODE Restriction in effect.  The script whose uid/gid is
      0/0 is not allowed to access /tmp owned by uid/gid 3/7 in System.php on line 372
(Continue reading)

Ignatios Souvatzis | 1 Dec 2004 20:26

Re: links-gui eat whitespace at end of pasted URL patch

On Wed, Dec 01, 2004 at 05:09:47PM +0100, Hubert Feyrer wrote:
> On Wed, 1 Dec 2004, Ignatios Souvatzis wrote:
> >the enclosed patch will eat up surrounding whitespace in pasted
> >URLs ... should this become official?
> 
> You maybe want to talk to the "links-gui" authors about this.

Of course - but what about adding this to our package as an interim solution?

	-is

--

-- 
seal your e-mail: http://www.gnupg.org/
Jaromir Dolecek | 1 Dec 2004 20:25
Picon

Re: php4 install

othyro <at> freeshell.org wrote:
>       Warning: mkdir(): SAFE MODE Restriction in effect.  The script whose uid/gid is
> 
>       0/0 is not allowed to access /tmp owned by uid/gid 3/7 in System.php on line 249

Can you send me your php.ini, so that I could reproduce this? It
seems it's related to safe_mode_* setting, and I need the exact
options.

Jaromir
--

-- 
Jaromir Dolecek <jdolecek <at> NetBSD.org>            http://www.NetBSD.cz/
-=- We can walk our road together if our goals are all the same;     -=-
-=- We can run alone and free if we pursue a different aim.          -=-

othyro | 1 Dec 2004 20:48
Picon
Favicon

lang/ruby/DESCR

Not trying to nitpick; this just confused me when I read it:

Actual Ruby programming language is provided by a package with its
release number like ruby16 or ruby18 and no package should not
depends on this pacakge.

Does it mean (a) no ruby-* pkg should depend on it or (b) all ruby-* pkgs should depend on it?

!tr

Hubert Feyrer | 1 Dec 2004 23:49
Picon
Favicon

Re: links-gui eat whitespace at end of pasted URL patch

On Wed, 1 Dec 2004, Ignatios Souvatzis wrote:
> Of course - but what about adding this to our package as an interim solution?

*shrug*
can't hurt.

As long as it won't become a long-standing maintenance nightmare, but the 
few lines didn't look like that.

  - Hubert

--

-- 
NetBSD - Free AND Open!      (And of course secure, portable, yadda yadda)

SUNAGAWA Keiki | 1 Dec 2004 23:06
Picon

Re: links-gui eat whitespace at end of pasted URL patch

> On Wed, Dec 01, 2004 at 05:09:47PM +0100, Hubert Feyrer wrote:
> > On Wed, 1 Dec 2004, Ignatios Souvatzis wrote:
> > >the enclosed patch will eat up surrounding whitespace in pasted
> > >URLs ... should this become official?
> > 
> > You maybe want to talk to the "links-gui" authors about this.
> 
> Of course - but what about adding this to our package as an interim solution?

seems reasonable for me.  www/w3m has a similar behaviour.

--
SUNAGAWA Keiki <kei_sun <at> ba2.so-net.ne.jp>


Gmane