(Gelöst) Aktuelles Flashpaket
(Gelöst) Aktuelles Flashpaket
die Updatewirrwarr /wahnsinn nimmt ja seinen Lauf.
Akutell liegt auf dem Dl Server die 126 vom 16.06.
Genau an diesem Tag, hat Adobe das Paket wieder geändert.
Wann kann ich damit rechnen?
Vielen Dank.
MfG
S.Hom
Re: Aktuelles Flashpaket
Gruss
Bardo Wolf
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
- SisterOfMercy
- Beiträge: 1556
- Registriert: 22 Jun 2012, 19:18
Re: Aktuelles Flashpaket
Re: Aktuelles Flashpaket
der o4i-DFN-Notifier-Service könnte helfen, einfach die zugehörige offene (ro) Mailingliste 'opsi4instituts-notify' subscriben ...SisterOfMercy hat geschrieben:Aaaaand of course there's a new version already. 26.0.0.137
Details siehe https://opsi.wzb.eu/wiki/index.php/Update-Notify/Public
Adobe-Flashplayer ist nur eines von >170 gemonitorten SW-Produkten, genau dieses wird mittels Cron tagsüber aller drei Stunden gepüft:
Code: Alles auswählen
18 5-17/3 * * Sun-Sat $OPSIWORKBENCH/gei_flashplayer-esr/opsicheck_flashplayer-esr.sh DFN
---
'opsi4instituts' = Communityprojekt für wissenschaftliche Einrichtungen
offenes Repository, Update-Notifier
wiki.o4i.org - www.gei.de/institut/direktion/it-service/opsi4instituts
- SisterOfMercy
- Beiträge: 1556
- Registriert: 22 Jun 2012, 19:18
Re: Aktuelles Flashpaket
Has the maintainer of the subscriptionpackage already subscribed? 26.0.0.151 has been released.GEI hat geschrieben:der o4i-DFN-Notifier-Service könnte helfen, einfach die zugehörige offene (ro) Mailingliste 'opsi4instituts-notify' subscriben ...SisterOfMercy hat geschrieben:Aaaaand of course there's a new version already. 26.0.0.137
Details siehe https://opsi.wzb.eu/wiki/index.php/Update-Notify/Public
Re: Aktuelles Flashpaket
ich weiss ... ja, das aktualisierte Paket war heute mittags fertig und ist im Test ...SisterOfMercy hat geschrieben:Has the maintainer of the subscriptionpackage already subscribed? 26.0.0.151 has been released.GEI hat geschrieben:der o4i-DFN-Notifier-Service könnte helfen, einfach die zugehörige offene (ro) Mailingliste 'opsi4instituts-notify' subscriben ...SisterOfMercy hat geschrieben:Aaaaand of course there's a new version already. 26.0.0.137
Details siehe https://opsi.wzb.eu/wiki/index.php/Update-Notify/Public
Vermutlich morgen gegen 11 Uhr ist es im DFN-Repository non-public.
---
'opsi4instituts' = Communityprojekt für wissenschaftliche Einrichtungen
offenes Repository, Update-Notifier
wiki.o4i.org - www.gei.de/institut/direktion/it-service/opsi4instituts
Re: Aktuelles Flashpaket
@UIB: welcher Kollege macht denn bei euch diese Subsciption-Paket-Updates?SisterOfMercy hat geschrieben: Has the maintainer of the subscriptionpackage already subscribed? 26.0.0.151 has been released.
---
'opsi4instituts' = Communityprojekt für wissenschaftliche Einrichtungen
offenes Repository, Update-Notifier
wiki.o4i.org - www.gei.de/institut/direktion/it-service/opsi4instituts
Re: (Gelöst) Aktuelles Flashpaket
das Flash Hütchen habe ich bekommen und bin auch schon dran
gruß
Mathias
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: (Gelöst) Aktuelles Flashpaket
Hier mal der Teil für den flashplayer
Code: Alles auswählen
#!/bin/bash
#Flashplayer
logfile=download_log
fplayer_mainlink='https://fpdownload.macromedia.com/pub/flashplayer/pdc/'
fplayer_version=`curl --silent 'https://get.adobe.com/de/flashplayer/about/' | grep -Eo '[0-9]{2}\.[0-9]\.[0-9]\.[0-9]{3}' | sort -uV | tail -1`
fplayer_main=`echo $fplayer_version | cut -c1-2`
f_activex='install_flash_player_'$fplayer_main'_active_x.msi'
f_plugin='install_flash_player_'$fplayer_main'_plugin.msi'
f_ppapi='install_flash_player_'$fplayer_main'_ppapi.msi'
echo Download Flashplayer ActiveX $fplayer_version >>$logfile
echo --------------------- >>$logfile
wget -nv -a $logfile -nc -P flashplayer_$fplayer_version $fplayer_mainlink$fplayer_version/$f_activex
echo Download Flashplayer Plugin $fplayer_version >>$logfile
echo --------------------- >>$logfile
wget -nv -a $logfile -nc -P flashplayer_$fplayer_version $fplayer_mainlink$fplayer_version/$f_plugin
echo Download Flashplayer NPAPI $fplayer_version >>$logfile
echo --------------------- >>$logfile
wget -nv -a $logfile -nc -P flashplayer_$fplayer_version $fplayer_mainlink$fplayer_version/$f_ppapi
Re: (Gelöst) Aktuelles Flashpaket
das sieht interessant aus.boven hat geschrieben:ein Skript geschrieben, welches jede Nacht um 3 per cron läuft und auf eine neue Version überprüft.
Wir sollten uns mal untereinander in Verbindung setzen .... opsi4instituts-notify-request@listserv.dfn.de
(https://opsi.wzb.eu/wiki/index.php/Update-Notify/Public / https://www.listserv.dfn.de/sympa/info/ ... uts-notify )
---
'opsi4instituts' = Communityprojekt für wissenschaftliche Einrichtungen
offenes Repository, Update-Notifier
wiki.o4i.org - www.gei.de/institut/direktion/it-service/opsi4instituts