Commit graph

154532 commits

Author SHA1 Message Date
spz
af022de6ad add xymonclient 2010-02-14 18:12:39 +00:00
joerg
da9ccda827 Allow Python 2.6. 2010-02-14 18:08:48 +00:00
joerg
e51669aabc Use standard ownership. 2010-02-14 17:56:14 +00:00
wiz
baa2d7dd93 + Sigil-0.1.9, gnome-commander-1.2.8.5, hiawatha-7.0, multitail-5.2.5,
p5-ExtUtils-ParseXS-2.2203, p5-Mouse-0.50, scmgit-base-1.7.0,
  scmgit-docs-1.7.0.
- resin from suggested packages -- jwise says it's dormant and not
  worth packaging currently.
2010-02-14 16:49:24 +00:00
spz
a1f5cdc4bd xymon is the successor to hobbit. This is the client (aka agent) package.
It's a beta, handle with care.
2010-02-14 16:11:11 +00:00
tron
bf3efcc534 Use "PKG_PREFIX" if it is set and the compiled in path otherwise.
Based on a suggestion by Steven Drake.
2010-02-14 15:10:38 +00:00
taca
d25516985e Note update of www/squid30 package to 3.0.24. 2010-02-14 13:37:45 +00:00
taca
26f70b8239 Update squid to 3.0.24 (3.0.STABLE24).
Changes to squid-3.0.STABLE24 (13 Feb 2010):

	- Bug 2858: Segment violation in HTCP
	- Updated refresh pattern for dynamic pages
2010-02-14 13:37:02 +00:00
taca
e057758ae5 Note update of www/squid27 package to 2.7.7nb3. 2010-02-14 13:28:50 +00:00
taca
552d06c9be Add a security patch described security advisory SQUID-2010_2.txt,
http://www.squid-cache.org/Advisories/SQUID-2010_2.txt

Patch was the same content as official one.

http://www.squid-cache.org/Versions/v2/2.7/changesets/12600.patch.
2010-02-14 13:27:52 +00:00
zafer
8543e73455 update homepage 2010-02-14 13:22:37 +00:00
tnn
f4813c73c5 catch up w/ fetchmail 2010-02-14 13:06:32 +00:00
tnn
2c3b2ce41d document that mail/fetchmailconf reaches over here 2010-02-14 13:05:31 +00:00
taca
5a2a6dc38f Note update of these packages:
chat/ruby-net-irc		0.0.9
	databases/ruby-activeldap	1.2.1
2010-02-14 12:47:32 +00:00
taca
7233b481b7 Update ruby-activeldap pacakge to 1.2.1.
= CHANGES

== 1.2.1: 2009-12-15

