Re: git repo port issues?

2024-01-03 Thread Brooks Davis
On Wed, Jan 03, 2024 at 03:09:15PM -0800, Bakul Shah wrote: > On Jan 3, 2024, at 11:22???AM, Brooks Davis wrote: > > > > Nothing about dates is centralized in git, but some server side checks > > could be implemented on CommitDate. IMO we should require that > > CommitDate be >= the previous one

Re: git repo port issues?

2024-01-03 Thread Steffen Nurpmeso
Bakul Shah wrote in <46c8698a-a004-4b5f-9107-6d9fd3685...@iitbombay.org>: |On Jan 3, 2024, at 11:22 AM, Brooks Davis wrote: |> |> Nothing about dates is centralized in git, but some server side checks |> could be implemented on CommitDate. IMO we should require that |> CommitDate be >= the

Re: git repo port issues?

2024-01-03 Thread Brooks Davis
On Wed, Jan 03, 2024 at 10:52:04PM +, Jamie Landeg-Jones wrote: > Brooks Davis wrote: > > > Nothing about dates is centralized in git, but some server side checks > > could be implemented on CommitDate. IMO we should require that > > CommitDate be >= the previous one and less than "now". >

Re: git repo port issues?

2024-01-03 Thread Bakul Shah
On Jan 3, 2024, at 11:22 AM, Brooks Davis wrote: > > Nothing about dates is centralized in git, but some server side checks > could be implemented on CommitDate. IMO we should require that > CommitDate be >= the previous one and less than "now". Given that git commit objects form a DAG, I don't

Re: git repo port issues?

2024-01-03 Thread Jamie Landeg-Jones
Brooks Davis wrote: > Nothing about dates is centralized in git, but some server side checks > could be implemented on CommitDate. IMO we should require that > CommitDate be >= the previous one and less than "now". Ah, I realised Linux doesn't like centralised dates, because of the decentralisa

Re: git repo port issues?

2024-01-03 Thread Brooks Davis
On Wed, Jan 03, 2024 at 07:13:35PM +, Jamie Landeg-Jones wrote: > https://cgit.freebsd.org/ports/ > > The latest update to "main" is : > > authorYuri Victorovich 2023-01-03 14:49:38 + > committer Yuri Victorovich 2023-01-03 14:49:38 + > > I.e. A year old. Reading the commit m

Re: git repo ports issues?

2024-01-03 Thread Jamie Landeg-Jones
Yuri wrote: > Hi Jamie, > > > This was a faulty script where 2023 wasn't changed to 2024. > > Thanks for the notice. Ahh, ok, I did think it was probably a bit more than coincidence that it was exactly 1 year to the day! Cheers for the quick reply, Jamie

git repo port issues?

2024-01-03 Thread Jamie Landeg-Jones
https://cgit.freebsd.org/ports/ The latest update to "main" is : authorYuri Victorovich 2023-01-03 14:49:38 + committer Yuri Victorovich 2023-01-03 14:49:38 + I.e. A year old. Reading the commit message, it does appear to be a wrong clock, rather than an old message, but whilst t

Re: bridge(4) and IPv6 broken?

2024-01-03 Thread Lexi Winter
Patrick M. Hausen: > > Am 02.01.2024 um 13:56 schrieb Jan Bramkamp : > > IPv6 enabled interfaces need a link-local address for normal > > operation. Please set the auto-linklocal flag on the bridge and try > > again. > > And remove the link-local address from alc0. A bridge member must not have >