All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 513] New: Add new squid package
@ 2009-07-30 13:35 bugzilla at busybox.net
  2009-07-30 13:52 ` [Buildroot] [Bug 513] " bugzilla at busybox.net
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2009-07-30 13:35 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=513

              Host: i686-linux
            Target: arm-softfloat-linux-uclibcgnueabi
           Summary: Add new squid package
           Product: buildroot
           Version: unspecified
          Platform: PC
               URL: http://www.squid-cache.org
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: gustavo at zacarias.com.ar
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Created an attachment (id=525)
 --> (https://bugs.busybox.net/attachment.cgi?id=525)
Add squid package

Caching proxy for HTTP, HTTPS and FTP.
This package disables HTCP, WCCP and SNMP AgentX support in squid to keep the
binary as small as possible.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Buildroot] [Bug 513] Add new squid package
  2009-07-30 13:35 [Buildroot] [Bug 513] New: Add new squid package bugzilla at busybox.net
@ 2009-07-30 13:52 ` bugzilla at busybox.net
  2009-07-30 13:58 ` bugzilla at busybox.net
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2009-07-30 13:52 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=513





--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com>  2009-07-30 13:52:50 UTC ---
+SQUID_MAKE_OPT = HOSTCXX=g++

should probably be

+SQUID_MAKE_OPT = HOSTCXX=$(CXX_FOR_BUILD)

BTW, why not using directly the CXX_FOR_BUILD environment variable in the
configure.in/Makefile.am of Squid ? These environment variables are already
passed to the ./configure script.

It's probably not needed in this case, but passing CXXFLAGS_FOR_BUILD might
also be a good thing, since it is used to pass the correct -I flags to the host
headers in the $(HOST_DIR).


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Buildroot] [Bug 513] Add new squid package
  2009-07-30 13:35 [Buildroot] [Bug 513] New: Add new squid package bugzilla at busybox.net
  2009-07-30 13:52 ` [Buildroot] [Bug 513] " bugzilla at busybox.net
@ 2009-07-30 13:58 ` bugzilla at busybox.net
  2009-07-30 15:55 ` bugzilla at busybox.net
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2009-07-30 13:58 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=513





--- Comment #2 from Gustavo Zacarias <gustavo@zacarias.com.ar>  2009-07-30 13:58:36 UTC ---
The patch is a rip from gentoo, so yeah it could be updated to avoid the
kludge.

This package is a good example of the usefulness of the HOOK_POST_UNINSTALL
i've mentioned in irc.
The uninstall target from the Makefile fails to remove some stuff, most notably
from $(TARGET_DIR)/usr/share/errors and $(TARGET_DIR)/usr/share/icons IIRC.

I'll rework the patch, this package is low priority though - better get it
right than stick it for 2009.08.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Buildroot] [Bug 513] Add new squid package
  2009-07-30 13:35 [Buildroot] [Bug 513] New: Add new squid package bugzilla at busybox.net
  2009-07-30 13:52 ` [Buildroot] [Bug 513] " bugzilla at busybox.net
  2009-07-30 13:58 ` bugzilla at busybox.net
@ 2009-07-30 15:55 ` bugzilla at busybox.net
  2009-07-30 16:18 ` bugzilla at busybox.net
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2009-07-30 15:55 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=513


Gustavo Zacarias <gustavo@zacarias.com.ar> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #525 is|0                           |1
           obsolete|                            |




--- Comment #3 from Gustavo Zacarias <gustavo@zacarias.com.ar>  2009-07-30 15:55:21 UTC ---
Created an attachment (id=527)
 --> (https://bugs.busybox.net/attachment.cgi?id=527)
Add squid package (2)


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Buildroot] [Bug 513] Add new squid package
  2009-07-30 13:35 [Buildroot] [Bug 513] New: Add new squid package bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2009-07-30 15:55 ` bugzilla at busybox.net
@ 2009-07-30 16:18 ` bugzilla at busybox.net
  2009-07-30 16:37 ` bugzilla at busybox.net
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2009-07-30 16:18 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=513





--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com>  2009-07-30 16:18:43 UTC ---
Thanks for the improvements. The patch looks good now (but I didn't test it).

Could you also submit the squid patch upstream ?


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Buildroot] [Bug 513] Add new squid package
  2009-07-30 13:35 [Buildroot] [Bug 513] New: Add new squid package bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2009-07-30 16:18 ` bugzilla at busybox.net
