Commit graph

70084 commits

Author SHA1 Message Date
jlam
36d37026bd dlopen.buildlink3.mk will automatically include dlcompat/buildlink3.mk
only on Darwin, so remove OPSYS check in dlcompat/buildlink3.mk and
make packages include dlopen.buildlink3.mk instead.
2004-11-26 09:39:30 +00:00
jlam
f96609e939 Check that USE_BUILTIN.dl is "yes", not that it's just defined. 2004-11-26 09:32:06 +00:00
wiz
66f026c786 Fix ruby-digest version. 2004-11-26 09:26:44 +00:00
adam
faa4aa9100 Updated nmap to 3.77 2004-11-26 09:25:11 +00:00
adam
2370dc8e57 Changes 3.77:
o Fixed a memory leak that would generally consume several hundred
  bytes per down host scanned.  While the effect for most scans is
  negligible, it was overwhelming when Scott Carlson
  (Scott.Carlson(a)schwab.com) tried to scan 24 million IPs
  (10.0.0.0/8).  Thanks to him for reporting the problem.

o Fixed a bug in ACK scan that could cause Nmap to crash with the
  message "Unexpected port state: 6" in some cases.  Thanks to Glyn
  Geoghegan (glyng(a)corsaire.com) for reporting the problem.

o Change IP protocol scan (-sO) so that a response from the target
  host in any protocol at all will prove that protocol is open.  As
  before, no response means "open|filtered", an ICMP protocol
  unreachable means "closed", and most other ICMP error messages mean
  "filered".

o Changed IP protocol scan (-sO) so that it sends valid ICMP, TCP, and
  UDP headers when scanning protocols 1, 6, and 17, respectively.  An
  emtpy IP header is still sent for all other protocols.  This should
  prevent the error messages such as "sendto in send_ip_packet:
  sendto(3, packet, 20, 0, 192.31.33.7, 16) => Operation not
  permitted" that Linux (and perhaps other systems) would give when
  they try to interpret the raw packet.  This also makes it more
  likely that these protocols will elicit a response, proving that the
  protocol is "open".

o Null, FIN, Maimon, and Xmas scans now mark ports as "open|filtered"
  instead of "open" when they fail to receive any response from the
  target port.  After all, it could just as easily be filtered as open.
  This is the same change that was made to UDP scan in 3.70.  Also as
  with UDP scan, adding version detection (-sV) will change the state
  from open|filtered to open if it confirms that they really are open.

o Fixed a crash on Windows systems that don't include the iphlpapi
  DLL.  This affects Win95 and perhaps other variants.  Thanks to Ganga
  Bhavani (GBhavani(a)everdreamcorp.com) for reporting the problem and
  sending the patch.

o Ensured that the device type, os vendor, and os family OS
  fingerprinting classification values are scrubbed for XML compliance
  in the XML output.  Thanks to Matthieu Verbert
  (mve(a)zurich.ibm.com) for reporting the problem and sending a patch.

o Changed to Nmap XML DTD to use the same xmloutputversion (1.01) as
  newer versions of Nmap.  Thanks to Laurent Estieux
  (laurent.estieux(a)free.fr) for reporting the problem.
2004-11-26 09:24:20 +00:00
adam
8e26a57c45 Updated fsviewer to 0.2.5 2004-11-26 09:12:09 +00:00
adam
a4ac34ac04 Changes 0.2.5:
o All lists in preferencs panel and inspector panel are sorted
          in alphabetical order.
        o Added a russian (ru) translation.
        o Changed gettext DOMAIN from "FSViewer.app" to "FSViewer".
        o Removed dependency from "proplist-compat.h".
        o Comment out <sys/rlist.h> in FSUtils.c for FreeBSD 4.6.
        o Revised the german (de) translation (now more "NeXTish").
        o Changes in attribute inspector panel:
          - Link label now changes color (black/darkgrey)
          - File size is displayed in Bytes/KB/MB
        o A selection change in file viewer lists now updates the
          inspector panel.
