/Fedora/base/stage2.img (sul Disco 1 d'installazione) più la dimensione dei file in /var/lib/rpm sul sistema installato.
/boot su una partizione ext4.
Gtk-Message: Failed to load module "gnomebreakpad":libgnomebreakpad.so: cannot open shared object file: No such file or directory
gconftool-2 --type bool --set /apps/gnome_settings_daemon/gtk-modules/gnomebreakpad false
gconftool-2 --type boolean --set /desktop/gnome/interface/buttons_have_icons truegconftool-2 --type boolean --set /desktop/gnome/interface/menus_have_icons true
gconftool-2 --type int --set /apps/panel/toplevels/top_panel/padding 0 gconftool-2 --type int --set /apps/panel/toplevels/bottom_panel/padding 0 gconftool-2 --type int --set /apps/panel/applets/systray/prefs/padding 0
cp -r .tomboy .gnote
yum install desktop-effects gnome-shell
mkdir ~/.config/autostartln -s /usr/share/applications/gnome-shell.desktop ~/.config/autostart
gnome-shell --replace &
/etc/sysconfig. NetworkManager è già da qualche tempo in grado di reperire le informazioni sulle connessioni system-wide da /etc/sysconfig. Ora è stato abilitato il supporto completo alla lettura/scrittura per le connessioni di sistema. La possibilità di creare o modificare nuove connessioni di sistema verrà controllata dalle politiche di PolicyKit. Inizialmente, solo le connessioni via cavo e wireless verranno supportate. Successivamente, seguiranno le connessioni vpn. Per le connessioni che richiedono password, queste verranno conservate nel file .keys in /etc/sysconfig.
ifcfg direttamente, NetworkManager può istruire l'interfaccia di connettività ipv6 correttamente all'avvio. Non dovrebbe essere necessaria nessuna modifica ai file ifcfg.
auto è il predefinito, che tiene conto dei messaggi del router e cerca di ottenere le informazioni DNS con la modalità information-only di DHCPv6) e inserito qualsiasi impostazione aggiuntiva di cui si può avere bisogno, e dopo il salvataggio della connessione, alla sua attivazione questa verrà configurata interamente usando IPv6 come richiesto dall'utente.
ifcfg-* appropriati. Per garantire la piena coesistenza di netcf con altri strumenti di configurazione di rete, incluso vi, netcf è bidirezionale: esso modifica i file ifcfg-* basati su una descrizione di interfaccia netcf, ma legge anche i file ifcfg-* per generare tale descrizione. È quindi possibile usare netcf fianco a fianco con qualsiasi altro metodo di modifica della configurazione di rete, e molti dei problemi che si verificavano con gli strumenti precedenti — per esempio, gli script di rete di Xen — vengono evitati.
000 e molte cartelle in $PATH sono state impostate a 555 per prevenire che i demoni senza DAC_OVERRIDE siano in grado di accedere al file shadow oppure che possano scrivere nelle cartelle nel $PATH.
/etc/shadow. Comunque, se il sistema è impostato in modo che root richieda le funzionalità DAC_OVERRIDE, allora solo un certo numero di processi può danneggiare il sistema. Ciò non compromette nessuna funzionalità di root siccome si ottengono sempre i pieni privilegi inclusi DAC_OVERRIDE. Quindi, anche se qualcuno riesce ad attaccare con successo un processo di root, ora è più difficile trarre vantaggio da questo attacco.
555 /bin, 555 /lib, 000 /etc/shadow e cosi via. L'obbiettivo attuale è quello di coprire le cartelle nella variabile $PATH, le cartelle di librerie, /boot, e /root. Questo schema non coinvolge SELinux in alcun modo e lo complementa visto che le capabilities sono controlli DAC e quindi vengono usati come primo controllo di accesso.
qcow2. Qcow2 fornisce caratteristiche avanzate sulle immagini raw, che includono: immagini base, snapshot, compressione e cifratura.
fixconf.sed" viene incluso nel pacchetto mod_fcgid per convertire le configurazione dai vecchi nomi di direttive ai nuovi.
$ less test.txt "test.dump" may be a binary file. See it anyway?
/usr/share/doc/fusecompress_offline1-%{version}/README.fedora nel pacchetto fusecompress1. Il pacchetto fusecompress ha un file README.fedora che consigli all'utente l'installazione di fusecompress_offline1 e la lettura di tale file. Le istruzioni di aggiornamento sono ripetute di seguito:
Dovete sapere che in Fedora 11 la vecchia rootDir fusecompress (dove
normalmente vengono conservati i file) è in ~/.fusestorage e viene montata su
~/storage. Ora che si è aggiornato a Fedora 12 e si desidera ottenere il proprio
filesystem fusecompress aggiornato al nuovoformato su disco.
Ecco i passaggi base
# Assicurarsi che il vecchio filesystem fusecompress non sia montato
fusermount -u ~/storage
# Spostarlo in una nuova posizione
mv ~/.fusestorage ~/.fusestorage.old
# Creare una nuova cartella per il nuovo formato di dati
mkdir ~/.fusestorage
# Monta la nuova cartella. Ora il filesystem fusecompress ha il nuovo formato
fusecompress ~/.fusestorage ~/storage
# Decomprimere tutti i file nella vecchia cartella dati fusecompress
fusecompress_offline1 ~/.fusestorage.old
# Sposta i file nel nuovo formato di storage
mv .fusestorage.old/* ~/storage
# Se si possiedono file nascosti, ricordare di spostarli
mv .fusestorage.old/.?* ~/storage
Notare che per l'utilizzo di questa procedura di estrazione è necessario avere
abbastanza spazio libero per decomprimere tutti i file immagazzinati in
~/.fusestorage.old. Se non si possiede abbastanza spazio, si dovrebbe
eseguire fusecompress_offline1 su porzioni di ~/.fusestorage.old e spostarlo
su ~/storage dove verrà ricompresso, liberando la spazio per eseguire
fusecompress_offline1 su altri file.
| Pacchetto | Descrizione |
|---|---|
| eclipse-veditor | Aiuta i progettisti digital IC/FPGA a sviluppare codice Verilog/VHDL su Eclipse. Fornisce una notifica in tempo reale di errori e warning per typos, segnali mancanti, segnali non necessari ecc. |
| eclipse-eclox | Se il codice vhdl contiene commenti in stile doxygen, si può generare automaticamente un pdf e usarlo sia durante i meeting interni che per inviarlo ai clienti. |
| eclipse-texlipse | Siccome il pdf viene generato da latex, il plugin texlipse fornisce alcune strutture di formattazione di pagina aggiuntive e una facile creazione di pdf. La creazione del pdf è ora solo Ctrl-S, piuttosto che un click manuale come bisognerebbe fare su kile. Detto questo, kile verrà rimosso dal livedvd FEL. |
| eclipse-cdt | Fornisce strumenti di sviluppo embedded C e C++. |
| eclipse-dltk-tcl | Gli script tcl possono essere mantenuti con il codice HDL. |
| eclipse-epic | Gli script perl possono essere mantenuti con il codice HDL. |
| eclipse-subclipse | Aggiunta l'integrazione di subversion ad Eclipse IDE |
| eclipse-egit | Aggiunta l'integrazione con GIT a Eclipse IDE |
dinotrace-mode per emacs nel pacchetto emacs-dinotrace-mode.
rpm -qd tclspice.
DXCC-" nella colonna awards.
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| xscorch | 0.2.0 | 0.2.1 | http://www.xscorch.org/ |
| yofrankie-bge | 1.4 | 1.1b | http://www.yofrankie.org/ |
| Pacchetti cambiati | 105 |
| Pacchetti non cambiati | 305 |
| Pacchetti totali | 410 |
| Pacchetti cambiati | 30 |
| Pacchetti non cambiati | 43 |
| Pacchetti totali | 73 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| efte-common | new | 1.1 | http://efte.cowgar.com |
| Pacchetti cambiati | 1 |
| Pacchetti non cambiati | 0 |
| Pacchetti totali | 1 |
| Pacchetti cambiati | 20 |
| Pacchetti non cambiati | 49 |
| Pacchetti totali | 69 |
| Pacchetti cambiati | 69 |
| Pacchetti non cambiati | 86 |
| Pacchetti totali | 155 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| couchdb | 0.8.1 | 0.10.0 | http://couchdb.apache.org/ |
| firebird | new | 2.1.3.18185.0 | http://www.firebirdsql.org/ |
| firebird-classic | new | 2.1.3.18185.0 | http://www.firebirdsql.org/ |
| firebird-devel | new | 2.1.3.18185.0 | http://www.firebirdsql.org/ |
| firebird-doc | new | 2.1.3.18185.0 | http://www.firebirdsql.org/ |
| firebird-filesystem | new | 2.1.3.18185.0 | http://www.firebirdsql.org/ |
| firebird-superserver | new | 2.1.3.18185.0 | http://www.firebirdsql.org/ |
| flamerobin | new | 0.9.2 | http://www.flamerobin.org/ |
| glom | 1.10.0 | 1.12.2 | http://www.glom.org/ |
| mingw32-sqlite | 3.6.6.2 | 3.6.17 | http://www.sqlite.org/ |
| mysql | 5.1.32 | 5.1.39 | http://www.mysql.com |
| mysql-administrator | 5.0r12 | 5.0r14 | http://www.mysql.com/products/tools/administrator/index.html |
| mysql-bench | 5.1.32 | 5.1.39 | http://www.mysql.com |
| mysql-cluster | 5.1.32 | 5.1.39 | http://www.mysql.com |
| mysql-devel | 5.1.32 | 5.1.39 | http://www.mysql.com |
| mysql-embedded | 5.1.32 | 5.1.39 | http://www.mysql.com |
| mysql-embedded-devel | 5.1.32 | 5.1.39 | http://www.mysql.com |
| mysql-gui-tools | 5.0r12 | 5.0r14 | http://www.mysql.com/products/tools/administrator/index.html |
| mysql-libs | 5.1.32 | 5.1.39 | http://www.mysql.com |
| mysql-proxy | 0.6.1 | 0.7.2 | http://forge.mysql.com/wiki/MySQL_Proxy |
| mysql-query-browser | 5.0r12 | 5.0r14 | http://www.mysql.com/products/tools/administrator/index.html |
| mysql-server | 5.1.32 | 5.1.39 | http://www.mysql.com |
| mysql-test | 5.1.32 | 5.1.39 | http://www.mysql.com |
| mysqludf_xql | new | 0.9.7 | http://www.mysqludf.org/lib_mysqludf_xql/ |
| pgadmin3 | new | 1.10.0 | http://www.pgadmin.org/ |
| postgis | 1.3.5 | 1.3.6 | http://postgis.refractions.net/ |
| postgis-docs | new | 1.3.6 | http://postgis.refractions.net/ |
| postgis-jdbc | 1.3.5 | 1.3.6 | http://postgis.refractions.net/ |
| postgis-utils | 1.3.5 | 1.3.6 | http://postgis.refractions.net/ |
| postgresql | 8.3.7 | 8.4.1 | http://www.postgresql.org/ |
| postgresql-contrib | 8.3.7 | 8.4.1 | http://www.postgresql.org/ |
| postgresql-docs | 8.3.7 | 8.4.1 | http://www.postgresql.org/ |
| postgresql-jdbc | 8.3.603 | 8.4.701 | http://jdbc.postgresql.org/ |
| postgresql-libs | 8.3.7 | 8.4.1 | http://www.postgresql.org/ |
| postgresql-odbc | 08.03.0200 | 08.04.0100 | http://psqlodbc.projects.postgresql.org/ |
| postgresql-pgpool-II | 2.2 | 2.2.5 | http://pgpool.projects.PostgreSQL.org |
| postgresql-plperl | 8.3.7 | 8.4.1 | http://www.postgresql.org/ |
| postgresql-plpython | 8.3.7 | 8.4.1 | http://www.postgresql.org/ |
| postgresql-pltcl | 8.3.7 | 8.4.1 | http://www.postgresql.org/ |
| postgresql-python | 8.3.7 | 8.4.1 | http://www.postgresql.org/ |
| postgresql-server | 8.3.7 | 8.4.1 | http://www.postgresql.org/ |
| postgresql-tcl | 8.3.7 | 8.4.1 | http://www.postgresql.org/ |
| postgresql-test | 8.3.7 | 8.4.1 | http://www.postgresql.org/ |
| postgresql_autodoc | 1.31 | 1.40 | http://www.rbt.ca/autodoc/ |
| python-psycopg2 | 2.0.9 | 2.0.13 | http://www.initd.org/software/initd/psycopg |
| rhdb-utils | 8.3.0 | 8.4.0 | http://sources.redhat.com/rhdb/ |
| rrdtool | 1.3.7 | 1.3.8 | http://oss.oetiker.ch/rrdtool/ |
| sepostgresql | 8.3.7 | 8.4.1 | http://code.google.com/p/sepgsql/ |
| sqlite | 3.6.12 | 3.6.17 | http://www.sqlite.org/ |
| tokyotyrant | new | 1.1.34 | http://1978th.net/tokyotyrant/ |
| virtuoso-opensource | new | 5.0.12 | http://virtuoso.sourceforge.net/ |
| virtuoso-opensource-apps | new | 5.0.12 | http://virtuoso.sourceforge.net/ |
| virtuoso-opensource-conductor | new | 5.0.12 | http://virtuoso.sourceforge.net/ |
| virtuoso-opensource-utils | new | 5.0.12 | http://virtuoso.sourceforge.net/ |
| xapian-core | 1.0.11 | 1.0.16 | http://www.xapian.org/ |
| xbase-utils | 2.0.0 | 3.1.2 | http://linux.techass.com/projects/xdb/ |
| Pacchetti cambiati | 56 |
| Pacchetti non cambiati | 25 |
| Pacchetti totali | 81 |
| Pacchetti cambiati | 50 |
| Pacchetti non cambiati | 67 |
| Pacchetti totali | 117 |
| Pacchetti cambiati | 20 |
| Pacchetti non cambiati | 16 |
| Pacchetti totali | 36 |
| Pacchetti cambiati | 207 |
| Pacchetti non cambiati | 188 |
| Pacchetti totali | 395 |
| Pacchetti cambiati | 28 |
| Pacchetti non cambiati | 64 |
| Pacchetti totali | 92 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| NetworkManager-gnome | 0.7.1 | 0.7.996 | http://www.gnome.org/projects/NetworkManager/ |
| WebShell | new | 0.9.6 | http://www-personal.umich.edu/~mressl/webshell/index.html |
| anyterm | new | 1.1.29 | http://anyterm.org |
| anyterm-httpd | new | 1.1.29 | http://anyterm.org |
| apcupsd-cgi | 3.14.5 | 3.14.7 | http://www.apcupsd.com |
| aria2 | 1.3.1 | 1.6.3 | http://aria2.sourceforge.net/ |
| arora | 0.6 | 0.10.1 | http://code.google.com/p/arora/ |
| arora-gnome | new | 0.10.1 | http://code.google.com/p/arora/ |
| asterisk | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-ais | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-alsa | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-curl | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-dahdi | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-fax | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-festival | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-firmware | 1.6.1 | dropped | http://www.asterisk.org/ |
| asterisk-ices | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-jabber | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-jack | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-ldap | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-ldap-fds | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-lua | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-minivm | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-misdn | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-mobile | 1.6.1 | dropped | http://www.asterisk.org/ |
| asterisk-odbc | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-oss | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-portaudio | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-postgresql | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-radius | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-skinny | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-snmp | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-sounds-core-en | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-en-alaw | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-en-g722 | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-en-g729 | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-en-gsm | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-en-siren14 | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-en-siren7 | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-en-sln16 | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-en-ulaw | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-en-wav | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-es | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-es-alaw | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-es-g722 | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-es-g729 | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-es-gsm | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-es-siren14 | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-es-siren7 | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-es-sln16 | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-es-ulaw | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-es-wav | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-fr | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-fr-alaw | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-fr-g722 | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-fr-g729 | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-fr-gsm | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-fr-siren14 | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-fr-siren7 | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-fr-sln16 | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-fr-ulaw | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sounds-core-fr-wav | 1.4.15 | 1.4.16 | http://www.asterisk.org/ |
| asterisk-sqlite | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-tds | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-unistim | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-usbradio | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-voicemail | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-voicemail-imap | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-voicemail-odbc | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| asterisk-voicemail-plain | 1.6.1 | 1.6.1.9 | http://www.asterisk.org/ |
| axel | new | 2.4 | http://axel.alioth.debian.org/ |
| azureus | 4.0.0.4 | 4.2.0.8 | http://azureus.sourceforge.net |
| balsa | 2.3.28 | 2.4.1 | http://pawsa.fedorapeople.org/balsa/ |
| bareftp | new | 0.2.3 | http://www.bareftp.org/ |
| beldi | 0.9.24 | 0.9.25 | http://belug.de/~beldi/ |
| bip | 0.8.0 | 0.8.2 | http://bip.t1r.net |
| bodhi-client | 0.5.19 | 0.6.1 | https://fedorahosted.org/bodhi |
| bodhi-server | 0.5.19 | 0.6.1 | https://fedorahosted.org/bodhi |
| bogofilter | 1.1.7 | 1.2.0 | http://bogofilter.sourceforge.net/ |
| bogofilter-bogoupgrade | 1.1.7 | 1.2.0 | http://bogofilter.sourceforge.net/ |
| bti | 015 | 023 | http://www.kernel.org/pub/linux/kernel/people/gregkh/bti |
| callweaver | 1.2.0.1 | 1.2.1 | http://www.callweaver.org/ |
| callweaver-alsa | 1.2.0.1 | 1.2.1 | http://www.callweaver.org/ |
| callweaver-bluetooth | 1.2.0.1 | 1.2.1 | http://www.callweaver.org/ |
| callweaver-capi | 1.2.0.1 | 1.2.1 | http://www.callweaver.org/ |
| callweaver-devel | 1.2.0.1 | 1.2.1 | http://www.callweaver.org/ |
| callweaver-jabber | 1.2.0.1 | 1.2.1 | http://www.callweaver.org/ |
| callweaver-javascript | 1.2.0.1 | 1.2.1 | http://www.callweaver.org/ |
| callweaver-ldap | 1.2.0.1 | 1.2.1 | http://www.callweaver.org/ |
| callweaver-misdn | 1.2.0.1 | 1.2.1 | http://www.callweaver.org/ |
| callweaver-mysql | 1.2.0.1 | 1.2.1 | http://www.callweaver.org/ |
| callweaver-ogi | 1.2.0.1 | 1.2.1 | http://www.callweaver.org/ |
| callweaver-postgresql | 1.2.0.1 | 1.2.1 | http://www.callweaver.org/ |
| callweaver-zaptel | 1.2.0.1 | 1.2.1 | http://www.callweaver.org/ |
| canto | new | 0.7.4 | http://codezen.org/canto/ |
| centerim | 4.22.6 | 4.22.8 | http://www.centerim.org/ |
| cherokee | 0.99.0 | 0.99.24 | http://www.cherokee-project.com/ |
| choqok | 0.5 | 0.6.6 | http://choqok.gnufolks.org/ |
| claws-mail | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-acpi-notifier | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-archive | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-att-remover | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-attachwarner | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-bogofilter | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-cachesaver | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-dillo | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-fancy | new | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-fetchinfo | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-gtkhtml2-viewer | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-mailmbox | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-newmail | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-notification | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-perl | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-pgp | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-rssyl | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-smime | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-spam-report | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-spamassassin | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-synce | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-tnef | 3.7.1 | 3.7.3 | http://claws-mail.org |
| claws-mail-plugins-vcalendar | 3.7.1 | 3.7.3 | http://claws-mail.org |
| climm | 0.6.4 | 0.7 | http://www.climm.org/ |
| comgt | 0.32 | dropped | http://sourceforge.net/projects/comgt |
| cone | 0.75 | 0.78 | http://www.courier-mta.org/cone/ |
| conspy | 1.5 | 1.7 | http://ace-host.stuart.id.au/russell/files/conspy/ |
| curl | 7.19.4 | 7.19.6 | http://curl.haxx.se/ |
| daemonize | new | 1.5.6 | http://www.clapper.org/software/daemonize/ |
| debmirror | 20070123 | 20090807 | http://packages.qa.debian.org/d/debmirror.html |
| deluge | 1.1.6 | 1.1.9 | http://deluge-torrent.org/ |
| deluge-flags | new | 1.1.9 | http://deluge-torrent.org/ |
| deskbar-applet | 2.26.0 | 2.27.90 | http://live.gnome.org/DeskbarApplet |
| emesene | 1.0.1 | 1.5.1 | http://emesene.org |
| epiphany | 2.26.1 | 2.28.1 | http://www.gnome.org/projects/epiphany/ |
| epiphany-extensions | 2.26.1 | 2.28.1 | http://www.gnome.org/projects/epiphany/extensions |
| esc | 1.0.1 | 1.1.0 | http://directory.fedora.redhat.com/wiki/CoolKey |
| evolution-rspam | 0.0.8 | 0.0.10 | http://gnome.eu.org/evo/index.php/Report_as_Spam |
| evolution-rss | 0.1.2 | 0.1.4 | http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin |
| fetchmail | 6.3.9 | 6.3.11 | http://fetchmail.berlios.de/ |
| filezilla | 3.2.4.1 | 3.2.8.1 | http://filezilla-project.org/ |
| finch | 2.5.5 | 2.6.3 | http://pidgin.im/ |
| finch-devel | 2.5.5 | 2.6.3 | http://pidgin.im/ |
| firefox | 3.5 | 3.5.4 | http://www.mozilla.org/projects/firefox/ |
| fpaste | new | 0.3.4 | https://fedorahosted.org/fpaste/ |
| gajim | 0.12.1 | 0.12.5 | http://gajim.org/ |
| getmail | 4.9.0 | 4.11.0 | http://pyropus.ca/software/getmail/ |
| gget-epiphany-extension | 0.0.4 | dropped | http://live.gnome.org/GGet |
| globus-gass-copy-progs | new | 4.14 | http://www.globus.org/ |
| globus-gsi-cert-utils-progs | new | 5.5 | http://www.globus.org/ |
| globus-gss-assist-progs | new | 4.0 | http://www.globus.org/ |
| globus-openssl-progs | new | 3.0 | http://www.globus.org/ |
| globus-proxy-utils | new | 2.5 | http://www.globus.org/ |
| globus-rls-client-progs | new | 5.1 | http://www.globus.org/ |
| globus-rls-server | new | 4.7 | http://www.globus.org/ |
| glpi | 0.71.5 | 0.72.2.1 | http://www.glpi-project.org/ |
| glpi-data-injection | 1.4.0 | 1.7.0 | http://www.glpi-project.org/ |
| glpi-mass-ocs-import | 1.2.2 | 1.3.0 | http://www.glpi-project.org/ |
| glpi-pdf | 0.5 | 0.6.1 | http://www.glpi-project.org/ |
| gnash-plugin | 0.8.5 | 0.9.0 | http://www.gnu.org/software/gnash/ |
| gnaughty | new | 1.2.0 | http://gnaughty.sourceforge.net |
| gnome-web-photo | 0.7 | 0.9 | http://download.gnome.org/sources/gnome-web-photo/0.9/ |
| gnubiff | 2.2.10 | 2.2.11 | http://gnubiff.sourceforge.net/ |
| gwget | 1.0.1 | 1.0.4 | http://gnome.org/projects/gwget |
| gwget-epiphany-extension | 1.0.1 | 1.0.4 | http://gnome.org/projects/gwget |
| gwibber | 0.9.1 | 1.2.0 | https://launchpad.net/gwibber |
| gyachi | 1.1.61 | 1.2.1 | http://gyachi.sourceforge.net |
| gyachi-YMlike-theme | 1.1.61 | 1.2.1 | http://gyachi.sourceforge.net |
| gyachi-pidgy-theme | 1.1.61 | 1.2.1 | http://gyachi.sourceforge.net |
| gyachi-plugin-alsa | 1.1.61 | 1.2.1 | http://gyachi.sourceforge.net |
| gyachi-plugin-blowfish | 1.1.61 | 1.2.1 | http://gyachi.sourceforge.net |
| gyachi-plugin-gpgme | 1.1.61 | 1.2.1 | http://gyachi.sourceforge.net |
| gyachi-plugin-gtkspell | 1.1.61 | 1.2.1 | http://gyachi.sourceforge.net |
| gyachi-plugin-libnotify | 1.1.61 | 1.2.1 | http://gyachi.sourceforge.net |
| gyachi-plugin-mcrypt | 1.1.61 | 1.2.1 | http://gyachi.sourceforge.net |
| gyachi-plugin-pulseaudio | 1.1.61 | 1.2.1 | http://gyachi.sourceforge.net |
| gyachi-recre8-theme | 1.1.61 | 1.2.1 | http://gyachi.sourceforge.net |
| hosts3d | 0.98 | 1.03 | http://hosts3d.sourceforge.net/ |
| hosts3d-sampler | 0.98 | 1.03 | http://hosts3d.sourceforge.net/ |
| httping | 1.2.9 | 1.3.1 | http://www.vanheusden.com/httping/ |
| ikiwiki | 3.09 | 3.14159265 | http://ikiwiki.info/ |
| ikiwiki-w3m | 3.09 | 3.14159265 | http://ikiwiki.info/ |
| iksemel-utils | 1.3 | 1.4 | http://code.google.com/p/iksemel/ |
| imapsync | 1.255 | 1.286 | http://freshmeat.net/projects/imapsync/ |
| imp | 4.2 | 4.3.4 | http://www.horde.org/ |
| ipplan | new | 4.92 | http://iptrack.sourceforge.net/ |
| iptux | new | 0.5.0 | http://code.google.com/p/iptux/ |
| iwak | new | 2.5 | http://www.benhur.prf.cuni.cz/medved-7/wydobitki/?path=iwak |
| jd | 2.4.0 | 2.4.2 | http://jd4linux.sourceforge.jp/ |
| jetty | 5.1.14 | 6.1.20 | http://jetty.mortbay.org/jetty/ |
| jnettop | new | 0.13.0 | http://jnettop.kubs.info/wiki/ |
| kadu | 0.6.5 | 0.6.5.2 | http://www.kadu.net |
| kadu-anonymous_check | 0.6.5 | 0.6.5.2 | http://www.kadu.net |
| kadu-globalhotkeys | 0.6.5 | 0.6.5.2 | http://www.kadu.net |
| kadu-led_notify | 0.6.5 | 0.6.5.2 | http://www.kadu.net |
| kadu-mail | 0.6.5 | 0.6.5.2 | http://www.kadu.net |
| kadu-mime_tex | 0.6.5 | 0.6.5.2 | http://www.kadu.net |
| kadu-osd_hints | 0.6.5 | 0.6.5.2 | http://www.kadu.net |
| kadu-panelkadu | 0.6.5 | 0.6.5.2 | http://www.kadu.net |
| kadu-plus_pl_sms | 0.6.5 | 0.6.5.2 | http://www.kadu.net |
| kadu-powerkadu | 0.6.5 | 0.6.5.2 | http://www.kadu.net |
| kadu-senthistory | 0.6.5 | 0.6.5.2 | http://www.kadu.net |
| kadu-split_messages | 0.6.5 | 0.6.5.2 | http://www.kadu.net |
| kadu-tabs | 0.6.5 | 0.6.5.2 | http://www.kadu.net |
| kazehakase | 0.5.6 | 0.5.8 | http://kazehakase.sourceforge.jp/ |
| kazehakase-base | 0.5.6 | 0.5.8 | http://kazehakase.sourceforge.jp/ |
| kazehakase-hyperestraier | 0.5.6 | 0.5.8 | http://kazehakase.sourceforge.jp/ |
| kazehakase-ruby | 0.5.6 | 0.5.8 | http://kazehakase.sourceforge.jp/ |
| kazehakase-webkit | 0.5.6 | 0.5.8 | http://kazehakase.sourceforge.jp/ |
| kde-plasma-ktorrent | new | 3.2.5 | http://ktorrent.org/ |
| kde-plasma-networkmanagement | 0.1 | 0.9 | http://websvn.kde.org/trunk/playground/base/plasma/applets/networkmanager/ |
| kdenetwork | 4.2.2 | 4.3.2 | http://www.kde.org |
| kismet | 0.0.2008.05.R1 | 0.0.2009.06.R1 | http://www.kismetwireless.net/ |
| kismet-plugins | new | 0.0.2009.06.R1 | http://www.kismetwireless.net/ |
| kmess | new | 2.0 | http://www.kmess.org |
| knetstats | 1.6.1 | 1.6.2 | http://knetstats.sourceforge.net/ |
| knetworkmanager | new | 0.9 | http://websvn.kde.org/trunk/playground/base/plasma/applets/networkmanager/ |
| knetworkmanager-openvpn | new | 0.9 | http://websvn.kde.org/trunk/playground/base/plasma/applets/networkmanager/ |
| knetworkmanager-vpnc | new | 0.9 | http://websvn.kde.org/trunk/playground/base/plasma/applets/networkmanager/ |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| zabbix-proxy | 1.6.4 | 1.6.6 | http://www.zabbix.com/ |
| zabbix-proxy-mysql | 1.6.4 | 1.6.6 | http://www.zabbix.com/ |
| zabbix-proxy-pgsql | 1.6.4 | 1.6.6 | http://www.zabbix.com/ |
| zabbix-proxy-sqlite3 | 1.6.4 | 1.6.6 | http://www.zabbix.com/ |
| zabbix-server | 1.6.4 | 1.6.6 | http://www.zabbix.com/ |
| zabbix-server-mysql | 1.6.4 | 1.6.6 | http://www.zabbix.com/ |
| zabbix-server-pgsql | 1.6.4 | 1.6.6 | http://www.zabbix.com/ |
| zabbix-server-sqlite3 | 1.6.4 | 1.6.6 | http://www.zabbix.com/ |
| zabbix-web | 1.6.4 | 1.6.6 | http://www.zabbix.com/ |
| zabbix-web-mysql | 1.6.4 | 1.6.6 | http://www.zabbix.com/ |
| zabbix-web-pgsql | 1.6.4 | 1.6.6 | http://www.zabbix.com/ |
| zabbix-web-sqlite3 | 1.6.4 | 1.6.6 | http://www.zabbix.com/ |
| Pacchetti cambiati | 405 |
| Pacchetti non cambiati | 407 |
| Pacchetti totali | 812 |
| Pacchetti cambiati | 279 |
| Pacchetti non cambiati | 307 |
| Pacchetti totali | 586 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| EekBoek | new | 1.04.04 | http://www.eekboek.nl |
| EekBoek-db-postgresql | new | 1.04.04 | http://www.eekboek.nl |
| R-BufferedMatrixMethods | 1.3.0 | 1.8.0 | http://bioconductor.org/packages/release/bioc/html/BufferedMatrixMethods.html |
| R-DynDoc | 1.20.0 | 1.22.0 | http://bioconductor.org/packages/2.4/bioc/html/DynDoc.html |
| R-RODBC | 1.2 | 1.3.0 | http://cran.r-project.org/web/packages/RODBC/ |
| R-abind | 1.1 | 1.1.0 | http://cran.r-project.org/web/packages/abind/index.html |
| R-acepack | 1.3 | 1.3.2.2 | http://cran.r-project.org/web/packages/acepack/index.html |
| R-biglm | 0.4 | 0.7 | http://cran.r-project.org/web/packages/biglm/index.html |
| R-bigmemory | 2.3 | 3.10 | http://cran.r-project.org/web/packages/bigmemory/index.html |
| R-maanova | 1.12.0 | 1.14.0 | http://www.bioconductor.org/packages/2.4/bioc/html/maanova.html |
| R-multtest | 1.22.0 | 2.0.0 | http://www.bioconductor.org/packages/2.4/bioc/html/multtest.html |
| R-nws | 1.7.0.0 | 2.0.0.3 | http://cran.r-project.org/web/packages/nws/index.html |
| R-pls | 2.1 | 2.1.0 | http://cran.r-project.org/web/packages/pls/index.html |
| R-tkWidgets | 1.20.0 | 1.22.0 | http://bioconductor.org/packages/2.4/bioc/html/tkWidgets.html |
| R-widgetTools | 1.18.0 | 1.22.0 | http://bioconductor.org/packages/2.4/bioc/html/widgetTools.html |
| aiksaurus-thesaurus | new | 1.2.1 | http://aiksaurus.sourceforge.net/ |
| alexandria | 0.6.4.1 | 0.6.5 | http://alexandria.rubyforge.org/ |
| anjal | new | 0.1.0 | http://live.gnome.org/Anjal/ |
| barry-opensync | new | 0.15 | http://www.netdirect.ca/downloads/barry |
| bibletime | 1.7 | 2.2 | http://www.bibletime.info/ |
| bleachbit | new | 0.6.4 | http://bleachbit.sourceforge.net/ |
| broffice.org-base | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| broffice.org-brand | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| broffice.org-calc | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| broffice.org-draw | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| broffice.org-impress | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| broffice.org-math | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| broffice.org-writer | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| calcurse | 2.4 | 2.7 | http://culot.org/calcurse/ |
| ccrypt | new | 1.9 | http://ccrypt.sourceforge.net/ |
| clusterssh | 3.22 | 3.26 | http://clusterssh.sourceforge.net |
| conduit | 0.3.15 | 0.3.16 | http://www.conduit-project.org/ |
| dates | 0.4.6 | 0.4.8 | http://pimlico-project.org/dates.html |
| evolution | 2.26.1 | 2.28.0 | http://projects.gnome.org/evolution/ |
| evolution-bogofilter | 2.26.1 | 2.28.0 | http://projects.gnome.org/evolution/ |
| evolution-exchange | 2.26.1 | 2.28.0 | http://projects.gnome.org/evolution/ |
| evolution-help | 2.26.1 | 2.28.0 | http://projects.gnome.org/evolution/ |
| evolution-mapi | 0.26.1 | 0.28.0 | http://www.gnome.org/projects/evolution-mapi/ |
| evolution-perl | 2.26.1 | 2.28.0 | http://projects.gnome.org/evolution/ |
| evolution-pst | new | 2.28.0 | http://projects.gnome.org/evolution/ |
| evolution-spamassassin | 2.26.1 | 2.28.0 | http://projects.gnome.org/evolution/ |
| expendable | 0.0.8 | 0.0.9 | https://fedorahosted.org/expendable/ |
| fedora-packager | 0.3.3 | 0.3.8 | https://fedorahosted.org/fedora-packager |
| gjots2 | 2.3.8 | 2.3.9 | http://bhepple.freeshell.org/gjots |
| gnome-do-plugins | new | 0.8.2 | http://do.davebsd.com |
| gnome-do-plugins-banshee | new | 0.8.2 | http://do.davebsd.com |
| gnome-do-plugins-bibtex | new | 0.8.2 | http://do.davebsd.com |
| gnome-do-plugins-clawsmail | new | 0.8.2 | http://do.davebsd.com |
| gnome-do-plugins-eog | new | 0.8.2 | http://do.davebsd.com |
| gnome-do-plugins-epiphany | new | 0.8.2 | http://do.davebsd.com |
| gnome-do-plugins-evolution | new | 0.8.2 | http://do.davebsd.com |
| gnome-do-plugins-firefox | new | 0.8.2 | http://do.davebsd.com |
| gnome-do-plugins-flickr | new | 0.8.2 | http://do.davebsd.com |
| gnome-do-plugins-pidgin | new | 0.8.2 | http://do.davebsd.com |
| gnome-do-plugins-rhythmbox | new | 0.8.2 | http://do.davebsd.com |
| gnome-do-plugins-tasque | new | 0.8.2 | http://do.davebsd.com |
| gnome-do-plugins-thunderbird | new | 0.8.2 | http://do.davebsd.com |
| gnome-do-plugins-tomboy | new | 0.8.2 | http://do.davebsd.com |
| gnome-do-plugins-vinagre | new | 0.8.2 | http://do.davebsd.com |
| gnome-games-help | 2.26.1 | 2.28.1 | http://projects.gnome.org/gnome-games/ |
| gourmet | 0.13.4 | 0.15.0 | http://grecipe-manager.sourceforge.net |
| gpscorrelate | new | 1.6.0 | http://freefoote.dview.net/linux_gpscorr.html |
| gpsdrive | 2.09 | 2.10 | http://www.gpsdrive.de/index.shtml |
| gramps | 3.1.1 | 3.1.2 | http://gramps.sourceforge.net/ |
| gtg | new | 0.1.2 | http://gtg.fritalk.com |
| homebank | 4.0.2 | 4.0.4 | http://homebank.free.fr |
| homebank-doc | 4.0.2 | 4.0.4 | http://homebank.free.fr |
| kdepim | 4.2.2 | 4.3.2 | http://www.kde.org/ |
| kdepim-runtime | new | 4.3.2 | http://www.kde.org/ |
| kmymoney2 | 0.9.3 | 1.0.1 | http://kmymoney2.sourceforge.net/ |
| krecipes | 0.9.1 | 1.0 | http://krecipes.sourceforge.net/ |
| libpst | 0.6.36 | 0.6.44 | http://www.five-ten-sg.com/libpst/ |
| merkaartor | 0.13.1 | 0.14 | http://www.merkaartor.org |
| monosim | 1.3.0.2 | 1.5.2 | http://www.integrazioneweb.com/monosim |
| openoffice.org-base | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-base-core | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-brand | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-calc | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-calc-core | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-core | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-draw | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-draw-core | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-emailmerge | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-graphicfilter | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-impress | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-impress-core | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-javafilter | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-af_ZA | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-ar | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-as_IN | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-bg_BG | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-bn | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-ca_ES | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-cs_CZ | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-cy_GB | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-da_DK | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-de | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-dz | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-el_GR | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-en | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-es | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-et_EE | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-eu_ES | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-fi_FI | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-fr | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-ga_IE | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-gl_ES | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-gu_IN | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-he_IL | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-hi_IN | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-hr_HR | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-hu_HU | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-it | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-ja_JP | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-kn_IN | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-ko_KR | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-lt_LT | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-mai_IN | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-ml_IN | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-mr_IN | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-ms_MY | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-nb_NO | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-nl | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-nn_NO | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-nr_ZA | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-nso_ZA | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-or_IN | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-pa_IN | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-pl_PL | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-pt_BR | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-pt_PT | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-ru | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-sk_SK | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-sl_SI | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-sr | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-ss_ZA | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-st_ZA | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-sv | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-ta_IN | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-te_IN | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-th_TH | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-tn_ZA | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-tr_TR | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-ts_ZA | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-uk | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-ur | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-ve_ZA | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-xh_ZA | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-zh_CN | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-zh_TW | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-langpack-zu_ZA | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-math | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-math-core | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-ogltrans | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-pdfimport | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-presentation-minimizer | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-presenter-screen | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-report-builder | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-wiki-publisher | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-writer | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-writer-core | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| openoffice.org-writer2latex | 0.5.0.2 | 1.0 | http://writer2latex.sourceforge.net/ |
| openoffice.org-writer2xhtml | 0.5.0.2 | 1.0 | http://writer2latex.sourceforge.net/ |
| openoffice.org-xsltfilter | 3.1.0 | 3.1.1 | http://www.openoffice.org/ |
| paperbox | new | 0.4.3 | http://live.gnome.org/PaperBox |
| pdfchain | new | 0.123 | http://sourceforge.net/projects/pdfchain |
| pdfresurrect | 0.04 | 0.7 | http://www.757labs.com/projects/pdfresurrect/ |
| pem | 0.7.3 | 0.7.7 | http://pjp.dgplug.org/tools/ |
| planner | 0.14.3 | 0.14.4 | http://live.gnome.org/Planner |
| planner-eds | 0.14.3 | 0.14.4 | http://live.gnome.org/Planner |
| pondus | new | 0.5.3 | http://www.ephys.de/software/pondus/ |
| qelectrotech-symbols | new | 0.20 | http://qelectrotech.org/ |
| qtpfsgui | 1.9.2 | 1.9.3 | http://qtpfsgui.sourceforge.net/ |
| ratpoison | 1.4.1 | 1.4.5 | http://www.nongnu.org/ratpoison/ |
| rednotebook | 0.6.6 | 0.8.6.1 | http://digitaldump.wordpress.com/projects/rednotebook/ |
| remind | 03.01.06 | 03.01.07 | http://www.roaringpenguin.com/en/penguin/openSourceProducts/remind |
| remind-gui | 03.01.06 | 03.01.07 | http://www.roaringpenguin.com/en/penguin/openSourceProducts/remind |
| rkward | 0.5.0c | 0.5.1 | http://rkward.sourceforge.net/ |
| scribus | 1.3.5 | 1.3.5.1 | http://www.scribus.net/ |
| skanlite | new | 0.3 | http://docs.kde.org/development/en/extragear-graphics/skanlite/ |
| strigi | 0.6.4 | 0.7.0 | http://www.vandenoever.info/software/strigi/ |
| syncevolution | 0.8.1a | 0.9 | http://syncevolution.org/ |
| tangogps | 0.9.6 | 0.9.9 | http://www.tangogps.org/ |
| task | new | 1.8.2 | http://taskwarrior.org |
| taskcoach | 0.72.5 | 0.74.1 | http://www.taskcoach.org/ |
| taskjuggler | 2.4.1 | 2.4.3 | http://www.taskjuggler.org |
| tasks | 0.15 | 0.16 | http://pimlico-project.org/tasks.html |
| tryton | 1.0.3 | 1.2.2 | http://www.tryton.org |
| veusz | 1.3 | 1.5 | http://home.gna.org/veusz/ |
| vfrnav | new | 0.3 | http://www.baycom.org/~tom/vfrnav |
| vfrnav-utils | new | 0.3 | http://www.baycom.org/~tom/vfrnav |
| viking | 0.9.8 | 0.9.9 | http://viking.sourceforge.net/ |
| vym | 1.12.2 | 1.12.4 | http://www.insilmaril.de/vym/ |
| xca | 0.6.4 | 0.7.0 | http://www.hohnstaedt.de/xca.html |
| ytnef | new | 2.6 | http://sourceforge.net/projects/ytnef/ |
| Pacchetti cambiati | 195 |
| Pacchetti non cambiati | 113 |
| Pacchetti totali | 308 |
| Pacchetti cambiati | 158 |
| Pacchetti non cambiati | 198 |
| Pacchetti totali | 356 |
| Pacchetti cambiati | 275 |
| Pacchetti non cambiati | 389 |
| Pacchetti totali | 664 |
| Pacchetti cambiati | 128 |
| Pacchetti non cambiati | 262 |
| Pacchetti totali | 390 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| dasher | 4.10.0 | 4.10.1 | http://www.gnome.org/ |
| gnome-mag | 0.15.6 | 0.15.9 | http://www.gnome.org/ |
| Pacchetti cambiati | 2 |
| Pacchetti non cambiati | 1 |
| Pacchetti totali | 3 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| ant-findbugs | 1.3.8 | 1.3.9 | http://findbugs.sourceforge.net/ |
| maven2 | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-ant | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-antlr | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-antrun | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-assembly | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-changelog | new | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-changes | new | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-checkstyle | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-clean | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-compiler | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-dependency | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-deploy | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-doap | new | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-docck | new | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-ear | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-eclipse | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-ejb | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-enforcer | new | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-gpg | new | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-help | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-idea | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-install | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-invoker | new | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-jar | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-javadoc | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-one | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-plugin | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-pmd | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-project-info-reports | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-rar | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-remote-resources | new | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-repository | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-resources | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-site | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-source | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-stage | new | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-verifier | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-plugin-war | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| Pacchetti cambiati | 39 |
| Pacchetti non cambiati | 20 |
| Pacchetti totali | 59 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| crash | 4.0 | 4.0.9 | http://people.redhat.com/anderson |
| crash-devel | 4.0 | 4.0.9 | http://people.redhat.com/anderson |
| edb | 0.9.8 | 0.9.10 | http://www.codef00.com/projects.php#Debugger |
| emacs-pydb | 1.25 | 1.26 | http://bashdb.sourceforge.net/pydb |
| gdb | 6.8.50.20090302 | 7.0 | http://gnu.org/software/gdb/ |
| gdb-gdbserver | 6.8.50.20090302 | 7.0 | http://gnu.org/software/gdb/ |
| gpsim | 0.23.0 | 0.24.0 | http://gpsim.sourceforge.net/gpsim.html |
| latrace | new | 0.5.7 | http://people.redhat.com/jolsa/latrace |
| lsof | 4.81 | 4.82 | ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof |
| nemiver | 0.6.6 | 0.7.2 | http://projects.gnome.org/nemiver |
| pydb | 1.25 | 1.26 | http://bashdb.sourceforge.net/pydb |
| pylint | 0.16.0 | 0.18.1 | http://www.logilab.org/projects/pylint |
| pylint-gui | 0.16.0 | 0.18.1 | http://www.logilab.org/projects/pylint |
| strace | 4.5.18 | 4.5.19 | http://sourceforge.net/projects/strace/ |
| valgrind | 3.4.1 | 3.5.0 | http://www.valgrind.org/ |
| valgrind-devel | 3.4.1 | 3.5.0 | http://www.valgrind.org/ |
| Pacchetti cambiati | 16 |
| Pacchetti non cambiati | 14 |
| Pacchetti totali | 30 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| automaton-javadoc | 1.11r1 | 1.11r2 | http://www.brics.dk/automaton/ |
| bsf-javadoc | 2.3.0 | 2.4.0 | http://jakarta.apache.org/bsf/ |
| findbugs-javadoc | 1.3.8 | 1.3.9 | http://findbugs.sourceforge.net/ |
| flute-javadoc | 1.3 | 1.3.0 | http://www.w3.org/Style/CSS/SAC/ |
| gnu-getopt-javadoc | 1.0.12 | 1.0.13 | http://www.urbanophile.com/arenn/hacking/download.html |
| icu4j-javadoc | 3.8.1 | 4.0.1 | http://www-306.ibm.com/software/globalization/icu/index.jsp |
| java-augeas-javadoc | new | 0.0.1 | http://augeas.net/ |
| jcommon-javadoc | 1.0.15 | 1.0.16 | http://www.jfree.org/jcommon |
| jdepend-javadoc | 2.6 | 2.9 | http://www.clarkware.com/ |
| jsch-demo | 0.1.39 | 0.1.41 | http://www.jcraft.com/jsch/ |
| jsch-javadoc | 0.1.39 | 0.1.41 | http://www.jcraft.com/jsch/ |
| kdelibs-apidocs | 4.2.2 | 4.3.2 | http://www.kde.org/ |
| kdepimlibs-apidocs | 4.2.2 | 4.3.2 | http://www.kde.org/ |
| libvirt-java-javadoc | 0.2.1 | 0.3.0 | http://libvirt.org/ |
| maven-doxia-javadoc | new | 1.0 | http://maven.apache.org/doxia/ |
| maven-surefire-javadoc | new | 2.3 | http://maven.apache.org/surefire/ |
| maven-wagon-javadoc | new | 1.0 | http://maven.apache.org/wagon |
| maven2-javadoc | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| maven2-manual | 2.0.4 | 2.0.8 | http://maven.apache.org/ |
| plexus-maven-plugin-javadoc | 1.2 | 1.3.5 | http://plexus.codehaus.org/ |
| plexus-velocity-javadoc | 1.1.2 | 1.1.7 | http://plexus.codehaus.org/ |
| qdox-javadoc | 1.6.1 | 1.9.2 | http://qdox.codehaus.org/ |
| soprano-apidocs | 2.2.3 | 2.3.1 | http://sourceforge.net/projects/soprano |
| svnkit-javadoc | 1.2.3 | 1.3.0 | http://www.svnkit.com/ |
| writer2latex-javadoc | 0.5.0.2 | 1.0 | http://writer2latex.sourceforge.net/ |
| Pacchetti cambiati | 25 |
| Pacchetti non cambiati | 103 |
| Pacchetti totali | 128 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| maven-jxr | 1.0 | 2.1 | http://maven.apache.org/doxia/ |
| maven-surefire | 1.5.3 | 2.3 | http://maven.apache.org/surefire/ |
| maven-surefire-maven-plugin | new | 2.3 | http://maven.apache.org/surefire/ |
| maven-surefire-provider-junit | new | 2.3 | http://maven.apache.org/surefire/ |
| maven-surefire-provider-junit4 | new | 2.3 | http://maven.apache.org/surefire/ |
| maven-surefire-report-maven-plugin | new | 2.3 | http://maven.apache.org/surefire/ |
| plexus-maven-plugin | 1.2 | 1.3.5 | http://plexus.codehaus.org/ |
| plexus-velocity | 1.1.2 | 1.1.7 | http://plexus.codehaus.org/ |
| Pacchetti cambiati | 8 |
| Pacchetti non cambiati | 41 |
| Pacchetti totali | 49 |
| Pacchetti cambiati | 438 |
| Pacchetti non cambiati | 333 |
| Pacchetti totali | 771 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| automaton | 1.11r1 | 1.11r2 | http://www.brics.dk/automaton/ |
| bsf | 2.3.0 | 2.4.0 | http://jakarta.apache.org/bsf/ |
| gnu-getopt | 1.0.12 | 1.0.13 | http://www.urbanophile.com/arenn/hacking/download.html |
| icu4j | 3.8.1 | 4.0.1 | http://www-306.ibm.com/software/globalization/icu/index.jsp |
| jakarta-commons-io | 1.3.2 | 1.4 | http://commons.apache.org/io/ |
| jakarta-commons-net | 1.4.1 | 2.0 | http://commons.apache.org/net/ |
| jdepend | 2.6 | 2.9 | http://www.clarkware.com/ |
| jdepend-demo | 2.6 | 2.9 | http://www.clarkware.com/ |
| jsch | 0.1.39 | 0.1.41 | http://www.jcraft.com/jsch/ |
| maven-shared-ant | new | 1.0 | http://maven.apache.org/shared/ |
| maven-shared-app-configuration-model | new | 1.1 | http://maven.apache.org/shared/ |
| maven-shared-app-configuration-web | new | 1.1 | http://maven.apache.org/shared/ |
| maven-shared-archiver | new | 2.3 | http://maven.apache.org/shared/ |
| maven-shared-common-artifact-filters | new | 1.0 | http://maven.apache.org/shared/ |
| maven-shared-dependency-analyzer | new | 1.0 | http://maven.apache.org/shared/ |
| maven-shared-dependency-tree | new | 1.1 | http://maven.apache.org/shared/ |
| maven-shared-downloader | new | 1.2 | http://maven.apache.org/shared/ |
| maven-shared-invoker | new | 2.0.7 | http://maven.apache.org/shared/ |
| maven-shared-io | new | 1.1 | http://maven.apache.org/shared/ |
| maven-shared-jar | new | 1.1 | http://maven.apache.org/shared/ |
| maven-shared-model-converter | new | 2.3 | http://maven.apache.org/shared/ |
| maven-shared-monitor | new | 1.0 | http://maven.apache.org/shared/ |
| maven-shared-osgi | new | 0.2.0 | http://maven.apache.org/shared/ |
| maven-shared-plugin-testing-harness | 1.0 | 1.2 | http://maven.apache.org/shared/ |
| maven-shared-plugin-testing-tools | new | 1.0 | http://maven.apache.org/shared/ |
| maven-shared-plugin-tools-ant | new | 2.2 | http://maven.apache.org/shared/ |
| maven-shared-plugin-tools-api | new | 2.2 | http://maven.apache.org/shared/ |
| maven-shared-plugin-tools-beanshell | new | 2.2 | http://maven.apache.org/shared/ |
| maven-shared-plugin-tools-java | new | 2.2 | http://maven.apache.org/shared/ |
| maven-shared-plugin-tools-model | new | 2.2 | http://maven.apache.org/shared/ |
| maven-shared-reporting-impl | new | 2.1 | http://maven.apache.org/shared/ |
| maven-shared-repository-builder | new | 1.0 | http://maven.apache.org/shared/ |
| maven-shared-test-tools | new | 1.0 | http://maven.apache.org/shared/ |
| maven-shared-verifier | new | 1.2 | http://maven.apache.org/shared/ |
| qdox | 1.6.1 | 1.9.2 | http://qdox.codehaus.org/ |
| Pacchetti cambiati | 35 |
| Pacchetti non cambiati | 56 |
| Pacchetti totali | 91 |
| Pacchetti cambiati | 1931 |
| Pacchetti non cambiati | 2390 |
| Pacchetti totali | 4321 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| python-qpid | 0.5.752600 | 0.5.819819 | http://qpid.apache.org |
| Pacchetti cambiati | 1 |
| Pacchetti non cambiati | 0 |
| Pacchetti totali | 1 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| ruby-qpid | 0.5.752600 | 0.5.819819 | http://qpid.apache.org/ |
| Pacchetti cambiati | 1 |
| Pacchetti non cambiati | 0 |
| Pacchetti totali | 1 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| CodeAnalyst-gui | 2.8.38 | 2.8.54 | http://developer.amd.com/cpu/CodeAnalyst/codeanalystlinux |
| arm4 | 0.8.1 | 0.8.2 | http://www.arm4.org/ |
| blktrace | 1.0.0 | 1.0.1 | http://brick.kernel.dk/snaps |
| brlapi-devel | 0.5.2 | 0.5.4 | http://mielke.cc/brltty/ |
| brlapi-java | 0.5.2 | 0.5.4 | http://mielke.cc/brltty/ |
| classads-devel | 1.0.1 | 1.0.4 | http://www.cs.wisc.edu/condor/classad/ |
| classads-static | 1.0.1 | 1.0.4 | http://www.cs.wisc.edu/condor/classad/ |
| fontpackages-devel | 1.20 | 1.28 | http://fedoraproject.org/wiki/fontpackages/ |
| fontpackages-filesystem | 1.20 | 1.28 | http://fedoraproject.org/wiki/fontpackages/ |
| freeipmi-devel | 0.7.8 | 0.7.12 | http://www.gnu.org/software/freeipmi/ |
| gsoap-devel | 2.7.12 | 2.7.13 | http://gsoap2.sourceforge.net |
| kernel-firmware | 2.6.29.4 | 2.6.31.5 | http://www.kernel.org/ |
| kernel-headers | 2.6.29.4 | 2.6.31.5 | http://www.kernel.org/ |
| lm_sensors-devel | 3.1.0 | 3.1.1 | http://www.lm-sensors.org/ |
| opensm-devel | 3.2.1 | 3.3.2 | http://www.openfabrics.org/ |
| opensm-static | 3.2.1 | 3.3.2 | http://www.openfabrics.org/ |
| oprofile | 0.9.4 | 0.9.5 | http://oprofile.sf.net |
| oprofile-gui | 0.9.4 | 0.9.5 | http://oprofile.sf.net |
| oprofile-jit | 0.9.4 | 0.9.5 | http://oprofile.sf.net |
| perf | new | 2.6.31.5 | http://www.kernel.org/ |
| php-pear-PEAR-Command-Packaging | 0.1.2 | 0.2.0 | http://pear.php.net/package/PEAR_Command_Packaging |
| python-brlapi | 0.5.2 | 0.5.4 | http://mielke.cc/brltty/ |
| qmf-devel | 0.5.752600 | 0.5.829175 | http://qpid.apache.org |
| qpidc-devel | 0.5.752600 | 0.5.829175 | http://qpid.apache.org |
| qpidd-devel | 0.5.752600 | 0.5.829175 | http://qpid.apache.org |
| systemtap | 0.9.5 | 1.0 | http://sourceware.org/systemtap/ |
| systemtap-client | 0.9.5 | 1.0 | http://sourceware.org/systemtap/ |
| systemtap-grapher | new | 1.0 | http://sourceware.org/systemtap/ |
| systemtap-initscript | 0.9.5 | 1.0 | http://sourceware.org/systemtap/ |
| systemtap-runtime | 0.9.5 | 1.0 | http://sourceware.org/systemtap/ |
| systemtap-sdt-devel | 0.9.5 | 1.0 | http://sourceware.org/systemtap/ |
| systemtap-server | 0.9.5 | 1.0 | http://sourceware.org/systemtap/ |
| systemtap-testsuite | 0.9.5 | 1.0 | http://sourceware.org/systemtap/ |
| tcl-brlapi | 0.5.2 | 0.5.4 | http://mielke.cc/brltty/ |
| xorg-x11-drv-intel-devel | 2.7.0 | 2.9.1 | http://www.x.org |
| xorg-x11-drv-openchrome-devel | 0.2.903 | 0.2.904 | http://www.openchrome.org |
| xorg-x11-util-macros | 1.2.1 | 1.3.0 | http://www.x.org |
| ykclient-devel | new | 2.3 | http://yubico-c-client.googlecode.com/ |
| Pacchetti cambiati | 38 |
| Pacchetti non cambiati | 15 |
| Pacchetti totali | 53 |
| Pacchetti cambiati | 286 |
| Pacchetti non cambiati | 299 |
| Pacchetti totali | 585 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| amqp | 1.0.752600 | 1.0.819819 | http://www.amqp.org |
| libsmbclient-devel | 3.3.2 | 3.4.2 | http://www.samba.org/ |
| samba-winbind-devel | 3.3.2 | 3.4.2 | http://www.samba.org/ |
| Pacchetti cambiati | 3 |
| Pacchetti non cambiati | 0 |
| Pacchetti totali | 3 |
| Pacchetti cambiati | 249 |
| Pacchetti non cambiati | 219 |
| Pacchetti totali | 468 |
| Pacchetti cambiati | 20 |
| Pacchetti non cambiati | 8 |
| Pacchetti totali | 28 |
| Pacchetti cambiati | 258 |
| Pacchetti non cambiati | 173 |
| Pacchetti totali | 431 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| 389-admin | new | 1.1.9 | http://port389.org/ |
| 389-ds | new | 1.1.3 | http://port389.org/ |
| 389-ds-base | new | 1.2.3 | http://port389.org/ |
| 389-dsgw | new | 1.1.4 | http://port389.org/ |
| 3proxy | new | 0.6 | http://3proxy.ru/?l=EN |
| acpid | 1.0.8 | 1.0.10 | http://acpid.sourceforge.net/ |
| apcupsd | 3.14.5 | 3.14.7 | http://www.apcupsd.com |
| audispd-plugins | 1.7.12 | 2.0.1 | http://people.redhat.com/sgrubb/audit/ |
| audit | 1.7.12 | 2.0.1 | http://people.redhat.com/sgrubb/audit/ |
| bacula-client | 2.4.4 | 3.0.2 | http://www.bacula.org |
| bacula-common | 2.4.4 | 3.0.2 | http://www.bacula.org |
| bacula-console | 2.4.4 | 3.0.2 | http://www.bacula.org |
| bacula-console-bat | 2.4.4 | 3.0.2 | http://www.bacula.org |
| bacula-console-gnome | 2.4.4 | 3.0.2 | http://www.bacula.org |
| bacula-console-wxwidgets | 2.4.4 | 3.0.2 | http://www.bacula.org |
| bacula-director-common | 2.4.4 | 3.0.2 | http://www.bacula.org |
| bacula-director-mysql | 2.4.4 | 3.0.2 | http://www.bacula.org |
| bacula-director-postgresql | 2.4.4 | 3.0.2 | http://www.bacula.org |
| bacula-director-sqlite | 2.4.4 | 3.0.2 | http://www.bacula.org |
| bacula-storage-common | 2.4.4 | 3.0.2 | http://www.bacula.org |
| bacula-storage-mysql | 2.4.4 | 3.0.2 | http://www.bacula.org |
| bacula-storage-postgresql | 2.4.4 | 3.0.2 | http://www.bacula.org |
| bacula-storage-sqlite | 2.4.4 | 3.0.2 | http://www.bacula.org |
| bacula-sysconfdir | 2.4.4 | 3.0.2 | http://www.bacula.org |
| bacula-traymonitor | 2.4.4 | 3.0.2 | http://www.bacula.org |
| beanstalkd | 1.3 | 1.4.2 | http://xph.us/software/beanstalkd/ |
| bitlbee | 1.2.3 | 1.2.4 | http://www.bitlbee.org/ |
| bluez-alsa | 4.37 | 4.57 | http://www.bluez.org/ |
| bluez-compat | new | 4.57 | http://www.bluez.org/ |
| bluez-cups | 4.37 | 4.57 | http://www.bluez.org/ |
| bluez-gstreamer | 4.37 | 4.57 | http://www.bluez.org/ |
| brltty | 3.10 | 4.1 | http://mielke.cc/brltty/ |
| brltty-at-spi | 3.10 | 4.1 | http://mielke.cc/brltty/ |
| brltty-xw | 3.10 | 4.1 | http://mielke.cc/brltty/ |
| clamav-milter | 0.95.1 | 0.95.2 | http://www.clamav.net |
| clamav-milter-sysvinit | 0.95.1 | 0.95.2 | http://www.clamav.net |
| clamav-milter-upstart | 0.95.1 | 0.95.2 | http://www.clamav.net |
| clamav-scanner | 0.95.1 | 0.95.2 | http://www.clamav.net |
| clamav-scanner-sysvinit | 0.95.1 | 0.95.2 | http://www.clamav.net |
| clamav-scanner-upstart | 0.95.1 | 0.95.2 | http://www.clamav.net |
| clamav-server | 0.95.1 | 0.95.2 | http://www.clamav.net |
| clamav-server-sysvinit | 0.95.1 | 0.95.2 | http://www.clamav.net |
| clement | new | 2.1.320 | http://www.clement.safe.ca |
| collectd | 4.5.3 | 4.6.5 | http://collectd.org/ |
| collectd-apache | 4.5.3 | 4.6.5 | http://collectd.org/ |
| collectd-dns | 4.5.3 | 4.6.5 | http://collectd.org/ |
| collectd-email | 4.5.3 | 4.6.5 | http://collectd.org/ |
| collectd-ipmi | 4.5.3 | 4.6.5 | http://collectd.org/ |
| collectd-mysql | 4.5.3 | 4.6.5 | http://collectd.org/ |
| collectd-nginx | 4.5.3 | 4.6.5 | http://collectd.org/ |
| collectd-nut | 4.5.3 | 4.6.5 | http://collectd.org/ |
| collectd-postgresql | 4.5.3 | 4.6.5 | http://collectd.org/ |
| collectd-rrdtool | 4.5.3 | 4.6.5 | http://collectd.org/ |
| collectd-sensors | 4.5.3 | 4.6.5 | http://collectd.org/ |
| collectd-snmp | 4.5.3 | 4.6.5 | http://collectd.org/ |
| collectd-virt | 4.5.3 | 4.6.5 | http://collectd.org/ |
| ctdb | 1.0.73 | 1.0.91 | http://ctdb.samba.org/ |
| cups | 1.4 | 1.4.1 | http://www.cups.org/ |
| cups-bjnp | new | 0.5.4 | https://sourceforge.net/projects/cups-bjnp/ |
| cups-lpd | 1.4 | 1.4.1 | http://www.cups.org/ |
| cyrus-imapd | 2.3.14 | 2.3.15 | http://cyrusimap.web.cmu.edu/ |
| dansguardian | new | 2.10.1.1 | http://www.dansguardian.org/ |
| dap-freeform_handler | 3.7.9 | 3.7.12 | http://opendap.org/download/ff_server.html |
| dap-hdf4_handler | 3.7.9 | 3.7.14 | http://www.opendap.org/ |
| dap-netcdf_handler | 3.7.9 | 3.8.3 | http://www.opendap.org/ |
| dap-server | 3.8.5 | 3.9.3 | http://www.opendap.org/ |
| dap-server-cgi | 3.8.5 | 3.9.3 | http://www.opendap.org/ |
| dcbd | 0.9.7 | 0.9.15 | http://e1000.sourceforge.net |
| dhcp | 4.1.0 | 4.1.0p1 | http://isc.org/products/DHCP/ |
| dhcpv6 | 1.2.0 | dropped | http://fedorahosted.org/dhcpv6/ |
| dkim-milter | 2.8.1 | 2.8.3 | http://www.dkim.org/ |
| dnsmasq | 2.46 | 2.48 | http://www.thekelleys.org.uk/dnsmasq/ |
| dnssec-conf | 1.20 | 1.21 | http://www.xelerance.com/software/dnssec-conf/ |
| dovecot | 1.2 | 1.2.6 | http://www.dovecot.org/ |
| dovecot-gssapi | 1.2 | 1.2.6 | http://www.dovecot.org/ |
| dovecot-ldap | 1.2 | 1.2.6 | http://www.dovecot.org/ |
| dovecot-managesieve | 1.2 | 1.2.6 | http://www.dovecot.org/ |
| dovecot-mysql | 1.2 | 1.2.6 | http://www.dovecot.org/ |
| dovecot-pgsql | 1.2 | 1.2.6 | http://www.dovecot.org/ |
| dovecot-sieve | 1.2 | 1.2.6 | http://www.dovecot.org/ |
| dovecot-sqlite | 1.2 | 1.2.6 | http://www.dovecot.org/ |
| fail2ban | 0.8.3 | 0.8.4 | http://fail2ban.sourceforge.net/ |
| freeradius | 2.1.3 | 2.1.7 | http://www.freeradius.org/ |
| freeradius-krb5 | 2.1.3 | 2.1.7 | http://www.freeradius.org/ |
| freeradius-ldap | 2.1.3 | 2.1.7 | http://www.freeradius.org/ |
| freeradius-libs | 2.1.3 | 2.1.7 | http://www.freeradius.org/ |
| freeradius-mysql | 2.1.3 | 2.1.7 | http://www.freeradius.org/ |
| freeradius-perl | 2.1.3 | 2.1.7 | http://www.freeradius.org/ |
| freeradius-postgresql | 2.1.3 | 2.1.7 | http://www.freeradius.org/ |
| freeradius-python | 2.1.3 | 2.1.7 | http://www.freeradius.org/ |
| freeradius-unixODBC | 2.1.3 | 2.1.7 | http://www.freeradius.org/ |
| freeradius-utils | 2.1.3 | 2.1.7 | http://www.freeradius.org/ |
| fwknop | 1.9.9 | 1.9.12 | http://www.cipherdyne.org/fwknop/ |
| gearmand | new | 0.9 | http://www.gearman.org |
| glusterfs-server | 2.0.0 | 2.0.6 | http://www.gluster.org/ |
| gnokii-smsd | 0.6.27 | 0.6.28 | http://www.gnokii.org/ |
| gnokii-smsd-mysql | 0.6.27 | 0.6.28 | http://www.gnokii.org/ |
| gnokii-smsd-pgsql | 0.6.27 | 0.6.28 | http://www.gnokii.org/ |
| gnome-settings-daemon | 2.26.1 | 2.28.1 | http://download.gnome.org/sources/gnome-settings-daemon |
| gvrpcd | new | 1.3 | http://sokrates.mimuw.edu.pl/~sebek/gvrpcd/ |
| haproxy | 1.3.17 | 1.3.22 | http://haproxy.1wt.eu/ |
| heartbeat | 2.1.4 | 3.0.0 | http://linux-ha.org/ |
| heartbeat-devel | 2.1.4 | 3.0.0 | http://linux-ha.org/ |
| heartbeat-libs | new | 3.0.0 | http://linux-ha.org/ |
| hplip | 3.9.2 | 3.9.8 | http://hplip.sourceforge.net/ |
| httpd | 2.2.11 | 2.2.13 | http://httpd.apache.org/ |
| httpd-tools | 2.2.11 | 2.2.13 | http://httpd.apache.org/ |
| inadyn | 1.96.2 | dropped | http://inadyn.ina-tech.net |
| inews | 2.4.6 | 2.5.0 | https://www.isc.org/software/INN/ |
| infinoted | new | 0.3.0 | http://gobby.0x539.de/trac/wiki/Infinote/Libinfinity |
| inn | 2.4.6 | 2.5.0 | https://www.isc.org/software/INN/ |
| jabberd | 2.2.7.1 | 2.2.8 | http://jabberd2.xiaoka.com/ |
| jack-audio-connection-kit | 0.116.1 | 0.116.2 | http://www.jackaudio.org |
| kannel | 1.4.1 | 1.4.3 | http://www.kannel.org/ |
| krb5-server | 1.6.3 | 1.7 | http://web.mit.edu/kerberos/www/ |
| krb5-server-ldap | 1.6.3 | 1.7 | http://web.mit.edu/kerberos/www/ |
| ksysguardd | 4.2.2 | 4.3.2 | http://www.kde.org/ |
| ldirectord | new | 3.0.4 | http://sources.redhat.com/cluster/wiki/ |
| libsane-hpaio | 3.9.2 | 3.9.8 | http://hplip.sourceforge.net/ |
| libtalloc | 1.2.0 | 2.0.0 | http://talloc.samba.org/ |
| libtdb | 1.1.3 | 1.1.5 | http://tdb.samba.org/ |
| lighttpd | 1.4.22 | 1.4.23 | http://www.lighttpd.net/ |
| lighttpd-fastcgi | 1.4.22 | 1.4.23 | http://www.lighttpd.net/ |
| lighttpd-mod_geoip | 1.4.22 | 1.4.23 | http://www.lighttpd.net/ |
| lighttpd-mod_mysql_vhost | 1.4.22 | 1.4.23 | http://www.lighttpd.net/ |
| lirc | 0.8.5 | 0.8.6 | http://www.lirc.org/ |
| lirc-remotes | 0.8.5 | 0.8.6 | http://www.lirc.org/ |
| lm_sensors-sensord | 3.1.0 | 3.1.1 | http://www.lm-sensors.org/ |
| memcached | 1.2.6 | 1.4.1 | http://www.danga.com/memcached/ |
| milter-greylist | 4.2.2 | 4.2.3 | http://hcpnet.free.fr/milter-greylist/ |
| milter-greylist-sysvinit | 4.2.2 | 4.2.3 | http://hcpnet.free.fr/milter-greylist/ |
| milter-greylist-upstart | 4.2.2 | 4.2.3 | http://hcpnet.free.fr/milter-greylist/ |
| mipv6-daemon | new | 0.4 | http://www.linux-ipv6.org/memo/mipv6/ |
| mod_dav_svn | 1.6.1 | 1.6.5 | http://subversion.tigris.org/ |
| mod_fcgid | 2.2 | 2.3.4 | http://httpd.apache.org/mod_fcgid/ |
| mod_log_post | new | 0.1.0 | http://ftp.robert-scheck.de/linux/mod_log_post/ |
| mod_mono | 2.4 | 2.4.2 | http://mono.ximian.com/monobuild/preview/sources-preview/ |
| mod_perlite | 0.09 | 0.10 | http://modperlite.org |
| mod_selinux | new | 2.2.2015 | http://code.google.com/p/sepgsql/ |
| mod_ssl | 2.2.11 | 2.2.13 | http://httpd.apache.org/ |
| murmur | new | 1.1.8 | http://mumble.sourceforge.net/ |
| mydns | 1.2.8.25 | 1.2.8.27 | http://mydns-ng.com/ |
| mydns-mysql | 1.2.8.25 | 1.2.8.27 | http://mydns-ng.com/ |
| mydns-pgsql | 1.2.8.25 | 1.2.8.27 | http://mydns-ng.com/ |
| netatalk | 2.0.3 | 2.0.4 | http://netatalk.sourceforge.net/ |
| nfs-utils | 1.1.5 | 1.2.0 | http://sourceforge.net/projects/nfs |
| nginx | 0.6.36 | 0.7.62 | http://nginx.net/ |
| nscd | 2.10.1 | 2.11 | http://sources.redhat.com/glibc/ |
| nsd | 3.2.2 | 3.2.3 | http://www.nlnetlabs.nl/nsd/ |
| ntp | 4.2.4p6 | 4.2.4p7 | http://www.ntp.org |
| obexd | 0.10 | 0.18 | http://www.bluez.org/ |
| openldap | 2.4.15 | 2.4.18 | http://www.openldap.org/ |
| openldap-servers | 2.4.15 | 2.4.18 | http://www.openldap.org/ |
| openldap-servers-sql | 2.4.15 | 2.4.18 | http://www.openldap.org/ |
| opensm | 3.2.1 | 3.3.2 | http://www.openfabrics.org/ |
| openswan | 2.6.21 | 2.6.23 | http://www.openswan.org/ |
| openswan-doc | 2.6.21 | 2.6.23 | http://www.openswan.org/ |
| openwsman | 2.1.0 | 2.2.0 | http://www.openwsman.org/ |
| pacemaker | new | 1.0.5 | http://www.clusterlabs.org |
| pacemaker-libs | new | 1.0.5 | http://www.clusterlabs.org |
| pathfinderd | new | 1.1.0 | http://code.google.com/p/pathfinder-pki/ |
| pcsc-lite-openct | 0.6.15 | 0.6.17 | http://www.opensc-project.org/openct/ |
| pdns-recursor | 3.1.7 | 3.1.7.1 | http://powerdns.com |
| perl-Collectd | 4.5.3 | 4.6.5 | http://collectd.org/ |
| postfix | 2.5.6 | 2.6.5 | http://www.postfix.org |
| privoxy | 3.0.10 | 3.0.13 | http://www.privoxy.org/ |
| proftpd | 1.3.2 | 1.3.2b | http://www.proftpd.org/ |
| proftpd-ldap | 1.3.2 | 1.3.2b | http://www.proftpd.org/ |
| proftpd-mysql | 1.3.2 | 1.3.2b | http://www.proftpd.org/ |
| proftpd-postgresql | 1.3.2 | 1.3.2b | http://www.proftpd.org/ |
| pulseaudio | 0.9.15 | 0.9.19 | http://pulseaudio.org/ |
| pulseaudio-esound-compat | 0.9.15 | 0.9.19 | http://pulseaudio.org/ |
| pulseaudio-module-bluetooth | 0.9.15 | 0.9.19 | http://pulseaudio.org/ |
| pulseaudio-module-gconf | 0.9.15 | 0.9.19 | http://pulseaudio.org/ |
| pulseaudio-module-jack | 0.9.15 | 0.9.19 | http://pulseaudio.org/ |
| pulseaudio-module-lirc | 0.9.15 | 0.9.19 | http://pulseaudio.org/ |
| pulseaudio-module-x11 | 0.9.15 | 0.9.19 | http://pulseaudio.org/ |
| pulseaudio-module-zeroconf | 0.9.15 | 0.9.19 | http://pulseaudio.org/ |
| pure-ftpd | 1.0.21 | 1.0.22 | http://www.pureftpd.org |
| pure-ftpd-selinux | 1.0.21 | 1.0.22 | http://www.pureftpd.org |
| python-morbid | new | 0.8.7.3 | http://www.morbidq.com |
| qmf | 0.5.752600 | 0.5.829175 | http://qpid.apache.org |
| qpidd | 0.5.752600 | 0.5.829175 | http://qpid.apache.org |
| qpidd-cluster | 0.5.752600 | 0.5.829175 | http://qpid.apache.org |
| quagga | 0.99.11 | 0.99.12 | http://www.quagga.net |
| quagga-contrib | 0.99.11 | 0.99.12 | http://www.quagga.net |
| quagga-devel | 0.99.11 | 0.99.12 | http://www.quagga.net |
| radvd | 1.1 | 1.3 | http://www.litech.org/radvd/ |
| rpcbind | 0.1.7 | 0.2.0 | http://nfsv4.bullopensource.org |
| rsyslog | 3.21.11 | 4.4.1 | http://www.rsyslog.com/ |
| rsyslog-gnutls | 3.21.11 | 4.4.1 | http://www.rsyslog.com/ |
| rsyslog-gssapi | 3.21.11 | 4.4.1 | http://www.rsyslog.com/ |
| rsyslog-mysql | 3.21.11 | 4.4.1 | http://www.rsyslog.com/ |
| rsyslog-pgsql | 3.21.11 | 4.4.1 | http://www.rsyslog.com/ |
| rsyslog-relp | 3.21.11 | 4.4.1 | http://www.rsyslog.com/ |
| rubygem-mongrel_cluster | new | 1.0.5 | http://mongrel.rubyforge.org/wiki/MongrelCluster |
| samba | 3.3.2 | 3.4.2 | http://www.samba.org/ |
| sec | 2.4.1 | 2.5.2 | http://simple-evcorr.sourceforge.net/ |
| Pacchetti cambiati | 220 |
| Pacchetti non cambiati | 244 |
| Pacchetti totali | 464 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| b43-openfwwf | new | 5.2 | http://www.ing.unibs.it/openfwwf/ |
| gfs-utils | 3.0.0 | 3.0.4 | http://sources.redhat.com/cluster/wiki/ |
| gfs2-utils | 3.0.0 | 3.0.4 | http://sources.redhat.com/cluster/wiki/ |
| iwl3945-firmware | 15.28.2.8 | 15.32.2.9 | http://intellinuxwireless.org/ |
| iwl4965-firmware | 228.57.2.23 | 228.61.2.24 | http://intellinuxwireless.org/ |
| iwl5000-firmware | 5.4.A.11 | 8.24.2.12 | http://intellinuxwireless.org/ |
| kernel | 2.6.29.4 | 2.6.31.5 | http://www.kernel.org/ |
| kernel-PAE | 2.6.29.4 | 2.6.31.5 | http://www.kernel.org/ |
| kernel-PAE-devel | 2.6.29.4 | 2.6.31.5 | http://www.kernel.org/ |
| kernel-devel | 2.6.29.4 | 2.6.31.5 | http://www.kernel.org/ |
| ksplice | 0.9.7 | 0.9.9 | http://ksplice.com |
| module-init-tools | 3.7 | 3.9 | n/a |
| ocfs2console | 1.3.9 | 1.4.3 | http://oss.oracle.com/projects/ocfs2-tools/ |
| ql2400-firmware | 4.04.05 | 4.04.09 | ftp://ftp.qlogic.com/outgoing/linux/firmware/ |
| ql2500-firmware | 4.04.05 | 4.04.09 | ftp://ftp.qlogic.com/outgoing/linux/firmware/ |
| Pacchetti cambiati | 15 |
| Pacchetti non cambiati | 18 |
| Pacchetti totali | 33 |
| Pacchetti cambiati | 905 |
| Pacchetti non cambiati | 831 |
| Pacchetti totali | 1736 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| bash | 4.0 | 4.0.33 | http://www.gnu.org/software/bash |
| busybox | 1.13.2 | 1.15.1 | http://www.busybox.net |
| busybox-petitboot | 1.13.2 | 1.15.1 | http://www.busybox.net |
| fish | 1.23.0 | 1.23.1 | http://fishshell.org/ |
| ksh | 20081104 | 20090630 | http://www.kornshell.com/ |
| mc | 4.6.2 | 4.7.0 | http://www.midnight-commander.org/ |
| mksh | 37b | 39 | http://www.mirbsd.de/mksh/ |
| nautilus-search-tool | 0.2.2 | 0.3.0 | http://saettaz.altervista.org/software/nautilus_search_tool.html |
| tcsh | 6.15 | 6.17 | http://www.tcsh.org/ |
| ytree | new | 1.93 | http://www.han.de/~werner/ytree.html |
| zsh | 4.3.9 | 4.3.10 | http://zsh.sunsite.dk/ |
| zsh-html | 4.3.9 | 4.3.10 | http://zsh.sunsite.dk/ |
| Pacchetti cambiati | 12 |
| Pacchetti non cambiati | 3 |
| Pacchetti totali | 15 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| qpidc-perftest | 0.5.752600 | 0.5.829175 | http://qpid.apache.org |
| Pacchetti cambiati | 1 |
| Pacchetti non cambiati | 0 |
| Pacchetti totali | 1 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| tog-pegasus-devel | 2.7.2 | 2.9.0 | http://www.openpegasus.org |
| Pacchetti cambiati | 1 |
| Pacchetti non cambiati | 0 |
| Pacchetti totali | 1 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| eclipse-cdt-mylyn | 5.0.2 | 6.0.0 | http://www.eclipse.org/cdt |
| eclipse-cdt-sdk | 5.0.2 | 6.0.0 | http://www.eclipse.org/cdt |
| eclipse-jdt | 3.4.2 | 3.5.1 | http://www.eclipse.org/ |
| eclipse-nls | new | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-ar | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-bg | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-cs | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-da | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-de | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-el | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-en_AA | new | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-en_AU | new | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-es | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-et | new | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-fi | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-fr | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-he | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-hi | new | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-hu | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-it | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-ja | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-ko | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-mn | new | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-nl | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-no | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-pl | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-pt | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-pt_BR | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-ro | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-ru | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-sv | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-tr | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-uk | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-zh | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-nls-zh_TW | 0.2.0 | 3.5.0.v20090620043401 | http://babel.eclipse.org/ |
| eclipse-pde | 3.4.2 | 3.5.1 | http://www.eclipse.org/ |
| eclipse-platform | 3.4.2 | 3.5.1 | http://www.eclipse.org/ |
| eclipse-swt | 3.4.2 | 3.5.1 | http://www.eclipse.org/ |
| icu4j-eclipse | 3.8.1 | 4.0.1 | http://www-306.ibm.com/software/globalization/icu/index.jsp |
| Pacchetti cambiati | 39 |
| Pacchetti non cambiati | 1 |
| Pacchetti totali | 40 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| xfce4-weather-plugin | 0.6.2 | 0.7.3 | http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin |
| xfce4-xkb-plugin | 0.5.2 | 0.5.3.3 | http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin |
| xfwm4-theme-nodoka | 0.1 | 0.2 | https://fedorahosted.org/nodoka/ |
| xpad | 3.0 | 4.0 | http://xpad.sourceforge.net |
| xsettings-kde | 0.9 | 0.11 | http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/theme/xsettings-kde/ |
| yakuake | 2.9.4 | 2.9.6 | http://extragear.kde.org/apps/yakuake/ |
| Pacchetti cambiati | 229 |
| Pacchetti non cambiati | 189 |
| Pacchetti totali | 418 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| gnome-session-xsession | 2.26.1 | 2.28.0 | http://www.gnome.org |
| Pacchetti cambiati | 1 |
| Pacchetti non cambiati | 0 |
| Pacchetti totali | 1 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| easystroke | new | 0.4.9 | http://easystroke.sourceforge.net/ |
| em8300-utils | 0.17.2 | 0.17.3 | http://dxr3.sourceforge.net/ |
| florence | 0.4.0 | 0.4.3 | http://florence.sourceforge.net |
| gnome-lirc-properties | 0.3.1 | 0.4.0 | http://svn.gnome.org/svn/gnome-lirc-properties/trunk |
| mesa-dri-drivers | 7.5 | 7.6 | http://www.mesa3d.org |
| razertool | new | 0.0.7 | http://razertool.sourceforge.net/ |
| xorg-x11-drv-acecad | 1.3.0 | 1.4.0 | http://www.x.org |
| xorg-x11-drv-aiptek | 1.2.0 | 1.3.0 | http://www.x.org |
| xorg-x11-drv-apm | 1.2.1 | 1.2.2 | http://www.x.org |
| xorg-x11-drv-ast | 0.87.0 | 0.89.9 | http://www.x.org |
| xorg-x11-drv-ati | 6.12.2 | 6.13.0 | http://www.x.org |
| xorg-x11-drv-chips | 1.2.1 | 1.2.2 | http://www.x.org |
| xorg-x11-drv-cirrus | 1.2.0 | 1.3.2 | http://www.x.org |
| xorg-x11-drv-dummy | 0.3.1 | 0.3.2 | http://www.x.org |
| xorg-x11-drv-evdev | 2.2.1 | 2.3.0 | http://www.x.org |
| xorg-x11-drv-fbdev | 0.4.0 | 0.4.1 | http://www.x.org |
| xorg-x11-drv-geode | 2.11.2 | 2.11.4.1 | http://www.x.org/wiki/AMDGeodeDriver |
| xorg-x11-drv-glint | 1.2.2 | 1.2.4 | http://www.x.org |
| xorg-x11-drv-i128 | 1.3.0 | 1.3.3 | http://www.x.org |
| xorg-x11-drv-i740 | 1.2.0 | 1.3.2 | http://www.x.org |
| xorg-x11-drv-intel | 2.7.0 | 2.9.1 | http://www.x.org |
| xorg-x11-drv-ivtv | 1.0.1 | 1.1.0 | http://ivtvdriver.org |
| xorg-x11-drv-keyboard | 1.3.2 | 1.3.99.1 | http://www.x.org |
| xorg-x11-drv-mach64 | 6.8.0 | 6.8.2 | http://www.x.org |
| xorg-x11-drv-mga | 1.4.10 | 1.4.11 | http://www.x.org |
| xorg-x11-drv-mouse | 1.4.0 | 1.4.99.1 | http://www.x.org |
| xorg-x11-drv-neomagic | 1.2.2 | 1.2.4 | http://www.x.org |
| xorg-x11-drv-nouveau | 0.0.12 | 0.0.15 | http://www.x.org |
| xorg-x11-drv-nv | 2.1.13 | 2.1.15 | http://www.x.org |
| xorg-x11-drv-openchrome | 0.2.903 | 0.2.904 | http://www.openchrome.org |
| xorg-x11-drv-r128 | 6.8.0 | 6.8.1 | http://www.x.org |
| xorg-x11-drv-rendition | 4.2.1 | 4.2.2 | http://www.x.org |
| xorg-x11-drv-s3 | 0.6.1 | 0.6.3 | http://www.x.org |
| xorg-x11-drv-s3virge | 1.10.2 | 1.10.4 | http://www.x.org |
| xorg-x11-drv-savage | 2.2.1 | 2.3.1 | http://www.x.org |
| xorg-x11-drv-siliconmotion | 1.7.0 | 1.7.3 | http://www.x.org |
| xorg-x11-drv-sis | 0.10.1 | 0.10.2 | http://www.x.org |
| xorg-x11-drv-sisusb | 0.9.1 | 0.9.3 | http://www.x.org |
| xorg-x11-drv-synaptics | 1.1.0 | 1.1.99 | http://www.x.org |
| xorg-x11-drv-tdfx | 1.4.1 | 1.4.3 | http://www.x.org |
| xorg-x11-drv-trident | 1.3.1 | 1.3.3 | http://www.x.org |
| xorg-x11-drv-tseng | 1.2.1 | 1.2.2 | http://www.x.org |
| xorg-x11-drv-vesa | 2.2.0 | 2.2.1 | http://www.x.org |
| xorg-x11-drv-vmmouse | 12.6.3 | 12.6.5 | http://www.x.org |
| xorg-x11-drv-vmware | 10.16.0 | 10.16.7 | http://www.x.org |
| xorg-x11-drv-void | 1.2.0 | 1.3.0 | http://www.x.org |
| xorg-x11-drv-voodoo | 1.2.1 | 1.2.3 | http://www.x.org |
| zbar | new | 0.8 | http://sourceforge.net/projects/zbar |
| Pacchetti cambiati | 48 |
| Pacchetti non cambiati | 14 |
| Pacchetti totali | 62 |
| Pacchetto | Vecchia versione | Nuova versione | URL upstream |
|---|---|---|---|
| woodardworks-laconic-fonts | new | 001.001 | http://www.woodardworks.com/type13.html |
| woodardworks-laconic-shadow-fonts | new | 001.001 | http://www.woodardworks.com/type13.html |
| xdotool | 20090126 | 20090815 | http://www.semicomplete.com/projects/xdotool/ |
| xkeyboard-config | 1.5 | 1.6 | http://www.freedesktop.org/wiki/Software/XKeyboardConfig |
| xmonad | new | 0.8.1 | http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xmonad |
| xorg-x11-apps | 7.3 | 7.4 | http://www.x.org |
| xorg-x11-server-Xephyr | 1.6.1.901 | 1.7.1 | http://www.x.org |
| xorg-x11-server-Xnest | 1.6.1.901 | 1.7.1 | http://www.x.org |
| xorg-x11-server-Xorg | 1.6.1.901 | 1.7.1 | http://www.x.org |
| xorg-x11-server-Xvfb | 1.6.1.901 | 1.7.1 | http://www.x.org |
| xorg-x11-server-common | 1.6.1.901 | 1.7.1 | http://www.x.org |
| xorg-x11-server-devel | 1.6.1.901 | 1.7.1 | http://www.x.org |
| xorg-x11-xkb-extras | new | 7.4 | http://www.x.org |
| xorg-x11-xkb-utils | 7.2 | 7.4 | http://www.x.org |
| xscope | new | 1.2 | http://cgit.freedesktop.org/xorg/app/xscope/ |
| xterm | 242 | 248 | http://dickey.his.com/xterm |
| Pacchetti cambiati | 172 |
| Pacchetti non cambiati | 289 |
| Pacchetti totali | 461 |
| Diario delle Revisioni | |||||||
|---|---|---|---|---|---|---|---|
| Revisione 0.5 | Tue 27 Oct 2009 | ||||||
| |||||||
| Revisione 0.4 | Mon 26 Oct 2009 | ||||||
| |||||||
| Revisione 0.3 | Fri 04 Sep 2009 | ||||||
| |||||||
| Revisione 0.2 | Thu 03 Sep 2009 | ||||||
| |||||||
| Revisione 0.1 | Thu 30 Jul 2009 | ||||||
| |||||||