Re: mirror removal: games/teeworlds and security/shhlockout without MASTER_SITES

2022-10-04 Thread Omar Polo
On 2022/09/15 13:54:05 +0200, prx  wrote:
> * prx  le [15-09-2022 12:43:06 +0200]:
> > > > > > > On 2022/09/12 13:53, Solène Rapenne wrote:
> > > > > > > > Hello,
> > > > > > > > 
> > > > > > > > I was running distfiles-openbsd.perso.pw, but after a server 
> > > > > > > > migration
> > > > > > > > it's gone. My new server can't handle the new files because 
> > > > > > > > it's super
> > > > > > > > tight on disk space.
> > > > > > > > 
> > > > > > > > These two ports don't have a working MASTER_SITES anymore:
> > > > > > > > 
> > > > > > > > games/teeworlds
> > > > > > > > security/sshlockout
> > > > > > > > 
> > > > > > > > Someone should host the sources, or we should delete the ports.
> > [...]
> > I can keep a copy of the mentioned files here : 
> > 
> > https://si3t.ch/pub/openbsd/ports/
> > 
> > Below patches to updates the sshlockout and teeworlds ports.
> > Regards

committed, thanks for hosting!



Re: mirror removal: games/teeworlds and security/shhlockout without MASTER_SITES

2022-09-15 Thread prx
* prx  le [15-09-2022 12:43:06 +0200]:
> * Brad Smith  le [12-09-2022 12:11:36 -0400]:
> > On 9/12/2022 12:07 PM, Stuart Henderson wrote:
> > 
> > > There's a chicken-and-egg problem if those files ever got lost from
> > > ftp.o.o though.
> > > 
> > > -- 
> > >   Sent from a phone, apologies for poor formatting.
> > > 
> > > 
> > > On 12 September 2022 16:47:13 Brad Smith  wrote:
> > > 
> > > > On 9/12/2022 11:02 AM, Solène Rapenne wrote:
> > > > 
> > > > > Le Mon, 12 Sep 2022 15:24:43 +0100,
> > > > > Stuart Henderson  a écrit :
> > > > > 
> > > > > > On 2022/09/12 13:53, Solène Rapenne wrote:
> > > > > > > Hello,
> > > > > > > 
> > > > > > > I was running distfiles-openbsd.perso.pw, but after a server 
> > > > > > > migration
> > > > > > > it's gone. My new server can't handle the new files because it's 
> > > > > > > super
> > > > > > > tight on disk space.
> > > > > > > 
> > > > > > > These two ports don't have a working MASTER_SITES anymore:
> > > > > > > 
> > > > > > > games/teeworlds
> > > > > > > security/sshlockout
> > > > > > > 
> > > > > > > Someone should host the sources, or we should delete the ports.
> > > > > > > 
> > > > > > You can always add the distfiles to a repo on github and
> > > > > > point at the raw
> > > > > > url. See e.g. mail/greyscanner
> > > > > > 
> > > > > I've lost the tarballs when I migrated the server...
> > > > 
> > > > 
> > > > There are copies of the distfiles mirrored at..
> > > > 
> > > > http://ftp.openbsd.org/pub/OpenBSD/distfiles/
> > 
> > I wasn't implying that ftp.o.o should be the primary. Just that the
> > distfiles were lost
> > and here are copies. Another primary should be setup.
> 
> I can keep a copy of the mentioned files here : 
> 
> https://si3t.ch/pub/openbsd/ports/
> 
> Below patches to updates the sshlockout and teeworlds ports.
> Regards
> 
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/security/sshlockout/Makefile,v
> retrieving revision 1.7
> diff -u -p -u -r1.7 Makefile
> --- Makefile11 Mar 2022 19:54:05 -  1.7
> +++ Makefile15 Sep 2022 10:19:06 -
> @@ -15,7 +15,7 @@ WANTLIB += c
> 
>  # snapshot of
>   # 
> https://github.com/DragonFlyBSD/DragonFlyBSD/tree/master/usr.sbin/sshlockout
>   -MASTER_SITES = http://distfiles-openbsd.perso.pw/
>   +MASTER_SITES = http://si3t.ch/pub/openbsd/distfiles/
> 
>FAKE_FLAGS =   BINDIR=${PREFIX}/sbin \
>  MANDIR=${PREFIX}/man/man
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/games/teeworlds/Makefile,v
> retrieving revision 1.30
> diff -u -p -u -r1.30 Makefile
> --- Makefile11 Mar 2022 19:05:00 -  1.30
> +++ Makefile15 Sep 2022 10:21:15 -
> @@ -13,7 +13,7 @@ MAINTAINER=   Stefan Hagen   MASTER_SITES=  https://github.com/teeworlds/teeworlds/releases/download/${V}/
>  # maps repo without tags/releases on 
> https://github.com/teeworlds/teeworlds-maps
>  # therefore hosted as archive on perso.pw
> -MASTER_SITES0= http://distfiles-openbsd.perso.pw/
> +MASTER_SITES0= http://si3t.ch/pub/openbsd/distfiles/
> 
>  DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
> teeworlds-${V}-data.tar.gz{teeworlds-data.tar.gz}:0
> 

