Your message dated Mon, 4 Apr 2016 09:05:15 +0000 (UTC)
with message-id <[email protected]>
and subject line Re: Bug#819929: RFS: mini-httpd/1.23-1 -- Small HTTP server
has caused the Debian Bug report #819929,
regarding RFS: mini-httpd/1.23-1 -- Small HTTP server
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
819929: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819929
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: normal
Dear mentors,
I am looking for a sponsor for my package "mini-httpd"
* Package name : mini-httpd
Version : 1.23-1
Upstream Author : Jef Poskanzer <[email protected]>
* 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.23-1.dsc
More information about hello can be obtained from http://www.example.com.
Changes since the last upload:
mini-httpd (1.23-1) unstable; urgency=medium
* New upstream release
* d/control:
- Bump Standard-Version to 3.9.7.
* d/upstream.changelog:
- Update changes.
* d/patches:
- Remove patch fix-add_to_response-buffer-overflow fixed for upstream.
- Fix support FreeBSD
thanks Steven Chamberlain <[email protected]> (Closes: #815339)
- Add patch fix-autobuilders for a problem with package on 64-bit
thanks Steve Langasek <[email protected]> (Closes: #819125)
* d/rules:
- Add hardening
- Don`t install htpasswd (LP: #943088)
Regards,
J.S.JĂșnior
signature.asc
Description: Message signed with OpenPGP using GPGMail
--- End Message ---
--- Begin Message ---
Hi
> I am looking for a sponsor for my package "mini-httpd
I'll sponsor soon, just a few comments about patches:
they aren't upstreamable as-is, please try to make them so, and
upstream them.
e.g.
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD_Kernel__)
something like "#if defined (__FreeBSD__) || defined (__FreeBSD_Kernel__)"
or similar (I don't remember the exact syntax), should be easily upstreamed,
otherwise you might break some FreeBSD builds outside Debian.
I'm not sure about the above, I'm just giving a general hint, I don't remember
about FreeBSD defines honestly :)
anyhow, Signed&Uploaded, thanks for your contribution to Debian!
cheers,
G.
--- End Message ---