dislocker is marked for autoremoval from testing

2017-09-12 Thread Debian testing autoremoval watch
dislocker 0.7.1-2 is marked for autoremoval from testing on 2017-10-19

It is affected by these RC bugs:
874418: libdislocker0.7: fails to upgrade from 'stretch' - trying to overwrite 
/usr/lib/libdislocker.so


___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Bug#874418: libdislocker0.7: fails to upgrade from 'stretch' - trying to overwrite /usr/lib/libdislocker.so

2017-09-12 Thread Giovani Ferreira
Hi,

Em 05-09-2017 18:48, Andreas Beckmann escreveu:

> during a test with piuparts I noticed your package fails to upgrade from
> 'stretch'.
> It installed fine in 'stretch', then the upgrade to 'sid' fails
> because it tries to overwrite other packages files without declaring a
> Breaks+Replaces relation.

I'm learning to keep shared libraries, after researching and getting help 
from other developers I noticed that I did not put the correct version in 
Breaks + Replaces, I'll fix it soon.

> Why is this .so link in the shared library package and not in
> the -dev package?

This was a palliative solution to solve the problem on #840489 until the 
upstream fix. As I have already forwarded this bug to the upstream as 
described at https://github.com/Aorimn/dislocker/issues/96 but it still 
has not resolved this.

> And please get rid of the insane idea of a libdislocker0.6
> transitional package in sid.

Sorry, I did not do it the right way and I will fix it ASAP.

greetings,

-- 
Giovani Ferreira
0x78494EF72375A66C

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Bug#874773: forensics-all: Use of /var/lib/apt/lists internals

2017-09-12 Thread Eriberto
2017-09-12 21:34 GMT-03:00 Julian Andres Klode :

>> It is interesting but I think that not applicable. As I said, the
>> script has a special goal and is not destinated to final users. We
>> have a strict control over the packages list, independently of
>> compression or other issues.
>
> It will break next month when compressed index files become
> the default, unless you change the default back. And the default
> compressor might change in the future, too.


So the script will fail and we will make all adjustments (the package
is native and we are the upstreams). As I said, this script is run by
me and Giovani only.

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Bug#874773: forensics-all: Use of /var/lib/apt/lists internals

