INDEX now builds successfully on 10.x

2018-03-30 Thread Ports Index build

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


Re: Perl help needed

2018-03-30 Thread Matthew D. Fuller
On Fri, Mar 30, 2018 at 02:46:05PM -0400 I heard the voice of
Robert Huff, and lo! it spake thus:
> 
> Socket.c: loadable library and perl binaries are mismatched (got handshake 
> key 0xd200080, needed 0xdf00080)

I'd say your most likely bet would be rebuilding p5-Socket, on the
theory that (a) it sounds like it relates to a Socket, (b) installs a
.so so obviously compiles stuff, and (c) has "Socket.c" in the .so
according to strings(1).


(mostly (a) of course)


-- 
Matthew Fuller (MF4839)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Perl help needed

2018-03-30 Thread Christoph Moench-Tegeder
## Robert Huff (roberth...@rcn.com):

> Socket.c: loadable library and perl binaries are mismatched (got handshake 
> key 0xd200080, needed 0xdf00080)

The perl default version changed - are you sure your perl and modules
still match? See UPDATING 20180330.
The error message is just what I'd expect for a mismatch.

Regards,
Christoph

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


Re: Perl help needed

2018-03-30 Thread Brett Estrade
What port are you trying to build?

On Fri, Mar 30, 2018 at 1:46 PM, Robert Huff  wrote:

>
> On a system running:
>
> FreeBSD 12.0-CURRENT #0 r331659: Thu Mar 29 12:31:36 EDT 2018  amd64
>
> with perl5-5.24.3 rebuilt yesterday, attemptping to build/run a
> small number of modules gives something like this:
>
> ===>  Cleaning for p5-Net-DNS-1.15,1
> ===>  License MIT accepted by the user
> ===>   p5-Net-DNS-1.15,1 depends on file: /usr/local/sbin/pkg - found
> ===> Fetching all distfiles required by p5-Net-DNS-1.15,1 for building
> ===>  Extracting for p5-Net-DNS-1.15,1
> => SHA256 Checksum OK for Net-DNS-1.15.tar.gz.
> ===>  Patching for p5-Net-DNS-1.15,1
> ===>   p5-Net-DNS-1.15,1 depends on package: p5-Net-LibIDN2>=1 - found
> ===>   p5-Net-DNS-1.15,1 depends on package: p5-Digest-HMAC>=1.03 - found
> ===>   p5-Net-DNS-1.15,1 depends on package: p5-IO-Socket-IP>=0.38 - found
> ===>   p5-Net-DNS-1.15,1 depends on package: perl5>=5.24<5.25 - found
> ===>  Configuring for p5-Net-DNS-1.15,1
> Socket.c: loadable library and perl binaries are mismatched (got handshake
> key 0xd200080, needed 0xdf00080)
>
>
> I'm not a perl expert, plus perl on FreeBSD mostly just works,
> so I have no idea how to diagnose much less fix this.  I googled the
> error message, and found various solutions that worked for them, but
> not for me.
> Anyone willing to help me with this off-list?
>
>
> Respectfully,
>
>
> Robert Huff
>
>
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
>
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: FreeBSD textproc/elasticsearch6 does not honour /etc/profile

2018-03-30 Thread Mark Felder


On Thu, Mar 29, 2018, at 05:43, Leander Schäfer wrote:
> Hello,
> 
> it looks like textproc/elasticsearch6 does not honour /etc/profile?
> Please have a look for detailed description and reproduction of the
> issue:
> https://forums.freebsd.org/threads/textproc-elasticsearch6-does-not-honour-etc-profile.65338/
> 
> Best regards,
> 
> Leander S.

I'm pretty sure this is not supposed to work. /etc/profile is used by sh(1) and 
would only be read during a login shell. The FreeBSD rc subsystem uses "su -m" 
when running processes as a specific user, not "su -l". The "su -l" would fail 
because ElasticSearch's user has a default shell of /sbin/nologin. As far as I 
can tell this is normal behavior.

If you need to change env for Elastic you can use the elasticsearch_env="" in 
/etc/rc.conf. Any further questions about overcoming issues in your environment 
are welcome. We also have a list for elastic now called 
"freebsd-elas...@freebsd.org". 


Hope that helps,


-- 
  Mark Felder
  ports-secteam & portmgr member
  f...@freebsd.org
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Perl help needed

2018-03-30 Thread Robert Huff

On a system running:

FreeBSD 12.0-CURRENT #0 r331659: Thu Mar 29 12:31:36 EDT 2018  amd64

