Re: phpMyAdmin-4.1.0

2013-12-12 Thread Thomas Mueller
 I have an update to phpMyAdmin in the works -- but version 4.1.0 now
 requires at least PHP 5.3 and MySQL 5.5.

 Currently I'm minded to fork a phpMyAdmin-4.0 port to allow support for
 people still using MySQL 5.1 or older versions of PHP, but... this isn't
 considered a major version change by the phpMyAdmin development team, so
 there won't be any support for the 4.0 series going forwards.
 Hence the putative phpMyAdmin40 port would be an unchanging snapshot of
 version 4.0.10.

 Knowing the history of phpMyAdmin with respect to security holes this
 phpMyAdmin40 port would likely have to be removed within a few months
 anyhow.

 What do people think?  Is it worth forking the port?

 Cheers,

 Matthew

--
 Dr Matthew J Seaman MA, D.Phil.

I don't see the point in forking to maintain compatibility with outdated 
versions of PHP and MySQL.

But what about compatibility with MariaDB in place of MySQL?

Tom

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: FreeBSD Port: emulators/virtualbox-ose

2013-12-12 Thread Sergio de Almeida Lenzi
Em Qua, 2013-12-11 às 16:16 -0500, Mike Jakubik escreveu:

 On 12/11/13 15:51, Bernhard Fröhlich wrote:
 
  That definitely is the libstdc++ from our ancient gcc 4.2 in base. 
  Could you try to temporary rename the so and try to start vbix again? 
  Don't forget to rename it afterwards if there are any binaries that 
  still need it.
 
 
 Renaming /usr/lib/libstdc++.so.6 addresses the problem. Do you know a 
 way to check if anything else might need this?
 
 Thank you.


in my system the problem was the compat9x package,
indeed Virtualbox refuses to build with a conflict about compat9x (last
svn ports)

I tracked who needs compat9x, and it came from the java bootstrap
find the ports that depend on compat9x
pkg info -qr compat9x
gives me about 8 ports, 
buildiing again the 8 ports,  the command pkg info -qr compat9x, results
nothing,
so I could delete compat9x with the command: pkg delete -R compat9x,
it removed compat9x and compat8x

virtualbox now works OK...


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: miniupnpd not inserting pf rules

2013-12-12 Thread Volodymyr Kostyrko

11.12.2013 17:00, krad wrote:

I have being having some trouble/fun with miniupnpd, in that it didnt seem
to be inserting the rules into pf ( pfctl -sr -a miniupnpd
). The rdr rules are inserted fine just not the firewall rules at the rules
anchor. I think I have traced the problem down to the port build itself. I
have tested and reproduced it on a clean system on both 9.2 and 10 64bit
intel builds, but I would be good to have a sanity check make sure i have
not missed something before I raise a pr/bug report to the maintainer.


The problem lies with the extra_patch that isnt applied even if the
dialogue option is checked. Manually specifying it in the environment
doesn't work either

..if ${PORT_OPTIONS:MWITH_PF_ENABLE_FILTER_RULES}
EXTRA_PATCHES=  ${PATCHDIR}/pf_enable_filter_rules.patch


Man you are awesome! I had installed this one and thought there was some 
compatibility problems so I just thrashed it.


In the above example please remove 'WITH_' portion and try to recheck. 
If this will clear things for you - fire up a pr with a patch.


--
Sphinx of black quartz, judge my vow.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


pkg.freebsd.org behind proxy doesn't work

2013-12-12 Thread Lars Engels

Hi all,

how can I use the official pkg.freebsd.org mirror behind a corporate 
proxy server?


With 10.0-RC1, pkg-1.2.3 and the stock /etc/pkg/FreeBSD.conf I get:

# pkg update
Updating repository catalogue
pkg: http://pkg.FreeBSD.org/freebsd:10:x86:64/latest/digests.txz: 
Service Unavailable

pkg: Unable to find catalogs


So apparently the proxy doesn't do SRV lookups. I don't administer the 
proxy, so changing

that is not an option.
What can I do to use our official repository?

Lars

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: miniupnpd not inserting pf rules

2013-12-12 Thread krad
cool i was tired so couldnt make the last step, i can confirm removing the
WITH makes the patch get applied



On 12 December 2013 14:34, Volodymyr Kostyrko c.kw...@gmail.com wrote:

 11.12.2013 17:00, krad wrote:

 I have being having some trouble/fun with miniupnpd, in that it didnt seem
 to be inserting the rules into pf ( pfctl -sr -a miniupnpd
 ). The rdr rules are inserted fine just not the firewall rules at the
 rules
 anchor. I think I have traced the problem down to the port build itself. I
 have tested and reproduced it on a clean system on both 9.2 and 10 64bit
 intel builds, but I would be good to have a sanity check make sure i have
 not missed something before I raise a pr/bug report to the maintainer.


 The problem lies with the extra_patch that isnt applied even if the
 dialogue option is checked. Manually specifying it in the environment
 doesn't work either

 ..if ${PORT_OPTIONS:MWITH_PF_ENABLE_FILTER_RULES}
 EXTRA_PATCHES=  ${PATCHDIR}/pf_enable_filter_rules.patch


 Man you are awesome! I had installed this one and thought there was some
 compatibility problems so I just thrashed it.

 In the above example please remove 'WITH_' portion and try to recheck. If
 this will clear things for you - fire up a pr with a patch.

 --
 Sphinx of black quartz, judge my vow.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Reason for pdfcrack and rarcrack deletion?