Patches were mangled apparently.
I attach them to this mail.
Index: security/sshlockout/Makefile
===
RCS file: /cvs/ports/security/sshlockout/Makefile,v
retrieving revision 1.7
diff -u -p -u -r1.7 Makefile
--- security/sshlockout/Makefile11 Mar 2022 19:54:05 -  1.7
+++ security/sshlockout/Makefile15 Sep 2022 11:51:04 -
@@ -15,7 +15,7 @@ WANTLIB += c
 
 # snapshot of
 # https://github.com/DragonFlyBSD/DragonFlyBSD/tree/master/usr.sbin/sshlockout
-MASTER_SITES = http://distfiles-openbsd.perso.pw/
+MASTER_SITES = http://si3t.ch/pub/openbsd/distfiles/
 
 FAKE_FLAGS =   BINDIR=${PREFIX}/sbin \
MANDIR=${PREFIX}/man/man
Index: games/teeworlds/Makefile
===
RCS file: /cvs/ports/games/teeworlds/Makefile,v
retrieving revision 1.30
diff -u -p -u -r1.30 Makefile
--- games/teeworlds/Makefile11 Mar 2022 19:05:00 -  1.30
+++ games/teeworlds/Makefile15 Sep 2022 11:51:15 -
@@ -13,7 +13,7 @@ MAINTAINER=   Stefan Hagen https://github.com/teeworlds/teeworlds/releases/download/${V}/
 # maps repo without tags/releases on 
https://github.com/teeworlds/teeworlds-maps
 # therefore hosted as archive on perso.pw
-MASTER_SITES0= http://distfiles-openbsd.perso.pw/
+MASTER_SITES0= http://si3t.ch/pub/openbsd/distfiles/
 
 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
teeworlds-${V}-data.tar.gz{teeworlds-data.tar.gz}:0


Re: mirror removal: games/teeworlds and security/shhlockout without MASTER_SITES

2022-09-15 Thread prx
* Brad Smith  le [12-09-2022 12:11:36 -0400]:
> On 9/12/2022 12:07 PM, Stuart Henderson wrote:
> 
> > There's a chicken-and-egg problem if those files ever got lost from
> > ftp.o.o though.
> > 
> > -- 
> >   Sent from a phone, apologies for poor formatting.
> > 
> > 
> > On 12 September 2022 16:47:13 Brad Smith  wrote:
> > 
> > > On 9/12/2022 11:02 AM, Solène Rapenne wrote:
> > > 
> > > > Le Mon, 12 Sep 2022 15:24:43 +0100,
> > > > Stuart Henderson  a écrit :
> > > > 
> > > > > On 2022/09/12 13:53, Solène Rapenne wrote:
> > > > > > Hello,
> > > > > > 
> > > > > > I was running distfiles-openbsd.perso.pw, but after a server 
> > > > > > migration
> > > > > > it's gone. My new server can't handle the new files because it's 
> > > > > > super
> > > > > > tight on disk space.
> > > > > > 
> > > > > > These two ports don't have a working MASTER_SITES anymore:
> > > > > > 
> > > > > > games/teeworlds
> > > > > > security/sshlockout
> > > > > > 
> > > > > > Someone should host the sources, or we should delete the ports.
> > > > > > 
> > > > > You can always add the distfiles to a repo on github and
> > > > > point at the raw
> > > > > url. See e.g. mail/greyscanner
> > > > > 
> > > > I've lost the tarballs when I migrated the server...
> > > 
> > > 
> > > There are copies of the distfiles mirrored at..
> > > 
> > > http://ftp.openbsd.org/pub/OpenBSD/distfiles/
> 
> I wasn't implying that ftp.o.o should be the primary. Just that the
> distfiles were lost
> and here are copies. Another primary should be setup.

I can keep a copy of the mentioned files here : 

https://si3t.ch/pub/openbsd/ports/

Below patches to updates the sshlockout and teeworlds ports.
Regards