@ 2009-07-30 16:37 ` bugzilla at busybox.net
  2009-08-14 19:54 ` bugzilla at busybox.net
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2009-07-30 16:37 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=513





--- Comment #5 from Gustavo Zacarias <gustavo@zacarias.com.ar>  2009-07-30 16:37:43 UTC ---
http://www.squid-cache.org/bugs/show_bug.cgi?id=2662

Basically the only big change they need to do with respect to the original
patch is consider that $build may be wrong thus just pick up CXX_FOR_BUILD or
HOSTCXX in configure.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Buildroot] [Bug 513] Add new squid package
  2009-07-30 13:35 [Buildroot] [Bug 513] New: Add new squid package bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2009-07-30 16:37 ` bugzilla at busybox.net
@ 2009-08-14 19:54 ` bugzilla at busybox.net
  2009-11-10 17:29 ` bugzilla at busybox.net
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2009-08-14 19:54 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=513


Gustavo Zacarias <gustavo@zacarias.com.ar> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #527 is|0                           |1
           obsolete|                            |




--- Comment #6 from Gustavo Zacarias <gustavo@zacarias.com.ar>  2009-08-14 19:54:37 UTC ---
Created an attachment (id=601)
 --> (https://bugs.busybox.net/attachment.cgi?id=601)
New package: squid-3.0.STABLE17

Bump squid to 3.0.STABLE17, fixes some stability issues.
Enable heap removal policies in the package build, keep squidclient (useful for
stats) and bump threads/FDs to handle some moderate load.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Buildroot] [Bug 513] Add new squid package
  2009-07-30 13:35 [Buildroot] [Bug 513] New: Add new squid package bugzilla at busybox.net
                   ` (5 preceding siblings ...)
  2009-08-14 19:54 ` bugzilla at busybox.net
@ 2009-11-10 17:29 ` bugzilla at busybox.net
  2009-11-30 17:00 ` bugzilla at busybox.net
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2009-11-10 17:29 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=513


Gustavo Zacarias <gustavo@zacarias.com.ar> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #601 is|0                           |1
           obsolete|                            |




--- Comment #7 from Gustavo Zacarias <gustavo@zacarias.com.ar>  2009-11-10 17:29:10 UTC ---
Created an attachment (id=739)
 --> (https://bugs.busybox.net/attachment.cgi?id=739)
New package squid-3.0STABLE19

Bump to squid-3.0STABLE19, bugfixes.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Buildroot] [Bug 513] Add new squid package
  2009-07-30 13:35 [Buildroot] [Bug 513] New: Add new squid package bugzilla at busybox.net
                   ` (6 preceding siblings ...)
  2009-11-10 17:29 ` bugzilla at busybox.net
@ 2009-11-30 17:00 ` bugzilla at busybox.net
  2009-11-30 17:00 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2009-11-30 17:00 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=513


Gustavo Zacarias <gustavo@zacarias.com.ar> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #739 is|0                           |1
           obsolete|                            |




--- Comment #8 from Gustavo Zacarias <gustavo@zacarias.com.ar>  2009-11-30 17:00:10 UTC ---
Created an attachment (id=781)
 --> (https://bugs.busybox.net/attachment.cgi?id=781)
New package squid-3.0STABLE20


Bump again to 3.0STABLE20.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Buildroot] [Bug 513] Add new squid package
  2009-07-30 13:35 [Buildroot] [Bug 513] New: Add new squid package bugzilla at busybox.net
                   ` (7 preceding siblings ...)
  2009-11-30 17:00 ` bugzilla at busybox.net
