Commit graph

6777 commits

Author SHA1 Message Date
rh
5ba7726136 Update gworkspace to 0.9.1. Changes are mostly bugfixes including the
ability to compile with clang and the modern Objective-C runtime.
2012-10-22 03:08:29 +00:00
christos
7f0bbd1505 add missing files 2012-10-20 13:39:38 +00:00
wiz
f0c775c296 Update to 0.21. Add comment to patch.
============
Version 0.21
============

 desktop-file-validate
  - update to current version of menu specification (Vincent):
    - only print hint if no main category is present, not an error
    - make Science a main category
    - add new registered categories: Adult, Feed, Humanities, Maps,
      Shooter, Spirituality, XFCE
    - update related categories
    - add TDE to list of registered OnlyShowIn
  - accept and validate GNOME3/GSettings for AutostartCondition (Vincent)
  - output hint if more than one main category is present (Vincent)
  - output hint about suggested related categories (Vincent)

 misc
  - do not require glib >= 2.28 for build (Vincent)
2012-10-14 18:13:18 +00:00
jmmv
8a065b995d Update to 2.4:
- Add a MKVARS variable to pass arbitrary variables to build.sh through -V.
  E.g. MKVARS="MKDEBUG=yes".
- Move the documentation of the configuration file to a new sysbuild.conf(5).
2012-10-13 18:40:33 +00:00
taca
ec46bb671f Fix build problem on NetBSD 4.0, simply revert the part of
"#ifdef _X86_SYSARCH_L" from revision 1.8.
2012-10-12 00:37:04 +00:00
shattered
e1857ee0a9 Update to 2.13. No usable change log in distfile. 2012-10-11 18:46:10 +00:00
wiz
0828b8d408 Add RCS Id, remove dot at end of SEE ALSO. 2012-10-11 07:56:13 +00:00
jmmv
6978272f68 Update to 1.4:
- Add support to fetch release sets via ssh.
2012-10-11 00:16:46 +00:00
adam
ed93f0ca47 Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
jaapb
be0a6937d1 Revision bump associated with the update of lang/ocaml to version 4. 2012-10-08 15:18:20 +00:00
wiz
8a8776363f Update to 1.6.8:
D-Bus 1.6.8 (2012-09-28)
==

The "Fix one thing, break another" release.

• Follow up to CVE-2012-3524: The additional hardening
  work to use __secure_getenv() as a followup to bug #52202
  broke certain configurations of gnome-keyring.  Given
  the difficulty of making this work without extensive
  changes to gnome-keyring, use of __secure_getenv() is
  deferred.

D-Bus 1.6.6 (2012-09-28)
==

The "Clear the environment in your setuid binaries, please" release.

• CVE-2012-3524: Don't access environment variables (fd.o #52202)
  Thanks to work and input from Colin Walters, Simon McVittie,
  Geoffrey Thomas, and others.
