Commit graph

108464 commits

Author SHA1 Message Date
ghen
1aca6342a1 Upgrade the bacula and bacula-* packages to bacula 2.0.1. Additionally apply
2.0.1-restart.patch for the director daemon.

Changes:

12Jan07
kes  Fix Bacula->Documentation link on Win32 to point to index.html
     instead of bacula.html. Fixed bug #750.
kes  Return JobId in db_get_job_record() when JobId==0. This should
     fix bug #741.
kes  Do not release source pointers when restarting a failed job.
11Jan07
kes  Add dynamic dll entry point for SHGetFolderPath to Win32 code.
     This *should* fix bug #747.
kes  Modify winbacula.nsi to substitute with g bin_dir_cmd. Should fix
     bug #742.
09Jan07
kes  Modify USTORE constructor to set an empty store_source string,
     and don't copy the store_source string in a cancel.  Hopefully
     this will fix Arno's seg fault, bug #744.
kes  Add back code to disable conio in configure. Fixes bug #743.
kes  Correct the Options scanner in the FD to correctly handle
     SHA1 option, which was eating the next option.  Reported by
     Sebastien Guilbaud.
kes  Add code to indicate when the SD is spooling, spool wait, and
     despooling as requested by Alan Brown.

For 2.0.1-restart.patch:

     Fixes bug #755 where jobs that were automatically rescheduled after a
     failure were being upgraded from Incremental (or differential) to Full
     backups (the since_time was lost).
2007-01-19 11:58:54 +00:00
ghen
a5445a5350 Fix some pkglint warnings: include bsd.prefs.mk before setting defaults (?=)
for user-settable variables, and announce them in BUILD_DEFS.
2007-01-19 11:48:15 +00:00
ghen
cceee8e577 Reindent to satisfy pkglint. 2007-01-19 11:38:33 +00:00
sborrill
f658237cbb Add ap-auth-external 2007-01-19 09:01:21 +00:00
sborrill
0eb23e90d4 Initial commit of an external authentication module provides a flexible
tool for creating authentication systems based on other databases.

The module can be used in either of two somewhat divergent ways:
1) External Authentication:
2) Hardcoded Authentication:
2007-01-19 09:00:24 +00:00
sborrill
6504ec97df Take over as maintainer (missed from previous commit). 2007-01-19 08:56:45 +00:00
rillig
6352a171c7 Added a patch from upstream that sets the terminal size correctly on
FreeBSD and NetBSD.

PKGREVISION++
2007-01-19 08:02:33 +00:00
schmonz
dfb162f47a Note rss2email update. 2007-01-19 00:57:53 +00:00
schmonz
2bf93faf1c Update to 2.60. From the changelog:
* Now compatible with SunOS
* Correctly handle international character sets in email From

Plus changes from Debian:

* Document more options in config.py
* Flesh out manual page
* Check exit status of sendmail, and die if it fails
* Use fcntl even on non-Sunos-Unix
2007-01-19 00:57:03 +00:00
schmonz
e8672d615c Note py-html2text PKGREVISION bump. 2007-01-19 00:55:52 +00:00
schmonz
9647cc5421 Apply small cleanup patch from Debian. Bump PKGREVISION. 2007-01-19 00:55:06 +00:00
schmonz
cec9d16c0c Instead of creating files from patches, place them readably in
${FILESDIR} for easier tracking of external changes (e.g., Debian,
whence they came). No functional change.
2007-01-18 23:08:24 +00:00
rillig
dce06beb4e Added a patch that calls closedir() after scanning a directory. Now RATS
is able to scan much larger directories. :)

