summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-07-19Enable georeplicationmanu33-44/+117
2011-07-19Update perfuse to fix a race condition between ftruncate() and write()manu3-19/+15
on glusterfs. This caused random file chunks to be filled with zeros.
2011-07-19maelstrom-x11dholland1-1/+2
2011-07-19Fix build with clang. While here, fix scorefile handling and adddholland7-29/+126
DESTDIR support. PKGREVISION -> 3.
2011-07-19Fix build on NetBSD 5.99.55.ryoon2-1/+24
* Resolve conflict of getline.
2011-07-18this pkg doesn't reference libnotify directly (only indirectly),drochner1-2/+1
remove from bl3 list
2011-07-18update to 20110707drochner7-119/+62
a newer snapshot is needed for newer versions of ffmpeg
2011-07-18participate in the client pkg's patchesdrochner2-6/+4
2011-07-18fix fime namespace problems to make this compile with g++-4.5drochner12-2/+201
2011-07-18add patches from upstream to plug 2 security problems:drochner4-2/+54
-heap overflow in the AVI file parser (CVE-2011-2588) -heap overflow in the Real Media file parser (CVE-2011-2587) bump PKGREV
2011-07-18Updated net/py-dns to 1.9.4gson1-1/+2
2011-07-18Update net/py-dns to 1.9.4. Changes since 1.8.0:gson3-8/+11
2011-03-24 Bob Halley <halley@dnspython.org> * dns/rdata.py (Rdata._wire_cmp): We need to specify no compression and an origin to _wire_cmp() in case names in the rdata are relative names. * dns/rdtypes/ANY/SIG.py (SIG._cmp): Add missing 'import struct'. Thanks to Arfrever Frehtes Taifersar Arahesis for reporting the problem. 2011-03-24 Bob Halley <halley@dnspython.org> * (Version 1.9.3 released) 2011-03-22 Bob Halley <halley@dnspython.org> * dns/resolver.py: a boolean parameter, 'raise_on_no_answer', has been added to the query() methods. In no-error, no-data situations, this parameter determines whether NoAnswer should be raised or not. If True, NoAnswer is raised. If False, then an Answer() object with a None rrset will be returned. * dns/resolver.py: Answer() objects now have a canonical_name field. 2011-01-11 Bob Halley <halley@dnspython.org> * Dnspython was erroneously doing case-insensitive comparisons of the names in NSEC and RRSIG RRs. Thanks to Casey Deccio for reporting this bug. 2010-12-17 Bob Halley <halley@dnspython.org> * dns/message.py (_WireReader._get_section): use "is" and not "==" when testing what section an RR is in. Thanks to James Raftery for reporting this bug. 2010-12-10 Bob Halley <halley@dnspython.org> * dns/resolver.py (Resolver.query): disallow metaqueries. * dns/rdata.py (Rdata.__hash__): Added a __hash__ method for rdata. 2010-11-23 Bob Halley <halley@dnspython.org> * (Version 1.9.2 released) 2010-11-23 Bob Halley <halley@dnspython.org> * dns/dnssec.py (_need_pycrypto): DSA and RSA are modules, not functions, and I didn't notice because the test suite masked the bug! *sigh* 2010-11-22 Bob Halley <halley@dnspython.org> * (Version 1.9.1 released) 2010-11-22 Bob Halley <halley@dnspython.org> * dns/dnssec.py: the "from" style import used to get DSA from PyCrypto trashed a DSA constant. Now a normal import is used to avoid namespace contamination. 2010-11-20 Bob Halley <halley@dnspython.org> * (Version 1.9.0 released) 2010-11-07 Bob Halley <halley@dnspython.org> * dns/dnssec.py: Added validate() to do basic DNSSEC validation (requires PyCrypto). Thanks to Brian Wellington for the patch. * dns/hash.py: Hash compatibility handling is now its own module. 2010-10-31 Bob Halley <halley@dnspython.org> * dns/resolver.py (zone_for_name): A query name resulting in a CNAME or DNAME response to a node which had an SOA was incorrectly treated as a zone origin. In these cases, we should just look higher. Thanks to Gert Berger for reporting this problem. * Added zonediff.py to examples. This program compares two zones and shows the differences either in diff-like plain text, or HTML. Thanks to Dennis Kaarsemaker for contributing this useful program. 2010-10-27 Bob Halley <halley@dnspython.org> * Incorporate a patch to use poll() instead of select() by default on platforms which support it. Thanks to Peter Schüller and Spotify for the contribution. 2010-10-17 Bob Halley <halley@dnspython.org> * Python prior to 2.5.2 doesn't compute the correct values for HMAC-SHA384 and HMAC-SHA512. We now detect attempts to use them and raise NotImplemented if the Python version is too old. Thanks to Kevin Chen for reporting the problem. * Various routines that took the string forms of rdata types and classes did not permit the strings to be Unicode strings. Thanks to Ryan Workman for reporting the issue. * dns/tsig.py: Added symbolic constants for the algorithm strings. E.g. you can now say dns.tsig.HMAC_MD5 instead of "HMAC-MD5.SIG-ALG.REG.INT". Thanks to Cillian Sharkey for suggesting this improvement. * dns/tsig.py (get_algorithm): fix hashlib compatibility; thanks to Kevin Chen for the patch. * dns/dnssec.py: Added key_id() and make_ds(). * dns/message.py: message.py needs to import dns.edns since it uses it. 2010-05-04 Bob Halley <halley@dnspython.org> * dns/rrset.py (RRset.__init__): "covers" was not passed to the superclass __init__(). Thanks to Shanmuga Rajan for reporting the problem. 2010-03-10 Bob Halley <halley@dnspython.org> * The TSIG algorithm value was passed to use_tsig() incorrectly in some cases. Thanks to 'ducciovigolo' for reporting the problem.
2011-07-18Use patch provided by the ATK maintainers to fix GNOME bug 654767. Testedtron4-14/+54
under NetBSD/amd64 5.1_STABLE and Mac OS 10.6.8. Bump package revision because the shared library version was increased.
2011-07-18include one more X11 header to fix build at least on D'fly, fromdrochner2-1/+14
John Marino per PR pkg/45152
2011-07-18replace SA# in comment with a CVE referencedrochner2-4/+4
2011-07-18-update to the 20110627 snapshot which is based on gcc-4.6.1, fromdrochner2-11/+44
John Marino per PM -deal with possibly builtin gmp/mpfr/mpc libs (this is incomplete for D'fly -- choices are to convert the pre-configure test or to set USE_BUILTIN.x=no)
2011-07-18root -> jnemethjnemeth1-2/+2
2011-07-17- try to enable big-endian mips support (from matt@)mrg4-1/+102
- add sh kernel-address-in-user-mode exception support (seems to work for me, but XXX: some sh person should really look at this.)
2011-07-17Updated net/mikutter to 0.0.3.12obache1-1/+2
2011-07-17Update mikutter to 0.0.3.12.obache2-6/+6
Changes: added * none fixed * On icons of voter, screen_name is not shown in tip help. And user profile is not shown on click. * Wheel scroll does not work on follow/follower list. * at fire /statuses/update, with include_entities=1, so that own tweet with entity. * correct index with counting escaped string in an appropriate manner (wip) * crash when retweet at the tweet is removed from TL.
2011-07-17Note update of the "atk" package to version 2.0.1nb1.tron1-1/+2
2011-07-17Fix shared library version number based on OBATA Akio's analysis intron3-3/+22
GNOME bug 654767. The package is now compatible with previously built binary packages under Mac OS X.
2011-07-17Fix broken build on NetBSD.dholland2-9/+17
2011-07-17Replace whitespace with tabs.ryoon1-2/+2
2011-07-17Updated roundup.dholland2-3/+3
2011-07-17Update roundup to 1.4.19. Set LICENSE.dholland5-22/+178
Three years of development, way too much to include here. If anyone's curious the list is in CHANGES.txt in the distfile.
2011-07-16Updated comms/asterisk18 to 1.8.5.0jnemeth1-1/+2
2011-07-16Update to Asterisk 1.8.5.0: this is a general bug fix releasejnemeth6-51/+57
The release of Asterisk 1.8.5.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following is a sample of the issues resolved in this release: * Fix Deadlock with attended transfer of SIP call * Fixes thread blocking issue in the sip TCP/TLS implementation. * Be more tolerant of what URI we accept for call completion PUBLISH requests. * Fix a nasty chanspy bug which was causing a channel leak every time a spied on channel made a call. * This patch fixes a bug with MeetMe behavior where the 'P' option for always prompting for a pin is ignored for the first caller. * Fix issue where Asterisk does not hangup a channel after endpoint hangs up. If the call that the dialplan started an AGI script for is hungup while the AGI script is in the middle of a command then the AGI script is not notified of the hangup. * Resolve issue where leaving a voicemail, the MWI message is never sent. The same thing happens when checking a voicemail and marking it as read. * Resolve issue where wait for leader with Music On Hold allows crosstalk between participants. Parenthesis in the wrong position. Regression from issue #14365 when expanding conference flags to use 64 bits. For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.5.0 Thank you for your continued support of Asterisk!
2011-07-16Note update of tex-koma-script.minskim1-1/+2
2011-07-16Update tex-koma-script to 3.09.minskim3-8/+9
Changes: * scrkfloa.dtx: new values for option "captions" * scrkbase.dtx: fix: \Family@@Numical@@Key --> \Family@@String@@Key * scrkbase.dtx: \FamilyStringKey and \FamilyNumericalKey fixed (thanks to Michael Pock) * scrkfloa.dtx: new options `captions=top', `captions=bot', `captions=figureabove', `captions=figurebelow' new commands `\captionaboveof' and `\captionsbelowof' * tocbasic.dtx: options "atbegin" and "atend" added to \DeclareNewTOC * scrklang.dtx: scrlttr2 supports language naustrian
2011-07-16Add alacarte-0.13.2ryoon1-1/+2
2011-07-16Regenerate checksum for patches.asau1-2/+2
2011-07-16Updated www/ikiwiki to 3.20110715schmonz1-1/+2
2011-07-16Update to 3.20110715. From the changelog:schmonz2-6/+6
* rename: Fix logic error that broke renaming pages when the attachment plugin was disabled. * rename: Fix logic error that bypassed the usual pagespec checks.
2011-07-15add the following to the dvb-apps build:jmcneill91-4/+2284
- libdvbapi - libucsi - atsc_epg - azap / czap / szap / tzap - dvbdate
2011-07-15disable AESNI support for now, until we have a method to tell whetherdrochner1-1/+2
the assembler supports the needed SSE commands, to allow building on NetBSD-5, in response to a report by Marc Baudoin to pkgsrc-users
2011-07-15fix DESTDIR installation problems, from John Marino per PR pkg/45134drochner1-3/+4
2011-07-15Note update of tex-adobemapping.minskim1-1/+2
2011-07-15Update tex-adobemapping to 2010.21940.minskim2-7/+7
Documentation changes only.
2011-07-15Fix usage of archivers/pax as tool when NBPAX_PROGRAM_PREFIX is set.hans1-2/+2
2011-07-15Fix soelim tool definition for SunOS.hans1-2/+2
2011-07-15Updated graphics/rabbit to 1.0.2obache1-1/+2
2011-07-15Update rabbit to 1.0.2.obache4-26/+39
== 1.0.2: 2011-07-15 RubyKaigi2011 release. === Improvements ==== Core * Re-supported GTK+ 2.20. (For Debian GNU/Linux squeeze) [Reported by akira yamada] ==== Theme * title-slide-background-image: Added. It shows background image with title slide slide. * table: Supported font color customize. * rubykaigi2011: Added. It's for RubyKaigi2011. === Fixes ==== Theme * default-item-mark-setup: Fixed duplicated font name specified error. * edge-info-toolkit: Fixed duplicated font name specified error. === Thanks * yamada akira == 1.0.1: 2011-07-15 A bug fix release of 1.0.0. === Fixes ==== Core * Removed needless albino gem dependency. == 1.0.0: 2011-07-15 The first major release! We spent seven years for it! === Improvements ==== Core * Made Twitter related gems optional not required. * Disabled Clutter by default. --use-gl is required to enable it. [Reported by OBATA Akio] * Supported ((<blockdiag|URL:http://blockdiag.com/blockdiag/build/html/>)). RD: # blockdiag # relative_width = 90 # fonts = /usr/share/fonts/opentype/ipafont/ipag.ttf, /usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf { fontsize = 25; RD -> Rabbit; Hiki -> Rabbit; PDF -> Rabbit; group { Rabbit -> Display; } } Hiki: {{blockdiag(" { fontsize = 25; RD -> Rabbit; Hiki -> Rabbit; PDF -> Rabbit; group { Rabbit -> Display; } }", { :relative_width => 90, # :antialias => true, :fonts => ["/usr/share/fonts/opentype/ipafont/ipag.ttf", "/usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf"], })}} * Removed Anthy support. * Supported syntax highlighting by CodeRay. * Supported syntax highlighting by Emacs. * Improved "run from console" detection. [Reported by OBATA Akio] * Supported non-blocking mode for Twitter connection. [Reported by OBATA Akio] * Improved the default logger detection. [Reported by OBATA Akio] * Supported Nokogiri and dropped HTree. * Added --allotted-time option to specify presentation allotted time. * Added --comment-theme option to specify a theme for comment. For example, use --comment-theme stream-comment to stream comment on your slide. * Removed RWiki support. ==== Rabbiter * Added --log-status option to log streamed information for debug. ==== Rabbirack * Added. It is a new Web interface for Rabbit. It will deprecate Rabrick. ==== Theme * Added shadow-color, shadow-x and shadow-y properties to text element. * syntax-highlighting: Added. It specifies colors for syntax highlighting. * footer-comment: * Improved image-timer support. * Disabled the last comment remaining by default. * rabbit-powered-by: Disabled banner. * pdf-tortoise-and-hare: Removed because it's merged to pdf theme. * pdf: * Supported hare and tortoise. * Supported comment. * base: Added foreground color, background color and shadow color configurations. * default-comment: Added. It specifies a theme for comment. === Fixes ==== Core * Fixed a problem that .mo are missing in package. [Reported by OBATA Akio] * Fixed a problem that appending comment from rabbiter crashes Rabbit. * Fixed a problem that PDF file detection is failed in Ruby 1.9. ==== Documentation * Fixed link URL. [Reported znz] === Thanks * OBATA Akio * znz
2011-07-15+ py-webcolorsobache1-1/+2
2011-07-15+ py-blockdiagobache1-1/+2
2011-07-15Added graphics/py-blockdiag version 0.8.4obache1-1/+2
2011-07-15Import py-blockdiag-0.8.4 as graphics/py-blockdiag.obache4-0/+281
`blockdiag` generate block-diagram image file from spec-text file. * Generate block-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only).
2011-07-15Added www/py-webcolors version 1.3.1obache1-1/+2
2011-07-15Fix dead HOMEPAGE.ryoon1-2/+2
2011-07-15Import py-webcolors-1.3.1 as www/py-webcolors.obache4-0/+43
Support is included for the following formats (RGB colorspace only; conversion to/from HSL can be handled by the ``colorsys`` module in the Python standard library): * Specification-defined color names * Six-digit hexadecimal * Three-digit hexadecimal * Integer rgb() triplet * Percentage rgb() triplet