2013-12-12 Thread Beeblebrox
Hi.
Why have ports security/pdfcrack and security/rarcrack disappeared from the
ports tree? They got built fine previously on my 11-current_amd64.



-
FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS
--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/Reason-for-pdfcrack-and-rarcrack-deletion-tp5867922.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Reason for pdfcrack and rarcrack deletion?

2013-12-12 Thread John Marino
On 12/12/2013 17:35, Beeblebrox wrote:
 Hi.
 Why have ports security/pdfcrack and security/rarcrack disappeared from the
 ports tree? They got built fine previously on my 11-current_amd64.

Freshports logs can answer these kinds of questions:
http://www.freshports.org/security/rarcrack/
http://www.freshports.org/security/pdfcrack/

SVN repo logs too.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Reason for pdfcrack and rarcrack deletion?

2013-12-12 Thread Philippe Audéoud
Hi,

And with more recent pdf and rar, they didn't work 100% successfully: password 
not found but in given list.

Regards


John Marino freebsd.cont...@marino.st a écrit :
On 12/12/2013 17:35, Beeblebrox wrote:
 Hi.
 Why have ports security/pdfcrack and security/rarcrack disappeared
from the
 ports tree? They got built fine previously on my 11-current_amd64.

Freshports logs can answer these kinds of questions:
http://www.freshports.org/security/rarcrack/
http://www.freshports.org/security/pdfcrack/

SVN repo logs too.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to
freebsd-ports-unsubscr...@freebsd.org

-- 
Philippe Audéoud
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: Reason for pdfcrack and rarcrack deletion?

2013-12-12 Thread Rodrigo Osorio
Hi,

According with port maintainer, the app
wasn't active since several years [1].


Regards
- rodrigo

[1] 
http://www.freshports.org/search.php?stype=namemethod=matchquery=pdfcracknum=10deleted=includedeletedorderby=categoryorderbyupdown=ascsearch=Search

On 12/12/13 08:35 -0800, Beeblebrox wrote:
 Hi.
 Why have ports security/pdfcrack and security/rarcrack disappeared from the
 ports tree? They got built fine previously on my 11-current_amd64.
 
 
 
 -
 FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS
 --
 View this message in context: 
 http://freebsd.1045724.n5.nabble.com/Reason-for-pdfcrack-and-rarcrack-deletion-tp5867922.html
 Sent from the freebsd-ports mailing list archive at Nabble.com.
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Can't build php5-extensions (php_config.h is missing)

2013-12-12 Thread Philipp
Hi everyone, I'm trying to build lang/php5-extensions from ports. The
port lang/php5 (php5-5.4.21) is already installed and working fine.

The problem is that php5-extensions with

archivers/php5-bz2
archivers/php5-zip
graphics/php5-gd
sysutils/php5-posix

won't build. The error message is same for all extensions:

/usr/local/include/php/main/php_config.h:2380:28: error:
ext/php_config.h: No such file or directory

Content of /usr/local/include/php/ext/:

dateereglibxml  mysqlnd
pcrespl standard

Any advices?

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Reason for pdfcrack and rarcrack deletion?

2013-12-12 Thread Beeblebrox
@John: I searched freshports before posting. 
I just realized that the include deleted ports box needs to be checked.

@Philippe: Thanks for the explanation.



-
FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS
--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/Reason-for-pdfcrack-and-rarcrack-deletion-tp5867922p5867933.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: pkg audit -F segfault

2013-12-12 Thread andrew clarke
On Tue 2013-12-10 21:53:16 UTC-0500, Phil Stone (phil.st...@gmx.com) wrote:

 Hi,
 I've just installed pkg-1.2.3 on FreeBSD 8.4-RELEASE-p6.

It's also segfaulting on 9.2-RELEASE-p2 here.

I noticed the segfault in my syslog just now, since pkg audit -F is
run daily from /usr/local/etc/periodic/security/410.pkg-audit.
 
 Running the command pkg audit -F causes a segfault:
 # pkg audit -F
 Vulnxml file up-to-date.
 Segmentation fault (core dumped)
 #