@ 2009-11-30 17:00 ` bugzilla at busybox.net
  2009-12-02 19:50 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2009-11-30 17:00 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=513


Gustavo Zacarias <gustavo@zacarias.com.ar> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2010.02




-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Buildroot] [Bug 513] Add new squid package
  2009-07-30 13:35 [Buildroot] [Bug 513] New: Add new squid package bugzilla at busybox.net
                   ` (8 preceding siblings ...)
  2009-11-30 17:00 ` bugzilla at busybox.net
@ 2009-12-02 19:50 ` bugzilla at busybox.net
  2009-12-23 12:34 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2009-12-02 19:50 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=513


Gustavo Zacarias <gustavo@zacarias.com.ar> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #781 is|0                           |1
           obsolete|                            |




--- Comment #9 from Gustavo Zacarias <gustavo@zacarias.com.ar>  2009-12-02 19:50:42 UTC ---
Created an attachment (id=801)
 --> (https://bugs.busybox.net/attachment.cgi?id=801)
squid-3.0.STABLE20 package

Enabled transparent netfilter mode.
Enabled SSL mode when openssl is installed.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Buildroot] [Bug 513] Add new squid package
  2009-07-30 13:35 [Buildroot] [Bug 513] New: Add new squid package bugzilla at busybox.net
                   ` (9 preceding siblings ...)
  2009-12-02 19:50 ` bugzilla at busybox.net
@ 2009-12-23 12:34 ` bugzilla at busybox.net
  2010-02-21 22:33 ` bugzilla at busybox.net
  2010-03-24  8:23 ` bugzilla at busybox.net
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2009-12-23 12:34 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=513


Gustavo Zacarias <gustavo@zacarias.com.ar> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #801 is|0                           |1
           obsolete|                            |




--- Comment #10 from Gustavo Zacarias <gustavo@zacarias.com.ar>  2009-12-23 12:34:08 UTC ---
Created an attachment (id=863)
 --> (https://bugs.busybox.net/attachment.cgi?id=863)
New package squid-3.0STABLE21

Bump to 3.0STABLE21.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Buildroot] [Bug 513] Add new squid package
  2009-07-30 13:35 [Buildroot] [Bug 513] New: Add new squid package bugzilla at busybox.net
                   ` (10 preceding siblings ...)
  2009-12-23 12:34 ` bugzilla at busybox.net
@ 2010-02-21 22:33 ` bugzilla at busybox.net
  2010-03-24  8:23 ` bugzilla at busybox.net
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2010-02-21 22:33 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=513


Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|2010.02                     |2010.05




--- Comment #11 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com>  2010-02-21 22:33:01 UTC ---
Move milestone to 2010.05 since enhancements will not be handled before the
release of 2010.02.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Buildroot] [Bug 513] Add new squid package
  2009-07-30 13:35 [Buildroot] [Bug 513] New: Add new squid package bugzilla at busybox.net
                   ` (11 preceding siblings ...)
  2010-02-21 22:33 ` bugzilla at busybox.net
@ 2010-03-24  8:23 ` bugzilla at busybox.net
  12 siblings, 0 replies; 14+ messages in thread
From: bugzilla at busybox.net @ 2010-03-24  8:23 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=513


Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #12 from Peter Korsgaard <jacmet@uclibc.org>  2010-03-24 08:23:04 UTC ---
Committed, thanks


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-03-24  8:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-30 13:35 [Buildroot] [Bug 513] New: Add new squid package bugzilla at busybox.net
2009-07-30 13:52 ` [Buildroot] [Bug 513] " bugzilla at busybox.net
2009-07-30 13:58 ` bugzilla at busybox.net
2009-07-30 15:55 ` bugzilla at busybox.net
2009-07-30 16:18 ` bugzilla at busybox.net
2009-07-30 16:37 ` bugzilla at busybox.net
2009-08-14 19:54 ` bugzilla at busybox.net
2009-11-10 17:29 ` bugzilla at busybox.net
2009-11-30 17:00 ` bugzilla at busybox.net
2009-11-30 17:00 ` bugzilla at busybox.net
2009-12-02 19:50 ` bugzilla at busybox.net
2009-12-23 12:34 ` bugzilla at busybox.net
2010-02-21 22:33 ` bugzilla at busybox.net
2010-03-24  8:23 ` bugzilla at busybox.net

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.