2004-11-26 09:10:11 +00:00
adam
2c5815d983 Updated eel2 to 2.8.2 2004-11-26 08:47:05 +00:00
adam
6e2dc943c7 Changes 2.8.2:
* Translation updates
* Function to find out filename encoding
* Fix to eelcanvas that allows connecting to expose
* Handle null mimetypes in property page
2004-11-26 08:45:41 +00:00
jlam
bdbcf6f038 Don't auto-add -ldl to LIBS since most GNU configure scripts already
check for this condition.
2004-11-26 08:26:51 +00:00
jlam
96786425e0 Don't append BUILDLINK_CFLAGS.pthread to itself if pthread.builtin.mk
gets included multiple times.
2004-11-26 08:18:30 +00:00
jlam
b47bc866c0 Move all dlopen-handling code into dlopen.{builtin,buildlink3}.mk. 2004-11-26 08:15:25 +00:00
jlam
399f4ba496 More tightly integrate the OSF1 changes into pthread.builtin.mk by using
more feature tests instead of OPSYS tests.
2004-11-26 08:12:59 +00:00
jlam
825f6216b4 Split dlopen.buildlink3.mk into two files: dlopen.buildlink3.mk, which
is included by packages that use dlopen(), and dlopen.builtin.mk,
which checks for the presence of built-in dl*() functions.  On Darwin,
including dlopen.buildlink3.mk will cause the devel/dlcompat package
to be used if the base system lacks a dlcompat library.
2004-11-26 07:05:19 +00:00
taca
a6a81db9db Change ruby-rttool from 1.1.1 to 0.1.8 since rttool-1.1.1 was erroneously
named and removed now.
2004-11-26 06:47:09 +00:00
grant
e1dfb8ff6b fix hints to not append CFLAGS to LDFLAGS on OSF1 when calling the
linker because the it does not understand all the compiler flags.

fixes build on OSF1.
2004-11-26 03:29:43 +00:00
jlam
ce3f97b96c Bump the PKGREVISION after changes in patch-ag to honor DL_*. 2004-11-26 03:00:24 +00:00
jlam
c5bb5f7cb2 Teach openldap to use DL_{CFLAGS,LDFLAGS,LIBS} when linking slapd when
building dynamic backends or when using Cyrus SASL.
2004-11-26 02:52:14 +00:00
taca
aa7f6af87e Use DIST_SUBDIR since distribution file dosen't contain version
in its name.
2004-11-26 02:17:22 +00:00
jlam
67e7448da0 Fix the "MACHINE_PLATFORM" patterns by appending "-*". 2004-11-26 01:58:47 +00:00
jlam
a3af230352 Define DL_{CFLAGS,LDFLAGS,LIBS} as compiler/linker flags for building
or linking code that uses dl*() functions.  Also re-structure a bit to
pave the way for a future dlopen.builtin.mk that handles -ldl on some
platforms and dlcompat on Darwin.
2004-11-26 01:56:17 +00:00
jlam
f551f31daf Missing a make variable modifier. 2004-11-26 01:40:42 +00:00
jlam
72d942ad5a Add missing quotes. 2004-11-26 01:22:31 +00:00
lukem
37ff898696 rdiff-backup home page moved to http://www.nongnu.org/rdiff-backup/ 2004-11-26 01:02:01 +00:00
wiz
3f27762341 - p5-Mail-Milter (thanks, tv). 2004-11-26 00:31:02 +00:00
snj
3a51778212 -xpdf-3.00pl1 2004-11-25 23:28:30 +00:00
jlam
ca7e02b3ee These packages install libraries that dlopen() shared modules. 2004-11-25 22:55:54 +00:00
jlam
79589a3978 PAM modules are dlopen'ed by the PAM library. 2004-11-25 22:47:15 +00:00
jlam
cf6bd5fad8 Don't recursively define _DLOPEN_REQUIRE_PTHREADS. 2004-11-25 22:18:34 +00:00
jlam
b0427900c8 Perl is all about loadable perl modules, so include dlopen.buildlink3.mk.
If we include pthread.buildlink3.mk, then build with Perl ithreads
support.  Bump the PKGREVISION.

Nuke the perl58-thread package.  The perl package can now be forcibly
built with thread support by setting PERL5_USE_THREADS to "yes".
2004-11-25 22:02:49 +00:00
tv
da7546fb87 p5-Mail-Milter -> 0.06 2004-11-25 21:55:47 +00:00
tv
ae67f466b8 Update to 0.06. Changes from 0.03:
0.06  Thu Nov 25 20:30:00 2004 UTC
	- fixed Mail::Milter::Chain where second and subsequent RCPTs
		were not being rejected properly
	- fixed Mail::Milter::Wrapper::DeferToRCPT where a reject at envfrom
		was propagated as-is to further envfroms on the same session
		(should be per-envfrom only)
	- added Mail::Milter::Module::ConnectASNBL
	- added Mail::Milter::Wrapper::DecodeSRS
	- fixed parsing of AS_SETs in the AS list returned from the DNSBL
	- added Mail::Milter::Module::MailDomainDotMX

0.05  Thu Apr 15 19:15:00 2004 UTC
	- fixed Mail::Milter::Module::*DNSBL to return a descriptive 451
		error on a temporary DNSBL failure
	- fixed Mail::Milter::Module::MailDomainDNSBL not to break on <>
		sender (would cause a query beginning with a dot)

0.04  [withdrawn due to <> bug fixed in 0.05, above]
	- added modules
		Mail::Milter::Module::ConnectDNSBL
		Mail::Milter::Module::HeloRegex
		Mail::Milter::Module::MailDomainDNSBL
		Mail::Milter::Module::VirusBounceSpew
	- changed Mail::Milter::Wrapper::DeferToRCPT to intercept normally
		554 SMTP response codes (not valid for RCPT per RFC2822),
		and replace them with 550 (which is valid, ibid.).
2004-11-25 21:55:04 +00:00
jlam
3c17831da9 Only include pthreads if we prefer native pthreads. This allows building
pkgsrc without any pthreads if we don't want to.
2004-11-25 21:43:19 +00:00
xtraeme
a912ea5470 Convert to use bsd.options.mk, the following options are available:
esound ldap xface canna

# XXX Support for the following variables will be removed after the
# XXX pkgsrc-2004Q4 branch is released:
# XXX
# XXX USE_OPENLDAP
# XXX USE_XFACE
# XXX XEMACS_ESD
# XXX XEMACS_USE_CANNA
2004-11-25 21:42:59 +00:00
xtraeme
b0758c553d Convert to use bsd.options.mk, the following options are available:
ldap xface canna

# XXX Support for the following variables will be removed after the
# XXX pkgsrc-2004Q4 branch is released:
# XXX
# XXX USE_OPENLDAP
# XXX USE_XFACE
# XXX XEMACS_USE_CANNA
2004-11-25 21:34:59 +00:00
jlam
2e5e6fbf72 dlopen.buildlink3.mk should be added to packages that use dlopen() to
load shared objects.  Some platforms require pthreads to be linked
into the application if it uses dlopen() or else the applications will
core dump when they dlopen a shared module that _is_ linked with
pthread support.  Including dlopen.buildlink3.mk in a package Makefile
will cause pthread.buildlink3.mk to also be included.

It is up to the package to ensure that PTHREAD_{CFLAGS,LDFLAGS,LIBS}
(defined by pthread.buildlink3.mk) are passed to the compiler when
building/linking the applications, possibly by setting PTHREAD_AUTO_VARS
to "yes" in the package Makefile.
2004-11-25 21:33:36 +00:00
xtraeme
ec74d5433f Convert to use bsd.options.mk, the following options are available:
drac mysql pgsql ldap apop vpop tcpd inet6

# XXX Support for the following variables will be removed after the
# XXX pkgsrc-2004Q4 branch is released:
# XXX
# XXX POP_WITH_DRAC
# XXX TEAPOP_WITH_MYSQL
# XXX TEAPOP_WITHOUT_APOP
# XXX TEAPOP_WITHOUT_VPOP
2004-11-25 20:49:30 +00:00
minskim
e061e41423 Note update of db2latex. 2004-11-25 20:48:21 +00:00
minskim
7de1122086 Update db2latex to 0.8pre1.
A large improvement in the out-of-box capabilities of DB2LaTeX.  See
the HOMEPAGE for details.
2004-11-25 20:47:00 +00:00
jdolecek
f3f067f06a Update to lates php-pdflib 2.0.3.
Changes since 1.0:

Version 2.0:
A major rework
- supports PDFlib 5 and PDFlib 6
- adds an Object Oriented API to PDFlib (for PHP 5 only)
- uses PHP exceptions (for PHP 5 only)
- only official PDFlib API's are included (plus pdf_open_memory_image)
- changed old API's with varargs to only accept all args now
- disables VIRTUAL_DIR support (use SerachPath instead)
- disables CHECK_OPEN_BASEDIR checks

Version 2.0.1, 2.0.2:
- various bugfixes

Version 2.0.3:
Bugfixes:
- PDF_get_parameter crashed when called with only 2 parameters.
Enhancements:
- added pdf_utf8_to_utf16() and pdf_utf16_to_utf8() API's.
- included support for PDFlib4 again

Many thanks to Rainer Schaff for revitalizing PDFlib4 support :)
2004-11-25 20:23:40 +00:00
xtraeme
ba51e7c979 Convert to use bsd.options.mk, the following options are available:
aac audiofile flac iconv id3 ogg

# XXX Support for the following variables will be removed after the
# XXX pkgsrc-2004Q4 branch is released:
# XXX
# XXX MUSICPD_WITH_AAC
# XXX MUSICPD_WITH_AUDIOFILE
# XXX MUSICPD_WITH_FLAC
# XXX MUSICPD_WITH_ICONV
# XXX MUSICPD_WITH_ID3
# XXX MUSICPD_WITH_OGG
2004-11-25 20:16:52 +00:00
minskim
d64ec5333c Note update of p5-Geo-IP to 1.23. 2004-11-25 20:16:51 +00:00
minskim
e1c3a1db6b Update p5-Geo-IP to 1.23.
Changes since 1.21:
        - Updated test case, removed www.bundesregierung.de
        - Geo::Mirror: fallback to using Geo::IP::PurePerl if Geo::IP
          is not available
        - Geo::Mirror: added support for mirror freshness
        - Added support for Netspeed
        - Fixed IP address in examples
2004-11-25 20:15:45 +00:00
jdolecek
cfa8a028db add php-zip distinfo (it's fetched from PECL) 2004-11-25 20:12:58 +00:00
minskim
cf8a2dbd77 Note update of ipgrab to 0.9.9. 2004-11-25 20:10:33 +00:00
minskim
33924b4ea2 Update ipgrab to 0.9.9.
Changes:
  - Support Cygwin and the latest versions of autoconf and automake.
  - A few minor changes to mobile IP, FTP control, IP, and PPP.
2004-11-25 20:09:41 +00:00
minskim
ce9752e09d Correct the last Cg-compiler entry. 2004-11-25 20:05:05 +00:00
minskim
9a271d7703 Note update of ed2k-gtk-gui to 0.6.3. 2004-11-25 20:03:46 +00:00
minskim
291fd4496b Update ed2k-gtk-gui to 0.6.3.
Chnages:
 * Properly maintain window position on restart and when hiding
    or unhiding the window via the system tray icon.

 * Time left estimation for active downloads (Downloading or Looking)
    is now available in the downloads view right-click context menu
    where appropriate, if exactly one download is selected.

 * Added context menu (=right-click menu) headers to avoid accidental
    selection of the first item in the list, e.g. 'Pause' in the
    downloads context menu.

 * Fixed/Improved core detection for MacOSX [puck lock]

 * French translation of documentation added [Marc Framboisier]

 * Added command line switches to disable certain pages:
    --disable-dl-page
    --disable-ul-page
    --disable-search-page
    --disable-shared-page
    --disable-stats-page

 * Slovak translation of the GUI added [Vaclav Ogursky]

 * Updated translations: Italian [Guido Grazioli], Polish [Piotr Borys],
     French [Marc Framboisier]

 * miscellaneous smaller fixes [Thomas Lussnig, Stéphane Loeuillet]

 * recognise donkey-53.3 hybrid and show the server list (instead of
     thinking it's an overnet-only core); patch by Suren Chilingaryan
     (patch #996929).

 * New and improved connect dialog. This time hopefully much simpler.
     Requires a core with version 1.0 or later for the local core
     detection part (these cores write a cookie into /tmp which the
     GUI can detect and use to authenticate on the admin port locally).
     If you want to use older cores with this GUI, please use the
     'remote core' function the dialog, and set up the admin user
     and admin password manually in the command line client before that.
     (v1.0 cores will be available soon)
2004-11-25 20:02:46 +00:00
snj
824cb3387c Updated feh to 1.2.9. 2004-11-25 20:00:39 +00:00