with perl5-5.24.3 rebuilt yesterday, attemptping to build/run a
small number of modules gives something like this:

===>  Cleaning for p5-Net-DNS-1.15,1
===>  License MIT accepted by the user
===>   p5-Net-DNS-1.15,1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by p5-Net-DNS-1.15,1 for building
===>  Extracting for p5-Net-DNS-1.15,1
=> SHA256 Checksum OK for Net-DNS-1.15.tar.gz.
===>  Patching for p5-Net-DNS-1.15,1
===>   p5-Net-DNS-1.15,1 depends on package: p5-Net-LibIDN2>=1 - found
===>   p5-Net-DNS-1.15,1 depends on package: p5-Digest-HMAC>=1.03 - found
===>   p5-Net-DNS-1.15,1 depends on package: p5-IO-Socket-IP>=0.38 - found
===>   p5-Net-DNS-1.15,1 depends on package: perl5>=5.24<5.25 - found
===>  Configuring for p5-Net-DNS-1.15,1
Socket.c: loadable library and perl binaries are mismatched (got handshake key 
0xd200080, needed 0xdf00080)


I'm not a perl expert, plus perl on FreeBSD mostly just works,
so I have no idea how to diagnose much less fix this.  I googled the
error message, and found various solutions that worked for them, but
not for me.
Anyone willing to help me with this off-list?


Respectfully,


Robert Huff


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


Re: Committer needed for security/owasp-dependency-check

2018-03-30 Thread Kurt Jaeger
Hi!

> [New port] security/owasp-dependency-check: Detects publicly disclosed 
> vulnerabilities in project dependencies
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226206

@work. Please note that the shar file is somehow invalid, extracting
it dies in the middle. One needs to manually remove the .git related
files from the .shar.

-- 
p...@opsec.eu+49 171 3101372 2 years to go !
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Committer needed for security/owasp-dependency-check

2018-03-30 Thread Andreas Sommer via freebsd-ports
Hi all,

[New port] security/owasp-dependency-check: Detects publicly disclosed 
vulnerabilities in project dependencies
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226206

Dependency-Check is a utility that attempts to detect publicly disclosed 
vulnerabilities contained within project dependencies. It searches several 
databases for CVEs and other issues and creates a report based on the 
dependencies found for a project (example: package.json for a 
nodejs/npm/yarn-based project). With machine-readable output options, it is 
easy to integrate with CI and can be used to audit software vulnerabilities 
automatically. The tool is also under constant development under the patronage 
of OWASP.

The committer would benefit from familiarity with Java/Maven, but it's not too 
hard... I'm a ports beginner and could figure it out: for the fetch phase, a 
maven repository (incl. all dependencies) is created (would have to be uploaded 
to distfiles for each update of the port; simple script can be provided) and 
the application and all its dependencies are bundled into a JAR for packaging 
it standalone. I took the idea from archivers/snappy-java.

Thank you,
 Andreas
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


INDEX build failed for 10.x

2018-03-30 Thread Ports Index build
INDEX build failed with errors:
Generating INDEX-10 - please wait..--- describe.accessibility ---
--- describe.arabic ---
--- describe.archivers ---
--- describe.astro ---
--- describe.audio ---
--- describe.benchmarks ---
--- describe.biology ---
--- describe.cad ---
--- describe.chinese ---
--- describe.comms ---
--- describe.converters ---
--- describe.databases ---
--- describe.deskutils ---
--- describe.devel ---
--- describe.dns ---
--- describe.editors ---
--- describe.emulators ---
--- describe.finance ---
--- describe.french ---
--- describe.ftp ---
[...]
--- describe.security ---
--- describe.shells ---
--- describe.sysutils ---
--- describe.textproc ---
--- describe.security ---
make[5]: "/home/indexbuild/tindex/ports/Mk/bsd.port.mk" line 1466: Cannot open 
/home/indexbuild/tindex/ports/Mk/Uses/apache=2.2+.mk
make[5]: Fatal errors encountered -- cannot continue===> 
security/shibboleth2-sp failed
*** [describe.security] Error code 1

make[2]: stopped in /home/indexbuild/tindex/ports

make[2]: stopped in /home/indexbuild/tindex/ports
*** Error code 1

Stop.
make[1]: stopped in /home/indexbuild/tindex/ports
*** Error code 1

Stop.
make: stopped in /home/indexbuild/tindex/ports
1 error

Committers on the hook:
 brnrd ehaupt jhb mat sbruno swills tijl 

Most recent SVN update was:
Updating '.':
Ufinance/electrum/Makefile
Ufinance/electrum/distinfo
Dfinance/electrum/files/patch-setup.py
Udevel/powerpc64-gcc/Makefile
Uwww/py-buku/Makefile
Uwww/py-buku/distinfo
Uwww/nginx/pkg-plist
Uwww/apache24/Makefile
Ugames/cockatrice/Makefile
Ugames/cockatrice/distinfo
Usysutils/py-google-compute-engine/Makefile
Ux11-toolkits/gtk30/files/patch-configure
Usecurity/shibboleth2-sp/Makefile
Updated to revision 465988.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Removal of www/apache22

2018-03-30 Thread Spil Oss
Thanks Vincent! I was looking for these but could not find them any
more. Should've looked in archive naturally.

Hanging in here for a bit to find out if there's anyone else wanting
to comment. Deletion 14 days after original message.

Cheers, Bernard.

2018-03-27 16:07 GMT+02:00 Vincent Hoffman-Kazlauskas :
>
>
> On 27/03/2018 13:52, Bernard Spil wrote:
>> Hi all,
>>
>> Just noticed that the Apache project has removed the patches they had
>> for 2.2.34.
>>
>> http://www.apache.org/dist/httpd/patches/apply_to_2.2.34/
>>
>> Combined with the security update of 2.4 branch to 2.4.33 leads me to
>> believe that Apache 2.2 is now vulnerable and no patches will be provided.
>>
>> If someone wishes to step up and get patches for 2.2 from e.g. RedHat,
>> we may be able to keep the port alive for a bit longer. If no one steps
>> up, I see no other way forward than to delete the port as indicated by
>> the DEPRECATED variable and expiration date 2017-07-01 since July 2016.
>>
>
> While I agree that apache 2.2 is now firmly dead, they moved the patches
> for 2.2.34 to
> https://archive.apache.org/dist/httpd/patches/apply_to_2.2.34/ , however
> no new patches for the recent CVEs were added.
>
>
> Vince
>
>
>
>> Cheers,
>>
>> Bernard.
>> ___
>> freebsd-ports@freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
>> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Review of google-compute-engine for next quarterly ports branch

2018-03-30 Thread Helen Koike

Hi,

I understand that the release of the next quarterly branch is near, also 
the preparations for FreeBSD 11.2.


If possible, It would be nice to have an updated version of the GCE 
agents included in the next FreeBSD release for GCE (Google Cloud Engine).


I would appreciate if anyone could review the following patches for 
sysutils/py-google-compute-engine and also 
sysutils/google-compute-engine-oslogin before the next quarterly ports 
branch.


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226936
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227114

Thank you
Helen
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: qt5tc and Lumina

2018-03-30 Thread Grzegorz Junka


On 30/03/2018 11:40, Le Baron d’Merde wrote:

Hi.

I do not use Lumina but

setenv  QT_QPA_PLATFORMTHEMEqt5ct

in my .tcshrc works for me everywhere I needed it.

I *guess* the problem is the way you are setting it.

Cheers!


On Fri, Mar 30, 2018 at 09:00:28AM +, Grzegorz Junka wrote:

Hi,

When opening qt5ct I am getting a popup QT_QPA_PLATFORMTHEME environment
variable is not set correctly

What should it be set to? I tried qt5ct, KDE and GNOME. The default is
lthemeengine. What it should be set to?



Many thanks for quick response. You are right. When I put the line to 
.tcshrc and then started qt5ct it opened fine.

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


Re: qt5tc and Lumina

2018-03-30 Thread Le Baron d’Merde
Hi.

I do not use Lumina but

setenv  QT_QPA_PLATFORMTHEMEqt5ct

in my .tcshrc works for me everywhere I needed it.

I *guess* the problem is the way you are setting it.

Cheers!


On Fri, Mar 30, 2018 at 09:00:28AM +, Grzegorz Junka wrote:
> Hi,
> 
> When opening qt5ct I am getting a popup QT_QPA_PLATFORMTHEME environment
> variable is not set correctly
> 
> What should it be set to? I tried qt5ct, KDE and GNOME. The default is
> lthemeengine. What it should be set to?
> 
> Thansk
> 
> GrzegorzJ
> 
> 
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

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


qt5tc and Lumina

2018-03-30 Thread Grzegorz Junka

Hi,

When opening qt5ct I am getting a popup QT_QPA_PLATFORMTHEME environment 
variable is not set correctly


What should it be set to? I tried qt5ct, KDE and GNOME. The default is 
lthemeengine. What it should be set to?


Thansk

GrzegorzJ


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