Commit Graph

52709 Commits

Author SHA1 Message Date
jasper
3f3b372442 import gobject-introspection 0.6.5
GObject Introspection is a project for providing machine readable
introspection data of the API of C libraries. This introspection data
can be used in several different use cases, for example automatic code
generation for bindings, API verification and documentation generation.

feedback and ok ajacoutot@ landry@
2009-09-24 20:08:09 +00:00
naddy
766623a042 Fix out-of-bounds access in CMYK to RGB conversion.
From: Patrick Keshishian <pkeshish@gmail.com>
2009-09-24 20:07:18 +00:00
espie
7b690d6f1a +gflags 2009-09-24 19:53:13 +00:00
espie
6f7adf0017 gflags, from Vincent Auclair 2009-09-24 19:51:44 +00:00
ajacoutot
9868d96d9a Rewording. 2009-09-24 19:37:51 +00:00
ajacoutot
b2b82ae5d0 Unbreak after libsigc upgrade... second breakage that the bulk missed
somehow.
Reported by Steve Andre'.
2009-09-24 18:23:43 +00:00
jasper
1556c790c0 - enable .asf as well (seems to be needed by newer amarok) 2009-09-24 18:15:42 +00:00
okan
14e45f4e34 explicitly set RUN_DEPENDS to avoid auto* inclusion and bump PKGNAME
ok, with reminder comment, sthen@
2009-09-24 16:13:26 +00:00
ajacoutot
9c25657ed7 Unbreak after libsigc++ upgrade.
spotted by STeve Andre', thanks.
2009-09-24 11:52:21 +00:00
benoit
a136c45ecd - update john to 1.7.3.4
- regen patches
- change email maintainer
- add regression test

ok giovanni@, ajacoutot@
2009-09-24 10:32:40 +00:00
jasper
a3471e9a4b - update lftp to 4.0.2
ok kevlo@ (MAINTAINER)4.0.2

ok kevlo@ (MAINTAINER)4.0.2

ok kevlo@ (MAINTAINER)4.0.2

ok kevlo@ (MAINTAINER)
2009-09-24 06:40:05 +00:00
form
7fa8f3891f update to 4.00 2009-09-24 04:57:08 +00:00
espie
ae435498a9 security fix: DRUPAL-SA-CONTRIB-2009-062 2009-09-23 23:19:12 +00:00
jasper
8159700629 - add libffi 2009-09-23 20:58:46 +00:00
jasper
86a43482ee - add @conflict marker for libffi with gcj
ok kurt@
2009-09-23 20:57:02 +00:00
jasper
a74ab97c27 - explicitly disable libffi for now (to be revisited soon) 2009-09-23 20:56:22 +00:00
jasper
9bf295a421 import libffi 3.0.8
FFI stands for Foreign Function Interface. A foreign function interface
is the popular name for the interface that allows code written in one
language to call code written in another language. The libffi library
really only provides the lowest, machine dependent layer of a fully
featured foreign function interface. A layer must exist above libffi
that handles type conversions for values passed between the two
languages.

successfully tested on seven arches by me. other arches are disabled for now as
they need more work (mips64) or haven't been tested yet.
2009-09-23 20:55:46 +00:00
jasper
303d50c328 - add p5-Digest-Skein 2009-09-23 20:33:23 +00:00
jasper
0a517bf9d7 import p5-Digest-Skein 0.03
Digest::Skein implements the Skein digest algorithm, submitted to NIST
for the SHA-3 competition. Skein is "Fast, Secure, Simple, Flexible,
Efficient. And it rhymes with rain."

from stephan a rickauer, with tweaks by me
2009-09-23 20:30:55 +00:00
jasper
8fdf733fdd - add libgdata 2009-09-23 19:37:18 +00:00
jasper
a19a7f475e import libgdata 0.4.0
libgdata is a GLib-based library for accessing online service APIs using
the GData protocol - most notably, Google's services. It provides
APIs to access the common Google services, and has full asynchronous
support.

this used to be part of evolution-data-server, but from e-d-s 2.28 onwards
it's split into it's own library. (nothing picks it up for now, tested in a
bulk build)

ok ajacoutot@
2009-09-23 19:35:14 +00:00
sthen
86a3d49376 +zsync 2009-09-23 19:30:03 +00:00
sthen
43f81fbeca import net/zsync:
zsync is a file transfer program. It allows you to download a file
from a remote server, where you have a copy of an older version of
the file on your computer already. zsync downloads only the new
parts of the file.

* Client-side rsync - zsync uses the rsync algorithm, but runs it
on the client side, thus avoiding the high server load associated
with rsync.

* Rsync over HTTP - zsync provides transfers that are nearly as
efficient as rsync -z or cvsup, without the need to run a special
server application. All that is needed is an HTTP/1.1-compliant web
server. So it works through firewalls and on shared hosting accounts,
and gives less security worries.

