CONGRATULATION.

2004-01-11 Thread loto1primitiva

FROM: THE DESK OF THE PROMOTIONS MANAGER, 
INTERNATIONAL PROMOTIONS/PRIZE AWARD DEPARTMENT, 
REF: LP/26510460037/02 BATCH: 24/00319/IPD 
TEL.:-0034-635089129.   FAX 0034-635923852. 

   ( CONGRATULATION) 

 AWARD NOTIFICATION FINAL NOTICE. 
We are pleased to inform you of the announcement, of winners of the 
LOTTERY PRIMITIVA SWEEPSTAKES/INTERNATIONAL PROGRAMS held on 
8th JANUARY,2003. Your 
name is attached to ticket number 004-05117963-198, 
with serial number 99375 
drew the lucky numbers 31-33 -34-35-36-42, and 
consequently won the lottery 
in the 3rd category. You are therefore been 
approved, 
of 847,828,87 THOUSAND €UROS in cash credited to 
file No:LP/26510460037/02. 
Shared among twenty two international winners in 
this category. All 
participants were selected through a computer ballot 
system drawn form 
25,000 names from Australia, New Zealand, America, 
Europe, North America and 
Asia as part of International Promotions Program, 
which is conducted 
annually. CONGRATULATIONS!!! Your fund is now insured to your name. Due to 
the mix up of some numbers and names, we ask that you keep this award 
strictly from public notice until your claim has been processed and your 
money remitted to your account. This is part of our security protocol to 
avoid double claiming or unscrupulous acts by 
participants of this program. 
To begin your claim,kindly contact your claim agent, 
who will process the transfer of your winning:- Mr Luis Fernandez 
(FOREIGN OPERATIONS MANAGER) 
Email: ([EMAIL PROTECTED]). 
Telephone:-0034-677-256-839. 
For due processing and remittance of your prize money 
to your designated account with our bankers. Remember, all prize money 
must be claimed not 
later than 15 FEBRUARY, 2004. After this date, all 
funds will be returned 
as unclaimed. NOTE: In order to avoid unnecessary 
delays and complications, 
please remember to quote your reference and batchnumbers in every one of 
your correspondences with your agent. Furthermore, 
should there be any 
change of your address, do inform your claims agent as soon as possible. 
Congratulations again from all our staff and thank 
you for being part of our 
promotions programme.

(CONGRATULATION) 

REGARDS, 

M.Carmen.LOPEZ.(Director General). 



[PATCH] php4-ming Bug #210360 #215228

2004-01-11 Thread Klaus Rechert
Hi,

this patch should close #210360 and #215228


greetings
Klaus
--- libming-0.2a.cvs20030716/php_ext/ming.c	2003-07-16 17:40:41.0 +0200
+++ libming-debian-fixed/php_ext/ming.c	2004-01-11 19:26:42.0 +0100
@@ -225,6 +225,30 @@
   destroySWFInput((SWFInput)resource->ptr);
 }
 
+#if (ZEND_MODULE_API_NO >= 20020429)
+
+static SWFInput getInput(zval **zfile TSRMLS_DC)
+{
+	FILE *file;
+	void *what;
+	int type;
+	SWFInput input;
+
+	what = zend_fetch_resource(zfile TSRMLS_CC, -1, "File-Handle", &type, 1, php_file_le_stream());
+
+	if (php_stream_cast((php_stream*)what, PHP_STREAM_AS_STDIO, (void *) &file, REPORT_ERRORS) != SUCCESS) {
+		return NULL;
+	}
+  
+	input = newSWFInput_file(file);
+	zend_list_addref(Z_LVAL_PP(zfile));
+	zend_list_addref(zend_list_insert(input, le_swfinputp));
+	return input;
+}
+
+#else
+
+
 #define SOCKBUF_INCREMENT 10240
 
 /* turn a socket into an SWFInput by copying everything to a buffer. */
@@ -272,7 +296,7 @@
 
   return input;
 }
-
+#endif
 /* }}} */
 
 /* {{{ SWFAction */


Bug#117336: marked as done (megahal: should allow importation of text files)

