Commit graph

49504 commits

Author SHA1 Message Date
agc
314ac1b8ef The distfile has been changed on the ftp site without a corresponding
version number bump.

Bump PKGREVISION for this, and set DIST_SUBDIR accordingly.

The change to the distfile consisted of:

diff -u -r old/libgdgeda-2.0.15/config/libgdgeda.pc.in new/libgdgeda-2.0.15/config/libgdgeda.pc.in
--- old/libgdgeda-2.0.15/config/libgdgeda.pc.in 2003-07-01 22:29:48.000000000 +0100
+++ new/libgdgeda-2.0.15/config/libgdgeda.pc.in 2003-09-08 01:20:58.000000000 +0100
@@ -7,5 +7,5 @@
 Description: gEDA's hacked version of gd
 Requires:
 Version: @VERSION@
-Libs: -L${libdir} -lpng -lz -lm
+Libs: -L${libdir} -lgdgeda -lpng -lz -lm
 Cflags: -I${includedir}/libgdgeda
2003-11-03 10:51:46 +00:00
cube
00238c7d50 Add copyright notice. 2003-11-03 10:19:29 +00:00
cube
015a766ff1 Note revision bump of freeradius. 2003-11-03 10:11:34 +00:00
cube
9af178b8dc Perform the pthread test the pkgsrc way: using info from
pthread.buildlink2.mk, and certainly not using output of 'uname'.
2003-11-03 10:09:50 +00:00
gehenna
3c5ec9e557 cvsync 0.24.11 2003-11-03 05:50:43 +00:00
gehenna
068ea36708 cvsync 0.24.11
Changes:
	New keyword: base-prefix (client)

	  Specifies a prefix used for relative pathnames in all of the
	  keyword 'prefix'.  It must be an absolute path.
2003-11-03 05:49:52 +00:00
heinz
62af9e4bc2 Updated mail/spamassassin to 2.60 2003-11-03 01:04:39 +00:00
kristerw
4a9a1699ee Regen after DIST_SUBDIR change in mplayer-share. 2003-11-03 01:00:08 +00:00
kristerw
1dc59319c7 Add version number to the DIST_SUBDIR (because some of the distfiles
does not have rev. numbers in their names, so the recent updates may
cause conflict for users having older distfiles lying around...)
2003-11-03 00:59:05 +00:00
heinz
ad81929102 Update to version 2.60 (fixes PR pkg/23318):
Summary of changes since 2.5x
-----------------------------------

- spamd supports UNIX-domain sockets
- SSL support for spamc/spamd now usable
- improved Bayes text analysis
- improved expiration of Bayes-DB
- better detection of 'invisible text' and other obfuscation techniques
  in HTML
- new RBL (eg SORBS, SpamCop, Osirusoft dropped)
- better handling of RBL timeouts
- support for Razor V1 dropped
- more flexible header and report rewriting
- Perl taint mode enabled by default
- bug fixes
- new rules
2003-11-03 00:56:25 +00:00
dillo
bf301a2b98 take over maintainership 2003-11-03 00:36:02 +00:00
wiz
2822e2d841 Misc fixes. 2003-11-02 22:41:45 +00:00
salo
4330d8eee0 Fix HOMEPAGE. Per PR pkg/23347 by Soren Jacobsen. 2003-11-02 21:41:03 +00:00
cube
71c1d9af67 Note dmesg2gif version bump. 2003-11-02 19:59:03 +00:00
cube
a455ff40d1 Add a manpage for dmesg2gif. Bump version.
Redo Grant's changes (USE_PERL5=run, s/graph/image).
No need for USE_PKGINSTALL.
Align variables values.
2003-11-02 19:58:00 +00:00
hubertf
979d04736e Fix "libgcrypt-config --libs" to add -Wl,-R. Bump to 1.1.12nb1. 2003-11-02 19:57:51 +00:00
skrll
dd8c154cc3 "Someone has to" 2003-11-02 19:19:30 +00:00
cube
56ced2cadb AbiWord 2.0.1 2003-11-02 18:27:11 +00:00
taca
0aa4696a9f Proper use of buildlink2 frame work and it should fix bulk build problem.
Thanks to PR pkg/23338 submitter, Ron Roskens.
2003-11-02 17:50:05 +00:00
taca
cb516aecd5 Proper use of buildlink2 frame work, with applying patch from PR pkg/23338
by Ron Roskens.
2003-11-02 17:42:26 +00:00
salo
1b91035a56 Note mail/dovecot update. 2003-11-02 17:27:50 +00:00
salo
c037d6f58f PKGREVISION++
- Some partial BODY[part] fetches may have returned data incorrectly,
  patch-ad fixes it.
2003-11-02 17:24:07 +00:00
salo
36d49c7c34 PKGREVISION++
- Some partial BODY[part] fetches may have returned data incorrectly,
  patch-ad fixes it.

