Commit graph

84209 commits

Author SHA1 Message Date
adam
3e563e05f0 Changes 0.4.26:
* Don't crash if no certificate is sent by the remote side
    and -skip-certificate-check has been given.
  * Avoid duplicate error messages.
  * Disable libgcrypt secure memory warning.
  * security.debian.rb: better when disconnected.
2005-09-06 15:49:35 +00:00
adam
27612e6b76 Updated net/lftp to 3.2.1nb1 2005-09-06 15:29:34 +00:00
adam
fabd4a118e Revision bump after changing security/gnutls/buildlink3.mk 2005-09-06 15:28:09 +00:00
adam
2118f1b1d9 Updated security/py-gnutls to 0.2nb5 2005-09-06 15:24:31 +00:00
adam
8d754d6413 Revision bump after changing security/gnutls/buildlink3.mk 2005-09-06 15:23:10 +00:00
adam
74a51fea8f Updated www/thy to 0.9.4 2005-09-06 15:20:40 +00:00
adam
ea00485367 Changes 0.9.4:
Took some time to do this release, and the fixes are numerous, an
upgrade is highly recommended. Major changes include an increased
header limit, which fixes inter-operation with some versions of lynx;
a fix for a crash when trying to access user pages of people who do
not actually exist (ie, /~badusername).

On the new features front, the -U option now accepts usernames too,
not just user ids.
2005-09-06 15:19:31 +00:00
adam
c117d28d62 Updated graphics/xpaint to 2.7.8 2005-09-06 14:54:56 +00:00
adam
1cba55b421 patch-ad is needed as well :) 2005-09-06 14:54:05 +00:00
adam
cd6e032178 Changes 2.7.8:
* Bug fixes
Pkgsrc:
* Use Xaw3d from now on (which is the recommended way)
2005-09-06 14:53:36 +00:00
tonio
3937e7f251 Fix build under darwin anf gcc4
Patches taken from darwinports (thanks toby)
2005-09-06 14:29:17 +00:00
tron
261d6cc161 Add entries for recent "kdebase" package updates. 2005-09-06 14:23:40 +00:00
markd
0ed4dbaa1c kcheckpass local root vulnerability
http://www.kde.org/info/security/advisory-20050905-1.txt
Also fix lock directory on BSD's and Solaris to something that
actually exists.  Bump PKGREVISION.
2005-09-06 12:37:58 +00:00
wiz
f8942c2460 - amule (thanks, dogcow), phppgadmin (thanks, tv). 2005-09-06 11:47:49 +00:00
rillig
15b9d4d943 Bugfix: The subdirectories of the pkgsrc root directory are listed
correctly. With the -r option, the order of directories is now
depth-first.
2005-09-06 10:30:00 +00:00
wiz
354935becb Case fix for phppgadmin (the directory is lower case)
[use the changes-entry target! :)]
2005-09-06 08:55:39 +00:00
abs
ee9906d198 Fix NetBSD statvfs check to be >= 299000900 not >= 200040000
No pkgrevision bumps needed.
2005-09-06 08:10:57 +00:00
abs
8e32b054d7 fix NetBSD statvfs check to be >= 299000900 not >= 200040000 2005-09-06 07:59:32 +00:00
jlam
dd9c15f8a9 patch-ad:1.7 removes the need to pre-create the samples symlink in the
doc directory for installation.
2005-09-06 07:26:35 +00:00
jlam
733a37644e Correct some minor errors to the way that this package set PKG_SYSCONFDIR
and MAKE_DIRS:

    * There is no need to set PKG_SYSCONFDIR as the concept is quite
      meaningless for PHP applications.  Simply copy the CONF_FILES
      from the examples directory into ${PREFIX}/share/phppgadmin/conf.

    * Use REQD_DIRS instead of MAKE_DIRS since these directories are
      under ${PREFIX} and we want to always create/remove these
      directories regardless of the value of PKG_CONFIG.

Bump the PKGREVISION to 1 due to changes in the +INSTALL and +DEINSTALL
scripts.
2005-09-06 06:07:28 +00:00
jlam
57fabbbd45 Enable IPv6 for all platforms that have /usr/include/netinet/ip6.h,
not just on Solaris, Linux, and NetBSD.  Bump the PKGREVISION to 3.
2005-09-06 03:26:14 +00:00
taca
f3b284f7c9 Remove a line for patches/patch-aa. I forgot to remove with previous
commit.  Thanks to Matthew Luckie who notified me via private mail.
2005-09-06 03:16:45 +00:00
reinoud
1f09a6872f Fix small bug in bittorrent message handling.
If i understand the code correctly a message is send with a 4 byte length in
front of a block of data. If the data length was less than 80 a stack reserved
memory block was used to avoid over-malloc'ing for small pieces. This block was
declared 80 bytes long... so it would overflow if messages of aprox. 80 bytes
were sent for the length bytes were not accounted for. Claimed more for
certain.

