summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-01-12This is South, a Django application to provide migrations in a sane way.adam4-0/+353
By sane, we mean that the status of every migration is tracked individually, rather than just the number of the top migration reached; this means South can detect when you have an unapplied migration that's sitting in the middle of a whole load of applied ones, and will let you apply it straight off, or let you roll back to it, and apply from there forward.
2011-01-12The goal of this project is to create a new way of writing Django template tagsadam4-0/+93
which is fully compatible with the current Django templating infrastructure. This new way should be easy, clean and require as little boilerplate code as possible while still staying as powerful as possible. Features: * Class based template tags. * Template tag argument parser. * Declarative way to define arguments. * Supports (theoretically infinite) parse-until blocks. * Extensible!
2011-01-12Added py-sudsadam1-1/+2
2011-01-12The Suds web services client is a lightweight soap-based client for python theadam4-0/+212
is licensed under LGPL. Basic features: * No class generation * Provides an object-like API. * Reads wsdl at runtime for encoding/decoding * Provides for the following SOAP (style) binding/encoding: - Document/Literal - RPC/Literal - RPC/Encoded (section 5) The goal of suds is to present an RPC-like interface into soap-based web services. This means that in most cases, users do not need to be concerned with the complexities of the WSDL and referenced schemas. Regardless of which soap message style is specified, the signature of the service methods remain the same. Uses that do examine the WSDL will notice that even with the document soap message style, the signature of each method resembles an RPC. The method signature contains the contents of the document defined for the message instead of the document itself.
2011-01-12Added py-sk1libs, py-uniconvertoradam1-1/+3
2011-01-12UniConvertor is a multiplatform universal vector graphics translator.adam4-0/+289
It uses sK1 engine to convert one format to another.
2011-01-12sk1libs is a set of python non-GUI extensions for sK1 Project. The packageadam4-0/+555
includes multiplatform non-GUI extensions which are usually native extensions.
2011-01-12Changes 4.73:adam7-20/+158
* Date: & Message-Id: revert to normally being appended to a message, only prepend for the Resent-* case. Fixes regression introduced in Exim 4.70 by NM/22 for Bugzilla 607. * Include check_rfc2047_length in configure.default because we're seeing increasing numbers of administrators be bitten by this. * Added DISABLE_DKIM and comment to src/EDITME * Bugzilla 994: added openssl_options main configuration option. * Bugzilla 995: provide better SSL diagnostics on failed reads. * Bugzilla 834: provide a permit_coredump option for pipe transports. * Adjust NTLM authentication to handle SASL Initial Response. * If TLS negotiated an anonymous cipher, we could end up with SSL but without a peer certificate, leading to a segfault because of an assumption that peers always have certificates. Be a little more paranoid. * Bugzilla 926: switch ClamAV to use the new zINSTREAM API for content filtering; old API available if built with WITH_OLD_CLAMAV_STREAM=yes NB: ClamAV planning to remove STREAM in "middle of 2010". CL also introduces -bmalware, various -d+acl logging additions and more caution in buffer sizes. * Implemented reverse_ip expansion operator. * Bugzilla 937: provide a "debug" ACL control. * Bugzilla 922: Documentation dusting, patch provided by John Horne. * Bugzilla 973: Implement --version. * Bugzilla 752: Refuse to build/run if Exim user is root/0. * Build without WITH_CONTENT_SCAN. Path from Andreas Metzler. * Bugzilla 816: support multiple condition rules on Routers. * Add bool_lax{} expansion operator and use that for combining multiple condition rules, instead of bool{}. Make both bool{} and bool_lax{} ignore trailing whitespace. * prevent non-panic DKIM error from being sent to paniclog * added tcp_wrappers_daemon_name to allow host entries other than "exim" to be used * Fix malware regression for cmdline scanner introduced in PP/08. Notification from Dr Andrew Aitchison. * Change ClamAV response parsing to be more robust and to handle ClamAV's ExtendedDetectionInfo response format. * OpenSSL 1.0.0a compatibility const-ness change, should be backwards compatible.
2011-01-12Changes 1.3.3d:adam6-28/+28
* Fixed sql_prepare_where() buffer overflow. * Fixed CPU spike when handling .ftpaccess files. * Fixed handling of SFTP uploads when compression is used.
2011-01-12Fix building on Mac OS Xadam3-2/+44
2011-01-12On Mac OS X, use system OpenGL and OpenALadam1-1/+3
2011-01-12Install correctly on Mac OS Xadam2-10/+23
2011-01-12* Install libphonon.adam11-69/+210
* On Mac OS X build Qt with Cocoa, but don't install as a framework.
2011-01-12New sentence, new line. Bump date for previous.wiz1-5/+7
2011-01-12Note update of the "rpm2pkg" package to version 3.2.0.tron1-1/+2
2011-01-12Update "rpm2pkg" package to version 3.2.0. Changes since 3.1.8:tron15-786/+1264
- Major overhaul of the source code to make maintenance and support for new compression formats easier. - Use "liblzma" instead of "xzcat" for dealing with LZMA compressed RPMs.
2011-01-12Note update of the "wireshark" package to version 1.4.3.tron1-1/+2
2011-01-12Update "wireshark" package to version 1.4.3. Changes since 1.4.2:tron3-51/+6
- Bug Fixes The following vulnerabilities have been fixed. See the security advisory for details and a workaround. - FRAsse discovered that the MAC-LTE dissector could overflow a buffer. (Bug 5530) Versions affected: 1.2.0 to 1.2.13 and 1.4.0 to 1.4.2. - FRAsse discovered that the ENTTEC dissector could overflow a buffer. (Bug 5539) Versions affected: 1.2.0 to 1.2.13 and 1.4.0 to 1.4.2. CVE-2010-4538 - The ASN.1 BER dissector could assert and make Wireshark exit prematurely. (Bug 5537) Versions affected: 1.4.0 to 1.4.2. The following bugs have been fixed: - AMQP failed assertion. (Bug 4048) - Reassemble.c leaks memory for GLIB > 2.8. (Bug 4141) - Fuzz testing reports possible dissector bug: TCP. (Bug 4211) - Wrong length calculation in new_octet_aligned_subset_bits() (PER dissector). (Bug 5393) - Function dissect_per_bit_string_display might read more bytes than available (PER dissector). (Bug 5394) - Cannot load wpcap.dll & packet.dll from Wireshark program directory. (Bug 5420) - Wireshark crashes with Copy -> Description on date/time fields. (Bug 5421) - DHCPv6 OPTION_CLIENT_FQDN parse error. (Bug 5426) - Information element Error for supported channels. (Bug 5430) - Assert when using ASN.1 dissector with loading a 'type table'. (Bug 5447) - Bug with RWH parsing in Infiniband dissector. (Bug 5444) - Help->About Wireshark mis-reports OS. (Bug 5453) - Delegated-IPv6-Prefix(123) is shown incorrect as X-Ascend-Call-Attempt-Limit(123). (Bug 5455) - "tshark -r file -T fields" is truncating exported data. (Bug 5463) - gsm_a_dtap: incorrect "Extraneous Data" when decoding Packet Flow Identifier. (Bug 5475) - Improper decode of TLS 1.2 packet containing both CertificateRequest and ServerHelloDone messages. (Bug 5485) - LTE-PDCP UL and DL problem. (Bug 5505) - CIGI 3.2/3.3 support broken. (Bug 5510) - Prepare Filter in RTP Streams dialog does not work correctly. (Bug 5513) - Wrong decode at ethernet OAM Y.1731 ETH-CC. (Bug 5517) - WPS: RF bands decryption. (Bug 5523) - Incorrect LTP SDNV value handling. (Bug 5521) - LTP bug found by randpkt. (Bug 5323) - Buffer overflow in SNMP EngineID preferences. (Bug 5530) - Updated Protocol Support AMQP, ASN.1 BER, ASN.1 PER, CFM, CIGI, DHCPv6, Diameter, ENTTEC, GSM A GM, IEEE 802.11, InfiniBand, LTE-PDCP, LTP, MAC-LTE, MP2T, RADIUS, SAMR, SCCP, SIP, SNMP, TCP, TLS, TN3270, UNISTIM, WPS - New and Updated Capture File Support Endace ERF, Microsoft Network Monitor, VMS TCPtrace.
2011-01-12Updated sysutils/xentools3 to 3.1.4nb7jym1-1/+3
Updated sysutils/xentools33 to 3.3.2nb5
2011-01-12Add support for "vifname" keys inside XenStore. Its value is thejym10-16/+52
interface name for the vif, e.g. xvif(4) for dom0, and xennet(4) for domU. This allows querying the XenStore for the vif names, rather than hardcoding their syntax in vif-* scripts. Add a xen-subr shell script that can contain customized functions, and include it in the vif-ip/vif-bridge scripts. Introduce xenstore_read_default that returns the value of a specific key from XenStore, or the default specified value when key is absent. Bump revision. ok bouyer@. See http://mail-index.netbsd.org/port-xen/2011/01/11/msg006405.html
2011-01-11list today's updates/additionsdrochner1-1/+26
2011-01-11Updated graphics/shotwell to 0.8.0gls1-1/+2
2011-01-11pdate to version 0.8.0gls6-251/+1584
Upstream changes: * Video support for most major video formats, including importing them off of camera and adding them to events and tags. * Publish videos to major Web services, including YouTube, Flickr, Facebook, and PicasaWeb. * Runtime monitoring of library directory and auto-import of newly created files. * Background writing of metadata (tags, titles, ratings, orientation, and exposure date) to master files (user-configurable). * Flagging photos for batch operations. * Set multiple photos to desktop background slideshow. * Numerous translation updates. * Various bug fixes.
2011-01-11+py-logilab-*drochner1-1/+3
2011-01-11add py-logilab-astng-0.21.0, support for Extend Python abstract syntaxdrochner6-0/+181
trees, from Kamel Derouiche and Helge Muehlmeier per pkgsrc-wip
2011-01-11add py-logilab-common-0.53.0, a collection of miscellaneous modulesdrochner6-0/+370
used by Logilab projects, from Kamel Derouiche and Helge Muehlmeier per pkgsrc-wip
2011-01-11update to 2.6.2drochner8-21/+130
changes: many new levels, bugfixes, i18n...
2011-01-11-vala-0.10.2gls1-2/+1
2011-01-11Updated lang/vala to 0.10.2gls1-1/+2
2011-01-11Update to vala-0.10.2gls2-7/+6
Upstream changes: Bug fixes and binding updates.
2011-01-11Updated graphics/libraw to 0.12.3gls1-1/+2
2011-01-11Update to 0.12.3gls3-15/+11
Upstream changes: Changes in ./configure system for better LCMS2 support
2011-01-11update to 1.2.8.9drochner2-6/+6
change: Support for shell-style wildcards in quick search
2011-01-11update to 2.32.0drochner3-8/+324
This switches to the gnome-2.32 release branch.
2011-01-11update to 0.20.4drochner2-6/+6
changes: -bugfixes -translation updates
2011-01-11Update DISTFILES of tex-ec{,-doc} for TeX Live 2010. No functional change.minskim4-10/+12
2011-01-11+ Mesa-7.10, MesaLib-7.10, calibre-0.7.38, gnome-doc-utils-0.20.4,wiz1-21/+11
goocanvas-1.0.0, gwaei-1.5.2, json-glib-0.12.2, libgda-4.2.3, powder-115, wine-devel-1.3.11.
2011-01-11update to 2.4.21drochner2-6/+6
changes: bugfixes
2011-01-11update to 1.0.7.1drochner3-9/+9
changes: -added some methods to media decoder -added possibility to render without preserving aspect ratio -bugfixes
2011-01-11update to 1.0drochner3-15/+14
changes: cleanup
2011-01-11use numpy rather than py-Numeric, the former is more moderndrochner2-5/+5
bump PKGREVISION
2011-01-11sync w/ base pkgdrochner1-5/+4
2011-01-11update to 2.32.1drochner5-29/+55
This switches to the gnome-2.32 release branch.
2011-01-11update to 4.4.11, from Helge Muehlmeier per PR pkg/44314drochner4-11/+10
changes: -bugfixes -minor UI improvements
2011-01-11sync w/ base pkgdrochner2-7/+6
2011-01-11update to 2.4.6drochner2-7/+6
This adds support for indicators to the high-level API, but is otherwise primarily a bug fix release.
2011-01-11update to 4.8.2drochner2-7/+6
This includes support for Qt v4.7.1, many new examples but is otherwise primarily a bug fix release.
2011-01-11update to 4.12drochner4-17/+17
In addition to many functional improvements, the release provides a path for ensuring easy migration to SIP v5.
2011-01-11update to 0.6.6drochner2-6/+6
changes: bugfixes
2011-01-11update to 5.32.2drochner5-48/+117
This switches to the gnome-2.32 release branch.