Commit graph

2362 commits

Author SHA1 Message Date
joerg
dbff141bdb DESTDIR support. Fix varbase handling. Bump revision. 2010-06-25 21:38:44 +00:00
joerg
c72ca10bc0 DESTDIR support 2010-06-25 21:05:57 +00:00
obache
5b6022e391 Use PKG_HOME.* (and default values) instead of long PKG_USERS definition. 2010-06-25 08:58:38 +00:00
obache
8ccf99acef * sort PLIST
* Fixes PLIST other than Linux (not for Darwin yet).
* using desktopdb.mk

Bump PKGREVISION.
2010-06-25 08:30:23 +00:00
joerg
636a415d40 User must exist early during installation. 2010-06-19 12:14:07 +00:00
adam
ff4b8599fc Changes 2.2.10:
* Special case to ignore the X509_V_ERR_UNABLE_TO_GET_CRL error
  when CRL is not present in chain. Merged patch by Michal Witkowski.
* storage_ldapvcard rebind like auth_ldap for successful connection
  to MS Active Directory as LDAP storage. Merged patch by x0r.
* Merged SASL External login for clients patch by Michal Witkowski.
* Merged router-filter redirect option by Ugnich Anton.
* Dropped support for PEP
* Fix for crash on empty pkt->to
2010-06-16 07:56:29 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
adam
39e3c79ee6 Correctly unlimit opened files in c2s.sh 2010-06-10 10:36:22 +00:00
fhajny
91d5ca7956 Updated chat/ejabberd to 2.1.4.
Short list of changes:
* Bounce messages when closing c2s session
* Bugfixes when handling Service Discovery to contacts
* Don't send error stanza as reply to error stanza
* Don't store blocked messages in offline queue
* Extauth: Optionally cache extauth users in mnesia
* Full support for XEP-0115 Entity Capabilities v1.5
* HTTP-Bind (BOSH): Remove unneeded 100 ms delay, and export functions
  to facilitate prebinding methods
* LDAP: Inband password change, Extensible match support,
  and ldap_tls_verify.
* Localization: Updated most translations
* MUC: Refactor code to reduce calls to get_affiliation and get_role
* ODBC: Add created_at column also to PostgreSQL schema
* PAM: New option pam_userinfotype to provide username or JID
* Pubsub: Send created node notifications. Enforce
  pubsub#presence_based_delivery, pubsub#show_values
* Vcard: Automatic vcard avatar addition in presence
* WebAdmin: New Access rule webadmin_view for read-only
2010-06-09 13:53:53 +00:00
kefren
ebdafdc8a2 Update to 2.42
Fixes pkg/42800
2010-06-03 09:23:07 +00:00
kefren
6da56cf459 Security update to 6.32
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581194
2010-06-03 09:12:50 +00:00
tnn
07af535d0f gtk+ 2.20 deprecated some macros, causing fallout (surprise, surprise!) 2010-06-02 18:24:47 +00:00
adam
99a09c94f0 Fix building with db5; revision bump for db4 update 2010-06-02 13:14:47 +00:00
tonio
5f6ab17bea Update chat/bitlbee to 1.2.7
Fix PR pkg/43329

- Version 1.2.7 (released 2010-05-15) hilights:
    * Resolved MSN Messenger login issues.
    * Twitter module now uses OAuth, so it'll still work after June.
    * Various other fixes and small feature additions.
- Version 1.2.6a (released 2010-04-19) hilights:
    * (1.2.6a because the original 1.2.6 release had one unfortunate bug in the
      Twitter module.)
    * Twitter support! (Implemented by Geert Mulders.)
    * Fixed issues with MSN friendly names getting lost by allowing to store
      them locally (see the local_display_name MSN setting.), and worked around
      problems when talking to offline MSN contacts (see the
      switchboard_keepalives MSN setting).
      The usual bug fixes and small feature enhancements.