With this small fix the repeated crashes that i experienced are gone. Author
has been notified of the possible problem.
2005-09-05 23:41:13 +00:00
tv
733b63ed74 phpPgAdmin -> 3.5.5 2005-09-05 18:15:11 +00:00
tv
1840164181 Minor update to 3.5.5, mainly to make work properly with PHP 4.4.
ChangeLog:

* Fix for PHP 4.4.0's new strict references
* Small improvement to Opera browser detection in the tree
* Fix listing of opaque functions in 7.2
* Fix listing of opclasses and functions pre 7.3
2005-09-05 18:14:39 +00:00
wiz
7f000580a4 flyspell updated to 1.7j. 2005-09-05 17:05:12 +00:00
wiz
279db6da9b Update to 1.7j:
*** Improve the handling of localwords on large regions.
2005-09-05 17:04:53 +00:00
wiz
642fbf432b gawk updated to 3.1.5. 2005-09-05 16:58:40 +00:00
wiz
659155c552 Update to 3.1.5:
Changes from 3.1.4 to 3.1.5
---------------------------

1. The random() suite has been updated to a current FreeBSD version, which
   works on systems with > 32-bit ints.

2. A new option, `--exec' has been added. It's like -f but ends option
   processing.  It also disables `x=y' variable assignments, but not -v.
   It's needed mainly for CGI scripts, so that source code can't be
   passed in as part of the URL.

3. dfa.[ch] have been synced with GNU grep development.  This also fixes
   multiple regex matching problems in multibyte locales.

4. Updated to Automake 1.9.5.

5. Updated to Bison 2.0.

6. The getopt* and regex* files were synchronized with current GLIBC CVS.
   See the ChangeLog for the versions and minor edits made.

7. `configure --disable-nls' now disables just gawk's own translations.
   Gawk continues to work with the locale's numeric formatting.  This
   includes a bug fix in handling the printf ' flag (e.g., %'d).

8. Gawk is now multibyte aware.  This means that index(), length(),
   substr() and match() all work in terms of characters, not bytes.

9. Gawk is now smarter about parsing numeric constants in corner cases.

11. Not closing open redirections no longer causes gawk to exit non-zero.

10. The VMS port has been updated.

11. Changes from Andrew Schorr at the xmlgawk project to provide for
    open hooks from extensions are now included.  This will let the
    xmlgawk extension work in the standard gawk.

12. Updated to gettext 0.14.4. Gawk no longer includes its own copy
    of the gettext `intl' library, following current GNU practice to
    rely on there being an external version thereof.