2004-01-11 Thread Debian Bug Tracking System
Your message dated Sat, 10 Jan 2004 05:02:17 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#117336: fixed in megahal 9.0.3+20030103-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at maintonly) by bugs.debian.org; 28 Oct 2001 01:19:18 +
>From [EMAIL PROTECTED] Sat Oct 27 20:19:18 2001
Return-path: <[EMAIL PROTECTED]>
Received: from supai.oit.umass.edu [128.119.175.6] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 15xebZ-0004vE-00; Sat, 27 Oct 2001 20:19:13 -0500
Received: from CONVERSION-DAEMON by supai.oit.umass.edu (PMDF V5.2-32 #38130)
 id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Sat,
 27 Oct 2001 21:16:53 -0400 (EDT)
Received: from frinkahedron (cash-232.res.umass.edu [128.119.72.232])
 by supai.oit.umass.edu (PMDF V5.2-32 #38130)
 with ESMTP id <[EMAIL PROTECTED]> for
 [EMAIL PROTECTED]; Sat, 27 Oct 2001 21:16:52 -0400 (EDT)
Received: from agould by frinkahedron with local (Exim 3.32 #1 (Debian))
 id 15xeaQ-d4-00; Sat, 27 Oct 2001 21:18:02 -0400
Date: Sat, 27 Oct 2001 21:18:02 -0400
From: Alex Gould <[EMAIL PROTECTED]>
Subject: megahal: should allow importation of text files
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Message-id: <[EMAIL PROTECTED]>
X-Mailer: reportbug 1.33
Content-transfer-encoding: 7BIT
X-Reportbug-Version: 1.33
Delivered-To: [EMAIL PROTECTED]

Package: megahal
Version: 9.0.3-5
Severity: wishlist

It would be nice if you could supply an argument to megahal which is a
text file or stdin, to teach it a text quickly in bulk.  Otherwise it's
a fun toy, thanks.

-- System Information
Debian Release: testing/unstable
Architecture: powerpc
Kernel: Linux frinkahedron 2.4.12-powerpc #1 Sun Oct 14 15:08:09 EDT 2001 ppc
Locale: LANG=C, LC_CTYPE=C

Versions of packages megahal depends on:
ii  libc6 2.2.4-3GNU C Library: Shared libraries an


---
Received: (at 117336-close) by bugs.debian.org; 11 Jan 2004 11:48:39 +
>From [EMAIL PROTECTED] Sun Jan 11 05:48:39 2004
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] 
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1AfG35-0003bD-00; Sat, 10 Jan 2004 04:08:55 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
id 1AfFwf-0006cX-00; Sat, 10 Jan 2004 05:02:17 -0500
From: Laurent Fousse <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.43 $
Subject: Bug#117336: fixed in megahal 9.0.3+20030103-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 10 Jan 2004 05:02:17 -0500
Delivered-To: [EMAIL PROTECTED]

Source: megahal
Source-Version: 9.0.3+20030103-1

We believe that the bug you reported is fixed in the latest version of
megahal, which is due to be installed in the Debian FTP archive:

megahal_9.0.3+20030103-1.diff.gz
  to pool/main/m/megahal/megahal_9.0.3+20030103-1.diff.gz
megahal_9.0.3+20030103-1.dsc
  to pool/main/m/megahal/megahal_9.0.3+20030103-1.dsc
megahal_9.0.3+20030103-1_i386.deb
  to pool/main/m/megahal/megahal_9.0.3+20030103-1_i386.deb
megahal_9.0.3+20030103.orig.tar.gz
  to pool/main/m/megahal/megahal_9.0.3+20030103.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laurent Fousse <[EMAIL PROTECTED]> (supplier of updated megahal package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  8 Jan 2004 20:29:09 +0100
Source: megahal
Binary: megahal
Architecture: source i386
Version: 9.0.3+20030103-1
Distribution: unstable
Urgency: low
Maintainer: Laurent Fousse <[EMAIL PROTECTED]>
Changed-By: Laurent Fousse <[EMAIL PROTECTED]>
Description: 
 megahal- conversation simulator that can learn as you talk to it
Closes: 117336 164903 169805 183197 201133 201904 226711
Changes: 
 megahal (9.0.3+20030103-1) unstable; urgency=low
 .
   * New maintainer (closes: #164903, #183197).
   * Packaged latest CVS version (closes: #201904).
   * Added perl script for quick importation of text files
 (c

Bug#202806: New version ?

2004-01-11 Thread Michel Grentzinger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I've submitted this bug in order to add/improve debconf support for this 
package or to add a french translation of the debconf templates.

Please, could you take care about this bug relative to the 
internationalization of the Debian packages ? Do you plan a new version 
upload of this package which includes my patch ?
If needed, someone of the debian-l10n-french could help you by doing a NMU. 

Regards,
- -- 
Michel Grentzinger
OpenPGP key ID : B2BAFAFA
Available on http://www.keyserver.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAACaC9wPvFrK6+voRAgWeAJ9Begs7NIB9ZDZMdGbnkiphGGcJ2QCeOAjQ
OUr+yyeihEM9qiGcZzi/2rU=
=X2Xw
-END PGP SIGNATURE-




Bug#226711: marked as done ([PATCH] fix off-by-one-line behavior in example bot after saving)

2004-01-11 Thread Debian Bug Tracking System
Your message dated Sat, 10 Jan 2004 05:02:18 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#226711: fixed in megahal 9.0.3+20030103-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 8 Jan 2004 01:20:40 +
>From [EMAIL PROTECTED] Wed Jan 07 19:20:39 2004
Return-path: <[EMAIL PROTECTED]>
Received: from front1.chartermi.net [24.213.60.123] 
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1AeKwD-0004BO-00; Wed, 07 Jan 2004 15:10:01 -0600
Received: from [66.227.173.252] (HELO megaweapon.zigg.local)
  by front1.chartermi.net (CommuniGate Pro SMTP 4.0.6)
  with ESMTP id 206408500 for [EMAIL PROTECTED]; Wed, 07 Jan 2004 16:10:00 -0500
Received: from megaweapon.zigg.local (localhost [IPv6:::1])
by megaweapon.zigg.local (8.12.9/8.12.2) with ESMTP id i07L9t4S021206
for <[EMAIL PROTECTED]>; Wed, 7 Jan 2004 16:09:55 -0500 (EST)
Received: (from [EMAIL PROTECTED])
by megaweapon.zigg.local (8.12.9/8.12.9/Submit) id i07L9onX010850
for [EMAIL PROTECTED]; Wed, 7 Jan 2004 16:09:50 -0500 (EST)
Date: Wed, 7 Jan 2004 16:09:50 -0500
From: Matt Behrens <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [PATCH] fix off-by-one-line behavior in example bot after saving
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c"
Content-Disposition: inline
User-Agent: Mutt/1.4.1i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 
2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_1_5 
(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_1_5
X-Spam-Level: 


--sm4nu43k4a2Rpi4c
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: megahal
Version: 9.0.3-7

When the example bot saves, megahal says something random.  That
appears to stick in the buffer and the bot begins responding not
to the current query but the query immediately before.

This patch fixes that problem.

--=20
Matt Behrens <[EMAIL PROTECTED]> http://zigg.com/>

--- /usr/share/doc/megahal/examples/Hal.pm  2000-09-01 13:36:58.000=
00 -0400
+++ Hal.pm  2004-01-07 16:04:26.0 -0500
@@ -86,7 +86,7 @@
 # Save brain.
 sub save {
$wselect->can_write();
-   syswrite(WRITE,"#save\n\n",8);
+   syswrite(WRITE,"#quiet\n\n#save\n\n#quiet\n\n");
 }
 =20
 # Set a socket into nonblocking mode.


--sm4nu43k4a2Rpi4c
Content-Type: application/pgp-signature
Content-Disposition: inline

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (OpenBSD)

iD8DBQE//HWe+xq4JbgNGlMRArQ+AKCA7ELnutF/50WG8fmsMRbYT7fkkgCghXX5
Fgv8Iw0e3gp0ws2vJIntkSM=
=uMOf
-END PGP SIGNATURE-

--sm4nu43k4a2Rpi4c--

---
Received: (at 226711-close) by bugs.debian.org; 11 Jan 2004 10:05:30 +
>From [EMAIL PROTECTED] Sun Jan 11 04:05:30 2004
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] 
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1AfG5W-0004Jt-00; Sat, 10 Jan 2004 04:11:26 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
id 1AfFwg-0006cj-00; Sat, 10 Jan 2004 05:02:18 -0500
From: Laurent Fousse <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.43 $
Subject: Bug#226711: fixed in megahal 9.0.3+20030103-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 10 Jan 2004 05:02:18 -0500
Delivered-To: [EMAIL PROTECTED]

Source: megahal
Source-Version: 9.0.3+20030103-1

We believe that the bug you reported is fixed in the latest version of
megahal, which is due to be installed in the Debian FTP archive:

megahal_9.0.3+20030103-1.diff.gz
  to pool/main/m/megahal/megahal_9.0.3+20030103-1.diff.gz
megahal_9.0.3+20030103-1.dsc
  to pool/main/m/megahal/megahal_9.0.3+20030103-1.dsc
megahal_9.0.3+20030103-1_i386.deb
  to pool/main/m/megahal/megahal_9.0.3+20030103-1_i386.deb
megahal_9.0.3+20030103.orig.tar.gz
  to pool/main/m/megahal/megahal_9.0.3+20030103.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please ad

Bug#118472: acknowledged by developer (Bug#118472: fixed in gnome-sudo 0.3-1.1)

2004-01-11 Thread Gerfried Fuchs
* Debian Bug Tracking System <[EMAIL PROTECTED]> [2004-01-09 10:03]:
>  - Patch to fix gnome dialog (Closes: #118472)

 Well, to be honest the manual page should also be changed -- the patch
that you have added to the bugreport only has it for the dialog. Haven't
taken a look at the .diff.gz yet, if you have only changed the dialog
message please consider doing it in the manpage too, as long as you
still have the source lying around anyway  ;)

 I don't reopen the bug yet for I am not sure if you have fixed that
part, too.

 So long,
Alfie
-- 
"Wer sich die Netiquette ansieht, wird feststellen, dass sie keine
Zaehne hat, nicht wie ein Joch aussieht und sich auch nicht wie eine
Knute anfuehlt." (Christoph von Nathusius in de.soc.netzkultur)


signature.asc
Description: Digital signature


Litoo's newsletter

2004-01-11 Thread Saint-Remi Group, International Bookseller Publisher
Title: Litoo's letter








  
Litoo's
letter  
The pure doctrine
  
  
(Si vous
souhaitez recevoir notre lettre en français, voyez notre page réservée à notre lettre d'information.)
  
  
Our daly selection
  
  


  
 
The Beasts of the Apocalypse 
Olivia
Marie O'GRADY 
General history 
26,38  
 
Joan of Arc 
Hilaire
BELLOC 
History of the Middle
Ages 
11,21  
 
Illustrated Bible History of the Old and New Testaments

Mgr
Ignatius SCHUSTER 
Sacred History 
23,21  
  
  
A
commentary based on events in the warp and woof of two thousand years of history, bringing
into focus the pattern of contemporary movements to establish a world government.
Necessary to understand the anti-Christian conspiracy
This
short, easy-to-read book tells the exciting tale, filled with the supernatural, of the
heroine sent by heaven to miraculously alter the course of history, remind men of
Christ’s universal sovereignty and proclaim the divine mission of France
The
Illustrated Bible History of the Old and New Testament by Ignatius Schuster, D.D, stands
in need of no recommendation to teachers. For half a century the unanimous testimony of
priests and religious, in every part of the world, has placed it in the forefront of
school text books designed to give children an accurate knowledge of the events recorded
in the Bible. It has this special advantage over many Bible History manuals that it
preserves as far as possible the very words of the inspired writers and thus tends to
cultivate amongst the children a love for reading Holy Scripture
  


  
  
The quality chart
  
  


  
Signe
Significance
  
  

High quality of the text (only typographic).
  
  

High quality of the fac-simile, reading looks like typographic text.
  
  

Good quality of Fac-simile but with light defaults according to our
originals.
  
  

Fac-simile with a few pages hardly readable.
  


  
  
Be our camelots
  
  

One client for us is one book bought each month. Have you done it ?
Our catalogs can be found on our  download.
page. Use-it !©
1998- 2003 Litoo.com
  
  

  




This message has been sent to the following address: [EMAIL PROTECTED]To unregister, please use the form of our web site and specify this address