* Handling for compressed files - rsync is ineffective on compressed
files, unless they are compressed with a patched version of gzip.
zsync has special handling for gzipped files, which enables update
transfers of files which are distributed in compressed form.
2009-09-23 19:29:42 +00:00
sthen
ce437b6681 +fossil 2009-09-23 19:09:59 +00:00
sthen
9c1631a8a5 I guess this wasn't such a good name for a temporary directory. Remove. 2009-09-23 19:09:28 +00:00
sthen
0ce3337109 Import devel/fossil, from James Turner with a couple of tweaks by me;
Fossil is a software configuration management system. Fossil is software
that is designed to control and track the development of a software project
and to record the history of the project. There are many such systems in
use today. Fossil strives to distinguish itself from the others by being
extremely simple to setup and operate.

In addition to distributed version control, it supports distributed bug
tracking and wiki, with a built-in web interface, in a single easy-to-use
integrated package.
2009-09-23 19:06:46 +00:00
jasper
434f0809f9 - update gxmessage to 2.12.3
- update license marker
- install examples
2009-09-23 16:50:01 +00:00
espie
692e07cd14 minor security fix: DRUPAL-SA-CONTRIB-2009-060 2009-09-23 15:58:18 +00:00
sthen
09faa4ee84 Update to 2.0.20, fixes a buffer overflow if you have a blank line in
the NMZ.field.* files in the generated index.
2009-09-23 14:14:04 +00:00
espie
e8937b8e8d fix time-based cache, from drupal cvs 2009-09-23 10:46:51 +00:00
jasper
7296e73f88 - explicitly add gettext to modules 2009-09-22 21:35:35 +00:00
ajacoutot
27263b83d9 Unbreak packaging of python2.6 on powerpc; ctypes module will need more
work.

ok djm@
2009-09-22 21:31:00 +00:00
ajacoutot
aef2e72389 More work into making this compile on armish.
We are up to the point where it segfaults during build as some other arches
used to in the past... so somehow, this is an improvement ;-)
2009-09-22 17:55:23 +00:00
robert
253c3e293b update to version 3.1.1 2009-09-22 17:53:42 +00:00
jasper
dd86904355 - add py-kiwi 2009-09-22 15:11:03 +00:00
jasper
7defc05eff import py-kiwi 1.9.26
Kiwi consists of a set of classes and wrappers for PyGTK that were
developed to provide a sort of framework for applications. Fully
object-oriented, and roughly Smalltalk's MVC, Kiwi provides a simple,
practical way to build forms, windows and widgets that transparently
access and display your object data.  Kiwi was primarily designed to
make implementing the UI for Stoq easier, and it is released under the
LGPL. Kiwi is inspired by Allen Holub's Visual Proxy.
2009-09-22 15:09:39 +00:00
jasper
14ab723053 - update msmtp to 1.4.18
ok pirofti@ (MAINTAINER)
2009-09-22 12:51:23 +00:00
ajacoutot
c0ddfe35c3 Disable sound by default so that this program would work out-of-the-box. 2009-09-22 12:11:02 +00:00
ajacoutot
54b4112cb8 Add some patches from sthen@ and I to help build this on arm.
Not there yet... but working on it.
No package change.
2009-09-22 11:19:37 +00:00
jasper
89105c885f - update taglib to 1.6
- enable mp4 support
2009-09-22 11:16:43 +00:00
ajacoutot
76d8a8d45b Update to hiawatha-6.17.1.
* Main configuration file httpd.conf renamed to hiawatha.conf.
* Several crash/bugfixes and improvements.
2009-09-22 09:29:25 +00:00
robert
16d319382f fix packaging 2009-09-22 06:55:11 +00:00
sturm
3717a5ef96 update to opera 10
note: this version of opera has font issue on OpenBSD, there are missing
MathML characters and some fonts, like Farsi(?), cannot be displayed at all.
I looked at it, but have no clue what to do about it.
2009-09-22 05:14:43 +00:00
jasper
d174b232dd update eterm to 0.9.5,
includes a SECURITY FIX for CVE-2008-1692
2009-09-22 04:42:02 +00:00
ajacoutot
08f76c451c powerpc needs gcc4 to build this. 2009-09-21 22:42:32 +00:00
sthen
126faefd18 update to 2.37, list myself as MAINTAINER. 2009-09-21 22:30:58 +00:00
jasper
dc2e7ada7d - revert previous commit. embedding variables in variables makes you lose a cookie, and break the build.
ok sthen@
2009-09-21 20:30:58 +00:00
robert
11ab5a2c9b Update to php 5.2.11;
Security Enhancements and Fixes in PHP 5.2.11:

    * Fixed certificate validation inside php_openssl_apply_verification_policy. (Ryan Sleevi, Ilia)
    * Fixed sanity check for the color index in imagecolortransparent(). (Pierre)
    * Added missing sanity checks around exif processing. (Ilia)
    * Fixed bug #44683 (popen crashes when an invalid mode is passed). (Pierre)
2009-09-21 20:04:24 +00:00
jasper
540fac5381 - update gmpc-libnotify to 0.19.0, as the old version of this plugin doesn't
really like the new gmpc...found out the hard way by me
2009-09-21 19:28:31 +00:00
jasper
8ac223fd98 - tighten dependency on libmpd
"arg" landry@ (MAINTAINER)
2009-09-21 18:39:16 +00:00