* Supported ActiveRecord 2.3.5 and Rails 2.3.5.
* Supported GetText 2.1.0 and Locale 2.0.5.
* belongs_to(:many) support DN attribute.
* [#31] ActiveLdap::Base#attributes returns data that reflects
  schema definition. [Alexey.Chebotar]
* blocks DN attribute change by mass assignment with :id => ....
* [#35] fix has_many association is broken. [culturespy]
* Supported nested attribute options. [Hideyuki Yasuda]

== 1.2.0: 2009-09-22

* Supported ActiveRecord 2.3.4 and Rails 2.3.4.
* [IMCOMPATIBLE]
  [#23932] Inconsistant DN handling in object attributes [Marc Dequenes]
  (ActiveLdap::Base#dn and ActiveLdap::Base#base return
  ActiveLdap::DN not String)
* [#26824] support operational attributes detection [Marc Dequenes]
  (added ActiveLdap::Schema::Attribute#directory_operation?)
* [#27] Error saving an ActiveLDAP user [brad@lucky-dip.net]
* [#29] Raised on modify_rdn_entry when rdn already exists [Alexey.Chebotar]
* Added ActiveLdap::DN.parent.
* Supported renaming an entry. Renaming other DTI is only supported by
  JNDI backend.

== 1.1.0: 2009-07-18

* Improved tutorial. [Kazuaki Takase]
* Improvements:
  * API:
    * [#26] Supported to_xml for associations. [achemze]
    * ActiveLdap::Base.delete_all(filter=nil, options={}) ->
      ActiveLdap::Base.delete_all(filter_or_options={}).
      Sure, old method signature is also still supported.
    * belongs_to(:many) with :foreign_key is deprecated.
      Use :primary_key instead of :foreign_key. [Kazuaki Takase]
    * Means of has_many's :primary_key and :foreign_key are inverted.
      [Kazuaki Takase]
    * [experimental] Added ldap_field ActionView helper to
      generate form fileds for a LDAP entry.
  * Suppressed needless attributes updating.
* Dependencies:
  * Re-supported GetText.
  * ActiveRecord 2.3.2 is only supported.

== 1.0.9

* Added documents in Japanese. [Kazuaki Takase]
* Supported Ruby 1.9.1.
  * [#20] [Ruby 1.9 Support] :: Running Tests [Alexey.Chebotar]
* Supported Rails 2.3.2.
  * [#18] [Rails 2.3 Support] :: Running WEBrick Hangs [Alexey.Chebotar]
* Bug fixes:
  * Fixed blank values detection. [David Morton]
  * [#22] Ruby 1.8.6 p287 :: Undefined methods [Alexey.Chebotar]
  * Fixed gem loading. [Tiago Fernandes]
  * Fixed DN change via #base=. [David Morton]
  * Fixed infinite retry on timeout.
  * Fixed needless reconnection.
* API improvements:
  * Removed needless instance methods: #prefix=,
    #dn_attribute=, #sort_by=, #order=, #required_classes=,
    #recommended_classes= and #excluded_classes. [David Morton]
  * Removed obsolete scafoold_al generator.
  * Reduced default :retry_limit.
  * Supported association as parameter. [Joe Francis]
  * Normalized schema attribute name. [Tim Hermans]
  * Suppressed AuthenticationError -> ConnectionError
    conversion on reconnection. [Kazuaki Takase]
  * Added ActiveLdap::Schema#dump.
  * ActiveLdap::Base.establish_connection ->
    ActiveLdap::Base.setup_connection.
  * Supported ActiveLdap::Base.find(:last).
  * Added convenient methods:
    * ActiveLdap::Base.first
    * ActiveLdap::Base.last
    * ActiveLdap::Base.all

== 1.0.2

* Removed Base64 module use.
* Improved LDIF parser.
* Improved scheme parser.
* Supported Base64 in XML serialization.
* Supported TLS options.
* Supported ActiveRecord 2.2.2.
* Supported Ruby on Rails 2.2.2.
* Used rails/init.rb and rails_generators/ directory structure convention
  for Rails and gem. rails/ directory will be removed after 1.0.2 is released.
* AL-Admin migrated to Ruby on Rails 2.2.2 form 2.0.2.
* Improved ActiveDirectory integration.
* Accepted :class_name for belong_to and has_many option.
* Improved default port guess.
* Bug fixes:
  * [#4] ModifyRecord#load doesn't operate atomic. [gwarf12]
  * [#5] to_xml supports :except option. [baptiste.grenier]
  * [#6] to_xml uses ActiveResource format. [baptiste.grenier]
  * Out of ranged GeneralizedTime uses Time.at(0) as fallback value.
    [Richard Nicholas]
  * ActiveLdap::Base#to_s uses #to_ldif. [Kazuhiro NISHIYAMA]
  * Fixed excess prefix extraction. [Grzegorz Marszaek]
  * Skiped read only attribute validation. [Shimasawara-san]
  * Treated "" as empty value. [Ted Lepich]
  * [#9][#16] Reduced raising when DN value is invalid.
    [danger1986][Alexey.Chebotar]
  * [#10][#12] Fixed needless ',' is appeared. [michael.j.konopka]
  * [#11] Required missing 'active_ldap/user_password'. [michael.j.konopka]
  * [#13] Returned entries if has_many :wrap has nonexistent entry.
    [ingersoll]
  * [#15] Fixed type error on computing DN. [ery.lee]
  * ">=" filter operator doesn't work. [id:dicdak]
  * [#17] ActiveLdap::Base.create doesn't raise exception. [Alexey.Chebotar]
2010-02-14 12:45:27 +00:00
taca
db0106299e Update ruby-net-irc package to 0.0.9.
2009-10-11  SATOH Hiroh <cho45@lowreal.net>

	* [new]
		Implemented Server#sessions which returns all sessions connected to
		the server.
	* Released 0.0.9

2009-08-08  SATOH Hiroh <cho45@lowreal.net>

	* [bug]:
		Fixed to work on ruby1.9.1 (now can send iso-2022-jp)
	* [new]
		Implemented Message#ctcps returns embedded all ctcp messages (drry).
	* Released 0.0.8
2010-02-14 12:29:13 +00:00
taca
9bdad1229f Note update of databases/ruby-odbc package to 0.9998. 2010-02-14 12:27:43 +00:00
taca
255ff8c393 Update ruby-odbc package to 0.9998.
Fri Jan 15 2010 version 0.9998 released

	* documentation update
	* reorganized directory layout for making a gem
2010-02-14 12:26:47 +00:00
taca
1e368edff7 Note update of www/typolight28-translations package to 20100210. 2010-02-14 12:24:36 +00:00
taca
becc50539a Update typolight28-translations package 20100210.
Icelandic and Dutch translation files are updated.
2010-02-14 12:23:36 +00:00
drochner
42b488bcde fix Linux'ism in strftime format string (in italian translation only),
from Ferruccio Zamuner per PM
2010-02-14 11:12:21 +00:00
taca
c64be29c51 Note update of security/f-prot-antivirus6-ms-bin package to 6.0.1nb1. 2010-02-14 10:57:37 +00:00
taca
5f11e73618 It was missing to replace user in scan-mail.pl.
Add FPROT_GROUP and FPROT_USER to proper handling that user.

Bump PKGREVISION.
2010-02-14 10:56:32 +00:00
wiz
6264ca45e7 Remove more entries for removed packages:
- GWLib-0.7.0, bakefile-0.2.8, dircproxy-devel-1.2.0.2, fugu-1.2.3,
  glchess-1.0.5, gpaint-0.3.3, gtkyahoo-0.18.3, gtranscript-0.2.0,
  libole2-2.2.8, msf-2.7, ns-plugger-communicator-5.1.3,
  ns-plugger-navigator-5.1.3, nsca-1.2.0, oregano-0.60.0,
  pam-smbpass-3.0.13, py-TPG-3.0.5, py-ZODB-3.2.10, py-gnutls-0.2.1,
  py-logging-0.4.9.6 [pkg/41675], rep-gtk-0.90.2, smalleiffel-0.90,
  sqlitemanager-1.2.2, zebra-0.95a.
2010-02-14 10:16:40 +00:00
wiz
92e9abe042 Remove entries for removed packages:
- GridSim-3.3, jgrasp-187, php4-domxml-5.2.1, php4-filepro-5.2.1,
  php4-xslt-5.2.1, php4-yp-5.2.1, plptools-1.0.9, py-psycopg-2.0.13,
  vmware-5.5, vmware-module-3.2.2.
2010-02-14 10:05:05 +00:00
wiz
f175f33e60 + calibre-0.6.40, dillo-2.2, etm-526, gnome-screensaver-2.28.3,
gst-plugins0.10-base-0.10.26, gst-plugins0.10-good-0.10.18,
  gstreamer0.10-0.10.26, gutenprint-5.2.5, konversation-1.2.2,
  libgda-4.0.7 [GNOME 2.28], libssh2-1.2.4, lincvs-2.1.4 [now called
  CrossVC], mkvtoolnix-3.2.0, p5-Inline-0.46 [pkg/42794], p5-POE-1.284
  [pkg/42798], p5-POE-Component-IRC-6.24 [pkg/42801],
  p5-POE-Filter-IRCD-2.42 [pkg/42800], p5-POE-Test-Loops-1.031
  [pkg/42797], solfege-3.14.11, t-prot-2.14, unbound-1.4.1 [pkg/42785],
  vala-0.7.10 [pkg/42786], whohas-0.24, youtube-dl-20100213,
  yudit-2.9.2.
2010-02-14 10:02:18 +00:00
wiz
e784dc5194 Updated net/clive to 2.2.9 2010-02-14 10:00:21 +00:00
wiz
fa8ca08d2a Update to 2.2.9:
Version 2.2.9 (February 13, 2010)

    User-visible changes:

        * Fix dailymotion formats
             1. vp6-hd -> h264-hd
             2. vp6-hq -> h264-hq
             3. vp6 -> h264
        * Fix vimeo support
             1. closes  issue #49
        * Partial fix: cctv: dump multi-segment video links
             1. single-segment videos are still copied normally
             2. closes  issue #45  (for now)

    Developer-visible changes:

        * Rename CHANGES -> ChangeLog
        * Add NEWS file
        * Remove dead test link:
             1. tlinks/sload.url
             2. t/10sevenload.t

Version 2.2.8 (December 18, 2009)

    User-visible changes:

        * Remove the remains of the redtube support
        * Do not replace dashes with underscores in ids (closes  issue #44 )
        * Sevenload:
             1. Fix http/401 error
             2. Cleanup title parsing (use config data instead)
        * Croak with an error if BerkeleyDB module is not found
             1. And either -d or -g options are used
2010-02-14 10:00:09 +00:00
wiz
1b80b5c5c0 Updated x11/gtk2 to 2.18.7 2010-02-14 09:58:30 +00:00
wiz
68a22bc89c Update to 2.18.7:
Overview of Changes from GTK+ 2.18.6 to 2.18.7
==============================================

* Bugs fixed:
 600865 gnome-panel crashed with "BadPixmap (invalid Pixmap...
 606698 Misplaced declaration of gtk_print_job_set_status
 606009 weirdness with clipping in abiword - csw
 607770 Leak in GtkTreeView with HildonPannableArea
 603144 Suspected wrong builtin page size: Chinese PRC6 and PRC9...
 607687 f-spot crashes when using themes using the pixmap engine
 608807 Marks on GtkScale widgets can overlap
 607508 Cannot drag windows around in pager applet any more
 608615 DnD events sent to wrong window
 599511 gtk_selection_owner_set causes graphical corruption...
 607344 GtkCalendar: crash when using tooltips via glade
 608410 GOK types backwards in text entry fields
 591186 GTK Menu Bar is unreadable under Windows 7
 607061 GtkPlug socket window is sometimes incorrectly unref'd...
 608370 dnd drag-dest signal handlers don't get correctly dis...
 608162 gtktoolbutton doesn't create right proxy menu item...
 561816 Optimize gtk_paned_set_position notifications

* Translation updates:
 Brazilian Portuguese
 Burmese
 Catalan
 German
 Slovenian
 Spanish
 Swedish
2010-02-14 09:58:14 +00:00
wiz
c6f8e5e7e5 Updated mail/fetchmail to 6.3.14 2010-02-14 09:46:27 +00:00
wiz
a102e89168 Update to 6.3.14:
fetchmail 6.3.14 (released 2010-02-05, 25487 LoC):

# SECURITY FIXES
* SSL/TLS certificate information is now also reported properly on computers
  that consider the "char" type signed. Fixes malloc() buffer overrun.
  Workaround for older versions: do not use verbose mode.
  See fetchmail-SA-2010-01.txt for details, including a minimal patch.

# BUG FIXES
* The IMAP client no longer skips messages from several IMAP servers including
  Dovecot if fetchmail's "idle" is in use.  Causes were that fetchmail (a)
  ignored some untagged responses when it should not (b) relied on EXISTS
  messages in response to EXPUNGE, which aren't mandated by RFC-3501 (the IMAP
  standard) and aren't sent by Dovecot either.
    Fix by Sunil Shetye (the fix also consolidates IMAP response handling,
  improving overall robustness of the IMAP client), bug report and testing by
  Matt Doran, with further hints from Timo Sirainen.
* The SMTP client now recovers from errors (such as servers dropping the
  connection after errors) when sending an RSET command.
    Fix by Sunil Shetye. Report by James Moe.
* The IMAP client now uses "SEARCH UNSEEN" rather than "SEARCH UNSEEN NOT
  DELETED" again on IMAP2, to fix a regression in fetchmail 6.2.5 reported by
  Will Stringer in June 2004. (Sunil Shetye)
* The IMAP client now uses "SEARCH UNSEEN UNDELETED" on IMAP4 and IMAP4r1
  servers (Sunil Shetye).
* Workaround: The IMAP client now falls back to "FETCH n:m FLAGS" if the server
  does not support "SEARCH". (Sunil Shetye)
* The IMAP client now requests message numbers in batches of 1,000 to avoid
  problems if there are more than 1860 unseen messages. (Sunil Shetye)
    Note that this wasn't security relevant because fetchmail would only read up
  to the maximum buffer size and leave the remainder of the string unread, going
  out of synch afterwards.
* Stricter validation of IMAP responses containing byte or message counts.

# CHANGES
* Only include gssapi.h if we're not including gssapi/gssapi.h, to fix a FreeBSD
  compiler warning about gssapi.h being obsolete.

# DOCUMENTATION
* The README.SSL document was revised for grammar, spelling, and clarity.
  Courtesy of Robert Mullin.

fetchmail 6.3.13 (released 2009-10-30, 25333 LoC):

# REGRESSION FIXES
* The multiline SMTP error fix in release 6.3.12 caused fetchmail to lose
  message codes 400..599 and treat all of these as temporary error. This would
  cause messages to be left on the server even if softbounce was turned off.
  Reported by Thomas Jarosch.

fetchmail 6.3.12 (released 2009-10-05):

# REGRESSION FIXES
* The CVS-2009-2666 fix in fetchmail release 6.3.11 caused a free() of
  unallocated memory on SSL connections, which caused crashes or program aborts
  on some systems (depending on how initialization and free() of unallocated
  memory is handled in compiler and libc).
  Workaround for older versions: run in verbose mode.
  Patch courtesy of Thomas Heinz, fixes Gentoo Bug #280760.
  This regression affected only the 6.3.11 release, but not the patch that was
  part of the security announcement fetchmail-SA-2009-01.

# BUG FIXES
* Fix error reporting for GSSAPI on Heimdal (h5l) Kerberos.
* Look for MD5_Init in libcrypto rather than libssl, fixes Gentoo Kerberos
  builds; fixes upstream parts of Gentoo Bugs #231400 and #185652, and fixes
  BerliOS Bug #16134.
* Report multiline SMTP errors properly, reported by Earl Chew; fixes Debian Bug
  #529899, reported by Akihiro Terasaki.
  Note: This fix introduced a regression, fixed in 6.3.13.
* Replace control characters in SMTP replies by '?'.
* Fetchmailconf: Fix descriptions for smtpaddress and smtpname options;
  smtpaddress is for RCPT TO, not MAIL FROM. Found by Gerard Seibert.

...as well as translation updates in all three releases.
2010-02-14 09:46:00 +00:00
obache
41dc0c2517 Remove "XXX why is readline a must?" comment.
It make no sense at all, because just checking existence of builtin libedit.
2010-02-14 08:41:36 +00:00
dholland
0b190d7a2b DESTDIR support.
XXX: It looks as if it expects to be able to write to its installed data,
XXX: and it can't. I haven't changed the behavior; it needs further
XXX: investigation. More details are noted in the header of patch-al.
2010-02-14 08:17:11 +00:00
dholland
c65e2e1cee DESTDIR support. 2010-02-14 06:58:25 +00:00
dholland
c8de7cd1e1 Patch out the illegal C found in old gcc versions. Fixes broken build. 2010-02-14 06:28:07 +00:00
obache
e423abd667 Updated pkgtools/gnome-packagekit to 0.4.0nb2 2010-02-14 02:28:31 +00:00
obache
28c1482a9f * accept python26, no reason to reject it.
* include python/extension.mk and  PYSITELIB in PLIST instead of hard coded python2.5.
* PKGLOCALEDIR are handled automatically, no need to use in PLIST.
* icontains *.desktop, so include desktop-file-utils/desktopdb.mk.

Bump PKGREVISION.
2010-02-14 02:28:16 +00:00
obache
6618bedf3d Updated mail/dbmail to 2.2.15 2010-02-14 02:05:19 +00:00
obache
7cce6b32c6 Update dbmail to 2.2.15.
Changes:
 * 0000837: [PIPE delivery (dbmail-smtp/dbmail-deliver)] dbmail-smtp segfault with To field with "unlisted-recipients".
 * 0000835: [POP3 daemon] Segfault after PASS.
 * 0000832: [IMAP daemon] messages marked as read during EXAMINE mailbox.
 * [delivery] Fix inverted to/from headers in native auto-reply.
 * [servers] Add non-detached network mode.
2010-02-14 02:05:04 +00:00
reed
80b6441949 Moved devel/electricfence to devel/electric-fence
and renamed the package from ElectricFence to electric-fence.

This is for my PR #40238
2010-02-14 00:09:50 +00:00
reed
87346f72e8 Per my old PR #40238: Match up the directory name and package name
to match the source distfile name.
(It had three different names, including, the distfile name.)

This moves electricfence to electricfence and renames the package from
ElectricFence to electric-fence.
2010-02-14 00:06:16 +00:00
heinz
6350e650be Shut up "Prototype mismatch:: none vs ()" warning. From Debian. 2010-02-13 22:18:24 +00:00
tnn
cbe21e5d97 Add a bl3.mk so wip/libcpu can include llvm headers. 2010-02-13 16:13:52 +00:00
tnn
5619e47d60 Switch from gecko to webkit-gtk. (still doesn't work, but at least builds..) 2010-02-13 13:36:08 +00:00
obache
2081c55de6 + bmake-20100102 2010-02-13 12:37:36 +00:00
tnn
1f72f364a2 Merge GNOME git commit a5588114ed94d00ca64913aa5b248e09a5e13edc.
Fixes compatibility issues with xulrunner-1.9.2.
2010-02-13 12:26:15 +00:00
obache
79092fb68f done - ldns-1.6.4 [pkg/42675] 2010-02-13 12:05:53 +00:00
obache
3f7e104550 replace alignment spaces with tabs. 2010-02-13 12:01:31 +00:00
obache
7b53821890 Updated x11/xf86-input-vmmouse to 12.6.6 2010-02-13 11:58:28 +00:00