(gdb) set args audit -F
(gdb) r
Starting program: /usr/ports/ports-mgmt/pkg/work/pkg-1.2.3/pkg/pkg audit -F
[New LWP 101360]
[New Thread 803407400 (LWP 101360/pkg)]
Vulnxml file up-to-date.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 803407400 (LWP 101360/pkg)]
0x000800ddb130 in archive_read_free () from /usr/lib/libarchive.so.5
(gdb) bt
#0  0x000800ddb130 in archive_read_free () from /usr/lib/libarchive.so.5
#1  0x00407772 in fetch_and_extract (src=0x803425070 
http://www.vuxml.org/freebsd/vuln.xml.bz2;, 
dest=0x7fffcfd0 /var/db/pkg/vuln.xml, xml=true) at audit.c:211
#2  0x0040902e in exec_audit (argc=0, argv=0x7fffd530) at 
audit.c:882
#3  0x004105b0 in main (argc=2, argv=0x7fffd520) at main.c:754

 Implementing the following patch solves the issue:
 --- audit_orig.c 2013-12-11 03:36:21.390625000 +0100
 +++ audit.c 2013-12-11 03:36:59.796875000 +0100
 @@ -206,9 +206,10 @@
  
         cleanup:
         unlink(tmp);
 -       if (a != NULL)
 +       if (a != NULL) {
                 archive_read_close(a);
                 archive_read_free(a);
 +       }
         if (fd = 0)
                 close(fd);
 
 Thanks in advance for your help.
 Phil

Indeed, adding the erroneously missing braces fixes the problem here.

Thanks Phil,

Regards
Andrew
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


OpenLDAP - segmentation fault - memberof

2013-12-12 Thread Mariusz Zaborski
Hi,

Lately I was configuring net/openldap24-server and while I was adding
new group I got some segmentation fault's. I found that problem was
with overlays memberof.

I found solution on openldap.org:
http://www.openldap.org/lists/openldap-bugs/201205/msg2.html

After apply this patch I had no more problems. Could we add this patch
to the port?

Thanks in advance,
Mariusz
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: OpenLDAP - segmentation fault - memberof

2013-12-12 Thread Mariusz Zaborski
Ups I really sorry, I make typo in the maintainer email.

Cheers,
Mariusz

On 12 December 2013 23:07, Mariusz Zaborski osho...@freebsd.org wrote:
 Hi,

 Lately I was configuring net/openldap24-server and while I was adding
 new group I got some segmentation fault's. I found that problem was
 with overlays memberof.

 I found solution on openldap.org:
 http://www.openldap.org/lists/openldap-bugs/201205/msg2.html

 After apply this patch I had no more problems. Could we add this patch
 to the port?

 Thanks in advance,
 Mariusz
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


FreeBSD Port: sysutils/zfs-snapshot-mgmt

2013-12-12 Thread MSBSSK
Hello,

I use FreeBSD 10 RC-1 with zfs-snapshot-mgmt. My current config file is visible 
at http://pastebin.com/qwp84BR2.
If I use this configuration the tool does not create a snapshot for 
z-storage/usr/home. If for unknown reason I move the z-storage/usr/home part 
between the z-storage/ROOT/default and the z-storage/var part all is working 
fine.

Is there any defect I hit or any rule I exidently ignored ?

Furthermore even after changing the order I receive the following error message:

/usr/local/bin/zfs-snapshot-mgmt:130:in `join': can't convert nil into String 
(TypeError)
from /usr/local/bin/zfs-snapshot-mgmt:130:in `snapshots'
from /usr/local/bin/zfs-snapshot-mgmt:137:in `snapshots_to_remove'
from /usr/local/bin/zfs-snapshot-mgmt:145:in `remove_snapshots'
from /usr/local/bin/zfs-snapshot-mgmt:213:in `block in main'
from /usr/local/bin/zfs-snapshot-mgmt:210:in `each'
from /usr/local/bin/zfs-snapshot-mgmt:210:in `main'

Does anyyone has an idea what this means and how I can fix this ?

Best Regards Marc
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


[QAT] r336314: 4x leftovers

2013-12-12 Thread Ports-QAT
- Update to 9.41

PR: ports/184066
Submitted by:   Jin-Sih Lin lin...@gmail.com (maintainer)
-

  Build ID:  20131213022400-36100
  Job owner: swi...@freebsd.org
  Buildtime: 8 minutes
  Enddate:   Fri, 13 Dec 2013 02:32:13 GMT

  Revision:  r336314
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=336314

-

Port:graphics/p5-Image-ExifTool-devel 9.41

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~swi...@freebsd.org/20131213022400-36100-238480/p5-Image-ExifTool-devel-9.41.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~swi...@freebsd.org/20131213022400-36100-238481/p5-Image-ExifTool-devel-9.41.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~swi...@freebsd.org/20131213022400-36100-238482/p5-Image-ExifTool-devel-9.41.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~swi...@freebsd.org/20131213022400-36100-238483/p5-Image-ExifTool-devel-9.41.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20131213022400-36100
redports https://qat.redports.org/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org