- Add missing BUILD_DEFS, sort.
2003-11-02 17:24:06 +00:00
wiz
4bb8270747 Depend on pkgtools-20030918 again; http support is not really a requirement. 2003-11-02 14:36:46 +00:00
grant
23576c5db7 -apache 2003-11-02 13:19:14 +00:00
cube
7d21838a2a Note update of apache6 to version 1.3.29. 2003-11-02 09:43:33 +00:00
cube
796870496f Update PLIST for apache6-1.3.29. 2003-11-02 09:42:30 +00:00
cube
ced453d1c3 Update apache6 to 1.3.29 + ipv6 patch.
Major changes since 1.3.28:

  Security vulnerabilities

     * CAN-2003-0542 (cve.mitre.org)
       Fix buffer overflows in mod_alias and mod_rewrite which occurred if
       one configured a regular expression with more than 9 captures.

  Bugs fixed

   The following noteworthy bugs were found in Apache 1.3.28 (or earlier)
   and have been fixed in Apache 1.3.29:

     * Within ap_bclose(), ap_pclosesocket() is now called
     * consistently
       for sockets and ap_pclosef() for files.  Also, closesocket()
       is used consistenly to close socket fd's.  The previous
       confusion between socket and file fd's would cause problems
       with some applications now that we proactively close fd's to
       prevent leakage.

     * Fixed mod_usertrack to not get false positive matches on the
       user-tracking cookie's name.

     * Prevent creation of subprocess Zombies when using CGI wrappers
       such as suEXEC and cgiwrap.
2003-11-02 09:35:12 +00:00
xtraeme
b70a69d2cc I'm the new maintainer. 2003-11-02 07:02:32 +00:00
grant
26bf515d70 note update of apache to 1.3.29, ap-ssl to 2.8.16. 2003-11-02 05:40:58 +00:00
grant
868dbb0a08 Updated ap-ssl to 2.8.16.
Major changes since 2.8.15:

   *) Upgraded to Apache 1.3.29

   *) Avoid memory corruption in certificate handling caused by a heap
      memory double-freeing situation.

   *) Allow "HTTPS" variable to be passed through by suEXEC.

   *) Clear the OpenSSL error code in pass phrase reading code to
      workaround the following situation: multiple keys, all with
      different passphrases -- entering the correct pass phrase at each
      prompt leads to an OpenSSL error message after the last prompt.

   *) Reverted the recent change where ap_cleanup_for_exec() called
      ap_kill_alloc_shared(). This caused nasty side-effects in other
      processes and is not necessary at all (because shared memory
      segments are not inherited across exec).

   *) mod_ssl was checking the OpenSSL error reason code against
      SSL_R_HTTP_REQUEST and concluded the result is an SSL error. Since
      OpenSSL reason codes are not unique, this isn't always the case.
      It now additionally checks that the library is the SSL library.
2003-11-02 05:38:56 +00:00
grant
cb637587aa Updated apache to 1.3.29.
Major changes since 1.3.28:

  Security vulnerabilities

     * CAN-2003-0542 (cve.mitre.org)
       Fix buffer overflows in mod_alias and mod_rewrite which occurred if
       one configured a regular expression with more than 9 captures.

  Bugs fixed

   The following noteworthy bugs were found in Apache 1.3.28 (or earlier)
   and have been fixed in Apache 1.3.29:

     * Within ap_bclose(), ap_pclosesocket() is now called
     * consistently
       for sockets and ap_pclosef() for files.  Also, closesocket()
       is used consistenly to close socket fd's.  The previous
       confusion between socket and file fd's would cause problems
       with some applications now that we proactively close fd's to
       prevent leakage.

     * Fixed mod_usertrack to not get false positive matches on the
       user-tracking cookie's name.

     * Prevent creation of subprocess Zombies when using CGI wrappers
       such as suEXEC and cgiwrap.
