Commit graph

111226 commits

Author SHA1 Message Date
gendalia
44a4820529 Update OpenAFS from 1.4.1 to 1.4.4.
Changes:
* Security bugfix:
- SetUID is no longer honored for the local cell by default. The
   "fs setcellstatus" command must be issued for any cell the system
   administrator wishes to allow setuid files in.
>From 1.4.3:
All unix systems:
- Fix Universal AFS Error mapping when the local OS does not define some
   errors.
- Avoid byte range locking for java when it means to ask for a whole file
   lock but uses a -1 length.
- Reinit resolver library on afsdb failure.
All systems:
- Make rxdebug be less aggressive when retransmitting.
- Allow unix domain socket for fileserver-volserver communication.
- Fix server fake address support when NetRestrict is being used.
- Fix crash when 3.4 jumbograms are part of an Rx connection.
- Fix crashes in pts chown and pts rename.
- Make asetkey buildable with Heimdal.
- Avoid potential orphaned files during vos restore.
- Improve ubik debug logging.
- Add vldb repair tool.
- Avoid potential bosserver process list corruption.
- Revert to previous fileserver startup attachment order.

>From 1.4.2:
All systems:
* Volume dump parsing code in the volserver has better error checking.
* salvager has improved damaged volume handling on namei fileservers.
* fileserver has size validity checks for when large file support is
   disabled.
* fileserver avoids potentially multiply adding a host to its hash table.
* rxkad client private data storage is allocated dynamically on ticket size.
* Handle universal error code translation for file locking.
* fileserver needs to swap callback connections on a client IP change.
* fileserver host package revised to reduce lock contention.
* Rx has been fixed to count hard acks, thus opening the congestion window.
* All servers support bound Rx sockets (on one interface).
* namei fileserver no longer use lockf() to avoid range locking issues.
* most binaries now support the -version switch.
* backup suite fixes for 64 bit platforms.
* volserver avoids holding holds during volume purges.
* volserver avoids losing files on namei during vos zap.

> Since 1.4.1:
All systems:
  * Fix rx usage of WSAStartup/WSACleanup
  * Fix the code that writes the backconnectionhostnames value
    to ensure that the data buffer is written with the correct
    length.
  * Do not panic if the maximum number of volume entries are in use
    and one of them can be recycled.
  * Add a missing lock that was lost during the pullup
    of patchs for 1.4.1c
  * Fix the pthread library so that it can be loaded
    and unloaded safely by an application.
2007-03-21 04:29:29 +00:00
joerg
7ab9303f23 Add more modular Xorg drivers. 2007-03-21 00:26:36 +00:00
joerg
d71ba2a2c3 Import xf86-video-tga-1.1.0.
This is the TGA video driver for the modular Xorg server.
2007-03-21 00:23:02 +00:00
joerg
21b7d97558 Import xf86-video-trident-1.2.3.
This is the Trident video driver for the modular Xorg server.
2007-03-21 00:21:55 +00:00
joerg
9e05eb99a9 Import xf86-video-tseng-1.1.1.
This is the Tseng Labs video driver for the modular Xorg server.
2007-03-21 00:21:18 +00:00
joerg
ea28bb3d85 Import xf86-video-vga-4.1.0.
This is the generic VGA video driver for the modular Xorg server.
2007-03-21 00:20:45 +00:00
joerg
6a94fe0e04 Import xf86-video-via-0.2.2.
This is the VIA unichrome video driver for the modular Xorg server.
2007-03-21 00:20:17 +00:00
joerg
98b73db2f0 Import xf86-video-vmware-10.15.0.
This is the VMware virtual video driver for the modular Xorg server.
2007-03-21 00:19:09 +00:00
joerg
c0e09eee62 DESTDIR works fine. 2007-03-21 00:16:42 +00:00
grant
69495a534e add PKG_OPTION acl to enable Access Control Lists. tested on Solaris
10 w/ UFS (ZFS/NFSv4 style ACLs not yet supported as of this release
of Samba).
2007-03-20 22:17:09 +00:00
wiz
2a45f71b2a gnome-doc-utils updated to 0.10.1. 2007-03-20 21:04:02 +00:00
wiz
35ccacabc9 Update to 0.10.1:
Changes in 0.10.1:
------------------
* Fixed a bootstrapping issue, #416933 (Elijah Newren)