PKGREVISION++
2007-01-18 22:55:19 +00:00
schmonz
73d9521d65 Note tinycdb update. 2007-01-18 22:47:38 +00:00
schmonz
3a8e0d9a6c Update to 0.76. From the changelog:
* manpage spelling fixes, from Claus Assmann <ca+tinycdb (at) esmtp.org>.

  * little mods to allow compiling tinycdb by C++ compiler,
    from Olly Betts <olly (at) survex.com>.

  * use program_invocation_short_name on GLIBC, (modified) patch
    from Dmitry V. Levin  <ldv (at) altlinux.org>

  * manpage fix (cdb_findnext() prototype),
    from Dmitry V. Levin <ldv (at) altlinux.org>

  * (somewhat silly) GCC-4.x "signedness" warnings fix, modified patch
    from Dmitry V. Levin  <ldv (at) altlinux.org>

  * more signed vs unsigned char* fixes in various places

  * Makefile: always build libnss_cdb.so with libcdb_pic.a, no nss-shared
    target: to avoid extra dependency from /usr/lib/.

  * Makefile: use map files for lib*.so, with explicit list of exported
    symbols.  This, in particular, avoids exporting of libcdb symbols by
    libnss_cdb.so.

  * mark all internal routines as internal_function (defined as
    __attribute__((visibility("hidden"))) for GCC)

  * Makefile: add tests-shared, to use cdb-shared for testing

  * Makefile: allow to specify which binary (shared vs static) to install
    in install target, by using INSTALLPROG variable

  * Makefile: pass -DNSSCDB_DIR=... to compiler when building .lo files,
    to allow setting of system config dir (/etc by default) on command line.
    For nss_cdb module.

  * Makefile: use $(CP) instead of cp, to be able to specify `cp' options
    (CP="cp -p")

  * Use unlink(tmpname) + open(O_CREAT|O_EXCL) instead of
    open(O_CREAT|O_TRUNC) when creating the new CDB file.
    And use O_NOFOLLOW if defined.
    This also works around some (probably) possible symlink attacks.

  * Add -p perms option for cdb utility, to specify mode (permission bits)
    for newly created .cdb file (default is 0666&umask(), -p forces the given
    mode).

  * allow tmpname (cdb -t) to be `-', to mean no temp file gets created.
    Also check if tmpname is the same as database name and don't try to
    rename() if it is.

  * rewrite nss_cdb-Makefile a bit: simplify it, and use more sane
    permission scheme for /etc/shadow

  * fixed a typo in cdb_seek.c, -- it segfaulted if passed NULL dlenp
    pointer.  Thanks Daiki for the patch.  Closes: #383417

  * use MAP_FAILED to test mmap() return value, instead of hardcoded -1.

  * libcdb-dev replaces tinycdb<0.76
2007-01-18 22:46:12 +00:00
wiz
910ac492b2 + gauche-0.8.9, gworkspace-0.8.4, host-20070117, ns-flash-9.0.31.0,
nut-12.2, p5-SVN-Web-0.51, stella-2.3.5.
2007-01-18 22:45:16 +00:00
wiz
6f522f62a8 gnome-icon-theme PKGREVISION bump; glib2 and gtk2 updates. 2007-01-18 22:44:39 +00:00
wiz
96855f2d7d Update to 2.12.8:
Overview of Changes from GTK+ 2.10.7 to 2.10.8
==============================================

* Bugs fixed:
 393102 _gtk_modules_init assumes display is not opened instead o...
 395326	Gedit crashed no open text documents
 394855	impossible to build the directfb version
 396161	GtkUIManager crashing on unknown action in ui-file
 334168	Single '~' in location entry doesn't go to $HOME
 363147	GTKFileChoser Does not Show Desktop and Home after Uncol...
 390746	Custom tab title not set correctly on Microsoft Windows
 393813	Segfault in gtk_text_view_set_border_window_size()
 395316	File leak in gtk-demo
 395830	Wrong named icon lookup when requested size matches two s...
 396074	libgtk should link against Xfixes
 396160	Memory leak in gtkselection
 396175	wrong GtkWarning: Input method gtk-im-context-simple shou...
 396470	Missing slider redraw in GtkRange if activate-slider is set
 153828	Filechooser does not remember state
 357303	Gnome Main Menu Recent Documents extended by long file na...
 394000	Documentation error for GdkPixdata
 392504	The crosshair mouse cursor look a bit funny
 393255	GtkNotebook: Menu label centered instead of left aligned
 395045	gtk_radio_button_focus: Harmless compiler warning

* Updated translations (bg,lt,sl)
2007-01-18 22:43:29 +00:00
wiz
cfe4f37f51 Update to 2.12.9:
Overview of Changes from GLib 2.12.8 to GLib 2.12.9
===================================================

* Fix an unintended ABI break in the 2.12.8 release

* Bugs fixed:
 397139 glib-2.12.8 breaks ABI


