Posted on 10-01-2013 06:57 AM
How do you keep track of all the apps that need updates? For instance, Java, Flash, office, camtasia, and all the other apps that need to get rebundled when an update is out (and when the update is available)?
Posted on 10-01-2013 08:21 AM
This forum. Also, for starters:
Adobe: http://blogs.adobe.com/psirt/
Oracle: https://blogs.oracle.com/security/
Posted on 10-01-2013 08:35 AM
Yeah, this forum is actually becoming one of the best and fastest resources for staying on top of updates. Someone here always notices a new version of the major applications and plug-ins long before I ever do (and hopefully posts here about it)
A while ago I had looked at keeping tabs on iusethis.com, as it seemed promising, but its really not kept up to date at all, so its very unreliable unfortunately. JAMFNation is emerging as the best source for this stuff IMO.
Posted on 10-01-2013 11:29 AM
Google.
I'm actually serious, though I have known several folks to use version tracker.
Posted on 10-02-2013 05:50 AM
You may want to check out AutoPkg: https://github.com/autopkg
Posted on 10-02-2013 06:01 AM
+1 to @gmarnin. I started using AutoPkg and it's helped out a lot with this.
Posted on 10-02-2013 07:11 AM
@gmarnin/golbiga - is there a support forum for that? I tried on 3 machines, 2 won't download the recipes, the other one errors out when I try to run it :(. Although I think the last one is a bug in 10.9, I saw something re: that in the bug list about the last one though.
Posted on 10-02-2013 07:22 AM
jwojda,
I can't talk about 10.9 on this site but I would be running AutoPkg in 10.8
You can report issues on the Github issues tracker or pop into ##osx-server on irc
http://webchat.freenode.net/?channels=##osx-server
or you can use an IRC client:
IRC Server - irc.freenode.net
IRC Channel - ##osx-server
Posted on 10-02-2013 08:50 AM
I've been looking at autopkg as well, and its very promising. But. unless I'm misunderstanding, autopkg isn't going to somehow magically alert you to a new version of an app, is it? I think you still need to be aware of new versions and then autopkg makes it much easier to download the latest version and package it up using a recipe. Isn't this the way it works?
Posted on 10-02-2013 09:01 AM
You could set up a Jenkins server and have it automate everything for you. http://jenkins-ci.org/
Posted on 10-02-2013 09:03 AM
mm2270,
AutoPkg alone won't automagically alert you to a new version of an app but you can automate the process using other freely available tools.
Watch this video on AutoPkg which includes ways to automate it: http://docs.macsysadmin.se/2013/video/Day2Session4.mp4
Posted on 10-02-2013 09:38 AM
I was able to get it working after I installed Git Desktop on a 10.8.5 machine and was able to package quickly and easily.
However, I noticed that some apps were out of date (OmniGraffle downloaded ver 5.4.4 when v6 was out).
Posted on 10-02-2013 10:35 AM
You should file a bug report on the github site.
Posted on 10-02-2013 10:38 AM
@gmarnin, thanks for the link. Very interesting. I'll be taking a closer look at these tools.
Posted on 10-02-2013 12:24 PM
@jwojda,
Can you post the link you used for Git Desktop? I'm seeing the same issue when trying to pull down recipes. The specific error includes the line: No git binary could be found! so it apparently needs some additional binaries that aren't included in the autopkg.pkg. Would be nice if that information was included somewhere on the wiki or the github page, but I don't see any mention of that.
Posted on 10-02-2013 12:37 PM
See the Installation and configuration section on https://github.com/autopkg/autopkg/wiki/Getting-Started
Posted on 10-02-2013 12:46 PM
Thanks once again! So strange, I looked over that getting started page and I somehow didn't see that section. I must be tired today : /