2003-11-02 05:36:56 +00:00
reed
205eb5c3f7 Make sure that correct xft-config is used. (Discussed
on tech-pkg and okay'd by wiz off-list.)
2003-11-02 00:58:18 +00:00
cube
2f7dbc6ddc Set myself as the maintainer. 2003-11-01 21:36:54 +00:00
wiz
2395c279e0 gqview-devel-1.3.4 and gtkmm-2.2.8 updates. 2003-11-01 18:28:53 +00:00
wiz
bd85e83a95 Remove USE_X11BASE too (still from PR 23336). 2003-11-01 18:26:49 +00:00
wiz
9377adffcc Update to 1.3.4. Closes PR 23336 by Soren Jacobsen.
Changes:
- Added result window for output of editor commands.
- Fix application hang until external editor commands finish.
- utf8 fixes, filenames in application now stored as utf8.
- Fix copy/move overwrite auto rename option.
- File selection fixes.
- Fix crash when window dimensions result in hidden image.
- Memory leak fixes (several minor, two major).
2003-11-01 18:25:36 +00:00
wiz
a2fd8118d9 Update to 2.2.8, to fix compilation with gcc3.
Changes:
2.2.8:

* Fixed "inacccessible base" build errors with gcc 3.3.2. (Bradley Bell)
* win32: Re-enabled our wrappers for parts of the GTK+ API that are now properly
  exported on Windows by GTK+. See README.win32 for more details. (Cedric Gustin
)
* Documentation:
  - book:
    -Updated DrawingArea chapter for gtkmm2 (the last chapter that needed to be
updated)
      (Ainsley Pereira)
    - Mentioned Treeviews with popup menus, with example. (Murray Cumming)
    - The libglademm chapter has a clearer explanation of the memory management,
 and
      mentions the new get_widget_derived() method. (Murray Cumming)
  - Distribute doxygen tags for use by the documentation of related projects.
    (Bradley Bell)
  - Build and install a devhelp file for the reference docs. This doesn't
    work yet, but hopefully it's easy to fix. (roel@stack.be)
2003-11-01 18:24:39 +00:00
salo
d4e8ff8783 Note chat/silc-{client{,-icb},server} updates. 2003-11-01 16:54:25 +00:00
salo
25c4c4c858 PKGREVISION++
Sync with the latest silc-client update.
2003-11-01 16:48:14 +00:00
salo
32a0b53a9a Update to version 0.9.15.
- added dependency on p5-File-MMagic if perl support enabled (for MMSG
  support)

Changes:

- Fixed race condition between silc_client_init and my_silc_scheduler.
- Take reference of the socket in the parser context, as it's possible
  to have the parsers in queue after the socket is disconnected and this
  may cause crash.
- Check that packet queue purging was successful.
- Optimized the socket referencing in packet routines.
- Resolve the IP for file transfer listener from the connection socket.

- Added LISTKEYS command which can be used to list server and client
  public keys from the ~./silc directory.  See /HELP LISTKEYS.
- Improved the MMSG command.  It now supports the target so it can be used
  to send private messages too without opening a windows.  It also
  detects the MIME type now automatically.  Support for digitally signing
  the messages was also added.  See /HELP MMSG, the help file is there
  now. :)  Replace the old silc-mime.pl script with the new one to take
  advantage of all new features.
- Added /MMSG command help file.
2003-11-01 16:45:13 +00:00
salo
d963b28e1a Updated to version 0.9.15.
This release focuses especially fixing the remaining MAC failed errors that
people have been experiencing and the infamous Error in select() error which
should now finally be gone.  Upgrading is strongly recommended.

Changes:

- Fixed KICK command to not send the command reply twice.
- Fixed the QoS unregistering to avoid the errors in select() for invalid
  socket connection.
- Fixed the rekey protocol timeout handling
- Fixed the packet processing to avoid clearing QoS data underneath the QoS.
2003-11-01 16:41:37 +00:00
salo
da42d20a3a Distfile has changed without version bump.
Changes were: base directory renamed(!), added one sentence to README.sk,
              added mkdir command to Makefile.
2003-11-01 14:51:03 +00:00
cube
1cfe78b3a8 Source tarball was changed (updates to the PostScript template,
apparently), so the checksum changed too. Fixes PR pkg/23333.

Also, I sent a mail to the author asking him to version his tarballs, so
we don't get that kind of trouble anymore.
2003-11-01 14:48:31 +00:00
martti
14aae230e2 Be the MAINTAINER for this package. 2003-11-01 13:34:10 +00:00
dmcmahill
b7f705df5e do not unconditionally include the linux stuff. This allows this pkg to install on sparc systems 2003-11-01 13:33:10 +00:00
cube
5063650c3a Note update of cdlabelgen to version 2.7.0. 2003-11-01 13:19:51 +00:00
cube
dae28a7b95 Update to 2.7.0.
o chmod -> ${CHMOD} in Makefile
o Actually, the PLIST update predates 2.7.0 release. Previous revision of
  PLIST was wrong for the distfile of version 2.6.1. Also, previous
  revision of distinfo had a wrong sum for the distfile since it was
  updated. Bleh.

Change in 2.7.0:

  o DVD case inside inserts are now supported, --create-dvd-inside option
2003-11-01 13:18:44 +00:00
wiz
e8a11ea317 + courier-0.44.0, hatari-0.45, leafnode-1.9.45, libgcrypt-1.1.43
[pkg/23322], opencdk-0.5.1 [pkg/23322], proftpd-1.2.9, scribus-1.1.2,
  silc-client-0.9.15, silc-server-0.9.15, wmweather-2.4.2.
2003-11-01 13:08:56 +00:00
dmcmahill
2ba8ae4450 obey CFLAGS, FFLAGS, and LDFLAGS on Solaris. Especially the LDFLAGS
lets the linker work right.  No change on non-Solaris systems.
2003-11-01 12:26:21 +00:00