Overview of Changes from GLib 2.12.7 to GLib 2.12.8
===================================================

* Due to an oversight, GLib has been linked against
  libpthread since 2.12.2. This has been fixed by
  moving the monotonic timer support into gthread.

* Bugs fixed:
 393812	glib links against pthread
 394258	gthread.c: illegal include order
 394641	Undefined reference in gthread
 394150	gettime implementation breaks compilation on darwin 6
 395203	g_timer_elapsed off by 2 order of magnitude
 394262	image/* mimetype breaks stuff
 392636	glib-2.0.m4 ignores PKG_CONFIG environment variable
 395419	Glib-2.12.7 with mingw(w32api-3.8/windows) fails to compi...
 329031	G_GNUC_INTERNAL fails with gcc-2.95

* Updated translations (ar,bg,ca,it,nl,th)
2007-01-18 22:42:56 +00:00
wiz
a46b46f42d Remove non-existent directory from PLIST. Bump PKGREVISION. 2007-01-18 22:42:20 +00:00
sborrill
62a5a5cbb0 Update to versions 9.0.0 (i386) and 8.46 (sparc) which are the latest
released versions. Version 9 is the Presentation Server 4.0 release of
clients.
N.B. sparc code currently untested.
Take over as maintainer.
Fix a few pkglint warnings.
Update description to be more accurate and up-to-date.
We need suse_openmotif to run wfcmgr under Linux emulation.
2007-01-18 22:34:05 +00:00
schmonz
5f048c8122 Note py-html2text update. 2007-01-18 22:32:11 +00:00
schmonz
567fad1c02 Update to 2.25. From the changelog:
* output unicode better (tx s s)
2007-01-18 22:31:17 +00:00
joerg
8e70e0999c Modular Xorg support. 2007-01-18 20:55:15 +00:00
rillig
d188ebab1f Fixed PKGMANDIR and sorted PLIST. 2007-01-18 20:44:25 +00:00
kristerw
e4a8c8c30d Sort. 2007-01-18 19:57:38 +00:00
rillig
fdee1c5f48 This package is not MAKE_JOBS_SAFE. 2007-01-18 19:50:54 +00:00
rillig
39d9bf85a3 Needs GNU Make. 2007-01-18 19:39:01 +00:00
rillig
b65a9462f2 This package is not MAKE_JOBS_SAFE. 2007-01-18 19:31:57 +00:00
rillig
62024129a3 Updated mummer to 3.19. 2007-01-18 19:15:40 +00:00
rillig
59b3b484ad - denemo
- fortunes-de
2007-01-18 19:14:58 +00:00
rillig
ad06e02f5b Updated mummer to 3.19.
Changes since 3.18:
- More documentation.
2007-01-18 19:13:10 +00:00
rillig
d5b5fbc9f8 Some of the TODO entries have been done. 2007-01-18 18:37:38 +00:00
tonio
e2fc760910 Avoid segfault when parsing configuration file under netbsd 2007-01-18 18:26:21 +00:00
joerg
706d502b58 Updates of compositeproto, damageproto, randrproto and xproto. 2007-01-18 18:07:33 +00:00
joerg
38af886787 Update to xproto-7.0.10. No functional changes. 2007-01-18 18:06:43 +00:00
joerg
12e95e21d3 Update to randrproto-1.2.0, which adds better support for Xinerama.
Bump API dependency.
2007-01-18 17:48:56 +00:00
joerg
bbdcf07044 Update to damageproto-1.1.0:
- added DamageAdd request
- added protocol description

Bump the API requirement for the former.
2007-01-18 17:30:44 +00:00
salo
36b53788b7 Fix building with Autoconf 2.60 and newer.
Addresses PR pkg/34252 by Matthias Petermann.

Also delint a bit.
2007-01-18 17:28:24 +00:00
joerg
9a2a630c79 Update compositeproto to 0.3.1:
* compositeproto.h:
    Bug #1425: Fix the protocol definition on big-endian LP64. (René Rebe)

Bump API dpends.
2007-01-18 17:23:39 +00:00
joerg
938805eae9 Reorder and fix size of the diff. Fixes PR 35440. 2007-01-18 16:52:34 +00:00
reed
3bab5a3775 Add patch: do not fail on ECONNABORTED.
Reported to mini_httpd developers. Patch is found various
places on internet.
2007-01-18 16:28:07 +00:00
joerg
efd07a5f28 Modular Xorg support. 2007-01-18 15:53:58 +00:00
joerg
b3ec81fb02 Modular Xorg support. 2007-01-18 15:25:15 +00:00
tonio
0ed1b7aee0 Make it build on Darwin 2007-01-18 15:22:15 +00:00
joerg
d155810d64 Modular Xorg support. 2007-01-18 15:16:02 +00:00
ghen
fa4f9ccdf7 Updated net/aiccu to 20070115. 2007-01-18 14:42:58 +00:00
ghen
961383eefc Update aiccu to version 20070115. AYIYA support has been much improved.
There is one more NetBSD-specific bug in unix-console/Makefile but it's
fixed by the last chunk of patches/patch-aa and will be in the next release.

Install COPYRIGHT in the documentation directory as well.

Detailed aiccu ChangeLog:

aiccu (20070115) stable; urgency=medium
  * Fixup in Debian init script (based on original patch by Bernhard Schmidt).
  * Change in redirections so that errors don't show in debconf menu's etc.
  * NetBSD fixes as there is not always a Tunnel Device that
    supports IPv6 (thanks to Geert Hendrickx).
  * Gentoo ebuild update, adding depends and require ntp-client.
  * RPM spec update, add build-requirement.
  * Check return values of system commands.
  * Added a big warning about running AICCU from Daemontools and similar
    programs which run AICCU in a loop, thus hammering the TIC server.
  * Be a bit smarter in checking for support of IPv6.

 -- Jeroen Massar <jeroen@sixxs.net>  Mon, 15 Jan 2007 11:00:42 +0000

aiccu (20070107) stable; urgency=high
  * 2007 Edition of AICCU.
  * License change to standard 3-clause BSD license.
    With thanks to Theo de Raadt, Marco d'Itri and Philipp Kern for
    their wise words and reasoning for coming to this decision.
  * High urgency because of the above and it fixing large problems.
  * Fixed Mac OS X / Darwin support on the MacBookPro of Pim van Pelt.
  * Added MTU, from TIC, configuration on most platforms.
  * Fixed up silly linux bug, adding LL address to tunnels but not to tun/taps.
  * Removed Win32 Alpha Endianess (reported by Christian Weisgerber).
  * Fixed up alignment error in parseline() (reported by Christian Weisgerber).
  * OpenBSD 4.0 support (patch provided by Christian Weisgerber).
  * OpenBSD AYIYA fixup (patch provided by Pim van Pelt).
  * Fedora/RPM init script fixup (bash case's don't fall through)
    reported and patch supplied by Matt Domsch.
  * NetBSD AYIYA support (noted by Tobias Riediger)
    Works on NetBSD 4.x, for NetBSD 3.0 one needs to patch tun/tap to
    support IPv6. Patch is available from the archives.
  * local_ipv4_override option so one can use AICCU behind a NAT that
    has been configured correctly to do proto-41 forwarding. This is
    usually called a DMZ setup.

 -- Jeroen Massar <jeroen@sixxs.net>  Sun, 07 Jan 2007 14:00:42 +0000

aiccu (20060806) stable; urgency=low
  * Changelog version format change as the 'official' (before there where
    legal issues as they don't understand the word 'SHOULD' which is cleary
    defined in the IETF and now somebody simply uploaded it anyway it without
    even asking or notifying us about it) debian packages which are broken,
    old and unsupported would seem newer and thus this new version would not
    get updated to even when folks would have the official AICCU repository
    in their sources.list. This solves that issue.
  * pidfile fixup and configuration parameter.
  * Corrected Broker selection in debconf.
  * Configuration file rewriting by debconf is now done in a 'nice' way.

 -- Jeroen Massar <jeroen@sixxs.net>  Sun,  6 Aug 2006 13:56:42 +0100
2007-01-18 14:42:17 +00:00
obache
140b2a28be Must set PKG_SUPPORTED_OPTIONS before including bsd.options.mk.
Should fix PR 35439.

And remove duplicate preferences-extension and ldap options.
2007-01-18 14:22:38 +00:00
rillig
3d71cdee45 This package uses BSD-style Makefiles. 2007-01-18 11:55:45 +00:00