• Unix-specific:
  · Fix compilation on Solaris (fd.o #53286, Jonathan Perkin)
  · Work around interdependent headers on OpenBSD by including sys/types.h
    before each use of sys/socket.h (fd.o #54418, Brad Smith)
2012-10-07 21:35:13 +00:00
prlw1
968414cf2d Update glib2 and therefore gdbus-codegen and gio-fam to 2.34.0
- patch-ar and patch-as to avoid dependending on python are no longer
  necessary since the introduction of --disable-modular-tests
- patch-co has been committed to glib in 2360d04e
- other patches cargo culted across
- statfs test was fixed in glib with commit afa82ae8
- no longer provide man pages as that requires docbook & xsltproc

Many changes in glib since 2.32.4, especially GDBus improvements.
See NEWS file http://git.gnome.org/browse/glib/plain/NEWS?id=2.34.0 for details.
2012-10-06 20:44:04 +00:00
adam
f3488e8647 Switch to BDB_ACCEPTED 2012-10-06 18:39:18 +00:00
christos
6e4e6f8ac4 Upgrade to 5.2.12. This is a bug fix release.
- A new bpluginfo utility tool
- Make dump_resource respect console ACL's (security fix)
- Add chio-changer-openbsd submitted in bug #1903
- Important Copy job bug fixed.

Major changes since 5.2.9:
- IPv6 networking should work correctly now
- SQL Counter problems resolved
- Bat hanging after running a number of jobs
- dbcheck rw_writelock problem
- Windows VSS restore bug

New Feature:
- Add rudimentary support for backing up AFS

More complete changelog at: http://www.bacula.org/en/?page=news
2012-10-06 17:54:53 +00:00
ryoon
c7107cb605 Recursive bump from net/gssdp. 2012-10-06 08:46:39 +00:00
wiz
cbbaab9b5a Remove PYTHON_VERSIONS_ACCEPTED line since it's the default. 2012-10-05 09:37:53 +00:00
apb
3badf6185d salt appears to work with python-2.7, not only 2.6. 2012-10-05 09:35:52 +00:00
wiz
6881df6a4c Update for python25 removal. 2012-10-03 22:14:00 +00:00
wiz
3184463075 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
tron
78f9c75877 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
cheusov
a0589e5f46 Install all files under ${PREFIX}/9base in order to avoid comflicts
with other packages. ++pkgrevision
2012-10-01 21:19:44 +00:00
dholland
77ccc16896 Update BUILDLINK_API_DEPENDS.dbus per PR 47023. 2012-09-30 21:52:32 +00:00
ryoon
599c664d03 Fix PLIST divergence on Gentoo Linux, that has man2html in PATH.
Disable detection of man2html forcibly.
2012-09-27 19:45:18 +00:00
gls
da6e9ac128 Adding xgettext to USE_TOOLS should finally fix build on SunOS.
Thanks jperkin@.
2012-09-26 19:35:02 +00:00
gls
24ca416d31 Build Fix.
USE_TOOLS+= msgfmt. Should fix build on SmartOS, Linux and Darwin.
2012-09-25 19:53:39 +00:00
jperkin
17e72a7708 USE_TOOLS += gm4. 2012-09-25 15:25:05 +00:00
sbd
c9eb71da11 In perl/Makefile.am where ${path_to}/lib${lib}.la has been changed to -l${lib}
and the ${path_to} to the library search paths.

Fixes build on Linux.
2012-09-25 05:04:36 +00:00
sbd
0587e79c3d Remove PKGREVISION line and add note "Do NOT set PKGREVISION in this file!" 2012-09-24 05:12:54 +00:00
bouyer
cb4724f032 Add missing command_interpreter in rc.d script, as pointed out by
dieter roelants. Bump pkgrevision
2012-09-23 15:10:44 +00:00
obache
7d9c43e866 recursive bump from libcdio shlib major change. 2012-09-23 05:36:22 +00:00
ryoon
601958a392 Recursive revbump from multimedia/libvpx 1.1.0 update 2012-09-22 13:48:15 +00:00
jperkin
03973bef9a Fix Solaris 32-bit build. 2012-09-20 09:14:05 +00:00
jperkin
64fb2196f3 For as-yet undetermined reasons, cmake ends up undefining pthread_create
support on Solaris even though the test succeeds.  Forcibly define it.

Fixes Solaris build.
2012-09-18 15:53:14 +00:00
drochner
d64b8cf0b5 fix ONLY_FOR pattern for amd64 2012-09-18 07:56:52 +00:00
dholland
fee2a902ed Fix COMMENT, noted by Mayuresh on pkgsrc-users. 2012-09-16 19:46:02 +00:00
taca
1aa76f534d Update capistrano to 2.13.3.
## 2.13.3 / August 21 2012

This release contains multiple bugfixes and handling of exotic situations. The
`Configuration#capture` method should now work in spite of `ActiveSupport`
shenanigans. Thank you, the community, for all of your contributions:

 * Close input streams when sending commands that don't read input. Dylan Smith
   (dylanahsmith)
 * Listen for method definition on `Kernel` and undefine on `Namespace`. Chris
   Griego (cgriego)
 * Fixed shell `Thread.abort_on_exception` bug. George Malamidis (nutrun)
 * Adding a log method to `Capistrano::Deploy::SCM::None` to maintain
   consistency with other SCM classes. Kevin Lawver (kplawver)
 * Add deprecation warning if someone uses old `deploy:symlink` syntax on
   callbacks. Ken Mazaika (kenmazaika)
 * Simplify the `finalize_update` code by respecting the `:shared_children`
   variable during removal and recreation of the parent. John Knight
   (knightlabs)
2012-09-16 11:14:11 +00:00
taca
9c8b63fad4 Update ruby-activesambaldap to 0.1.0.
== 0.1.0: 2012-07-08

* [#29610] Supported ActiveLdap 3.1.1 [Piotr Romanczuk]
* Changed license from Ruby's to LGPLv2.1 or later.
2012-09-16 11:13:08 +00:00
taca
9df1a4d66f Update ruby-facter to 1.6.12.
1.6.12
===
398b111 (Maint) Extract common elements of selinux tests
c534126 (#10819) Avoid reading from /proc/self/mounts in ruby
b95ea54 fix yum repo path in yaml file
3ad05f1 Remove version test from facter
fce4b01 fix redhat spec release template variable
903b1d9 Stop using sed to generate the preflight erb
601a967 Use git read-only packaging repo for public access
dd3401e Fixup apple packaging
e0454df Remove libexec from file list as its only in 2.x
1e7f5b3 Update debhelper compat to 7, add format
6659e61 Fixup redhat spec erb template for f17
6752530 Shift to using packaging repo
fe311c2 Remove obsolete tasks directory
900895f Group requires together
8c18e33 Move facter redhat spec file to erb
84f8e10 Add debian build artifacts to facter project
d2d3baf Replace rake/gempackagetask with rubygems/gempackagetask
6f58b4e Move tasks out of 'rake' subdirectory
db9d154 Move packaging files to ext, rm conf
c0cbe62 (#15464) Make Facter.version settable via Facter.version=
0b49eae (#15464) Make contributing easy via bundle Gemfile
bf6ee4f Retabbed conf/redhat/facter.spec to lineup tag contents.
defbfb8 (#15291) Add Vendor tag to Facter spec file
17243bb Update facter redhat spec for fedora 17
7ca9122 Update a facter build-requires for f17
d5d2328 (#11640) Added support for new OpenStack MAC addresses

1.6.11
===
f75e46e Add build-requires of ruby-rdoc for manpage generation
e9e084f (Maint) Update CONTRIBUTING.md to match Puppet
841b99a (#15687) Selinux: Test for policyvers before reading it
10aa3aa (#15049) Return only one selinuxfs path as string from mounts
f7f90e4 Update version nos to match Facter development
ab87a2c Modify facter spec to work with Ruby 1.9
2012-09-16 11:11:45 +00:00
obache
8ace00dcd8 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
cheusov
20286845da fix some pkglint warnings 2012-09-15 09:04:12 +00:00
cheusov
59becf5637 Fix build failure on Linux, tested on SL-6.2 2012-09-15 09:03:50 +00:00
drochner
0a4a706eed update to 4.1.3
also add security patches from upstream

changes:
-fixes for vulnerabilities were integrated
-many bug fixes and improvements, Highlights are:
 -Bug fixes and improvements to the libxl tool stack

approved by maintainer
2012-09-12 11:09:32 +00:00
drochner
f5857bd70f update to 4.1.3
also add security patches from upstream (for CVE-2012-3497, no patches
are available yet)

changes:
-fixes for vulnerabilities were integrated
-many bug fixes and improvements, Highlights are:
 -Updates for the latest Intel/AMD CPU revisions
 -Bug fixes for IOMMU handling (device passthrough to HVM guests)

approved by maintainer
2012-09-12 11:04:17 +00:00
gls
a8db3588f6 Add #!@RCD_SCRIPTS_SHELL@ to have a proper shell script.
(Hopefully) fix RCS ID.

Spotted by Greg Oster, thanks!
2012-09-10 17:29:09 +00:00
obache
05c2556014 Fixes PKGPREFIX for python and ruby by blbump(1). 2012-09-10 09:22:41 +00:00
spz
cc46b11509 make the package compile on NetBSD -current 2012-09-09 22:21:54 +00:00
abs
3ac1d8778c Updated sysutils/p5-GTop to 0.16
0.18 - Mon May 28 2012

Remove references to Server files from Manifest. Fixes build warning (cf. rt.cpa
n.org #72777)

0.17 - Sun Jul 10 13:39:00 EDT 2011

Fix check of threading enabled so it doesn't load the threading module [brendan@
tucows]
Remove Server depreciated in last release
2012-09-09 13:26:08 +00:00
abs
bebfaf9948 Updated sysutils/p5-SSH-Batch to 0.029
0.029
- atnodes: added a '-q' parameter to run SSH in quiet mode,
  which prevents banners and motd messages from being
  displayed in the output. thanks Mithun Ayachit for the patch.
2012-09-09 13:24:53 +00:00
shattered
d3d2c75978 Tell configure to not look for OpenSSL if not enabled via option. 2012-09-08 12:36:57 +00:00
adam
e7608643ab Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00