Index: Makefile
===
RCS file: /cvs/ports/security/sshlockout/Makefile,v
retrieving revision 1.7
diff -u -p -u -r1.7 Makefile
--- Makefile11 Mar 2022 19:54:05 -  1.7
+++ Makefile15 Sep 2022 10:19:06 -
@@ -15,7 +15,7 @@ WANTLIB += c

 # snapshot of
  # https://github.com/DragonFlyBSD/DragonFlyBSD/tree/master/usr.sbin/sshlockout
  -MASTER_SITES = http://distfiles-openbsd.perso.pw/
  +MASTER_SITES = http://si3t.ch/pub/openbsd/distfiles/

   FAKE_FLAGS =   BINDIR=${PREFIX}/sbin \
   MANDIR=${PREFIX}/man/man

Index: Makefile
===
RCS file: /cvs/ports/games/teeworlds/Makefile,v
retrieving revision 1.30
diff -u -p -u -r1.30 Makefile
--- Makefile11 Mar 2022 19:05:00 -  1.30
+++ Makefile15 Sep 2022 10:21:15 -
@@ -13,7 +13,7 @@ MAINTAINER=   Stefan Hagen https://github.com/teeworlds/teeworlds/releases/download/${V}/
 # maps repo without tags/releases on 
https://github.com/teeworlds/teeworlds-maps
 # therefore hosted as archive on perso.pw
-MASTER_SITES0= http://distfiles-openbsd.perso.pw/
+MASTER_SITES0= http://si3t.ch/pub/openbsd/distfiles/

 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
teeworlds-${V}-data.tar.gz{teeworlds-data.tar.gz}:0



Re: mirror removal: games/teeworlds and security/shhlockout without MASTER_SITES

2022-09-12 Thread Brad Smith

On 9/12/2022 12:07 PM, Stuart Henderson wrote:

There's a chicken-and-egg problem if those files ever got lost from 
ftp.o.o though.


--
  Sent from a phone, apologies for poor formatting.


On 12 September 2022 16:47:13 Brad Smith  wrote:


On 9/12/2022 11:02 AM, Solène Rapenne wrote:


Le Mon, 12 Sep 2022 15:24:43 +0100,
Stuart Henderson  a écrit :


On 2022/09/12 13:53, Solène Rapenne wrote:

Hello,

I was running distfiles-openbsd.perso.pw, but after a server migration
it's gone. My new server can't handle the new files because it's super
tight on disk space.

These two ports don't have a working MASTER_SITES anymore:

games/teeworlds
security/sshlockout

Someone should host the sources, or we should delete the ports.

You can always add the distfiles to a repo on github and point at 
the raw

url. See e.g. mail/greyscanner


I've lost the tarballs when I migrated the server...



There are copies of the distfiles mirrored at..

http://ftp.openbsd.org/pub/OpenBSD/distfiles/


I wasn't implying that ftp.o.o should be the primary. Just that the 
distfiles were lost

and here are copies. Another primary should be setup.


Re: mirror removal: games/teeworlds and security/shhlockout without MASTER_SITES

2022-09-12 Thread Stuart Henderson
There's a chicken-and-egg problem if those files ever got lost from ftp.o.o 
though.


--
 Sent from a phone, apologies for poor formatting.

On 12 September 2022 16:47:13 Brad Smith  wrote:


On 9/12/2022 11:02 AM, Solène Rapenne wrote:


Le Mon, 12 Sep 2022 15:24:43 +0100,
Stuart Henderson  a écrit :


On 2022/09/12 13:53, Solène Rapenne wrote:

Hello,

I was running distfiles-openbsd.perso.pw, but after a server migration
it's gone. My new server can't handle the new files because it's super
tight on disk space.

These two ports don't have a working MASTER_SITES anymore:

games/teeworlds
security/sshlockout

Someone should host the sources, or we should delete the ports.


You can always add the distfiles to a repo on github and point at the raw
url. See e.g. mail/greyscanner


I've lost the tarballs when I migrated the server...



There are copies of the distfiles mirrored at..

http://ftp.openbsd.org/pub/OpenBSD/distfiles/




Re: mirror removal: games/teeworlds and security/shhlockout without MASTER_SITES

2022-09-12 Thread Stuart Henderson
On 2022/09/12 13:53, Solène Rapenne wrote:
> Hello,
> 
> I was running distfiles-openbsd.perso.pw, but after a server migration
> it's gone. My new server can't handle the new files because it's super
> tight on disk space.
> 
> These two ports don't have a working MASTER_SITES anymore:
> 
> games/teeworlds
> security/sshlockout
> 
> Someone should host the sources, or we should delete the ports.
> 

You can always add the distfiles to a repo on github and point at the raw
url. See e.g. mail/greyscanner



Re: mirror removal: games/teeworlds and security/shhlockout without MASTER_SITES

2022-09-12 Thread Mikolaj Kucharski
On Mon, Sep 12, 2022 at 01:53:50PM +0200, Solène Rapenne wrote:
> security/sshlockout

Some of my machines use it, so I would be sad to see this go.

-- 
Regards,
 Mikolaj