diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2009-05-13 07:26:29 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2009-05-13 07:26:29 +0000 |
commit | a642757667d0af37e483196cf578f08437d3c508 (patch) | |
tree | c19043b3b61bea6bb41189a95cb463a637916323 /chat/psi | |
parent | f603d5619e584bd65f26a7b925cebce04ae95bc8 (diff) | |
download | pkgsrc-a642757667d0af37e483196cf578f08437d3c508.tar.gz |
Upgdrade psi to 0.12.1.
New in 0.12:
- Multi-user chat windows now join one on one chat windows and
can be opened in tabbed form, either sharing a window, or seperately.
- The roster search has been updated, and now triggers a filter
when typing into the roster window.
- An XML ringbuffer is now used, allowing access to already
received XML in the XML console.
- When resolving a name for new contacts, the full name is now
used if the nick name is missing from the vcard.
- Auto-connect on wake is now an independent option.
- MUCs can now be bookmarked, and auto-joined.
- The old config.xml file has been dropped in favour of the new
options.xml format - all options in Psi can now be configured
from the Advanced options pane (no more hand-editing of config
files is required).
- Vcard avatars are now transmitted for the benefit of legacy
clients and servers not supporting PEP.
- A new diagnostics group is available in the help menu, to allow
debugging problems with the QCA security layer.
- Launching several instances of the same profile on Windows and
Unices with DBUS now behaves more sensibly.
- On X11, the taskbar should now flash on new messages for compliant
window managers.
0.12.1 security update:
- Bugfix for DOS vulnerability in the file transfer code.
Diffstat (limited to 'chat/psi')
-rw-r--r-- | chat/psi/Makefile | 6 | ||||
-rw-r--r-- | chat/psi/PLIST | 5 | ||||
-rw-r--r-- | chat/psi/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/chat/psi/Makefile b/chat/psi/Makefile index 364200e2028..a630eca68cf 100644 --- a/chat/psi/Makefile +++ b/chat/psi/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.53 2008/06/12 02:14:16 joerg Exp $ +# $NetBSD: Makefile,v 1.54 2009/05/13 07:26:29 jdolecek Exp $ -PSI_VERSION= 0.11 +PSI_VERSION= 0.12.1 DISTNAME= psi-${PSI_VERSION} -PKGREVISION= 1 +PKGREVISION= # empty CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psi/} EXTRACT_SUFX= .tar.bz2 diff --git a/chat/psi/PLIST b/chat/psi/PLIST index 135f4d74a9f..a37940d5353 100644 --- a/chat/psi/PLIST +++ b/chat/psi/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.11 2007/12/21 00:22:49 jdolecek Exp $ +@comment $NetBSD: PLIST,v 1.12 2009/05/13 07:26:29 jdolecek Exp $ bin/psi share/doc/psi/COPYING share/doc/psi/README share/psi/certs/README share/psi/certs/startcom_ca.crt +share/psi/certs/startcom_ca_new.crt share/psi/iconsets/emoticons/default/angry.png share/psi/iconsets/emoticons/default/bat.png share/psi/iconsets/emoticons/default/beer.png @@ -70,6 +71,7 @@ share/psi/iconsets/roster/default/online.png share/psi/iconsets/roster/default/perr.png share/psi/iconsets/roster/default/system.png share/psi/iconsets/roster/default/xa.png +share/psi/iconsets/roster/stellar-1.jisp share/psi/iconsets/system/README share/psi/iconsets/system/default/account.png share/psi/iconsets/system/default/add.png @@ -149,6 +151,7 @@ share/psi/iconsets/system/default/whiteboarding/draw_rectangles.png share/psi/iconsets/system/default/whiteboarding/erase.png share/psi/iconsets/system/default/whiteboarding/group.png share/psi/iconsets/system/default/whiteboarding/rotate.png +share/psi/iconsets/system/default/whiteboarding/save.png share/psi/iconsets/system/default/whiteboarding/scale.png share/psi/iconsets/system/default/whiteboarding/scroll.png share/psi/iconsets/system/default/whiteboarding/select.png diff --git a/chat/psi/distinfo b/chat/psi/distinfo index 5e5c12ee273..a99a1de71d9 100644 --- a/chat/psi/distinfo +++ b/chat/psi/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2007/12/20 20:15:25 jdolecek Exp $ +$NetBSD: distinfo,v 1.24 2009/05/13 07:26:29 jdolecek Exp $ -SHA1 (psi-0.11-20071115-1/psi-0.11.tar.bz2) = 834fac4b51d92e2502cb08d01d40f05ffcdce4a2 -RMD160 (psi-0.11-20071115-1/psi-0.11.tar.bz2) = 0e4ce707d7659e02d29b16d6d95a4c4c8ba9850a -Size (psi-0.11-20071115-1/psi-0.11.tar.bz2) = 2000216 bytes +SHA1 (psi-0.12.1-20071115-1/psi-0.12.1.tar.bz2) = 6fdcea3a072b40333faecc37acdb925f9bf8c5c3 +RMD160 (psi-0.12.1-20071115-1/psi-0.12.1.tar.bz2) = a5fc850796b0078bc1a03f4ff93a03611ee11e80 +Size (psi-0.12.1-20071115-1/psi-0.12.1.tar.bz2) = 2112404 bytes |