Sorry for a spam mail sneaking through (Re: [kaffe] RE: We approved yours loan)

2006-01-21 Thread Dalibor Topic

I am not quite sure yet how this one could pass :/

cheers,
dalibor topic

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: Sorry for a spam mail sneaking through (Re: [kaffe] RE: We approved yours loan)

2006-01-21 Thread Jim Pick
Dalibor Topic wrote:
 I am not quite sure yet how this one could pass :/

We don't currently have anything like DomainKeys or SPF to prevent
people from forging/spoofing kaffe.org addresses.  Since they used
[EMAIL PROTECTED], and that's a list member, it didn't get moderated.

When I get around to migrating things off of pogo.kaffe.org and onto
some separate Xen sessions, I'll play around and see what we can do to
fix this hole.  Fortunately, it hasn't been a really big problem so far.

Cheers,

 - Jim

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: Sorry for a spam mail sneaking through (Re: [kaffe] RE: We approved yours loan)

2006-01-21 Thread Dalibor Topic

Jim Pick wrote:

Dalibor Topic wrote:


I am not quite sure yet how this one could pass :/



We don't currently have anything like DomainKeys or SPF to prevent
people from forging/spoofing kaffe.org addresses.  Since they used
[EMAIL PROTECTED], and that's a list member, it didn't get moderated.



Thanks for the explanation, Jim.


When I get around to migrating things off of pogo.kaffe.org and onto
some separate Xen sessions, I'll play around and see what we can do to
fix this hole.  Fortunately, it hasn't been a really big problem so far.


Yeah, I think this was the first spam coming through in three years, or 
something like that. I am glad to know now that there are technical 
measures to fix it, though.


cheers,
dalibor topic


___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] New bugzilla for kaffe

2006-01-21 Thread Guilhem Lavaux

Hi all,

I am pleased to announce that Kaffe.org has now a functional bugzilla 
online. Now all kaffe bugs shoud go into this bugzilla except if they 
are classpath's related bugs and in that case the bugs will go into 
classpath's bug tracker. There is a detailed notice in the front page of 
the bugzilla to explain it.


I have removed the bugs entry in the menu and replaced it by the 
bugzilla front page. For the moment the default assignement is such that
nearly all bugs goes to me first (except the build bugs that I assign by 
default to dalibor).


There is also a move bug in/out function in this bugzilla. I have yet 
to explore it to see how we could connect debian's bug database and ours.


Regards,

Guilhem.

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] New bugzilla for kaffe

2006-01-21 Thread Guilhem Lavaux

Hi,

I have forgotten the essential ! :)

To access bugzilla directly:
http://www.kaffe.org/bugzilla/

Guilhem.

Guilhem Lavaux wrote:

Hi all,

I am pleased to announce that Kaffe.org has now a functional bugzilla 
online. Now all kaffe bugs shoud go into this bugzilla except if they 
are classpath's related bugs and in that case the bugs will go into 
classpath's bug tracker. There is a detailed notice in the front page of 
the bugzilla to explain it.


I have removed the bugs entry in the menu and replaced it by the 
bugzilla front page. For the moment the default assignement is such that
nearly all bugs goes to me first (except the build bugs that I assign by 
default to dalibor).


There is also a move bug in/out function in this bugzilla. I have yet 
to explore it to see how we could connect debian's bug database and ours.


Regards,

Guilhem.

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe




___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] CVS kaffe (guilhem): Fixlet for fastjar support

2006-01-21 Thread Kaffe CVS
PatchSet 7102 
Date: 2006/01/21 21:22:06
Author: guilhem
Branch: HEAD
Tag: (none) 
Log:
Fixlet for fastjar support

* configure.ac: Fixed the way to retrieve top_builddir.

* configure: Regenerated.

Members: 
ChangeLog:1.4622-1.4623 
configure:1.529-1.530 
configure.ac:1.207-1.208 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4622 kaffe/ChangeLog:1.4623
--- kaffe/ChangeLog:1.4622  Sat Jan 21 19:36:07 2006
+++ kaffe/ChangeLog Sat Jan 21 21:22:06 2006
@@ -1,3 +1,9 @@
+2006-01-21  Guilhem Lavaux  [EMAIL PROTECTED]
+
+   * configure.ac: Fixed the way to retrieve top_builddir.
+
+   * configure: Regenerated.
+
 2006-01-21  Dalibor Topic  [EMAIL PROTECTED]
 
* FAQ/FAQ.win32: Note for which versions of jikes the patches are.
Index: kaffe/configure
diff -u kaffe/configure:1.529 kaffe/configure:1.530
--- kaffe/configure:1.529   Sat Jan 21 19:15:36 2006
+++ kaffe/configure Sat Jan 21 21:22:10 2006
@@ -50549,11 +50549,12 @@
   ac_configure_args=$ac_configure_args --with-ecj=${JAVA_COMPILER}
 fi
 
+kaffe_builddir=`pwd`
 ac_configure_args=$ac_configure_args --disable-core-jni
 ac_configure_args=$ac_configure_args --disable-examples
 ac_configure_args=$ac_configure_args --with-glibj-dir=${jrelibdir}
 ac_configure_args=$ac_configure_args --with-native-libdir=${nativedir}
-ac_configure_args=$ac_configure_args 
--with-fastjar=${ac_abs_top_builddir}/external/gcc/fastjar/fastjar
+ac_configure_args=$ac_configure_args 
--with-fastjar=${kaffe_builddir}/external/gcc/fastjar/fastjar
 real_srcdir=`cd $srcdir; pwd`
 vmdir=${real_srcdir}/libraries/javalib/vmspecific
 ac_configure_args=$ac_configure_args --with-vm-classes=${vmdir}
Index: kaffe/configure.ac
diff -u kaffe/configure.ac:1.207 kaffe/configure.ac:1.208
--- kaffe/configure.ac:1.207Sat Jan 21 19:15:42 2006
+++ kaffe/configure.ac  Sat Jan 21 21:22:17 2006
@@ -2424,11 +2424,12 @@
   ac_configure_args=$ac_configure_args --with-ecj=${JAVA_COMPILER}
 fi
 
+kaffe_builddir=`pwd`
 ac_configure_args=$ac_configure_args --disable-core-jni
 ac_configure_args=$ac_configure_args --disable-examples
 ac_configure_args=$ac_configure_args --with-glibj-dir=${jrelibdir}
 ac_configure_args=$ac_configure_args --with-native-libdir=${nativedir}
-ac_configure_args=$ac_configure_args 
--with-fastjar=${ac_abs_top_builddir}/external/gcc/fastjar/fastjar
+ac_configure_args=$ac_configure_args 
--with-fastjar=${kaffe_builddir}/external/gcc/fastjar/fastjar
 real_srcdir=`cd $srcdir; pwd`
 vmdir=${real_srcdir}/libraries/javalib/vmspecific
 ac_configure_args=$ac_configure_args --with-vm-classes=${vmdir}

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe