Updating "wfimgr"

2016-10-21 Thread Gerard Seibert
Unless I am in error, the "net-mgmt/wifimgr" port is based on the
"NetworkManager" program. That program has been updated to version
1.4.2 . Is it possible
to update the ports version from 1.11 to the latest stable version?

-- 
Carmel
___
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: Updating "wfimgr"

2016-10-21 Thread Kurt Jaeger
Hi!

> Unless I am in error, the "net-mgmt/wifimgr" port is based on the
> "NetworkManager" program. That program has been updated to version
> 1.4.2 . Is it possible
> to update the ports version from 1.11 to the latest stable version?

If you can submit a patch for such an update, it surely helps.

Otherwise, it can take a very long time...

-- 
p...@opsec.eu+49 171 3101372 4 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"


Re: Updating "wfimgr"

2016-10-21 Thread J.R. Oldroyd
Hi,

You are mistaken. wifimgr is not related to NetworkManager at all.

-jr


On October 21, 2016 12:17:38 PM GMT+02:00, Gerard Seibert 
 wrote:
>Unless I am in error, the "net-mgmt/wifimgr" port is based on the
>"NetworkManager" program. That program has been updated to version
>1.4.2 . Is it possible
>to update the ports version from 1.11 to the latest stable version?
>
>-- 
>Carmel

-- 
Sent from my Samsung S7 Edge using K-9 Mail.  Cool huh?
___
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: Updating "wfimgr"

2016-10-21 Thread Vincent Hoffman-Kazlauskas


On 21/10/2016 11:17, Gerard Seibert wrote:
> Unless I am in error, the "net-mgmt/wifimgr" port is based on the
> "NetworkManager" program. That program has been updated to version
> 1.4.2 . Is it possible
> to update the ports version from 1.11 to the latest stable version?
> 
I think you are confused, wifimgr is
http://opal.com/freebsd/ports/net-mgmt/wifimgr/ no relation to
networkmanager (still linux only) as far as I know.

Vince
___
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 you maintain which are out of date

2016-10-21 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
net/p5-Net-Ping | 2.41| 2.53
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
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"


pkg audit -F - insufficient privileges

2016-10-21 Thread Walter Schwarzenfeld

I tried as root |pkg audit -F|
get:
Code:

pkg audit -F
vulnxml file up-to-date
pkg: Insufficient privileges to read the package database


On FreeBSD-10.3-RELEASE (amd64).

pkg -v
1.9.1

It works with wheel user, but without|sudo|. But not as root and not with|sudo|.


___
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: pkg audit -F - insufficient privileges

2016-10-21 Thread Walter Schwarzenfeld

|chmod 755 /var/db/pkg solved it.
|
___
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: pkg audit -F - insufficient privileges

2016-10-21 Thread Roger Marquis

Walter Schwarzenfeld wrote:

|chmod 755 /var/db/pkg solved it.


Interesting.  I had to 'chmod 644 /var/db/pkg/vuln.xml' for the same
effect.  Wouldn't best practices set these at 750 and 640?  Is there an
upside to restricting access to vuln.xml considering it's world readable
on the web?

Roger
___
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: pkg audit -F - insufficient privileges

2016-10-21 Thread Mathieu Arnold
Le 21/10/2016 à 17:24, Walter Schwarzenfeld a écrit :
> |chmod 755 /var/db/pkg solved it.

What was the mode of /var/db/pkg before that ?


-- 
Mathieu Arnold




signature.asc
Description: OpenPGP digital signature


Re: pkg audit -F - insufficient privileges

2016-10-21 Thread Vincent Hoffman-Kazlauskas


On 21/10/2016 16:24, Walter Schwarzenfeld wrote:
> |chmod 755 /var/db/pkg solved it.
> |
Possibly this is to do with the

"Update to 1.9.0

- Drop privileges in many commands
- Drop privileges when fetching a file"

Possibly dropping privs to early?

I found that my lazy pf rule to only allow root to have http outbound
connections broke remote updates with the upgrade to the 1.9.x version,
which I suspect to be related to the privilege dropping as an explicit
allow http to my update server fixed it.

Vince

> ___
> 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: Reset your Twitter password

2016-10-21 Thread سيروان via freebsd-ports


Sent from my iPhone
___
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: Reset your Twitter password

2016-10-21 Thread سيروان via freebsd-ports
گذر واژه را فراموش كرده ام

Sent from my iPhone

On ۳۰ مهر ۱۳۹۵, at ۲۳:۲۷, سيروان  wrote:

> 
> 
> Sent from my iPhone
___
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"

Hi

2016-10-21 Thread Eriksandor Sagarra
I need someone to help me to take back my account in twiter , it is the
second time someone stoll my account 'cos my coment over.
It is possible?
Emilio.
___
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"


misc/jive deleted

2016-10-21 Thread andrew clarke
At the risk of this developing into a flame war, I thought this was
curious:

https://lists.freebsd.org/pipermail/svn-ports-head/2016-August/126687.html

Is this the first time a port has been deleted for being "offensive"?
___
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"