Commit graph

93751 commits

Author SHA1 Message Date
drochner
e78a6a7e78 they've given up to use pcap_compile_nopcap() (due to the API mess
appearently), so we don't need to trick "configure" anymore
2006-02-27 14:27:49 +00:00
drochner
f0e936b217 assume that the OS provided libpcap 0.9.x supplies shared libraries,
so make it equivalent to pkgsrc version 0.9.3nb1
(it does so on Debian, and will do on NetBSD; if it doesn't hold
on _your_OS_, we'll need conditionals)
2006-02-27 14:20:47 +00:00
drochner
0996b72fdd update to 0.5.1 - this makes the build process compatible to
Python-2.4
2006-02-27 14:14:41 +00:00
martti
c524139c5b postfix-current 2006-02-27 13:30:44 +00:00
martti
658775e1b3 Updated mail/postfix-current to 2.3-20060207
* bug fixes
* install PREFIX/sbin/qshape
2006-02-27 13:30:32 +00:00
martti
41b1e9d5cb Added USE_TOOLS+=perl 2006-02-27 13:22:55 +00:00
rxg
23e8180d35 Change the stage to pre-install when remove .orig file. 2006-02-27 13:05:55 +00:00
rxg
8b66642037 Use pre-defined TEXMFDIRS to instead of TEXMF. 2006-02-27 12:26:06 +00:00
rxg
f02cc5338d tweak. 2006-02-27 12:14:50 +00:00
drochner
05760ee5df recognize libpcap>=0.9.3 2006-02-27 11:54:26 +00:00
rillig
e1be00a0d4 Updated lang/scheme48 to 1.3. 2006-02-27 10:34:38 +00:00
rillig
d10b92c3a1 Updated scheme48 to 1.3.
05/01/05 (version 1.3)
	 Additions:
	  A collection of libraries implementing the Concurrent ML
	   model for concurrent programming has been added; it is
	   compatible to the CML libraries in Sunterlib.  See the
	   documentation for details.
	  Support for SRFIs 34-36 ("Exception handling for programs",
	   "Conditions", "I/O conditions") has been added.  This is in
	   the CONDITIONS, EXCEPTIONS, and I/O-CONDITIONS structures,
	   for which the SRFI-34, SRFI-35, and SRFI-36 structures are
	   essentially aliases.  A bridging infrastructure between the
	   old condition system and the new one translates condition
	   objects back and forth, hopefully transparently for the
	   user.
	  A new infrastructure for dynamically loading external
	   libraries from shared objects has been added; check the
	   manual for details.  The old infrastructure is still
	   presented, but is unsupported on Windows and will be
	   removed in a future release.
	  The S48_GC_UNPROTECT_GLOBAL macro has been added, which
	   allows to remove a root added by S48_GC_PROTECT_GLOBAL.
	  The Scheme 48 header files should now be compileable by a
	   C++ compiler.
	  An experimental Windows port has been added.
         Changes:
          The HTML manual is now generated with tex2page.
          A number of changes to the VM to support the (future)
           native-code compiler have been made.
          The PreScheme type rule for IF is now more strict, thus
           disallowing code that would lead to invalid C output.
           (This fixes a bug reported by Markus Ziegler.)
         Bug fixes:
          The TRAVERSE structure for displaying heap statistics has
           been re-enabled.
          A number of misues of CALL-ERROR have been corrected
           (reported by Taylor Campbell).
	  The VALUE-PIPES package works again
           (fix by Taylor Campbell).
	  In PreScheme it is now possible to shift integers by
	   non-constant shift widths.
	  Logical right shifts in PreScheme work now
           (reported by Taylor Campbell).
          A bug in TERMINATE-THREAD! was fixed
           (reported by Taylor Campbell).
          A bug in the implementation of ,exit-when-done was fixed.
          A bug in the regexp-matching code that prevented matching
           the empty string correctly was fixed.
          A bug in the implementation of STRING-CONTAINS from SRFI-13
           was fixed.
          A bug in the implementation of :WHILE in SRFI-42 was fixed
           (submitted by Sebastian Egner).
          Bugs in the implementations of ANGLE and MAGNITUDE were
           fixed.
          An obscure bug in the implementation of APPLY (which was
           triggered by certain instances of (apply apply ...) )
           was fixed.
	  For a degenerate case of ITERATE, the code was made to
	   conform the documentation
	   (reported by Taylor Campbell).
          Various miscellaneous fixes.

Patch provided by Nils O. Selasdal in PR 32941.
While here, fixed pkglint warnings.
2006-02-27 10:33:57 +00:00
ghen
81d0287a22 Remove non-existent http mirror. 2006-02-27 09:17:20 +00:00
martti
8ace78fb76 postfix-2.2.9 and squirrelmail-1.4.6 2006-02-27 07:13:40 +00:00
martti
9f8ec3a791 Updated squirrelmail-locales to 1.4.6
* sync with squirrelmail 1.4.6
2006-02-27 07:13:00 +00:00
martti
d5ce13fc07 Updated squirrelmail to 1.4.6
This release is very important, and we strongly advise everybody to
update to the latest release.

Security Update
===============
This version contains a number of security updates that were brought
to our attention via a number of sources.

- In webmail.php, the right_frame parameter was not properly sanitized
  to deal with very lenient browsers, which allowed for cross site
  scripting or frame replacing. [CVE-2006-0188]

- In the MagicHTML function, some very obscure constructs were
  discovered to be exploitable: 'u\rl' was interpreted as 'url' (privacy
  concern), and comments could be inside keywords (allows for cross site
  scripting). Both only affect Internet Explorer users. Found by Martijn
  Brinkers and Scott Hughes. [CVE-2006-0195]

- The function sqimap_mailbox_select did not strip newlines from the
  mailbox parameter, and thereby allowed for IMAP command injection.
  Found by Vicente Aguilera. [CVE-2006-0377]
2006-02-27 07:12:13 +00:00
martti
ca455c76f0 Fix pkg/32498
- install PREFIX/sbin/qshape

Updated postfix to 2.2.9

Most of this patch hardens the TLS implementation against DNS-based
attacks, and eliminates some anomalies from the TLS per-site policy
engine. See the TLS_README document for tips on how to avoid
DNS-based attacks that can change the server hostname that Postfix
uses for logging, for TLS per-site policies, and for server
certificate verification.

The patch also adds a workaround that prevents Postfix from repeatedly
trying to deliver mail to domains with a malformed MX record (for
example, with a null MX hostname). Postfix 2.2.9 bounces such mail
immediately.
2006-02-27 07:10:59 +00:00
rillig
70dca9b966 Added RCS Id. 2006-02-27 02:01:17 +00:00
rillig
d488f76242 Quoting bugfix. 2006-02-27 02:01:04 +00:00
joerg
eb7359c58f mail/prayer linked library change. 2006-02-27 01:46:07 +00:00
joerg
76470eaa25 Use krb5.b3.mk, don't add libdes to link list. libdes is part of
Kerberos IV and not needed by Kerberos V. Bump revision.
2006-02-27 01:45:25 +00:00
joerg
198924a55d Add another possible location of the apache module in the WRKSRC. 2006-02-27 00:33:28 +00:00
rillig
55ec027ad1 - Added a list of forbidden commands that must not be used in packages.
Currently this list contains ktrace, strace and truss, as these are
  too platform-specific. Suggested by tron.
2006-02-27 00:01:04 +00:00
joerg
6102fc8e42 Use the same configuration for DragonFly as FreeBSD is using. 2006-02-26 23:59:41 +00:00
rillig
5265c512b6 Added the book ``Design and implementation of pkglint''. 2006-02-26 23:38:07 +00:00
tron
08dc82273f Note update of "bittorrent" and "bittorrent-gui" package to version 4.4.0. 2006-02-26 22:50:35 +00:00
tron
6f8bb87bcf Update "bittorrent" and "bittorent-gui" package to version 4.4.0.
Numerous enhancenments were made since version 4.0.4 which include
support for trackerless torrents.
2006-02-26 22:43:33 +00:00
tron
f5d0b802e6 Don't use "ktrace" command in "post-install" target. This was obviously
some leftover debugging code.
2006-02-26 22:37:22 +00:00
joerg
b712e514c7 The Python modules tries to parse the output of cpp and generate
type tables from it. It is too stupid to understand the GCC extension
used for (u)int64_t on FreeBSD and DragonFly by the default code.
Use -Dlint on those platforms and hope that FreeBSD 10 will arrive
after the upstream is fixed.
2006-02-26 21:42:33 +00:00
joerg
c38d51f238 Fix errno. 2006-02-26 21:37:19 +00:00
joerg
3c497f3de3 Make X11 dependency explicit. Use X11BASE for include and link pathes.
Add DragonFly support.
2006-02-26 21:26:32 +00:00
joerg
2301f0d4ad Follow up to lang/tcl's WRKSRC definition change. 2006-02-26 21:14:57 +00:00
joerg
f98b75caba lang/tcl's WRKSRC changed, follow up to unbreak build (hi adam!). 2006-02-26 21:11:28 +00:00
joerg
3f5c5c519b Add DragonFly support based on the patches for libffi and boehm-gc. 2006-02-26 20:38:51 +00:00
joerg
c241713f20 spidermonkey has no local errno anymore. 2006-02-26 20:37:48 +00:00
joerg
388f58ae51 Fix spelling of DragonFly. Don't generate a common (!) errno, just
remove the junk for compatibility with strange Visual C environments.
Bump revision for the latter.
2006-02-26 20:36:58 +00:00
joerg
241419e530 Remove autogenerated chunk from patch. 2006-02-26 19:28:28 +00:00
rpaulo
ab034540da Invert MASTER_SITES and HOMEPAGE. Pointed out by Bernd Ernesti. 2006-02-26 18:44:54 +00:00
rillig
30f102136d - Improved checking of sed commands that are used in the SUBST
framework. Now, unescaped shell special characters are detected.
2006-02-26 17:40:44 +00:00
wiz
b411534837 Mention that you need to run the setup program as root. 2006-02-26 17:27:22 +00:00
wiz
118a1e56e5 Note peace PKGREVISION bump. 2006-02-26 17:26:56 +00:00
wiz
463ee9edfe Simplify installation, correct PLIST, remove BROKEN_IN, use x11.bl3.mk
instead of manual depdending on x11-links.
Bump PKGREVISION.

Ok kent@
2006-02-26 17:26:32 +00:00
wiz
2eda8c0a9d As seen in 2.1 bulk build:
uses event_once, so depend on libevent>=0.9
2006-02-26 17:05:08 +00:00
joerg
47ae1ab674 libdnsres dependency change. 2006-02-26 17:01:49 +00:00
joerg
6ca549c12f Uses libevent, include b3.mk. Fix compilation of test case on DragonFly.
Bump revision.
2006-02-26 17:01:25 +00:00
rxg
7b4197d5da Updated wm/oroborox to 0.9.7.10. 2006-02-26 16:49:55 +00:00
rxg
89fce5882d Updated oroborox to 0.9.7.10.
Changes:

10-Feb-2006 (Release 0.9.7.10)
~~~~~~~~~~~

* GIMP paint tool slowing down the system fixed:
  culprit was title string and icon name book keeping -
  support for icon name was removed (commented out for now),
  as OroboROX doesn't do anything with that info now and probably
  in the future (ROX-Filer's pinboard handles that)

26-Jan-2006
~~~~~~~~~~~

* remove X11 session management code: was useless, as ROX isn't prepared for,
  and most probably terribly broken, definitely completely untested.
2006-02-26 16:47:45 +00:00
joerg
79a124e8c9 Fix build with newer MySQL versions: mysql_shutdown can have two
arguments. Version number borrowed from Ruby adapter.
2006-02-26 16:37:41 +00:00
joerg
0bffa7661b Depend on system makeinfo and fix build on DragonFly. 2006-02-26 16:26:08 +00:00
rillig
88319d49db - Got rid of 810 warnings in -Wall mode by assuming that certain variables
like *DIR, *PATH, *FILE, PKGNAME will never contain one of the $\"'`
  characters. With greetings to Alistair, who convinced me that pkglint
  need not be the most pedantic tool. (It will stay _very_ pedantic,
  though. :))
2006-02-26 16:21:14 +00:00