Bug#799795: (no subject)

2015-09-23 Thread J . S . Júnior

You can send me more info ?

About this problem

Cheers,
JJ



Bug#798458: RFS: mini-httpd/1.21-1 [ITA] -- Small HTTP server

2015-09-15 Thread J . S . Júnior
Em Tue, 15 Sep 2015 21:36:09 +0200
Vincent Bernat  escreveu:

>  ❦ 14 septembre 2015 11:49 -0300, J.S.Júnior  :
> 
> > Send for mentor with new changes.
> 
> OK, this looks good to me. However, your debian/changelog has many
> English errors and is sometimes difficult to read. I propose to apply
> the following patch to fix that. If you are OK with the patch, I can
> upload.
> 

All patch applied.

Send mentors ok

thanks for your patience, and I learned very much with you.

Thanks.
JJ



pgplyKLBDeKyp.pgp
Description: Assinatura digital OpenPGP


Bug#798976: RFS: dhcpcd5/6.9.3-1 [ITA] -- DHCPv4, IPv6RA and DHCPv6 client with IPv4LL support

2015-09-14 Thread J . S . Júnior
Em Mon, 14 Sep 2015 17:00:14 +
Gianfranco Costamagna  escreveu:

> Control: owner -1 !
> 
> Hi,
> 
> 
> 
> 
> please change the changelog:
> 
> the bugs are not fixed by Debian packaging, but from upstream new release.
> 
> I would change it that way
> +  * New upstream release
> +   - Fix Multiplication of IPv6 addresses for upstream (Closes: #791582)
> +   - Fix dhcpcd doesn't configure chrony for upstream (Closes: #791583)
> 
> 

OK, Fix.

> did you forward the two patches upstream?
> 

Yes, patch correct for upstream with system bugs they.

> the other stuff looks good (note: I didn't try to build and run it)
> 

I'm build with debuild and cowbuilder. :)

> cheers,
> 
> G.
> 
Send for mentors.

Cheers,
JJ


pgpizZt8hFFzm.pgp
Description: Assinatura digital OpenPGP


Bug#798976: RFS: dhcpcd5/6.9.3-1 [ITA] -- DHCPv4, IPv6RA and DHCPv6 client with IPv4LL support

2015-09-14 Thread J . S . Júnior
Package: sponsorship-requests
  Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package "dhcpcd5"

 * Package name: dhcpcd5
   Version : 6.9.3-1
   Upstream Author : Roy Marples 
 * URL : http://roy.marples.name/projects/dhcpcd
 * License :  BSD-2
   Section : net

  It builds those binary packages:

dhcpcd5- DHCPv4, IPv6RA and DHCPv6 client with IPv4LL support

  To access further information about this package, please visit the following
  URL:

  http://mentors.debian.net/package/dhcpcd5


  Alternatively, one can download the package with dget using this command:

dget -x
http://mentors.debian.net/debian/pool/main/d/dhcpcd5/dhcpcd5_6.9.3-1.dsc

  More information about hello can be obtained from
  http://roy.marples.name/projects/dhcpcd

  Changes since the last upload:

  * New upstream release
  * New maintainer (Closes: #770082)
  * Fix Multiplication of IPv6 addresses for upstream (Closes: #791582)
  * Fix dhcpcd doesn't configure chrony for upstream (Closes: #791583)
  * Remove lintian overrides.
  * d/dhcpd5.init:
  - Added $remote_fs for script init.d



  Regards,
   J.S.Júnior


pgpwlgi3xZTAl.pgp
Description: Assinatura digital OpenPGP


Bug#791582: (no subject)

2015-09-14 Thread J . S . Júnior
Fix it in next uploud.


pgp3viKSjKPCL.pgp
Description: Assinatura digital OpenPGP


Bug#798458: RFS: mini-httpd/1.21-1 [ITA] -- Small HTTP server

2015-09-14 Thread J . S . Júnior
Em Fri, 11 Sep 2015 23:00:29 +0200
Vincent Bernat  escreveu:

>  ❦ 11 septembre 2015 19:50 +0200, Vincent Bernat  :
> 
> >>> The description of fix-mini-httpd-vhost could be "Append port number to
> >>> vhost". The name of the patch could be "append-portno-to-vhost.patch". A
> >>> bug report number to know why this is done would be great to.
> >> fix name.
> >> Yes, look [1]
> >
> > You can include the bug number in the patch (with Bug:). I see that you
> > already put it in the changelog but the entry doesn't help to know what
> > the patch is about.
> 
> In the patch itself, you can include the bug number.
> 
> Description: Append port number to vhost.
>Thanks Steffen Grunewald 
> Author: Jose dos Santos Junior 
> Last-Update: 2015-09-05
> Bug: http://bugs.debian.org/x
> 

Ok added bug number and link


> >>> Also, this
> >>> would make the Debian package behaves differently than upstream. Has
> >>> this patch been pushed upstream?
> >> No, patch suggestion bug number #491078 [1]
> >
> > The bug is from 2008 and despite numerous releases, it is not present
> > upstream. This makes mini-httpd behaves differently in Debian than in
> > other distributions or when just compiled from sources.
> >
> > This will also break setup of people that were relying on the original
> > behavior, so you would need to add an entry in NEWS.Debian to advertise
> > the change.
> >
> > I would not include the patch until it is vetted by upstream.
> 
> The patch to remove the port number is a deviation from what is done
> upstream. mini-httpd in Debian won't behave in the same way as
> mini-httpd somewhere else (including in older releases of Debian). The
> patch should be pushed upstream and not applied in Debian until it is
> applied upstream.
> 
> Moreover, if you apply the patch in Debian, you also need to write an
> entry in debian/NEWS.Debian to tell the users that the behavior of
> mini-httpd has changed. This is totally not worth it.
> 
> Just send the patch upstream (with a reference to the bug report). And
> don't apply it yet.
> 

Remove patch


> #v+
> @@ -1140,8 +1140,8 @@ handle_request( void )
>  char* cp;
>  int r, file_len, i;
>  const char* index_names[] = {
> -   "index.html", "index.htm", "index.xhtml", "index.xht", "Default.htm",
> -   "index.cgi" };
> +   "index.html", "index.mini-httpd.html", "index.htm", "index.xhtml",
> "index.xht", "Default.htm",
> +   "index.cgi", "index.php" };
> 
>  /* Set up the timeout for reading. */
>  #ifdef HAVE_SIGSET
> #v-

OK, fix it
> 
> This has nothing to do with the overflow problem. You need to put this
> chunk into another patch.


Send for mentor with new changes.

[]'s
JJ


pgp2og72ZkBDz.pgp
Description: Assinatura digital OpenPGP


Bug#798458: RFS: mini-httpd/1.21-1 [ITA] -- Small HTTP server

2015-09-11 Thread J . S . Júnior
Em Fri, 11 Sep 2015 20:01:55 +0200
Vincent Bernat  escreveu:

> Which part didn't you understand?
All. :(

What ta missing to pack the package.

I'm sorry, but I'm learning, and I know some programming in C.

thanks.

and again thank you for your patience and dedication of their time.

[]'s
JJ


pgpH696wqQX4N.pgp
Description: Assinatura digital OpenPGP


Bug#798458: RFS: mini-httpd/1.21-1 [ITA] -- Small HTTP server

2015-09-11 Thread J . S . Júnior
Hi Sr Vicent


Hi, sorry I don't understand you.

:(

You can explanation better ?

Thanks a lot.
JJ


pgpCwj7Hsb9K4.pgp
Description: Assinatura digital OpenPGP


Bug#798458: RFS: mini-httpd/1.21-1 [ITA] -- Small HTTP server

2015-09-11 Thread J . S . Júnior
Em Fri, 11 Sep 2015 08:24:41 +0200
Vincent Bernat  escreveu:

> Sorry for the bikeshed,
I don't understand this. (bikeshed) :)

> but some of the patch names and descriptions are
> quite vague. fix-mini-httpd and fix-mini-httpd-vhost don't tell much
> what they do from their names.
Yes, thanks.
I am very grateful for teaching me the proper way.

fixed

> 
> The description of fix-mini-httpd-vhost could be "Append port number to
> vhost". The name of the patch could be "append-portno-to-vhost.patch". A
> bug report number to know why this is done would be great to.
fix name.
Yes, look [1]

> Also, this
> would make the Debian package behaves differently than upstream. Has
> this patch been pushed upstream?
No, patch suggestion bug number #491078 [1]
> 
> The description of fix-mini-httpd could be "Fix buffer overflow in
> add_to_response". The name of the patch could be
> "add_to_response-buffer-overflow.patch". The stuff about indexes should
> be moved out to a different patch: when your patch is applied upstream,
> you may discard it and forget about this part.
> 
Ok, fix name.
Yes, when the upstream fix in tarball original I'm remove patch.
thanks

> Please, keep the bug report in copy as it is the one place to go to see
> what has already been told about this package.

Sorry, fault of attention.

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491078

mentors send again - ok

Thanks again, for your patience

Cheers,
JJ


pgpUiv6EqwED5.pgp
Description: Assinatura digital OpenPGP


Bug#736484: PING

2015-09-09 Thread J . S . Júnior
Hi, Martin Dvorak

You decided about name your package ?

hstr or hh.

I prefer a name more suggestive.

thanks a lot.
JJ


pgpCmm6g0lZWX.pgp
Description: Assinatura digital OpenPGP


Bug#778925: (no subject)

2015-09-09 Thread J . S . Júnior

Hi, thanks for your information.

Fix it in next uploud, with patch of Peter Kasza peter.ka...@itinsight.hu

Thanks Peter Kasza for your helping.

[]'s


pgpPY_uSTVHyF.pgp
Description: Assinatura digital OpenPGP


Bug#755892: (no subject)

2015-09-09 Thread J . S . Júnior
Hello,

thanks for your bug, fix it in next uploud.

[]'s


pgpEBRwga7R4u.pgp
Description: Assinatura digital OpenPGP


Bug#730373: (no subject)

2015-09-09 Thread J . S . Júnior
Hi,

Fix bug in next uploud, with script debian/mini-httpd.install.

Thanks a lot.

[]'s


pgpJuv9SeYsEr.pgp
Description: Assinatura digital OpenPGP


Bug#664363: (no subject)

2015-09-09 Thread J . S . Júnior
thanks, fix it in next uploud.

thanks a lot


pgplOrD2wnGY2.pgp
Description: Assinatura digital OpenPGP


Bug#520941: (no subject)

2015-09-09 Thread J . S . Júnior
Thanks for your bug fix in net uploud.


pgpDwlFji5THE.pgp
Description: Assinatura digital OpenPGP


Bug#510905: (no subject)

2015-09-09 Thread J . S . Júnior

Hi

Thanks for your bug.

fix in next uploud.


pgpFlyuDitBh0.pgp
Description: Assinatura digital OpenPGP


Bug#491078: (no subject)

2015-09-09 Thread J . S . Júnior
Hi,

fix it in next uploud.

thanks for Bug.

Cheers,

JJ


pgpE9mYLsvu6T.pgp
Description: Assinatura digital OpenPGP


Bug#798458: RFS: mini-httpd/1.21-1 [ITA] -- Small HTTP server

2015-09-09 Thread J . S . Júnior
Em Wed, 9 Sep 2015 18:21:23 +0200
Vincent Bernat  escreveu:

>  ❦  9 septembre 2015 11:23 -0300, J.S.Júnior  :
> 
> >   Changes since the last upload:
> [...]
> 
> In d/copyright, you have the same clause for "*" and for "match.c" (and
> others).

I had left "*", but lintian asked to be explicit to the files.

W: mini-httpd source: file-without-copyright-information
and more

> 
> In d/mini-httpd.default, I would suggest to remove this "start daemon"
> variable, unless most users won't start the daemon (but since you
> changed the default, I suppose that most users will run the
> daemon). Enabling/disabling a daemon should be done through the
> appropriate init interface (eg systemctl disable mini-httpd).

OK, fix it.

> 
> In d/mini-httpd.install, you install files in /var/www/html. You should
> not do that as another package could use it (which is likely not to be
> the case, but you get the idea). It seems that the rule is to copy the
> index.html from /usr/share/... to /var/ww/html/index.mini-httpd.html. I
> don't know if this is a written policy somewhere.

I'm rename index.html for index-mini-httpd.html
See: Bug [1] and Discution [2], default for web servers.


> 
> >   - Fix error set -e and no install htpasswd (Closes: #520941)
> 
> Didn't look at the bug, but set -e is usually considered a bad idea in
> an init script. For example, stuff like that wouldn't work (but you
> don't have such a case in your init.d script, so you may ignore that):
> 
> #v+
> do_start
> case "$?" in
>  ...
> esac
> #v-
> 
I don't understand
Look, if I remove, lintian send message.
mini-httpd: maintainer-script-ignores-errors postinst

Insert lintian overrides ? or no.


> The htpasswd manual page is still present.
>
Fix in patches. Don't install now


[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730373
[2] https://lists.debian.org/debian-devel/2012/04/msg00301.html 


> Otherwise, looks OK to me.




pgpY5fw0Vnxmr.pgp
Description: Assinatura digital OpenPGP


Bug#786795: (no subject)

2015-09-09 Thread J . S . Júnior
owner 786795 costamagnagianfra...@yahoo.it
thanks

Sorry send noowner incorrect, with retitle
sorry sorry.


pgpt3ZVlPLSIj.pgp
Description: Assinatura digital OpenPGP


Bug#798458: RFS: mini-httpd/1.21-1 [ITA] -- Small HTTP server

2015-09-09 Thread J . S . Júnior
Package: sponsorship-requests
  Severity: important

  Dear mentors,

  I am looking for a sponsor for my package "mini-httpd"

 * Package name: mini-httpd
   Version : 1.21-1
   Upstream Author : Jef Poskanzer 
 * URL : http://www.acme.com/software/mini_httpd
 * License : BSD-2-clause
   Section : web

  It builds those binary packages:

mini-httpd - Small HTTP server

  To access further information about this package, please visit the
  following URL:

  http://mentors.debian.net/package/mini-httpd


  Alternatively, one can download the package with dget using this
  command:

dget -x

http://mentors.debian.net/debian/pool/main/m/mini-httpd/mini-httpd_1.21-1.dsc

  More information about mini-httpd can be obtained from
  http://www.acme.com/software/mini_httpd

  Changes since the last upload:

  * New upstream release.
  * New Maintainer.(Closes: #780194)
  * Fix CVE-2015-1548. (Closes: #778925)
  * d/control:
  - Bumped Standart-Version to 3.9.6
  - Bumped debhelper to 9
  - Remove deprecated dpatch upgrade packaging 
format "3.0 (quilt)". (Closes: #664363)
  - Remove article in description synopsis.
  - Changed depends
  * d/copyright
  - Updated format dep5.
  - Formating copyright.

  
  * d/rules:
  - Clean and upgrade rules for simple.
  - Added Changelog upstream extracted of website mini-httpd
  * d/mini-httpd.init.d:
  - Fix error restart (Closes: #510905, #755892)
  - Fix error set -e and no install htpasswd (Closes: #520941)
  * d/patches:
  - Fixed tested patch of sugestion the Steffen Grunewald (Closes:
#491078)
  - Fixe and added SCRIPT_FILENAME in patch 03-cgi-php (Close:
#569599)
  - Hardening for minit_httpd.c and to function.
  * d/mini-httpd.init.d
   - Add . /lib/lsb/init-functions in script
   - Add options status in script  
  * d/mini-httpd.install
  - Changed the default document root, for var/www/html. (Closes:
#730373)
  * d/config/mini-httpd.conf:
  - Changed the default data_dir, for var/www/html.
  * d/mini-httpd.default:
  - Changed default start with daemon, for start minial config.



  Regards,
   J.S.Júnior


pgpT96ByuOr65.pgp
Description: Assinatura digital OpenPGP


Bug#719150: request-tracker4: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2013-08-08 Thread J. S. Júnior

Package: request-tracker4
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese Translation?

Attached you will find the file pt_BR.po. It is UTF-8 encoded and it is
tested with msgfmt and podebconf-display-po.

Kind regards.

-- 
J. S. Júnior 
GnuPG fprint: 172B B12E 110C 76FA 29BA  7C9E 0FB9 C6CA 0BCB A9B7


pt_BR.po.gz
Description: GNU Zip compressed data


signature.asc
Description: PGP signature


Bug#718492: bacula: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2013-08-01 Thread J. S. Júnior

Package: bacula
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese Translation?

Attached you will find the file pt_BR.po. It is UTF-8 encoded and it is
tested with msgfmt and podebconf-display-po.

Kind regards.

-- 
J. S. Júnior 
GnuPG fprint: 172B B12E 110C 76FA 29BA  7C9E 0FB9 C6CA 0BCB A9B7


pt_BR.po.gz
Description: GNU Zip compressed data


signature.asc
Description: PGP signature


Bug#718462: tt-rss: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2013-07-31 Thread J. S. Júnior

Package: tt-rss
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese Translation?

Attached you will find the file pt_BR.po. It is UTF-8 encoded and it is
tested with msgfmt and podebconf-display-po.

Kind regards.

-- 
J. S. Júnior 
GnuPG fprint: 172B B12E 110C 76FA 29BA  7C9E 0FB9 C6CA 0BCB A9B7


pt_BR.po.gz
Description: GNU Zip compressed data


signature.asc
Description: PGP signature


Bug#686713: ppp: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2012-09-04 Thread J. S. Júnior
Package: ppp
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese Translation?

Attached you will find the file pt_BR.po. It is UTF-8 encoded and it is
tested with msgfmt and podebconf-display-po.

Kind regards.


pt_BR.po.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#686457: gom: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2012-09-01 Thread J. S. Júnior
Package: gom
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese Translation?

Attached you will find the file pt_BR.po. It is UTF-8 encoded and it is
tested with msgfmt and podebconf-display-po.

Kind regards.


pt_BR.po.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#685889: Acknowledgement (nvidia-support: [INTL:pt_BR] Brazilian Portuguese debconf templates translation)

2012-08-25 Thread J. S. Júnior
Em 25-08-2012 21:51, Debian Bug Tracking System escreveu:
> Thank you for filing a new Bug report with Debian.
> 
> This is an automatically generated reply to let you know your message
> has been received.
> 
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
> 
> Your message has been sent to the package maintainer(s):
>  Debian NVIDIA Maintainers 
> 
> If you wish to submit further information on this problem, please
> send it to 685...@bugs.debian.org.
> 
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
> 

Please disregard this bug open incorrectly.

Kind regards.



-- 
J. S. Júnior  



signature.asc
Description: OpenPGP digital signature


Bug#685889: nvidia-support: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2012-08-25 Thread J. S. Júnior
Package: nvidia-support
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese Translation?

Attached you will find the file pt_BR.po. It is UTF-8 encoded and it is
tested with msgfmt and podebconf-display-po.

Kind regards.


pt_BR.po.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#685887: ssl-cert: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2012-08-25 Thread J. S. Júnior
Package: ssl-cert
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese Translation?

Attached you will find the file pt_BR.po. It is UTF-8 encoded and it is
tested with msgfmt and podebconf-display-po.

Kind regards.


pt_BR.po.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#685262: Acknowledgement (nvidia-support: [INTL:pt_BR] Brazilian Portuguese debconf templates translation)

2012-08-18 Thread J . S . Júnior
> From: ow...@bugs.debian.org
> To: j.s.jun...@live.com
> Subject: Bug#685262: Acknowledgement (nvidia-support: [INTL:pt_BR] Brazilian 
> Portuguese debconf templates translation)
> Date: Sat, 18 Aug 2012 23:12:04 +
> 
> Thank you for filing a new Bug report with Debian.
> 
> This is an automatically generated reply to let you know your message
> has been received.
> 
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
> 
> Your message has been sent to the package maintainer(s):
>  Debian NVIDIA Maintainers 
> 
> If you wish to submit further information on this problem, please
> send it to 685...@bugs.debian.org.
> 
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
> 
> -- 
> 685262: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685262
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems

sorry failed to attach.
 shall be attached.
-- 

J. S. Júnior 
GnuPG fprint: 739D 613D 69E5 5F5F B456  ED47 DE99 8614 42B4 DD4B
  

pt_BR.po.gz
Description: GNU Zip compressed data


Bug#685262: nvidia-support: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2012-08-18 Thread J . S . Júnior
Package: nvidia-support
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese Translation?

Attached you will find the file pt_BR.po. It is UTF-8 encoded and it is
tested with msgfmt and podebconf-display-po.

Kind regards.