Forbidden access on http://pkg.freebsd.org/FreeBSD:13:amd64/

2020-07-14 Thread Ronald Klop

Hi,

I had a nice script which periodically checks if there are updates for the pkgs.
Since last night it gets a "Forbidden" status asking for the directory listing.

Is this on purpose?
And what is the best way to check if there are updates as a non-root user?

Regards,
Ronald.


Van: Cron Daemon 
Datum: dinsdag, 14 juli 2020 09:55
Aan: ron...@klop.ws
Onderwerp: Cron  bin/verify_site.sh "amd64_pkgs" 
"http://pkg.freebsd.org/FreeBSD:13:amd64/";


fetch: http://pkg.freebsd.org/FreeBSD:13:amd64/: Forbidden




___
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: Forbidden access on http://pkg.freebsd.org/FreeBSD:13:amd64/

2020-07-14 Thread Li-Wen Hsu
I think the better way is mimicking the pkg fetching
https://pkg.freebsd.org/FreeBSD:13:amd64/latest/packagesite.txz and
parse the content in it.

There are some discussions at
https://github.com/FreshPorts/freshports/issues/142 which might be
useful.

Li-Wen

On Tue, Jul 14, 2020 at 5:30 PM Ronald Klop  wrote:
>
> Hi,
>
> I had a nice script which periodically checks if there are updates for the 
> pkgs.
> Since last night it gets a "Forbidden" status asking for the directory 
> listing.
>
> Is this on purpose?
> And what is the best way to check if there are updates as a non-root user?
>
> Regards,
> Ronald.
>
>
> Van: Cron Daemon 
> Datum: dinsdag, 14 juli 2020 09:55
> Aan: ron...@klop.ws
> Onderwerp: Cron  bin/verify_site.sh "amd64_pkgs" 
> "http://pkg.freebsd.org/FreeBSD:13:amd64/";
> >
> > fetch: http://pkg.freebsd.org/FreeBSD:13:amd64/: Forbidden
> >
> >
> >
> ___
> 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 Port: libftdi1-1.5

2020-07-14 Thread Dutchman01 via freebsd-ports
Hi,

you introduced an installer bug in last upgrade:
 libftdi1-1.5

 

you changed in pkg-plist

%%PORTDOCSDOCSDIR%%/example.conf

 

into

 

share/doc/libftdipp1/example.conf

 

 

It should be share/doc/ libftdi1/example.conf

 

To fix code error 74 pkg-static unable to access file

 

Regards

Dutchy

 

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