2017-09-12 Thread Julian Andres Klode
On Tue, Sep 12, 2017 at 09:17:26PM -0300, Eriberto Mota wrote:
> Hi Julian,
> 
> Thanks for your message. I have some considerations.
> 
> 
> 2017-09-09 11:11 GMT-03:00 Julian Andres Klode :
> >
> > your package appears to be relying on the internal layout of 
> > /var/lib/apt/lists
> > and the location of that directory (which is configurable), as it matches 
> > the
> > following regular expression (and a quick check did not rule out a false 
> > positive):
> >
> > /var/lib/apt/lists/.*(Packages|Sources)
> >
> > For the matches found, you can have a quick look at:
> >
> > 
> > https://codesearch.debian.net/search?q=%2Fvar%2Flib%2Fapt%2Flists%2F.*%28Packages%7CSources%29+package%3Aforensics-all
> >
> > APT since some time supports compressed indices using the option
> > `Acquire::gzipIndexes`. Starting with 1.2, index files are stored
> > with lz4 compression if that option is enabled, providing significant
> > space savings at low overhead.
> >
> > Some platforms and users might already have these indexes compressed by 
> > default
> > in order to save space, and your package might not be working for them.
> 
> 
> This is a native source that provides a metapackage. The content of
> the script isn't for use by final users and this script isn't
> installed by the package. The script is used by maintainers only to
> aid to create a control file. After this, the new control file must be
> double checked to avoid mistakes. Our machines (my machine and
> Giovani's machine) and ours Debians are compliant with the script.

[...]
 
> It is interesting but I think that not applicable. As I said, the
> script has a special goal and is not destinated to final users. We
> have a strict control over the packages list, independently of
> compression or other issues.

It will break next month when compressed index files become
the default, unless you change the default back. And the default
compressor might change in the future, too.

-- 
Debian Developer - deb.li/jak | jak-linux.org - free software dev
  |  Ubuntu Core Developer |
When replying, only quote what is necessary, and write each reply
directly below the part(s) it pertains to ('inline').  Thank you.

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Bug#874773: forensics-all: Use of /var/lib/apt/lists internals

2017-09-12 Thread Eriberto Mota
Hi Julian,

Thanks for your message. I have some considerations.


2017-09-09 11:11 GMT-03:00 Julian Andres Klode :
>
> your package appears to be relying on the internal layout of 
> /var/lib/apt/lists
> and the location of that directory (which is configurable), as it matches the
> following regular expression (and a quick check did not rule out a false 
> positive):
>
> /var/lib/apt/lists/.*(Packages|Sources)
>
> For the matches found, you can have a quick look at:
>
> 
> https://codesearch.debian.net/search?q=%2Fvar%2Flib%2Fapt%2Flists%2F.*%28Packages%7CSources%29+package%3Aforensics-all
>
> APT since some time supports compressed indices using the option
> `Acquire::gzipIndexes`. Starting with 1.2, index files are stored
> with lz4 compression if that option is enabled, providing significant
> space savings at low overhead.
>
> Some platforms and users might already have these indexes compressed by 
> default
> in order to save space, and your package might not be working for them.


This is a native source that provides a metapackage. The content of
the script isn't for use by final users and this script isn't
installed by the package. The script is used by maintainers only to
aid to create a control file. After this, the new control file must be
double checked to avoid mistakes. Our machines (my machine and
Giovani's machine) and ours Debians are compliant with the script.



> Instead of relying on internals, please use the interfaces provided by
> APT 1.1 and newer:
>
> ## Command-line interfaces
> In order to get paths to index files, please use:
>
> apt-get indextargets --format '$(FILENAME)' "Created-By: $creator"
>
> where `$creator` is `Packages`, `Sources`, `Contents-deb`, `Contents-udeb`,
> or `Contents-deb-legacy`, depending on which files you need.
>
> To read the file, use
>
> /usr/lib/apt/apt-helper cat-file ...
>
> This transparently handles compression supported by apt.


It is interesting but I think that not applicable. As I said, the
script has a special goal and is not destinated to final users. We
have a strict control over the packages list, independently of
compression or other issues.

Can I close this bug?

Thanks a lot for your message.

Regards,

Eriberto

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Fenêtre PVC au meilleur prix

2017-09-12 Thread Devis Fenetre






  

	
  

  
Vos fenêtres à prix imbattables !
  
  


  
	 
  
  
	
	
	  
		 
		
		  
			VOS  fenetres  au meilleur prix
		  
		
		 
	  
	
	
  
  
	 
  

			
  
  

			
  
 


  

	
	  
	  
		 
	  
	  
		
			

 


  
	Comparez et trouvez
	les artisans qualifiés proche de chez vous
  
  
	 
  
  
	
	  
		Obtenir un devis
	  
	
  
  
	
  
  
	 
  
  
	Quel type de fenêtres recherchez-vous ?
  
  
	 
  


 

			
		
	  
	  
		
			
			  
 
	
		
		  
			
			 
			
			 
			
		  
		
	
 
			  
			
		
			
			
			 
			
			
			 
			
		

	 


	
  


 
  

			
  
  
 
  
  
Cet email a été envoyé à forensics-devel@lists.alioth.debian.org, cliquez ici pour vous désabonner.
  

  

  








___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel

Greetings My Dear Friend,

2017-09-12 Thread inlin...@ono.com
Greetings My Dear Friend,

Before I introduce myself, I wish to inform you that this letter is not 
a hoax mail and I urge you to treat it serious.This letter must come to 
you as a big surprise, but I believe it is only a day that people meet 
and become great friends and business partners. Please I want you to 
read this letter very carefully and I must apologize for barging this 
message into your mail box without any formal introduction due to the 
urgency and confidentiality of this business and I know that this 
message will come to you as a surprise. Please this is not a joke and I 
will not like you to joke with it ok,With due respect to your person 
and much sincerity of purpose, I make this contact with you as I 
believe that you can be of great assistance to me. My name is Mr.mahama 
baye, from Burkina Faso, West Africa. I work in Bank Of Africa (BOA) as 
telex manager, please see this as a confidential message and do not 
reveal it to another person and let me know whether you can be of 
assistance regarding my proposal below because it is top secret.

I am about to retire from active Banking service to start a new life 
but I am skeptical to reveal this particular secret to a stranger. You 
must assure me that everything will be handled confidentially because 
we are not going to suffer again in life. It has been 10 years now that 
most of the greedy African Politicians used our bank to launder money 
overseas through the help of their Political advisers. Most of the 
funds which they transferred out of the shores of Africa were gold and 
oil money that was supposed to have been used to develop the continent. 
Their Political advisers always inflated the amounts before 
transferring to foreign accounts, so I also used the opportunity to 
divert part of the funds hence I am aware that there is no official 
trace of how much was transferred as all the accounts used for such 
transfers were being closed after transfer. I acted as the Bank Officer 
to most of the politicians and when I discovered that they were using 
me to succeed in their greedy act; I also cleaned some of their banking 
records from the Bank files and no one cared to ask me because the 
money was too much for them to control. They laundered over $5billion 
Dollars during the process.

Before I send this message to you, I have already diverted ($10.5
million Dollars) to an escrow account belonging to no one in the bank. 
The bank is anxious now to know who the beneficiary to the funds is 
because they have made a lot of profits with the funds. It is more than 
Eight years now and most of the politicians are no longer using our 
bank to transfer funds overseas. The ($10.5million Dollars) has been 
laying waste in our bank and I don’t want to retire from the bank 
without transferring the funds to a foreign account to enable me share 
the proceeds with the receiver (a foreigner). The money will be shared 
60% for me and 40% for you. There is no one coming to ask you about the 
funds because I secured everything. I only want you to assist me by 
providing a reliable bank account where the funds can be transferred.

You are not to face any difficulties or legal implications as I am 
going to handle the transfer personally. If you are capable of 
receiving the funds, do let me know immediately to enable me give you a 
detailed information on what to do. For me, I have not stolen the money 
from anyone because the other people that took the whole money did not 
face any problems. This is my chance to grab my own life opportunity 
but you must keep the details of the funds secret to avoid any leakages 
as no one in the bank knows about my plans.Please get back to me if you 
are interested and capable to handle this project, I shall intimate you 
on what to do when I hear from your confirmation and acceptance.If you 
are capable of being my trusted associate, do declare your consent to 
me I am looking forward to hear from you immediately for further 
information.

Thanks with my best regards.
Mr.mahama baye
Telex Manager
Bank Of Africa  (BOA)
Burkina Faso.


___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel