Commit graph

6977 commits

Author SHA1 Message Date
joerg
b0016e3dd4 xgettext requested by configure. 2006-06-06 21:37:15 +00:00
joerg
a9a46d1b43 Needs Python 2.2+ 2006-06-06 20:36:17 +00:00
joerg
912dfe1cf8 On BSDs also check if BIOCIMMEDIATE is actually defined, DragonFly
is (still) missing it.
2006-06-06 19:47:48 +00:00
joerg
4eade87efd Needs pkg-config as tool. 2006-06-06 19:05:29 +00:00
adrianp
5ecf126456 Update to 2.4.5
These releases have better performance, numerous new features and
incorporate many bug fixes. Notable bug fixes and improvements include:

* Tcp stream properly reassembled after failed sequence check,
  which may lead to possible detection evasion.
* Added configurable stream flushpoints.
* Improved rpc processing.
* Improved portscan detection.
* Improved http request processing and handling of possible
  evasion cases.
* Improved performance monitoring.
2006-06-06 18:51:52 +00:00
joerg
65f20b96bd Uses C++. 2006-06-06 18:02:48 +00:00
minskim
7a91b437d5 Buildlink gettext-lib because this package needs the gettext library. 2006-06-05 23:54:44 +00:00
gdt
b8f9c71471 Update to 0.98.6.
Security:
   ripd:

     - RIPD unauthenticated route table broadcast:
         CVE-2006-2223, OSVDB ID 25224, Secunia SA19910
     - RIPD unauthenticated route injection:
         CVE-2006-2224, OSVDB ID 25225, Secunia SA19910

       [ripd] 0.98 specific command changes, allow no-auth to be set
       [ripd] bugs #261, #262: Fix RIPv1 info-leak and unauthenticated route updates
       [doc] Add text on 0.98 specific RIP authentication changes
       [docs] Update ripd docs on version and authentication, see bugs #261,#262

 	Thanks to Konstantin V. Gavrilenko for report and testing.

   bgpd:
     - bgpd Telnet Interface DoS:
 	    OSVDB ID 25245:
 	     http://www.osvdb.org/displayvuln.php?osvdb_id=25245
 	    [quagga-dev 4051]:
 	     http://lists.quagga.net/pipermail/quagga-dev/2006-March/004052.html

       [bgpd] Fix infinite loop in community_str2com


[No NEWS entries for 0.98.2 to 0.98.6; many bugfixes]
2006-06-05 19:28:25 +00:00
minskim
deab97f9bd Add -DBIND_8_COMPAT to CFLAGS to build on Darwin. This fixes
PR pkgp/33634.
2006-06-05 17:29:25 +00:00
joerg
667daa19d1 Prefer NAME_MAX over MAXNAMLEN, fixes build on DragonFly. 2006-06-05 17:23:38 +00:00
minskim
6f75213cec Make this package build with gcc-4. Patch provided by John D. Baker
in PR pkg/33634.
2006-06-05 17:02:06 +00:00
tv
ada68c3c97 Update to 1.27, and take over MAINTAINER per old maintainer's request.
From Changes:

1.27  September 8th 2005
        - Fixed Autoloader/open issue (Alexander Vasiljev)
        - Fixed compilation error in Perl 5.005 with semicolon
                in GeoIP_database_info in IP.xs (Stephen Schulte)
        - Added support for open_type (Frank Mather)

1.26  May 19th 2005
        - Fixed segfault issue if non-resolvable domain name is
          passed to region_by_addr or region_by_name
        - Added support for GEOIP_INDEX_CACHE - which just caches
        the most frequently accessed index portion of the database, resulting
        in faster lookups than GEOIP_STANDARD, but less memory usage than
        GEOIP_MEMORY_CACHE
2006-06-05 16:39:38 +00:00
tv
1a729020dd Update to 1.3.17, and take over MAINTAINER per old maintainer's request.
From ChangeLog:

1.3.17  2006-5-14
        * Fixed headers for Windows/Netware compliation (Guenter Knauf)
        * Fixed Received Error -21 (Sanity check database_info string failed)
                when running geoipupdate with GeoIP Country when UserId and
                productIds were not specified.  Bug was introduced in 1.3.15.

1.3.16  2006-4-17
        * Fixed compliation error in GeoIPUpdate.c

1.3.15  2006-4-14
        * Updated README documentation
        * Updated geoipupdate so that it writes file as it is uncompressed instead
                of storing entire GeoIP.dat file in memory (Frank Mather)
        * Updated geoiplookup so that it returns GeoIP Domain Name if available
                (Frank Mather)
        * Updated geoipupdate so that it reports whether databases are updated
                in non-verbose mode (Frank Mather)
2006-06-05 16:38:40 +00:00
joerg
b2692ffcc2 Fix build on DragonFly. 2006-06-05 16:26:07 +00:00
tv
ee2abd95dd IP::Country does not use Geography::Countries at all; rather, it only
documents that the user may wish to employ Geography::Countries in his/her
own code.  Remove extraneous DEPENDS.

IP::Country only requires Geo::IP if using the MaxMind database wrapper
IP::Country::MaxMind.  The default recommended database in IP::Country doc
(IP::Country::{Medium,Fast}) is builtin to IP::Country and does not require
Geo::IP at all.  Remove optional DEPENDS, and add a MESSAGE instead.

Bump PKGREVISION for changes.
2006-06-05 14:27:40 +00:00
gdt
f6718559f5 Update to 0.99.4.
Security:
   bgpd:
     - BGP Telnet Interface DoS
         CVE-2006-2276, OSVDB ID 25245

       [bgpd] Fix infinite loop in community_str2com

   ripd:
     - RIPD unauthenticated route table broadcast:
         CVE-2006-2223, OSVDB ID 25224, Secunia SA19910
     - RIPD unauthenticated route injection:
         CVE-2006-2224, OSVDB ID 25225, Secunia SA19910

       [ripd] bugs #261, #262: Fix RIPv1 info-leak and unauthenticated route updates
       [docs] Update ripd docs on version and authentication, see bugs #261,#262

Many bugfixes (no NEWS entry).
2006-06-05 13:58:54 +00:00
joerg
b1b1a64120 Add basic DragonFly support. PF should work, IP(6)FW disabled right now. 2006-06-04 22:21:27 +00:00
joerg
8572e2517c Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:54 +00:00
jlam
6472d1ece0 PKG_USERS should not have more than just <user>:<group>. All else is
specified in additional variables, i.e. PKG_GECOS, PKG_HOME, PKG_SHELL,
etc., as stated in both the pkgsrc guide and the pkginstall.mk comments
since 2006/04/23, or one month before this package was imported.
2006-06-04 13:56:20 +00:00
joerg
bdfd5bd572 Scan libc with nm -D on DragonFly, otherwise symbols won't be found. 2006-06-04 13:25:44 +00:00
joerg
ed945f0f46 Fix errno usage. 2006-06-04 11:06:51 +00:00
kim
1675dcd54a Logging option added, defaults to same logging as rdist. 2006-06-04 07:58:36 +00:00
rh
be3049fb42 Add and enable libupnp 2006-06-03 23:29:58 +00:00
rh
8d9c8e6b93 Initial import of libupnp-1.3.1, a universal plug and play (UPnP) SDK. 2006-06-03 23:29:24 +00:00
tron
6cc7bba20b Add "c++" to "USE_LANGUAGES". This fixes the detection of shared library
support under (at least) Mac OS X.
2006-06-03 16:04:23 +00:00
joerg
b705976023 Uses C++. 2006-06-03 00:07:01 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
2006-06-02 18:27:54 +00:00
joerg
5205eddbab Uses C++. 2006-06-02 18:00:04 +00:00
drochner
6c73f76f31 this works with Python-2.4 (hint from Joerg Sonnenberger)
hey, even my license key from 2002 still works!
2006-06-02 16:34:31 +00:00
joerg
6a33be7313 Mark as Python 2.2+, since explicit integer division is used (//). 2006-06-02 16:17:08 +00:00
joerg
80ba3702fb Use C++ and INSTALLATION_DIRS. 2006-06-02 15:34:12 +00:00
joerg
2ece927eb7 Fix INSTALLATION_DIRS. 2006-06-02 14:13:04 +00:00
joerg
42dc218eb0 Uses C++. 2006-06-02 13:21:28 +00:00
minskim
1ca2780930 Update synergy to 1.3.1. Patches provided by Kibum Han.
Changes:
    * Hot key screen switching now restores last cursor position
    * Fixed loss of hot keys when reloading configuration
    * Fixed autorepeating on win32 (no longer sending repeating key releases)
    * Fixed autorepeating on X11 (non-repeating keys were repeating)
    * Fixed AltGr issues on X11
    * Fixed modifier mapping bug on OS X client (caused wrong characters)
    * Fixed one way for modifiers to get stuck active on all platforms
    * Fixed bugs in win32 GUI
    * Removed alloca() from unix code (should fix FreeBSD build)
    * Added more debugging output for network problems
    * Fixed failure to detect some errors on X11
2006-06-01 23:31:59 +00:00
minskim
2ae7e65fdc Add synergy 1.2.7 as synergy1.2 because synergy>=1.3 is not compatible
with earlier versions.
2006-06-01 23:26:55 +00:00
minskim
baa473a401 Update synergy to 1.2.7. Patches provided by Kibum Han.
Changes:
    * Added preliminary support for configurable hot keys (Lorenz Schori)
    * Major rewrite of keyboard handling code
    * Fixed non-US keyboard handling (AltGr and ISO_Level3_Shift)
    * Now supporting all installed keyboard layouts simultaneously
    * Fixed bug in handling remapped caps-lock on X11
    * Fixed control and alt keys getting stuck on on X11
    * Fixed desktop focus problems requiring extra clicks on win32
    * Fixed alt key event getting passed to server when on client on win32
    * Synergy would prevent alt+numpad character entry; this is fixed
    * Fixed suppression of xscreensaver 2.21 on X11
    * Fixed middle mouse button dragging on OSX server (Brian Kendall)
    * Fixed caps/num/scroll lock toggles getting out of sync
    * Enhanced support for converting clipboard text to the Latin-1 encoding
    * Added autostart documentation for KDE users
    * Added more details about using Terminal for OSX users
    * Fixed crash when using --help on certain platforms
2006-06-01 23:18:51 +00:00
joerg
a11a5a27e7 Uses C++. 2006-06-01 23:15:39 +00:00
joerg
356a572f0a Add DragonFly support. Fix va_arg integer promotion problem, bump
revision for that.
2006-06-01 22:40:19 +00:00
joerg
b566dcb919 Add basic DragonFly support. 2006-06-01 22:20:16 +00:00
joerg
f853985f1d Use MAXLOGNAME on DragonFly, when LOGIN_NAME_MAX is missing.
Now someone just has to write the osdep file...
2006-06-01 22:15:18 +00:00
joerg
a347ae9707 Move documentation into subdirectory of share/doc, list all
needed directories. Bump revision.
2006-06-01 22:09:52 +00:00
joerg
a969b8792c Uses C++. 2006-06-01 22:07:02 +00:00
joerg
bd68431f50 Uses C++. 2006-06-01 19:24:52 +00:00
markd
cb493fb2a4 Update KDE to 3.5.3
Changes:
* Kopete
  o Fix automatic spellchecking when turning off rich text
  o Prevent contacts from being added to a server side group called
    Top Level
  o Message notification in contactlist
  o Fix crash for AIM
  o Kopete is closing down all connections and reconnects after
    about each 1 minute
  o Fix Kopete crash after change ICQ status to online.
  o Fix crash in ICQ on disconnect due to connect elsewhere.
2006-06-01 13:54:09 +00:00
wiz
08395e96e3 Update to 2.2.93:
Changes in libsoup from 2.2.92 to 2.2.93:

	* Fixed outgoing data corruption caused when SoupServer
          started writing out a response a second time after already
          having started once. [334469]. Also fixed 342640 and another
          bug caused by the workaround for 334469 in 2.2.92. Based on
          patches and analysis from William Jon McCann and Armin
          Bauer.

	* Fixed a deadlock when changing a session's proxy URI.
          [309867 / bnc 174255, based on a patch by Veerapuram
          Varadhan].

	* Fixed https-via-proxies in the synchronous case. [bnc 174255]

	* Fixed a crash in evolution-exchange [342545, fix based on an
          analysis by Wang Xin].

	* Fixed simple-proxy to not crash at startup. Oops. (Alex
          Larsson)
2006-05-31 22:55:29 +00:00
ghen
2eca3d9f2c The databases/openldap package has been split in -client and -server component
packages.  Convert LDAP-based applications to depend on openldap-client, and
bump PKGREVISION for those that depend on it by default.
2006-05-31 18:22:23 +00:00
bouyer
cb6daaeec9 On NetBSD use daemon() instead of the custom code here which forgets to
close std*. Now it's possible to properly restart the daemon from a
rsh/ssh command. Bump pkgrevision.
2006-05-31 17:47:45 +00:00
salo
12a0e736d5 delint. 2006-05-31 13:44:14 +00:00
salo
d27568f763 Update to version 3.4.7
Changes:

- get1 can now automatically rename files to server suggested file name.
- new settings fish:charset and sftp:charset (for sftp version<4).
- fixed http chunked transfers with explicit Content-Length.
- fixed compilation with sun c++ compiler.
- fixed compilation without ssl.
2006-05-31 13:41:39 +00:00
wiz
281a00d231 Remove manual extraction code, now that mk/ recognizes -tar.gz. 2006-05-31 00:16:22 +00:00