Re: Package -stable updates

2019-09-02 Thread Michael Hekeler
> http://cdn.openbsd.org/pub/OpenBSD/6.5/packages-stable/amd64/ > updated binary packages (with security fixes) for stable, as described here > https://marc.info/?l=openbsd-announce&m=156577865917831&w=2 Uu Ooh - I am sorry :-( I managed to break my .muttrc and so I've overseen the announce of /

Re: Package -stable updates

2019-09-02 Thread Thomas Bohl
In this thread I didn't understand what you update. You said you run STABLE? So you update ports? ...or using m:tier?? ...? Can somebody please tell me what are those "-stable updates for packages"? http://cdn.openbsd.org/pub/OpenBSD/6.5/packages-stable/amd64/ updated binary packages (with secu

Re: Package -stable updates

2019-09-02 Thread Michael Hekeler
In this thread I didn't understand what you update. You said you run STABLE? So you update ports? ...or using m:tier?? ...? Can somebody please tell me what are those "-stable updates for packages"? On Wed, Aug 28, 2019 at 07:59:59PM -0400, Steven Shockley wrote: > So, many thanks to everyo

Re: Package -stable updates

2019-08-29 Thread Andreas Kusalananda Kähäri
On Thu, Aug 29, 2019 at 09:50:48AM +0200, Andre Stoebe wrote: > On 29.08.2019 01:59, Steven Shockley wrote: > > So, many thanks to everyone who put together the new -stable updates for > > packages. Is there a command I can put in the crontab that will only > > output if there are updates? Simila

Re: Package -stable updates

2019-08-29 Thread Andre Stoebe
On 29.08.2019 01:59, Steven Shockley wrote: > So, many thanks to everyone who put together the new -stable updates for > packages. Is there a command I can put in the crontab that will only > output if there are updates? Similar to what syspatch or openup does. > I tried pkg_add -unx, but that st

Re: Package -stable updates

2019-08-29 Thread Michael Hoertnagl
On 29.08.19 01:59, Steven Shockley wrote: > Is there a command I can put in the crontab that will only > output if there are updates? I've come up with: pkg_add -u -n -I -v 2>&1 | grep 'Adding' | sort -u | sed -e 's/.*Adding \(.*\)(pretending.*/\1/' this will print - -> Suggestions for somet

Re: Package -stable updates

2019-08-29 Thread Consus
On 09:29 Thu 29 Aug, Florian Obser wrote: > On Thu, Aug 29, 2019 at 09:39:40AM +0300, Consus wrote: > > On 19:59 Wed 28 Aug, Steven Shockley wrote: > > > So, many thanks to everyone who put together the new -stable updates for > > > packages. Is there a command I can put in the crontab that will o

Re: Package -stable updates

2019-08-29 Thread Florian Obser
On Thu, Aug 29, 2019 at 09:39:40AM +0300, Consus wrote: > On 19:59 Wed 28 Aug, Steven Shockley wrote: > > So, many thanks to everyone who put together the new -stable updates for > > packages. Is there a command I can put in the crontab that will only > > output if there are updates? Similar to w

Re: Package -stable updates

2019-08-28 Thread Consus
On 19:59 Wed 28 Aug, Steven Shockley wrote: > So, many thanks to everyone who put together the new -stable updates for > packages. Is there a command I can put in the crontab that will only > output if there are updates? Similar to what syspatch or openup does. > I tried pkg_add -unx, but that st

Package -stable updates

2019-08-28 Thread Steven Shockley
So, many thanks to everyone who put together the new -stable updates for packages. Is there a command I can put in the crontab that will only output if there are updates? Similar to what syspatch or openup does. I tried pkg_add -unx, but that still tells me to delete old files and prints the quir