Changes in 0.10.0:
------------------
** general:
 * Fixed buildir/srcdir issue with autogen, #409292 (Loïc Minier)
** tools:
 * Fixed some brokenness with relative paths, #409341 (Loïc Minier)
 * Fixed some brokenness with absolute patsh, #169324 (Shaun McCance)
** xml2po:
 * Fixed bug #413602 (Eduardo Habkost)
** Updated translations:
   it     (Luca Ferretti)
   lt     (Gintautas Miliauskas)
   pl     (GNOME PL Team)
   pt_BR  (Leonardo Ferreira Fontenelle)
   uk     (Maxim Dziumanenko)

Changes in 0.9.2:
-----------------
* Skip SK category code checks if the param is not passed [#402159]

Changes in 0.9.1:
-----------------
** general:
 * Fixed various circular dependency problems (Christian Persch)
 * Use po/LINGUAS [#337987]  (Brian Pepple)
 * Added documentation templates  (Joachim Noreiko)
 * Removed some GNUisms [#378739 #378763 #366203]  (Shaun McCance)
 * New bootstrapping mechanism, using gnome-common [#340128]  (Shaun McCance)
 * Added ACLOCAL_AMFLAGS for autoreconf [#355521]  (dmacks)
 * Use $(AWK) instead of awk [#358161]  (James Andrewartha)
 * Fixed non-portable test expression [#362505]  (Thomas Klausner)
 * Removed the never-really-worked xsldoc and rngdoc  (Shaun McCance)
 * Install the .pc file when build utils are disabled [#355553]  (Mariano Suárez-Alvarez)
** xml2po:
 * Updates to tests  (Danilo Šegan)
 * Added some caching of values  (Danilo Šegan)
 * Added an XHTML mode  (Claude Paroz, Danilo Šegan)
 * Really ignore ignored tags [#378073]  (Danilo Šegan)
 * Ignore untranslated message in reuse mode [#381607]  (Danilo Šegan)
 * Speed improvements [#363451]  (Alexander Nedotsukov)
** tools:
 * Added gnome-doc-tool for processing documentation  (Shaun McCance)
 * Provide a 3-argument variant of GNOME_DOC_INIT [#392424 #350441]  (Christian Persch)
** xslt:
 * Allow pubdate and edition instead of revision in db2omf  (Shaun McCance)
 * Added an explicit check for scrollkeeper_cl.xml in db2omf  (Shaun McCance)
 * Made all db2omf errors error out, for great justice  (Shaun McCance)
 * Check for invalid category codes in db2omf  (Shaun McCance)
 * Added new inline documentation to XSLT  (Shaun McCance)
 * Added xi and fxi to exclude-result-prefixes  (Mariano Suárez-Alvarez)
 * Python classsynopsis elements no longer act like C++  (Shaun McCance)
 * Fixed some documentation typos  (Shaun McCance)
 * Added a utility XSLT file to list media files  (Shaun McCance)
 * Removed excessive alpha-thai elements [#323249]  (Theppitak Karoonboonyanan)
** Updated translations:
   ar     (Djihed Afifi)
   en_GB  (David Lodge)
   et     (Ivar Smolin)
   fi     (Ilkka Tuohela)
   he     (Yaniv Abir)
   it     (Luca Ferretti)
2007-03-20 21:02:40 +00:00
wiz
1f01a287e7 - TeXmacs-1.0.6.9, atk-1.18.0, glib2-2.12.11, horde-3.1.4, imp-4.1.4,
ingo-1.1.3, kronolith-2.1.5, pango-1.16.1, turba-2.1.4,
  xf86-input-mouse-1.2.1, xf86-video-nv-1.2.2.1.

Thanks :)
2007-03-20 20:00:10 +00:00
wiz
0b2f656a25 + exiv2-0.14, glade-3.2.0, gnome2-terminal-2.18.0,
swfdec-0.4.2, worker-2.14.3.
2007-03-20 19:55:01 +00:00
drochner
c3721a6eb5 note some updates 2007-03-20 19:21:12 +00:00
kristerw
fdf1ea29e2 Add dia2code. 2007-03-20 19:11:41 +00:00
jlam
98ea690841 Don't remove directory not created (missing) in PostgreSQL installation. 2007-03-20 18:17:13 +00:00
joerg
6b72cdb3a9 Annotate new Xorg packages and some updates. 2007-03-20 17:04:59 +00:00
jlam
f6ec796ba5 Honor PKGMANDIR. 2007-03-20 17:04:13 +00:00
joerg
ab98f1e8fd Import xf86-video-cyrix-1.1.0 from modular Xorg.
This is the Cyrix MediaGX video driver for the modular Xorg server.
2007-03-20 16:36:59 +00:00
joerg
28be10b7b5 Fix check-interpreter when using USE_DESTDIR. From Klaus Heinz on
tech-pkg.
2007-03-20 16:21:10 +00:00
drochner
16e42a3022 update to 1.0.63
changes: fixes, documentation improvements, cleanup,
improvements to OpenMath support
2007-03-20 16:11:55 +00:00
joerg
dff3e1df88 Import xf86-video-cirrus-1.1.0 from modular Xorg.
This is the Cirrus Logic video driver for the modular Xorg server.
2007-03-20 16:11:14 +00:00
joerg
d09b2e48f9 Import xf86-video-chips-1.1.1 from modular Xorg.
This is the Chips and Technologies video driver for the modular Xorg
server.
2007-03-20 16:03:59 +00:00
drochner
22a7826dbf update to 5.11.0
changes:
-documentation improvements
-UI fixes
-bug fixes to definite integral functions
-some new addon pkgs
-misc fixes
2007-03-20 16:03:12 +00:00
drochner
ede0d5e023 update to 1.0.6.9
changes:
-Started the implementation of a separate style-rewriting engine
-Started the implementation of a new markup-based graphical user interface
-Several improvements for large multi-part documents
-Further improvements in the upcoming markup-based graphical user interface
-Asynchroneous script evaluation using plug-ins
-support for maxima-5.11
2007-03-20 15:59:57 +00:00
drochner
2c012be1fb update to 2.10.11
changes:
-bugfixes
-translation updates
2007-03-20 15:46:32 +00:00
joerg
b2c80fa0b0 Import xf86-video-ast-0.81.0 from modular Xorg.
This is the AST Technology AST2000 video driver for the modular Xorg
server.
2007-03-20 15:44:13 +00:00
drochner
9153e18d1c update to 1.18.0
This switches to the new stable branch for gnome-2.18.
Most visible change: addes a new atkmisc API which is needed for newer
gnome s/w.
2007-03-20 15:42:50 +00:00
drochner
d24ee310d3 update to 1.16.1
This switches to the new stable branch for gnome-2.18.
Too many changes to list here.
2007-03-20 15:38:26 +00:00
joerg
2e46445a4a Import xf86-video-ark-0.6.0 from modular Xorg.
This is the ARK Logic video driver for the modular Xorg server.
2007-03-20 15:37:45 +00:00
drochner
acc775a5a8 update to 2.12.11
changes:
-bugfixes
-translation updates
2007-03-20 15:33:57 +00:00
drochner
5578950b49 update to 1.4.2
This switches to the new stable branch. Too many changes to list here,
see the changelog.
Most notably: speed improvements, PDF output improvement, API additions,
bugfixes.
2007-03-20 15:29:18 +00:00
joerg
52e78b050e Import xf86-input-void-1.1.0 from modular Xorg.
This is a dummy input device for the modular Xorg server. It never
delivers any events, but can be usedas  pointer and keyboard device to
run the Xorg server without real core devices.
2007-03-20 15:22:41 +00:00
drochner
92aacdf3ef update to 2.3.2
This switches to the new stable branch. There are too many API additions
and other changes to list here -- see the changelog.
Some notes:
-There is an unpatented hinter built in per default. The "truetype"
 pkgsrc option does still enable another one -- the documentation here
 is inconsistent, so I've left this alone for now. I couldn't find
 a visible effect with my fonts on my display.
-New pkgsrc option "subpixel". Enables subpixel rendering for LCDs.
 Not default because there are patent issues.
-There is sone strange effect of the CONFIG_SHELL environment valiable
 on the "configure" script. Worked around this by overriding the
 env var in the pkg Makefile. Someone understanding shell quoting might
 be able to locate the underlying problem.
2007-03-20 15:20:33 +00:00
joerg
b99232f62b Update to xf86-video-wsfb-0.2.1. This brings in bugfixes for the shadow
framebuffer, rotation support from OpenbSD and a fixed computation
of the framebuffer size from NetBSD. Nuke the gmake dependency.
2007-03-20 15:10:01 +00:00
joerg
62a54422ce Take maintainership. Nuke gmake dependency. 2007-03-20 15:04:29 +00:00
joerg
dc87ee0649 Update to xf86-video-nv-2.0.0. This adds support for G80 chipsets (which
might not be entirely stable yet). Nuke the gmake dependency. Take
maintainership.
2007-03-20 15:00:30 +00:00
joerg
5280149be7 Update to xf86-input-mouse-1.2.1, featuring minor bugfixes.
Remove gmake dependency.
2007-03-20 14:48:04 +00:00
tron
3f2339c28a Note update of "phpmyadmin" package to version 2.10.0.2. 2007-03-20 14:24:16 +00:00
tron
256f1dda92 Update "phpmyadmin" package to version 2.10.0.2:
- Fix for PMASA-2007-3 (PHP Executor Deep Recursion Stack Overflow)
- New graphical relation manager, called Designer, available in
  database view
2007-03-20 14:17:16 +00:00
tron
ad7583b689 Note removal of "gftp" and "gftp-gtk1" packages. 2007-03-20 13:34:24 +00:00
tron
f06bbc8acd Remove "gftp" packages. They are broken and unmaintained.
Approved by Jared D. McNeill.
2007-03-20 13:32:10 +00:00
markd
7d69606a36 Fix configure's handling of libblas when compiling with f2c and therefore
remove conditional PLIST entry no longer required. Bump PKGREVISION.
2007-03-20 11:00:58 +00:00
abs
d2340095d8 commit for patch-aa 2007-03-20 10:25:16 +00:00
abs
c37241df3d update libgphoto2 to 2.3.1nb2 - fix typo in patch-aa 2007-03-20 10:22:31 +00:00
wiz
64a6696667 Note libiconv update to 1.11. 2007-03-20 00:46:03 +00:00
wiz
6eaa530983 Update to 1.11:
New in 1.11:
* The iconv program has new options --unicode-subst, --byte-subst,
  --widechar-subst that allow to specify substitutions for characters that
  cannot be converted.
* The iconv program now understands long options:
    long option    equivalent to
    --from-code    -f
    --to-code      -t
    --list         -l
    --silent       -s
* The CP936 converter is now different from the GBK converter: it has changed
  to include the Euro sign and private area characters. CP936 is no longer an
  alias of GBK.
* Updated GB18030 converter to include all private area characters.
* Updated CP950 converter to include the Euro sign and private area characters.
* Updated CP949 converter to include private area characters.
* Updated the BIG5-HKSCS converter. The old BIG5-HKSCS converter is renamed to
  BIG5-HKSCS:1999 and updated to Unicode 4. New converters BIG5-HKSCS:2001 and
  BIG5-HKSCS:2004 are added. BIG5-HKSCS is now an alias for BIG5-HKSCS:2004.
* Added a few irreversible mappings to the CP932 converter.
* Tidy up the list of symbols exported from libiconv (assumes gcc >= 4.0).
2007-03-20 00:44:52 +00:00
joerg
8e24412dfb psycopg2 was done a while ago. 2007-03-20 00:16:33 +00:00
joerg
512da5c3dc Mark as destdir safe and take maintainership. 2007-03-20 00:10:10 +00:00