- Version 1.2.5 (released 2010-03-17) hilights:
    * Full support for non-away status messages.
    * Ability to generate nicknames from the contact's full name, making
      Facebook's XMPP server work much better with BitlBee.
    * Lots of misc. bug fixes and small feature enhancements.
2010-05-30 14:52:18 +00:00
sketch
83334541f1 Fix line length problems, previously sending >255 char messages to icb
would just result in a server error.  Now we split them correctly.
2010-05-18 21:38:49 +00:00
sketch
f9c6561792 Apply Matt Dunford's patch to track /nick change correctly, parse /topic
changes, and add a bunch of other commands.

Still needs to detect the topic when joining a group...
2010-05-17 20:13:25 +00:00
obache
d48a2970c5 LICENSE=ruby-license 2010-05-16 12:19:11 +00:00
obache
cdf81f78b7 Note commnented out LICENSE (Ruby's). 2010-05-15 12:32:11 +00:00
rillig
88d47f4533 Updated amsn to 0.98.3.
No useful ChangeLog available.
2010-05-12 21:27:01 +00:00
gdt
1dbdec2cd5 Call SSL_library_init() before any other operations. Fixes "no
ciphers" problem with newer openssl.  From
http://lists.alioth.debian.org/pipermail/pkg-openssl-devel/2005-October/000219.html
2010-05-04 18:33:35 +00:00
tnn
25e48931c0 needs libidn buildlinked 2010-04-24 09:27:50 +00:00
spz
56eaea0860 updating irssi to next version (0.8.15). Changelog:
Features:

    * Add active_window_ignore_refnum option With active_window_ignore_refnum ON, the current behavior for the active_window key (meta-a by default) is preserved: it switches to the window with the highest activity level that was last activated. With active_window_ignore_refnum OFF, the old behavior is used: it switches to the window with the highest activity level with the lowest refnum. (by Matt Sparks, bug #667)
    * Show new Charybdis +q list in channel windows (numerics 728 and 729).
    * Allow servers to belong to multiple networks.
    * Improve paste detection. Irssi now detects a paste if it reads at least three bytes in a single read; subsequent reads are associated to the same paste if they happen before 'paste_detect_time' time since the last read. If no read occurs after 'paste_detect_time' time the paste buffer is flushed; if there is at least one complete line its content is sent as a paste, otherwise it is processed normally.
    * Show "target changing too fast" messages in the channel/query window.
    * Use default trusted CAs if nothing is specified. This allows useful use of -ssl_verify without -ssl_cafile/-ssl_capath, using OpenSSL's default trusted CAs.
    * Show why an SSL certificate failed validation.
    * Make own nick and actions use default colour instead of white (by Tim Retout).

Bugfixes:

    * Change some characters illegal in Windows filenames to underscores in logs
    * Fix disconnects when sending large amounts of data over SSL
    * Show all nicks instead of just the first in an /accept * listing (Bug #704)
    * Make several signals without parameters available to perl again. In particular, this includes the "beep" signal (by Matt Sparks, bug #674)
    * Close the config file fd after saving (by Sven Wegener)
    * Check if an SSL certificate matches the hostname of the server we are connecting to.
    * Fix bash'isms, use command -v instead of which and use bc -l in /CALC.
    * Fix a crash with handling the DCC queue.
    * Fix crash when checking for fuzzy nick match when not on the channel. Reported by Aurelien Delaitre (SATE 2009).
2010-04-18 06:29:16 +00:00
adam
6db9540dfb Oops! Forgot to add the patches 2010-04-15 07:02:51 +00:00
adam
66961b4948 Rev.2 changes:
* Unlimit file descr. to 1024 for c2s, as in c2s configuration file.
* Allow -Os (instead of -O1) as a work-around 64-bit compiler bug.
* Router patch.
2010-04-15 07:01:22 +00:00
markd
d5cddb398c Add konversation-kde3 2010-04-10 22:26:49 +00:00
markd
6bc8d0f59d Update to konversation 1.2.3
KDE4 version.
2010-04-10 22:26:05 +00:00
markd
823dab07e9 Reimport konversation as konversation-kde3 2010-04-10 22:23:05 +00:00
markd
a40aa4af5b Update libmsn to 4.1
Changes unknown.
2010-04-10 00:11:49 +00:00
gdt
bf0fbfbce0 Don't require farsight option for enabling PLIST.gnome, because the
gnome-specific file is installed even w/o farsight.  PKGREVISION++.

ok wiz@
2010-04-03 21:00:42 +00:00
tron
d436714ef5 Fix installation into a destination directory with "MANZ" defined
by passing the correct directory name to "mk/plist/doc-compress".
2010-03-30 10:29:40 +00:00
wiz
a4eec2f4cc Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
adrianp
c7c62001e9 Don't have time to MAINTAIN these anymore, so back to pkgsrc-users@ 2010-03-20 21:32:40 +00:00
martti
5e02918e9e Reset MAINTAINER. 2010-03-15 06:27:55 +00:00
fhajny
fb973f5815 Updated chat/ejabberd to 2.1.3.
Changes in ejabberd-2.1.3

Client connections
* Avoid 'invalid' value in iq record
* Avoid resending stream:error stanzas on terminate (EJAB-1180)
* Close also legacy sessions that were half connected (EJAB-1165)
* iq_query_info/1 now returns 'invalid' if XMLNS is invalid
* New ejabberd_c2s option support: max_fsm_queue
* Rewrite mnesia counter functions to use dirty_update_counter (EJAB-1177)
* Run user_receive_packet also when sending offline messages (EJAB-1193)
* Use p1_fsm behaviour in c2s FSM (EJAB-1173)

Clustering
* Fix cluster race condition in route read
* New command to set master Mnesia node
* Use mnesia:async_dirty when cleaning table from failed node

Documentation
* Add quotes in documentation of some erl arguments (EJAB-1191)
* Add option access_from (EJAB-1187)
* Add option max_fsm_queue (EJAB-1185)
* Fix documentation installation, no need for executable permission
  (EJAB-1170)
* Fix typo in EJABBERD_BIN_PATH (EJAB-891)
* Fix typos in example config comments (EJAB-1192)

ejabberdctl
* Support concurrent connections with bound connection names
* Add support for Jot in ctl and TTY in debug
* Support help command names with old - characters
* Fix to really use the variable ERL_PROCESSES

Erlang compatibility
* Don't call queue:filter/2 to keep compatibility with older Erlang versions
* Use alternative of file:read_line/1 to not require R13B02

HTTP
* Add new debugging hook to the http receiving process
* Allow a request_handler to serve a file in root of HTTP

HTTP-Bind (BOSH)
* Cross-domain HTTP-Bind support (EJAB-1168)
* Hibernate http-bind process after handling a request
* Reduce verbosity of HTTP Binding log messages

LDAP
* Document ldap_dn_filter, fetch only needed attributes in search
  (EJAB-1204)
* Use "%u" pattern as default for ldap_uids (EJAB-1203)

Localization
* Fix German translation (EJAB-1195)
* Fix Russian translation

ODBC
* Fix MSSQL support, which was broken (EJAB-1201)
* Improved SQL reconnect behaviour

Pubsub, PEP and Caps
* Add extended stanza addressing 'replyto' on PEP (EJAB-1198)
* Add pubsub#purge_offline (EJAB-1186)
* Fix pubsub#title option (EJAB-1190)
* Fix remove_user for node subscriptions (EJAB-1172)
* Optimizations in mod_caps

Other
* mod_register: Add new acl access_from, default is to deny
* mod_sic: new module for the experimental XEP-0279 Server IP Check
  (EJAB-1205)
* PIEFXIS: Catch errors when exporting to PIEFXIS file (EJAB-1178)
* Proxy65: new option "hostname" (EJAB-838)
* Roster: Fix resending authorization problem
* Shared Roster Groups: get contacts nickname from vcard (EJAB-114)
* S2S: Improved s2s connections clean up (EJAB-1202)

Changes in ejabberd-2.1.2

Core
* Close sessions that were half connected
* Fix SASL PLAIN authentication message for RFC4616 compliance
* Fix support for old Erlang/OTP R10 and R11
* Return proper error (not 'conflict') when register is forbidden by ACL
* When ejabberd stops, send stream close to clients

ejabberdctl
* Check for EGID in ejabberdctl command
* Command to stop ejabberd informing users, with grace period
* If there's a problem in config file, display config lines and stop node

MUC
* Kick occupants with reason when room is stopped due to MUC shutdown
* Write in room log when a room is created, destroyed, started, stopped

PubSub and PEP
* Don't call gen_server on internal event (improves performance and
  scalability)
* Fix duplicate SHIM header in Pubsub message
* Notification messages of Pubsub node config change contained a SHIM
  header
* SubID SHIM header missing in Pubsub message with multiple subscriptions
  on the same node
* PEP: last published item not sent from unavailable users when the
  subscription is implicit (XEP-0115)
* pep_mapping not working due to Node type mismatch

WebAdmin
* If big offline message queue, show only subset on WebAdmin
* Support in user list page of WebAdmin when mod_offline is disabled
2010-03-13 21:05:48 +00:00
tonio
18b2ddd197 Update chat/weechat to 0.3.1.1
Version 0.3.1.1:
This version fixes crashes with SSL connection to IRC server and purge of old
DCC chats. It is recommended to upgrade from 0.3.1 to 0.3.1.1 for all users.

Version 0.3.1:
- new IRC commands: allserv, allchan, sajoin, samode, sanick, sapart, saquit,
- check of SSL certificates and use of CertFP for IRC servers,
- options to customize IRC CTCP replies,
- options to choose target buffer for IRC messages,
- anti-flood improved for IRC servers,
- new expansions for alias arguments,
- new color darkgray, bright colors supported for backgrounds,
- many bugs fixed.
2010-03-12 14:36:57 +00:00
spz
8a1be35725 updated patch -> distinfo needs an update too 2010-03-11 06:33:03 +00:00
dmcmahill
70f4fd80e9 use BSD_INSTALL_SCRIPT instead of BSD_INSTALL_DATA for a shell script 2010-03-08 17:30:23 +00:00
spz
d01a7eb7d5 i2cb at least compiles now 2010-03-04 21:51:11 +00:00
spz
f0c3e5fcae Add patches to compile on systems with getline() and to link to the tcl
currently in pkgsrc.
2010-03-04 21:40:29 +00:00
wiz
29f5305c67 farsight pulls in GConf, so make that option enable GConf support as well. 2010-02-26 10:31:10 +00:00
wiz
aeaceb273d Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
wiz
050e885f8e Make GConf dependency optional, based on patch from David Demelier
in PR 42878.
2010-02-26 09:48:56 +00:00
jnemeth
2bd0ba8074 mark i2cb as broken
/brick joerg
2010-02-25 09:21:44 +00:00
joerg
9ffe23da82 Fix ownership. Bump revision. 2010-02-19 21:01:36 +00:00
joerg
d90594919f Fix ownership. 2010-02-19 20:20:32 +00:00
joerg
73ea04c92a Fix ownership. Bump revision. 2010-02-19 20:17:09 +00:00
joerg
0c6a531806 Use correct ownership.
XXX 0777 directory
2010-02-19 19:56:57 +00:00
joerg
9190828446 Workaround incomplete linkage in libss and libroken on NetBSD. 2010-02-19 17:54:38 +00:00
joerg
577b885893 DESTDIR ready 2010-02-14 20:26:35 +00:00
joerg
d40fd9183d DESTDIR support 2010-02-14 20:24:11 +00:00