13. A regexp of the form `//' will now generate a warning that it
    is not a C++ comment from --lint (awk.y).

14. The ^ and ^= operators with an integer exponent now use Exponentiation
    by Squaring. This simultaneously fixes a problem with ^= and a negative
    integer exponent.

15. length(array) now returns the number of elements in the array.  This is
    is a non-standard extension that will fail in POSIX mode.

16. Carriage return characters are now ignored in program source code.

17. Four new translations added.

18. Various minor bugs fixed. See the ChangeLog for the details.
2005-09-05 16:58:22 +00:00
wiz
383f27d16e wget updated to 1.10.1. 2005-09-05 16:45:54 +00:00
wiz
243f5ba196 Update to 1.10.1:
* Wget 1.10.1 is a bugfix release with no user-visible changes.
2005-09-05 16:45:32 +00:00
wiz
494f930593 pbzip2 updated to 0.9.4. 2005-09-05 16:05:58 +00:00
wiz
9be1b1ceda Update to 0.9.4:
Changes in 0.9.4 (Aug 30, 2005)
- Fixed major bug that prevented pbzip2 from uncompressing files
  created with a BWT block size other than default 900k (oops!)
- Fixed some bugs in the command line parser
- Code cleanup
- Updated RPM spec to match Fedora Extras policy

Changes in 0.9.3 (Aug 22, 2005)
- Added sanity check to ensure integers are the size we expect
- Ported code to compile under MinGW in Windows
- Small code cleanup
- Added ChangeLog
- Added man page
- Added AUTHORS file
- Renamed LICENCE.txt to COPYING
- Renamed README.txt to README
- Updated RPM spec file in preparation for inclusion into Fedora Extras
- Moved ChangeLog info from pbzip2.cpp into this file
- Removed extra spaces/tabs in pbzip2.cpp
2005-09-05 16:05:40 +00:00
wiz
6e138dfb4b pcre updated to 6.3. 2005-09-05 15:57:12 +00:00
wiz
2b6ed71706 Update to 6.3. Take maintainership.
Version 6.3 15-Aug-05
---------------------

 1. The file libpcre.pc.in did not have general read permission in the tarball.

 2. There were some problems when building without C++ support:

    (a) If C++ support was not built, "make install" and "make test" still
        tried to test it.

    (b) There were problems when the value of CXX was explicitly set. Some
        changes have been made to try to fix these, and ...

    (c) --disable-cpp can now be used to explicitly disable C++ support.

    (d) The use of @CPP_OBJ@ directly caused a blank line preceded by a
        backslash in a target when C++ was disabled. This confuses some
        versions of "make", apparently. Using an intermediate variable solves
        this. (Same for CPP_LOBJ.)

 3. $(LINK_FOR_BUILD) now includes $(CFLAGS_FOR_BUILD) and $(LINK)
    (non-Windows) now includes $(CFLAGS) because these flags are sometimes
    necessary on certain architectures.

 4. Added a setting of -export-symbols-regex to the link command to remove
    those symbols that are exported in the C sense, but actually are local
    within the library, and not documented. Their names all begin with
    "_pcre_". This is not a perfect job, because (a) we have to except some
    symbols that pcretest ("illegally") uses, and (b) the facility isn't always
    available (and never for static libraries). I have made a note to try to
    find a way round (a) in the future.
2005-09-05 15:56:53 +00:00
rillig
c3115e6a7c Added a check for variables that are modified using "+=". As they are
mostly lists of something, their name should be a plural form. There are
many exceptions to this rule, mostly because of backwards compatibility.
2005-09-05 15:45:29 +00:00
dillo
7eb75ea07a Improve warning for deprecated variables, prompted by wiz. 2005-09-05 15:24:08 +00:00
hira
217f67e27d Clean up additional font path. OK'd by reed@.
If you installed fontconfig-2.3.2, please remove <dir></dir> entry
from ${LOCALBASE}/etc/fontconfig/fonts.conf.
2005-09-05 15:18:42 +00:00
minskim
b9e2be8fbd Note update of xchm. 2005-09-05 15:11:39 +00:00
minskim
f7f50ac7e2 Update xchm to 1.2.
Changes since 1.0:
  - Added TW translation.
  - Fixed bookmarks save on application exit bug.
  - Added support for the <SPAN> HTML tag.
  - Better icons for the contents tree control items.
  - Added Chinese translation.
  - Improved the language detection system and non-Latin character
    sets display in Unicode builds.
  - Fixed Cyrillic characters display in Unicode builds.
2005-09-05 15:10:44 +00:00
taya
bd5da836d0 note update of anthy to 6700b 2005-09-05 15:01:07 +00:00
taya
8317d6979a update inputmethod/anthy to 6700b.
Changes from release notes:

- fix alignment problem of memory allocator
- fix problems with cpu other than x86

fix PR pkg/31062
2005-09-05 15:00:09 +00:00
abs
542bff762e fix PACKLIST so binary packages are not empty - update to CGI-FormBuilder-2.13nb3 2005-09-05 14:46:36 +00:00
adam
4b2eabbd7e Updated chat/loudmouth to 1.0.1 2005-09-05 14:45:53 +00:00
minskim
721538386b Note update of mathomatic. 2005-09-05 14:45:08 +00:00
adam
d97fe8d37b Changes 1.0.1:
* Unref contexts when freeing the connection
2005-09-05 14:44:28 +00:00
minskim
e101638499 Update mathomatic to 12.4.10.
Changes:
  - Created "complex.h".
  - Fixed and documented "help all >filename", for quickly creating a
    quick command reference.
  - Fixed up and commented "main.c".
  - Split off "complex.c" into "complex_lib.c" and made it an
    independent complex number library.
  - Added "integrate definite" command option.
  - Corrected makefile install.
  - Added check in nintegrate command to fail if result contains
    infinity or nan.
  - A few complex number improvements were made.
  - Allow a text pre-processor to pipe input into Mathomatic.
2005-09-05 14:44:15 +00:00
jmmv
6e404fb0d0 Note revision bump for gpdf to 1. 2005-09-05 14:43:12 +00:00
jmmv
35f75cc2e9 Apply patch to fix CAN-2005-2097; taken from the Gentoo package, which in
turn took the patch from Red Hat.  Bump PKGREVISION to 1.
2005-09-05 14:42:42 +00:00
taca
994773a956 +fprot-workstation-bin-4.6.1 2005-09-05 14:26:27 +00:00