Re: bash velnerability

2014-09-24 Thread Koichiro IWAO
Please let me make corrections. The "shellshock" bash vulnerabilities are described by 2 CVEs. - CVE-2014-6271 - CVE-2014-7169 The first CVE is already fixed in latest freebsd ports tree (r369185), so far the second CVE is not fixed yet. On Thu, Sep 25, 2014 at 11:58:30AM +0530, Riyaz T.K wro

Re: bash velnerability

2014-09-24 Thread Koichiro IWAO
I think not yet[1]. But it will be shortly updated to patched version because the vulnerability is already documented written in security/vuxml [2]. That means port committer(s) already aware of the bash vulnerability. [1] http://svnweb.freebsd.org/ports/head/shells/bash/Makefile?revision=369185&

www/xpi-https-everywhere

2014-09-24 Thread Beeblebrox
EFF's https-everywhere add-on for firefox (and other browsers) redirects http to https connection, for those websites supporting https protocol (https://www.eff.org/Https-everywhere) The add-on is no longer available for download from addons.mozilla.org, for reasons explained by EFF as: "We felt t

bash velnerability

2014-09-24 Thread Riyaz T.K
Hi, https://www.freebsd.org/cgi/ports.cgi?query=The+GNU+Project%27s+Bourne+Again+SHell&stype=text&sektion=all Is this version patched from the bash vulnerability? https://access.redhat.com/articles/1200223 -- Riyaz T K Admod Technologies ___ freeb

bind99 with heimdal port requires a tweak

2014-09-24 Thread Dewayne Geraghty
Bind99 with heimdal enables GSS-TSIG, which is useful when using samba4 (or those pesky Windows Servers) in a production environment. There is a one line change required against /usr/ports/dns/bind99/files/patch-configure to avoid bind 9.9.6 bringing in heimdal base shareable libraries when the in

Re: FreeBSD Port: devel/tortoisehg - is not compatible with Mercurial version 3.1

2014-09-24 Thread arrowdodger
On Thu, Sep 25, 2014 at 12:54 AM, Miroslav Lachman <000.f...@quip.cz> wrote: > arrowdodger wrote, On 09/21/2014 11:34: > >> On Fri, Sep 19, 2014 at 2:10 PM, Miroslav Lachman <000.f...@quip.cz> >> wrote: >> >> Hi, >>> I tried to install TortoiseHG on FreeBSD 10 (PC-BSD), but it doesn't >>> work, >

Re: squid-3.4.8_1 leaking memory

2014-09-24 Thread Brian W.
You seem to be onto something. On a single user testbox I use I see this PID USERNAMETHR PRI NICE SIZERES STATE C TIMEWCPU COMMAND 6100 squid 1 200 612M 84076K kqread 1 4:01 0.00% squid I then restarted squid and saw 73400 squid 1 200 61568K

update port: /

2014-09-24 Thread xjfly...@gmail.com
*vsftpd-ext *expired on: 2014-08-31 DEPRECATED: Not staged. I want to upgrade for staged. thanks. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubsc

Re: Need help compiling use of std::vector

2014-09-24 Thread Shane Ambler
On 25/09/2014 04:27, Matthias Andree wrote: > Am 24.09.2014 um 17:04 schrieb Shane Ambler: >> Using the above code >> clang++ -m32 test.cpp >> fails with >> >> /usr/include/c++/4.2/bits/stl_algobase.h:641:15: error: assigning to >> 'const char *' from incompatible type 'const int' > > I don't thi

Re: On Docs option and custom build target

2014-09-24 Thread Fernando Apesteguía
On Wed, Sep 24, 2014 at 8:52 PM, Tijl Coosemans wrote: > On Tue, 23 Sep 2014 23:23:31 +0200 Fernando Apesteguía > wrote: >> I have a Makefile for an application that provides both examples and >> documentation. I created the two options in the Makefile (both enabled >> by default). >> The packag

Re: Poudriere Build of pkg_* repos?

2014-09-24 Thread Bryan Drewery
On 9/24/2014 3:35 PM, Rick Miller wrote: > Hi all, > > Does the EOL of legacy pkg_* tools in FreeBSD Ports affect Poudriere's > ability to build legacy package repos? No. Poudriere still supports it as long as you're using an older ports tree. > > Poudriere was able to build a legacy pkg_* repo

Re: FreeBSD Port: devel/tortoisehg - is not compatible with Mercurial version 3.1

2014-09-24 Thread Miroslav Lachman
arrowdodger wrote, On 09/21/2014 11:34: On Fri, Sep 19, 2014 at 2:10 PM, Miroslav Lachman <000.f...@quip.cz> wrote: Hi, I tried to install TortoiseHG on FreeBSD 10 (PC-BSD), but it doesn't work, because it is not compatible with Mercurial 3.1.1 (version in ports tree). [...] Can you please

Poudriere Build of pkg_* repos?

2014-09-24 Thread Rick Miller
Hi all, Does the EOL of legacy pkg_* tools in FreeBSD Ports affect Poudriere's ability to build legacy package repos? Poudriere was able to build a legacy pkg_* repo from a snapshot of Ports from around the time releng/10.0 received the patch for -p7, but it failed to build a legacy repo from a s

Re: Need help compiling use of std::vector

2014-09-24 Thread Matthias Andree
Am 24.09.2014 um 17:04 schrieb Shane Ambler: > I am trying to compile the new version of a port I maintain and have > trouble related to std::vector. The code producing the error can be > boiled down to the following test case, which compiles as 64bit but > fails as 32bit. > > #include > #include

Re: On Docs option and custom build target

2014-09-24 Thread Tijl Coosemans
On Tue, 23 Sep 2014 23:23:31 +0200 Fernando Apesteguía wrote: > I have a Makefile for an application that provides both examples and > documentation. I created the two options in the Makefile (both enabled > by default). > The package doesn't provide any flags stock like --with-docs or > --with-e

Need help compiling use of std::vector

2014-09-24 Thread Shane Ambler
I am trying to compile the new version of a port I maintain and have trouble related to std::vector. The code producing the error can be boiled down to the following test case, which compiles as 64bit but fails as 32bit. #include #include int main(int argc, char *argv[]) { int num_layers =

Re: FreeBSD Port: x11-servers/xorg-server

2014-09-24 Thread Mike Clarke
On Tuesday 23 Sep 2014 20:46:29 Patrick Powell wrote: > I can't check this out right now, BUT are the keyboard/mouse > drivers on the WITH_NEW_XORG > repo server built correctly? They appear to be built OK, curlew:/home/mike% pkg rquery "%n %v %R" xf86-input-mouse xf86-input-mouse 1.9.0_4 Free

Re: [package - 91amd64-quarterly] build failure mail

2014-09-24 Thread Lars Engels
On Wed, Sep 24, 2014 at 01:36:31PM +0300, Vitaly Magerya wrote: > On 2014-09-24 08:37, pkg-fall...@freebsd.org wrote: > > You are receiving this mail as a port that you maintain > > is failing to build on the FreeBSD package build server. > > Please investigate the failure and submit a PR to fix >

Re: [package - 91amd64-quarterly] build failure mail

2014-09-24 Thread Vitaly Magerya
On 2014-09-24 08:37, pkg-fall...@freebsd.org wrote: You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: vmage...@gmail.com Last committer: olg...@freebsd.org