pkgsrc/net
salo 1912434f1f Update to version 4.20
Changes:

4.20

o Integrated the latest OS fingerprint submissions.  The 2nd
  generation DB size has grown to 231 fingerprints.  Please keep them
  coming!  New fingerprints include Mac OS X Server 10.5 pre-release,
  NetBSD 4.99.4, Windows NT, and much more.

o Fixed a segmentation fault in the new OS detection system
  which was reported by Craig Humphrey and Sebastian Garcia.

o Fixed a TCP sequence prediction difficulty indicator bug. The index
  is supposed to go from 0 ("trivial joke") to about 260 (OpenBSD).
  But some systems generated ISNs so insecurely that Nmap went
  berserk and reported a negative difficulty index.  This generally
  only affects some printers, crappy cable modems, and Microsoft
  Windows (old versions).  Thanks to Sebastian Garcia for helping me
  track down the problem.

4.20RC2

o Integrated all of your OS detection submissions since RC1.  The DB
  has increased 13% to 214 fingerprints.  Please keep them coming!
  New fingerprints include versions of z/OS, OpenBSD, Linux, AIX,
  FreeBSD, Cisco CatOS, IPSO firewall, and a slew of printers and
  misc. devices.  We also got our first Windows 95 fingerprint,
  submitted anonymously of course :).

o Fixed (I hope) the "getinterfaces: intf_loop() failed" error which
  was seen on Windows Vista.  The problem was apparently in
  intf-win32.c of libdnet (need to define MIB_IF_TYPE_MAX to
  MAX_IF_TYPE rather than 32).  Thanks to Dan Griffin
  (dan(a)jwsecure.com) for tracking this down!

o Applied a couple minor bug fixes for IP options
  support and packet tracing.  Thanks to Michal Luczaj
  (regenrecht(a)o2.pl) for reporting them.

o Incorporated SLNP (Simple Library Network Protocol) version
  detection support.  Thanks to Tibor Csogor (tibi(a)tiborius.net) for
  the patch.

4.20RC1

o Fixed (I hope) a bug related to Pcap capture on Mac OS X.  Thanks to
  Christophe Thil for reporting the problem and to Kurt Grutzmacher
  and Diman Todorov for helping to track it down.

o Integrated all of your OS detection submissions since ALPHA11.  The
  DB has increased 27% to 189 signatures.  Notable additions include
  the Apple Airport Express, Windows Vista RC1, OpenBSD 4.0, a Sony
  TiVo device, and tons of broadband routers, printers, switches, and
  Linux kernels.  Keep those submissions coming!

o Upgraded the included LibPCRE from version 6.4 to 6.7.  Thanks to
  Jochen Voss (voss(a)seehuhn.de) for the suggestion (he found some bugs
  in 6.4)

4.20ALPHA11

o Integrated all of your OS detection submissions, bringing the
  database up to 149 fingerprints.  This is an increase of 28% from
  ALPHA10.  Notable additions include FreeBSD 6.1, a bunch of HP
  LaserJet printers, and HP-UX 11.11.  We also got a bunch of more
  obscure submissions like Minix 3.1.2a and "Ember InSight Adapter for
  programming EM2XX-family embedded devices".  Who doesn't have a few
  of those laying around?  I'm hoping that all the obscure submissions
  mean that more of the mainstream systems are being detected out of
  the box!  Please keep those submissions (obscure or otherwise)
  coming!

4.20ALPHA10

o Integrated tons of new OS fingerprints.  The DB now contains 116
  fingerprints, which is up 63% since the previous version.  Please keep
  the submissions coming!

4.20ALPHA9

o Integrated the newly submitted OS fingerprints. The DB now contains
  71 fingerprints, up 27% from 56 in ALPHA8.  Please keep them coming!
  We still only have 4.2% as many fingerprints as the gen1 database.

o Added the --open option, which causes Nmap to show only open ports.
  Ports in the states "open|closed" and "unfiltered" might be open, so
  those are shown unless the host has an overwhelming number of them.

o Nmap gen2 OS detection used to always do 2 retries if it fails to
  find a match.  Now it normally does just 1 retry, but does 4 retries
  if conditions are good enough to warrant fingerprint submission.
  This should speed things up on average.  A new --max-os-tries option
  lets you specify a higher lower maximum number of tries.

o Added --unprivileged option, which is the opposite of --privileged.
  It tells Nmap to treat the user as lacking network raw socket and
  sniffing privileges.  This is useful for testing, debugging, or when
  the raw network functionality of your operating system is somehow
  broken.

o Fixed a confusing error message which occured when you specified a
  ping scan or list scan, but also specified -p (which is only used for
  port scans).  Thanks to Thomas Buchanan for the patch.

o Applied some small cleanup patches from Kris Katterjohn

4.20ALPHA8

o Integrated the newly submitted OS fingerprints.  The DB now contains
  56, up 33% from 42 in ALPHA7.  Please keep them coming!  We still only
  have 3.33% as many signatures as the gen1 database.

o Nmap 2nd generation OS detection now has a more sophisticated
  mechanism for guessing a target OS when there is no exact match in the
  database (see http://insecure.org/nmap/osdetect/osdetect-guess.html )

o Rewrote mswin32/nmap.rc to remove cruft and hopefully reduce some
  MFC-related compilation problems we've seen.  Thanks to KX
  (kxmail(a)gmail.com) for doing this.

o NmapFE now uses a spin button for verbosity and debugging options so
  that you can specify whatever verbosity (-v) or debugging (-d) level
  you desire.  The --randomize-hosts option was also added to NmapFE.
  Thanks to Kris Katterjohn for the patches.

o A dozen or so small patches to Nmap and NmapFE by Kris Katterjohn.

o Removed libpcap/Win32 and libpcap/msdos as Nmap doesn't use them.
  This reduces the Nmap tar.bz2 by about 50K.  Thanks to Kris Katterjohn
  for the suggestion.

4.20ALPHA7

o Did a bunch of Nmap 2nd generation fingerprint integration work.
  Thanks to everyone who sent some in, though we still need a lot more.
  Also thanks to Zhao for a bunch of help with the integration tools.
  4.20ALPHA6 had 12 fingerprints, this new version has 42.  The old DB
  (still included) has 1,684.

o Updated nmap-mac-prefixes to reflect the latest OUI DB from the IEEE
  (http://standards.ieee.org/regauth/oui/oui.txt) as of September 6, 2006.
  Also added the unregistered PearPC virtual NIC prefix, as suggested
  by Robert Millan (rmh(a)aybabtu.com).

o Applied some small internal cleanup patches by Kris Katterjohn.

4.20ALPHA6

o Fixed a bug in 2nd generation OS detection which would (usually) prevent
  fingerprints from being printed when systems don't respond to the 1st
  ICMP echo probe (the one with bogus code value of 9).  Thanks to
  Brandon Enright for reporting and helping me debug the problem.

o Fixed some problematic Nmap version detection signatures which could
  cause warning messages. Thanks to Brandon Enright for the initial patch.

4.20ALPHA5

o Worked with Zhao to improve the new OS detection system with
  better algorithms, probe changes, and bug fixes.  We're
  now ready to start growing the new database!  If Nmap gives you
  fingerprints, please submit them at the given URL.  The DB is still
  extremely small.  The new system is extensively documented at
  http://insecure.org/nmap/osdetect/ .

o Nmap now supports IP options with the new --ip-options flag.  You
  can specify any options in hex, or use "R" (record route), "T"
  (record timestamp), "U") (record route & timestamp), "S [route]"
  (strict source route), or "L [route]" (loose source route).  Specify
  --packet-trace to display IP options of responses.  For further
  information and examples, see http://insecure.org/nmap/man/ and
  http://seclists.org/nmap-dev/2006/q3/0052.html .  Thanks to Marek
  Majkowski for writing and sending the patch.

o Integrated all 2nd quarter service detection fingerprint
  submissions.  Please keep them coming!  We now have 3,671 signatures
  representing 415 protocols.   Thanks to version detection czar Doug
  Hoyte for doing this.

o Nmap now uses the (relatively) new libpcap pcap_get_selectable_fd
  API on systems which support it.  This means that we no longer need
  to hack the included Pcap to better support Linux.  So Nmap will now
  link with an existing system libpcap by default on that platform if
  one is detected.  Thanks to Doug Hoyte for the patch.

o Updated the included libpcap from 0.9.3 to 0.9.4.  The changes I
  made are in libpcap/NMAP_MODIFICATIONS .  By default, Nmap will now
  use the included libpcap unless version 0.9.4 or greater is already
  installed on the system.

o Applied some nsock bugfixes from Diman Todorov.  These don't affect
  the current version of Nmap, but are important for his Nmap
  Scripting Engine, which I hope to integrate into mainline Nmap in
  September.

o Fixed a bug which would occasionally cause Nmap to crash with the
  message "log_vwrite: write buffer not large enough".  I thought I
  conquered it in a previous release -- thanks to Doug Hoyte for finding a
  corner case which proved me wrong.

o Fixed a bug in the rDNS system which prevented us from querying
  certain authoritative DNS servers which have recursion explicitly
  disabled.  Thanks to Doug Hoyte for the patch.

o --packet-trace now reports TCP options (thanks to Zhao Lei for the
  patch).  Thanks to the --ip-options addition also found in this
  release, IP options are printed too.

o Cleaned up Nmap DNS reporting to be a little more useful and
  concise.  Thanks to Doug Hoyte for the patch.

o Applied a bunch of small internal cleanup patches by Kris Katterjohn
  (kjak(a)ispwest.com).

o Fixed the 'distclean' make target to be more comprehensive.  Thanks
  to Thomas Buchanan (Thomas.Buchanan(a)thecompassgrp.net) for the
  patch.

Nmap 4.20ALPHA4

o Nmap now provides progress statistics in the XML output in verbose
  mode.  Here are some examples of the format (etc is "estimated time
  until completion) and times are in UNIX time_t (seconds since 1970)
  format. Angle braces have been replaced by square braces:
  [taskbegin task="SYN Stealth Scan" time="1151384685" /]
  [taskprogress task="SYN Stealth Scan" time="1151384715"
                percent="13.85" remaining="187" etc="1151384902" /]
  [taskend task="SYN Stealth Scan" time="1151384776" /]
  [taskbegin task="Service scan" time="1151384776" /]
  [taskend task="Service scan" time="1151384788" /]
  Thanks to Adam Vartanian (flooey(a)gmail.com) for the patch.

o Updated the Windows installer to give an option checkbox for
  performing the Nmap performance registry changes.  The default is to
  do so.  Thanks to Adam Vartanian (flooey(a)gmail.com) for the patch.

o Applied several code cleanup patches from Marek Majkowski.

o Added --release-memory option, which causes Nmap to release all
  accessible memory buffers before quitting (rather than let the OS do
  it).  This is only useful for debugging memory leaks.

o Fixed a bug related to bogus completion time estimates when you
  request an estimate (through runtime interaction) right when Nmap is
  starting.a subsystem (such as a port scan or version detection).
  Thanks to Diman Todorov for reporting the problem and Doug Hoyte for
  writing a fix.

o Nmap no longer gets random numbers from OpenSSL when it is available
  because that turned out to be slower than Nmap's other methods
  (e.g. /dev/urandom on Linux, /dev/arandom on OpenBSD, etc.).  Thanks
  to Marek Majkowski for reporting the problem.

o Updated the Windows binary distributions (self-installer and .zip)
  to include the new 2nd generation OS detection DB (nmap-os-db).
  Thanks to Sina Bahram for reporting the problem.

o Fixed the --max-retries option, which wasn't being honored.  Thanks
  to Jon Passki (jon.passki(a)hursk.com) for the patch.

Nmap 4.20ALPHA3

o Added back Win32 support thanks to a patch by kx

o Fixed the English translation of TCP sequence difficulty reported by
  Brandon Enright, and also removed fingerprint printing for 1st
  generation fingerprints (I don't really want to deal with those
  anymore).  Thanks to Zhao Lei for writing this patch.

o Fix a problem which caused OS detection to be done in some cases
  even if the user didn't request it.  Thanks to Diman Todorov for the
  fix.

Nmap 4.20ALPHA2

o Included nmap-os-db (the new OS detection DB) within the release.
  Oops!  Thanks to Brandon Enright (bmenrigh(a)ucsd.edu) for catching
  this problem with 4.20ALPHA1.

o Added a fix for the crash in the new OS detection which would come
  with the message "Probe doesn't exist! Probe type: 1. Probe subid: 1"

Nmap 4.20ALPHA1

o Integrated initial 2nd generation OS detection patch!  The system is
  documented at http://insecure.org/nmap/osdetect/ .  Thanks to Zhao Lei
  for helping with the coding and design.

o portlist.cc was refactored to remove some code duplication.  Thanks
  to Diman Todorov for the patch.
2006-12-17 17:55:49 +00:00
..
6tunnel
adns Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
aget Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
aiccu Fixed "test ==". 2006-11-10 20:58:09 +00:00
airport2basestationconfig Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
airportbasestationconfig Backout last change because it doesn't have any effect. 2006-05-29 14:37:15 +00:00
airportmodemutility Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
amule Fixed "test ==". 2006-10-14 01:14:15 +00:00
argus Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
arla pkglint - no functional changes. 2006-08-24 19:17:53 +00:00
arpd Just turn off "nonnull" warning instead of all warnings. 2006-06-30 15:33:39 +00:00
arping Make arping1 and arping2 options mutually exclusive. 2006-12-03 21:48:54 +00:00
arpwatch Remove an incomplete sentence, reported by Zafer Aydogan. 2006-07-14 14:47:56 +00:00
autonet Update net/autonet to 0.22: 2006-11-20 12:06:45 +00:00
awhois
balance Add DragonFly support. 2006-03-14 02:06:28 +00:00
batchftp Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
bftpd Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk 2005-12-29 06:21:30 +00:00
bind4 Fix a tyop. 2006-03-09 05:29:56 +00:00
bind8 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
bind9 Disable threading on sparc and sparc64 2006-11-23 22:19:38 +00:00
bing Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
bittornado Update to 0.3.15: 2006-03-10 20:46:28 +00:00
bittornado-gui Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
bittorrent Update "bittorrent" and "bittorent-gui" package to version 4.4.0. 2006-02-26 22:43:33 +00:00
bittorrent-gui Fix package list problem caused by revision bump. 2006-04-18 11:53:04 +00:00
bmon Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
boinc3-coreclient Uses C++. 2006-06-02 13:21:28 +00:00
boinc3-libs Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
boinc3-seti Uses C++. 2006-05-12 07:55:32 +00:00
bounce Update MAINTAINER email address. 2006-11-19 08:03:05 +00:00
bpalogin Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
bridged Fix DragonFly. 2006-03-14 02:07:32 +00:00
bsddip Fixed the program for unprivileged builds by not requiring data files to 2006-11-09 09:09:32 +00:00
btget tv@ pointed out that curl-7.16.0 had a shlib major bump -- 2006-11-19 11:50:23 +00:00
btpd tv@ pointed out that curl-7.16.0 had a shlib major bump -- 2006-11-19 11:50:23 +00:00
bug-buddy Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency. 2006-09-16 12:20:32 +00:00
cdpd Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
cftp List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-06 03:20:54 +00:00
chksniff
choparp Fixed the package to work for unprivileged users. 2006-11-09 09:12:30 +00:00
chrony Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
cia Fixed the package for unprivileged users. 2006-11-09 09:14:05 +00:00
cidr Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
cisco-mibs Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
citrix_ica Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
cmu-dhcpd Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
connect Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
corkscrew Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
couriertcpd Fix build on Linux. Replace link to -ldb with BDB_LIBS. Avoid automake 2006-10-09 01:34:10 +00:00
ctorrent Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
dante Skip a file we don't care about in the portability check. 2006-12-12 19:34:06 +00:00
darkstat Update darkstat to 3.0.540. 2006-10-07 07:49:01 +00:00
DarwinStreamingServer Fixed typo 2006-12-15 13:11:10 +00:00
dc_gui2 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency. 2006-09-16 12:20:32 +00:00
dctc Needs pkg-config as tool. 2006-06-06 19:05:29 +00:00
ddclient Modify the pkginstall framework so that it manages all aspects of 2006-03-14 01:14:26 +00:00
delegate Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
dgd Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
dhid Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
dhisd Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
djbdns Rename "SITES_* to "SITES.*" for file-specific lists of sites from which 2006-07-27 18:48:02 +00:00
djbdns-run Completely nuke the concept of PKG_PHASE from pkgsrc except for the 2006-07-10 22:59:26 +00:00
dlint Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
dnsdoctor Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
dnsmasq Add DragonFly support. 2006-03-22 15:59:56 +00:00
dnstop Update dnstop to 20060517. 2006-10-08 12:43:38 +00:00
dnstracer Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
docsis Workaround undefined prototype in net-snmp. 2006-03-22 16:33:08 +00:00
driftnet Needs makedepend. 2006-06-09 06:33:27 +00:00
dtcp Fixed the package for unprivileged builds. 2006-11-09 09:24:21 +00:00
dtcpclient Fixed the package for unprivileged users. 2006-11-09 09:14:05 +00:00
dynipclient Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
echoping Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ed2k-gtk-gui Fixed "test ==". 2006-10-14 01:14:15 +00:00
edonkey2k Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where 2006-05-22 22:22:02 +00:00
entropy Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as a 2006-03-22 22:50:31 +00:00
etherape Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency. 2006-09-16 12:20:32 +00:00
ettercap Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ettercap-NG Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
ez-ipupdate Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
fair-identd
firewalk Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
flan Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
flodo Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
flow-tools Update URL. From Makoto Fujiwara in PR pkg/34222. 2006-08-18 22:54:54 +00:00
fmirror
fping
fping6
freenet-tools Update to 0.2.25. No offical changelog; mainly, incorporates Interix 2006-05-16 18:02:04 +00:00
freeradius Fix PLIST for pgsql option. 2006-11-21 11:46:29 +00:00
freewais-sf Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
ftplibpp Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
ftpproxy Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
gated Add DragonFly support. Fix va_arg integer promotion problem, bump 2006-06-01 22:40:19 +00:00
GeoIP Update to 1.4.0. Changes: 2006-09-05 21:03:58 +00:00
gethost Install man page to PKGMANDIR instead of hard-coded "man". 2005-12-27 17:37:27 +00:00
gftp Sweep pkgsrc and convert packages that included intltool/buildlink3.mk 2006-07-05 05:37:39 +00:00
gftp-gtk1 Fixed security issue in gftp, so bump revision for gtk1 version as well. 2006-06-27 20:17:36 +00:00
gift nb1: USE_TOOLS+=perl:run (gift-setup requires it). 2006-07-23 22:14:26 +00:00
gift-fasttrack Needs pkg-config. 2006-06-07 12:30:36 +00:00
gift-gnutella LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just 2006-07-07 15:49:30 +00:00
gift-openft LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just 2006-07-07 15:49:30 +00:00
giftcurs Needs pkg-config. 2006-06-07 12:47:15 +00:00
gini Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
gkrellm-multiping Fix build on DragonFly. 2006-05-29 14:06:27 +00:00
gkrellm-ping Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
gkrellm-snmp Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
gkrellm-wireless Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
gkrellm1-snmp Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
gkrellm1-wireless Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
gnapfetch Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
gnet Fixed "test ==". 2006-10-10 20:01:31 +00:00
gnet1 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
gnetcat List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-06 03:20:54 +00:00
gnome-netstatus Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency. 2006-09-16 12:20:32 +00:00
gnome-vfs2-smb reset PKGREVISION for base pkg update 2006-11-24 17:31:40 +00:00
gnugk Disable propolice on DragonFly to work around ICE. 2006-09-24 20:02:42 +00:00
gofish Modify packages that set PKG_USERS and PKG_GROUPS to follow the new 2006-04-23 00:12:35 +00:00
gopher Disable the OS X hack for re_comp and friends on DragonFly, where it 2006-03-22 21:22:09 +00:00
gt-itm Include sys/param.h to use NBBY on Linux. 2006-08-18 14:52:02 +00:00
gtk-gnutella Bump PKGREVISION due to dbus update to 0.9x. 2006-08-23 09:49:35 +00:00
gtk_wicontrol Needs msgfmt. 2006-06-09 06:37:51 +00:00
hesiod Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
hf6to4 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 07:59:09 +00:00
hlfl Add some bug fix patches from hlfl's CVS, reported by ISIHARA 2006-01-08 11:46:42 +00:00
hobbitclient USE_TOOLS+=yacc 2006-06-09 16:13:47 +00:00
hobbitmon Fix patch-ae to allow hobbitmon to be built on systems that use bash as 2006-10-09 13:29:00 +00:00
host Fixed PKGMANDIR. 2006-11-09 09:26:21 +00:00
howl Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
hping Update to hping2, release candidate 3 2006-03-30 13:51:28 +00:00
httping Fixed the build on Solaris (missing libraries). 2006-09-16 10:07:55 +00:00
httptunnel
icsi-finger Force traditional mode for cpp, at least GCC 3.4+ will not generate 2006-06-08 14:29:26 +00:00
iftop Updat enet/iftop to 0.17: 2006-09-25 12:16:12 +00:00
IglooFTP Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ipcalc Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
ipcheck Update ipcheck to 0.233. 2006-10-16 08:36:04 +00:00
iperf Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ipgrab List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-06 03:20:54 +00:00
iplog Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ipv6calc Update ipv6calc to 0.61.0. Changes: 2006-08-28 22:02:51 +00:00
ipw Rename variable "optreset" to "my_optreset" to avoid conflict with global 2006-06-30 18:25:43 +00:00
irrd Make gzip be found by configure again, instead of setting it to an empty 2006-08-06 07:09:51 +00:00
irrtoolset-nox11 add a fix for a list content checking problem Hagen Boehm identified 2006-07-07 12:30:56 +00:00
ishell Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
isic
ispman Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ja-samba Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 07:59:09 +00:00
jftpgw Fixed "test ==". 2006-11-09 09:29:00 +00:00
jigdo Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 07:59:09 +00:00
jumpgate Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
jwhois Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
kdenetwork3 Don't try and use meanwhile package if it happens to find one installed 2006-11-16 02:51:26 +00:00
kftpgrabber Update kftpgrabber to 0.8.0 beta2. Fixes build on NetBSD-current 2006-12-07 10:03:46 +00:00
kiax Update net/kiax to version 0.8.51 fixing the security issue in 0.8.5 2006-07-07 16:50:35 +00:00
kismet On NetBSD (don't know about other platforms) kismet needs libm or else 2006-11-02 14:20:49 +00:00
kphone Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, 2006-07-22 04:46:13 +00:00
LaBrea On BSDs also check if BIOCIMMEDIATE is actually defined, DragonFly 2006-06-06 19:47:48 +00:00
lambdamoo USE_TOOLS+=yacc 2006-06-20 22:12:59 +00:00
lambdamoo-core Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
lambdamoo-doc Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
latd Uses C++. 2006-06-03 00:07:01 +00:00
lft Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
lftp Update to version 3.5.5 2006-10-08 02:57:09 +00:00
libares Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. 2006-12-12 21:52:34 +00:00
libcares Add ares_get_config() from CVS for unrealircd 3.2.5 to work 2006-07-18 22:38:18 +00:00
libdnet Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libIDL DESTDIR support. 2006-11-03 07:45:44 +00:00
liblive Updated netlive to 2006.11.16a. 2006-11-19 22:36:20 +00:00
libnids Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libpcap Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. 2006-12-12 21:52:34 +00:00
libradius Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. 2006-12-12 21:52:34 +00:00
libsoup-devel update to 2.298 2006-11-27 21:19:58 +00:00
libsscript Remove unnecessary DECOMPRESS_CMD setting, which is automatically taken 2006-01-19 23:00:24 +00:00
libtorrent Update "libtorrent" package to version 0.10.4 and "rtorrent" package to 2006-11-08 09:19:40 +00:00
libupnp HOMEPAGE has been moved. 2006-10-13 01:36:07 +00:00
libvncserver Import libvncserver, provided by Pierrick Brossin in private mail: 2006-10-15 14:03:41 +00:00
linc install gtk-doc generated API documentation at the default location, 2006-08-10 17:44:11 +00:00
llnlxdir Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
llnlxftp Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
logjam Needs msgfmt. 2006-12-06 16:30:48 +00:00
lopster Add some more pixmaps to PLIST. Bump revision. 2006-04-22 16:44:25 +00:00
maradns Update maradns to 1.0.39. 2006-12-13 04:35:16 +00:00
mbrowse The configure script needs to know the location of the installed net-snmp 2006-05-06 17:12:33 +00:00
md-whois Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
mDNSResponder Don't try to include nonexistant ipv6 header on Solaris. 2006-10-23 11:15:09 +00:00
mDNSResponder-nss add INSTALL/DEINSTALL scripts to create a symlink /usr/lib/nss_XXX.so.0 2006-09-21 18:06:18 +00:00
miredo Update to 1.0.0 for minor build fixes. 2006-08-23 22:59:09 +00:00
mirror Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
mldonkey Updated mldonkey{-gui,} to 2.8.2: 2006-12-05 11:05:13 +00:00
mldonkey-gui Update to 2.8.0: 2006-09-16 06:21:39 +00:00
mouse-pppoe net/if_ether.h and net/ethertypes.h are approximately replacable by 2006-01-25 17:45:32 +00:00
mping Imported mping from PR 34488. 2006-09-07 10:06:26 +00:00
mppe-lkm Add a reminder that the LKM needs arc4, which is brought by wlan drivers. 2006-02-16 22:04:07 +00:00
mrstat
mrt Fix broken va_arg usage violating ISO C promotion rules. Bump revision. 2006-03-22 23:55:37 +00:00
mrtg Updated net/mrtg to 2.14.7 2006-10-19 06:40:54 +00:00
mtr Update to 0.72: 2006-10-03 19:15:20 +00:00
mydns-mysql Handle info page with install framework. Bump revision. 2006-06-07 12:43:13 +00:00
mydns-pgsql Use install framework for info pages. Bump revision. 2006-06-07 12:54:48 +00:00
nagios-base Fixed a typo in CONFIGURE_ARGS and some references to WRKDIR. 2006-10-20 08:45:10 +00:00
nagios-imagepak-base Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
nagios-nrpe Update nagios-nrpe package to 2.5.2. 2006-08-17 14:23:07 +00:00
nagios-nsca Update to 2.6: 2006-05-09 18:12:11 +00:00
nagios-plugin-ldap Allow dependency on PKGREVISIONed nagios-plugins package. 2006-10-23 07:17:40 +00:00
nagios-plugin-mysql Allow dependency on PKGREVISIONed nagios-plugins package. 2006-10-23 07:17:40 +00:00
nagios-plugin-pgsql Allow dependency on PKGREVISIONed nagios-plugins package. 2006-10-23 07:17:40 +00:00
nagios-plugin-snmp Allow dependency on PKGREVISIONed nagios-plugins package. 2006-10-23 07:17:40 +00:00
nagios-plugins Perl is needed at run time. PKGREVISION++ 2006-10-20 08:54:44 +00:00
nam Use source files included in ns-allinone, which supports x86_64 and gcc 4.1. 2006-08-23 10:43:49 +00:00
nap Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
napshare Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
nasd Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
nbtscan Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ncftp2 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ncftp3
neat Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
nemesis Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
net-snmp Apply patch from net-snmp CVS repository to fix Perl module SNMP's bulkwalk 2006-10-18 22:37:46 +00:00
netatalk Fix build on DragonFly. 2006-12-06 17:15:22 +00:00
netatalk1 Fix build on DragonFly. 2006-12-06 17:27:38 +00:00
netbsd-tap "BUILD_ENV" was misnamed. It's actually the environment that is passed 2006-07-21 14:27:56 +00:00
netcat Fixed PKGMANDIR. 2006-11-12 20:58:51 +00:00
netcat6 You *can't* disable IPv6 in netcat6; require it via PKG_OPTIONS instead. 2006-11-28 16:28:55 +00:00
netdisco Upgrade to 0.95: 2006-12-16 15:25:41 +00:00
netgroup
netname
netpipes Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
netsaint-base Modify packages that set PKG_USERS and PKG_GROUPS to follow the new 2006-04-23 00:12:35 +00:00
netsaint-plugin-cluster Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
netsaint-plugin-snmp Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
netsaint-plugins Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ngrep Changes 1.45: 2006-11-29 10:28:48 +00:00
nicotine Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
nidentd
nload Uses C++. 2006-05-22 15:10:38 +00:00
nmap Update to version 4.20 2006-12-17 17:55:49 +00:00
nmapfe Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
nocol Reomove BROKEN_IN for packages that built in the latest 2006-08-06 05:16:50 +00:00
nprobe Correct pthread detection in configure. Has libtool, so annotate that. 2006-05-12 09:19:54 +00:00
ns Update HOMEPAGE. 2006-08-23 10:28:06 +00:00
nsca Fix errno. 2006-04-22 16:49:48 +00:00
nsd Update to nsd-2.3.5. This fixes a number of minor bugs. 2006-07-03 13:33:59 +00:00
nslint Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
nstx
ntop Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
ntop1 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ntp4 Fix path to docs in MESSAGE. This is PR #35096. 2006-11-22 23:07:39 +00:00
ocamlnet Initial import of ocamlnet-1.1.2: 2006-08-11 15:43:36 +00:00
oidentd Add basic DragonFly support. 2006-06-01 22:20:16 +00:00
oinkmaster Update to 2.0 2006-03-09 14:06:03 +00:00
openafs USE_TOOLS+=lex 2006-06-09 16:05:11 +00:00
openag This package needs zlib. 2006-06-07 21:01:15 +00:00
openh323 Fixed "test ==". 2006-11-11 22:49:51 +00:00
openntpd Update openntpd version 3.9p1. 2006-08-20 14:50:43 +00:00
openslp Make slpd reopen its log file on HUP (it does not use syslog - bah!). 2006-07-13 13:42:36 +00:00
openvmps On NetBSD use daemon() instead of the custom code here which forgets to 2006-05-31 17:47:45 +00:00
openvpn Update net/openvpn to 2.0.7. Changes from version 2.0.6 include fixing 2006-07-05 15:50:05 +00:00
ORBit Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
ORBit2 migrate devhelp docs to share/gtk-doc/html, bump PKGREVISION 2006-11-13 20:55:46 +00:00
overnet Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where 2006-05-22 22:22:02 +00:00
p5-DNS-ZoneParse Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Geo-IP Fix build by pointing to GeoIP location. 2006-07-21 18:19:05 +00:00
p5-INET6 DESTDIR support. 2006-11-05 17:31:09 +00:00
p5-IO-Interface
p5-IO-Socket-Multicast
p5-IP-Country Fixed spelling mistake. 2006-06-11 19:38:05 +00:00
p5-ispman Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net DESTDIR support. 2006-11-05 17:31:09 +00:00
p5-Net-Bind Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-CIDR-Lite Updated to version 0.20. 2006-02-15 22:28:06 +00:00
p5-Net-Daemon Update p5-Net-Daemon to 0.39. 2006-11-05 04:09:39 +00:00
p5-Net-Dev-MIBLoadOrder Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-DNS DESTDIR support. 2006-11-05 17:31:09 +00:00
p5-Net-DNSServer Remove an unneeded .pl file in the work dir after extraction; fixes 2006-07-21 16:22:01 +00:00
p5-Net-FTPSSL Import p5-Net-FTPSSL from pkgsrc-wip. Packaged by dieter roelants. 2006-04-09 17:14:33 +00:00
p5-Net-Gnats Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-Google Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-Ident
p5-Net-IP DESTDIR support. 2006-11-05 17:42:30 +00:00
p5-Net-IPv4Addr
p5-Net-IPv6Addr
p5-Net-IRC
p5-Net-NBName Initial import of p5-Net-NBName 0.26 2006-12-06 23:12:03 +00:00
p5-Net-Packet Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
p5-Net-Pcap Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
p5-Net-RawIP
p5-Net-Rendezvous This is Net::Rendezvous, a set of perl modules to utilize DNS for service 2006-01-15 16:24:16 +00:00
p5-Net-Server Update to 0.94 2006-09-13 21:07:55 +00:00
p5-Net-SNMP Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-Telnet Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-Telnet-Cisco Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-TFTP Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Net-XWhois
p5-Net-Z3950 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-NetAddr-IP Update to version 3.33. 2006-05-13 21:03:45 +00:00
p5-NetPacket
p5-Nmap-Parser Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
p5-POE-Component-Client-DNS
p5-POE-Component-Client-Ident
p5-POE-Component-SNMP Updated net/p5-POE-Component-SNMP to 1.07 2006-10-16 09:32:53 +00:00
p5-RADIUS Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 07:59:09 +00:00
p5-SNMP-Info Update to version 1.04. 2006-10-01 15:56:08 +00:00
p5-SNMP-MIB-Compiler
p5-SNMP_Session Update p5-SNMP_Session to 1.08. 2006-11-04 11:32:07 +00:00
p5-SOAP-Lite Update p5-SOAP-Lite to 0.69. 2006-10-21 17:11:47 +00:00
p5-Socket6 DESTDIR support. 2006-11-05 17:31:09 +00:00
p5-X500-DN Change MAINTAINER to myself as geeogeegeeoh (at) users.sourceforge.net does 2006-02-17 20:37:11 +00:00
packit
partysip Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
pchar Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
pconsole Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
pear-Net_DIME Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
pear-Net_Sieve Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
pear-Net_SMTP Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
pear-Net_Socket Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
pear-Net_URL Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
pear-SOAP Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
pen
pfnet Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
php-ftp Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
php-snmp Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
php-sockets Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
php-xmlrpc Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
php-yaz Initial import of php-yaz version 1.0.7 into The NetBSD Packages 2006-07-10 07:44:58 +00:00
php-yp Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
php5-soap Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
pim6dd Honour PKGMANDIR and fix installation of man pages on !NetBSD. 2006-03-14 02:38:37 +00:00
pim6sd USE_TOOLS+=yacc 2006-06-21 18:31:21 +00:00
pload Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
poink Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
polsms tv@ pointed out that curl-7.16.0 had a shlib major bump -- 2006-11-19 11:50:23 +00:00
poptop Fixed "test ==". 2006-11-11 16:48:14 +00:00
powerdns Import net/powerdns, based on wip/pdns2 from pkgsrc-wip. 2006-08-13 09:34:21 +00:00
powerdns-ldap Import net/powerdns-ldap. 2006-08-13 09:36:40 +00:00
powerdns-mysql Revert to net/powerdns-mysql (I accidentally imported net/powerdns-pgsql in 2006-08-13 09:38:42 +00:00
powerdns-pgsql Import net/powerdns-pgsql. 2006-08-13 09:36:06 +00:00
powerdns-sqlite Import net/powerdns-sqlite. 2006-08-13 09:36:24 +00:00
ppp-lzs Mark as BROKEN_IN pkgsrc-2006Q1 according to 2006-05-18 20:29:58 +00:00
pppd Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
pptp Fix build on DragonFly. Add pptp.8 to PLIST. Bump revision. 2006-05-12 09:30:55 +00:00
proftpd Updated net/proftpd to 1.3.1rc1 2006-12-14 11:19:46 +00:00
proxycheck Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as a 2006-03-22 22:50:31 +00:00
publicfile Use errno-hack for leapsecs_read.c as well. 2005-12-18 20:28:34 +00:00
puf Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
pure-ftpd When SSL is enabled, set the hardcoded certificate file path to 2006-11-15 18:09:19 +00:00
pxe Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-adns Reset maintainer, email bounced with: 2006-08-13 23:32:22 +00:00
py-dns Mark as Python 2.2+, since explicit integer division is used (//). 2006-06-02 16:17:08 +00:00
py-GeoIP Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-google py-SOAPpy needs Python 2.2+ 2006-06-07 16:56:08 +00:00
py-IP Consistently use NetBSD.org address for shell, shellhung.org does not exist. 2006-03-16 22:48:42 +00:00
py-kenosis ... and the logging module is available for Python 2.3+. 2006-06-07 12:53:48 +00:00
py-libdnet Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
py-libpcap Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
py-medusa Initial import of py-medusa-0.5.4: 2006-11-04 17:48:10 +00:00
py-mimelib Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-ORBit Linking against libpython needs to link against pthread on some platforms 2006-07-14 06:29:02 +00:00
py-soaplib Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-soappy Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
py-spreadmodule Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-twisted Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-twisted-docs Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-zsi Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
pygopherd Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
qadsl Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
quagga Update to 0.98.6. 2006-06-05 19:28:25 +00:00
quagga-devel Not every platform has malloc.h. Apply a patch from the Quagga CVS. 2006-12-02 05:06:33 +00:00
queryperf Add libbind on Interix. 2006-11-28 16:30:39 +00:00
ra-rtsp-proxy Fix errno. 2006-03-14 02:41:56 +00:00
radiusd-cistron Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
rbldnsd Initial import of rbldnsd, version 0.996a, into the NetBSD Packages 2006-12-08 22:14:12 +00:00
rdesktop Add missing entries in PLIST. Bump PKGREVISION to 1. 2006-12-02 23:14:38 +00:00
rdist6 Needs byacc, bison doesn't cut it. 2006-12-09 02:18:22 +00:00
rinetd Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ripe-whois Rename "SITES_* to "SITES.*" for file-specific lists of sites from which 2006-07-27 18:48:02 +00:00
ripe-whois-tools Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
rootprobe Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
rp-l2tp Add DragonFly support. 2006-05-12 09:41:15 +00:00
rp-pppoe Update rp-pppoe to 3.8: various internal changes, some of them bogus 2006-11-01 15:17:13 +00:00
rsync On Interix, use pkgsrc iconv, as the calls rsync is doing are segfaulting 2006-11-21 19:36:16 +00:00
rtorrent tv@ pointed out that curl-7.16.0 had a shlib major bump -- 2006-11-19 11:50:23 +00:00
ruby-icmp Bump PKGREVISION of these packages which affected (fixed) by 2006-02-03 04:43:47 +00:00
samba MAKE_JOBS_SAFE=NO 2006-10-23 03:26:24 +00:00
scamper Update to cvs version 20060331, from Matthew Luckie <mjl@luckie.org.nz>. 2006-04-20 22:57:06 +00:00
scapy Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
scdp Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
scli Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
sdig Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
sdist Logging option added, defaults to same logging as rdist. 2006-06-04 07:58:36 +00:00
SDL_net Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
sendfile Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
sharity-light Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 07:59:09 +00:00
sipcalc Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
sipsak updated net/sipsak to 0.9.6 (which had been living in wip already for some 2006-11-10 21:32:35 +00:00
sitescooper Use pkginstall framework. Sort PLIST. Bump PKGREVISION. 2006-02-22 22:51:28 +00:00
skype pkglint says: Alignment of variable values should be done with tabs, 2006-08-28 07:54:05 +00:00
slurm Add DragonFly and try to fix the reliance on zeroness of undefined 2006-02-24 19:25:33 +00:00
smokeping Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
sniffit Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
snort Fixed a typo (SUBST_MESSAGE.cgi => SUBST_MESSAGE.paths) found by pkglint. 2006-06-18 00:25:26 +00:00
snort-mysql Add debug option 2006-04-18 22:39:32 +00:00
snort-pgsql Add debug option 2006-04-18 22:39:32 +00:00
snort-prelude Belatedly bump PKGREVISION for all libtasn1 dependencies, since 2006-03-06 00:18:10 +00:00
snort-rules
socat Update to 1.4.3.1 2006-02-05 00:33:34 +00:00
socket++ - add DragonFly support (positive lists for broken platforms would 2006-05-12 07:44:26 +00:00
socks4 Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
socks5 Fixed the path to the manual pages. 2006-09-19 08:05:16 +00:00
soup Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
speedtouch Remove incorrect extern variable declaration which stopped compilation 2006-08-18 18:33:39 +00:00
spegla
spread Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
srsh
ssync
stripes Fixed creating libexec/cgi-bin as a regular file. Corrected PKGMANDIR. 2006-10-17 07:00:19 +00:00
sup Registered the patch. 2006-11-09 09:34:17 +00:00
synergy - Add a missing entry to PLIST. 2006-08-23 09:13:24 +00:00
synergy1.2 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, 2006-07-22 04:46:13 +00:00
tacacs Fix errno. Define O_SYNC as O_FSYNC for DragonFly. 2005-12-18 19:23:04 +00:00
tcl-scotty Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
tcpdmerge Fixed the package for unprivileged users. 2006-11-09 09:36:41 +00:00
tcpdpriv Reomove BROKEN_IN for packages that built in the latest 2006-08-06 05:16:50 +00:00
tcpdstat Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
tcpdump Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
tcpflow Include a set of patches from Jukka Salmi in PR# 30805 2006-01-02 19:23:40 +00:00
tcpick Update net/tcpick to version 2.1. Addresses PR#34166 2006-08-09 13:58:30 +00:00
tcpillust Switch to Tcl/Tk 8.4. Bump PKGREVISION. 2006-03-08 19:02:47 +00:00
tcpreplay Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
tcpslice Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
tcptrace Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
tcptraceroute Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
teamspeak-client Update net/teamspeak-client to 2.0.32.60 2006-09-25 13:15:35 +00:00
tightvnc Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tightvncviewer Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
tinc Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
tinyfugue Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
tkined Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
tn5250 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, 2006-07-22 04:46:13 +00:00
tnftp For consistency with the other tools from bootstrap, the preformatted 2006-07-24 08:10:37 +00:00
tnftpd Add a patch for: 2006-12-02 23:00:04 +00:00
tor Instead of setting compiler flags in each package if it uses C99, 2006-12-02 22:32:59 +00:00
torrentutils Fixed "test ==". 2006-12-01 20:30:17 +00:00
totd Fixed gcc warnings. 2006-06-26 11:20:47 +00:00
traceroute-as Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
trafshow Add -DBIND_8_COMPAT to CFLAGS to build on Darwin. This fixes 2006-06-05 17:29:25 +00:00
trickle Add DragonFly support. 2006-03-23 15:55:53 +00:00
tsclient Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency. 2006-09-16 12:20:32 +00:00
tsocks Fix build under Mac OS X by not building an useless (and not installed 2006-09-17 11:50:15 +00:00
tspc Install the relevant template files and point the configuration file to their 2006-02-23 10:18:02 +00:00
ttt Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
ucarp Needs msgfmt. 2006-07-06 13:14:01 +00:00
ucspi-ssl Only build sslperl if option "ucspi-ssl-perl" is enabled. Bump PKGREVISION. 2006-04-02 17:44:16 +00:00
ucspi-tcp Rename "SITES_* to "SITES.*" for file-specific lists of sites from which 2006-07-27 18:48:02 +00:00
udpcast Linux doesn't know SO_REUSEPORT, noticed by Min Sik Kim 2006-08-28 15:07:48 +00:00
udptunnel Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
unison Add optional support for the lablgtk2 interface for unison 2006-12-11 23:00:31 +00:00
unison-devel Add optional support for the lablgtk2 interface for unison 2006-12-11 23:00:31 +00:00
upclient Slightly reorder includes to allow it to build on DragonFly (again). 2006-09-19 22:25:48 +00:00
userppp Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
uucp Create the UUCP directories at post-install time. 2006-10-30 04:12:18 +00:00
vcheck Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
vde Needs a c++ compiler, and runs configure, so set USE_LANGUAGES to 2006-11-19 09:36:15 +00:00
vino Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency. 2006-09-16 12:20:32 +00:00
vnc - Update net/vncviewer4 to 4.1.2 (release notes just state "FIXED: Security 2006-07-22 19:21:11 +00:00
vncviewer - Update net/vncviewer4 to 4.1.2 (release notes just state "FIXED: Security 2006-07-22 19:21:11 +00:00
vpnc Fix a problem with ifconfig output on Fedora Core 5, see 2006-09-27 12:50:29 +00:00
vsftpd Explicitly error out if inet6 support is not present or disabled. 2006-10-05 15:20:28 +00:00
vtun Fix build with newer OpenSSL. 2006-05-12 09:48:09 +00:00
wakeup Fixed the package for unprivileged users. 2006-11-09 09:36:41 +00:00
wap-utils Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
waste Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
wget Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
whatmask
whoson Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
wimon Reuse MAX if it is already defined. Fixes build on DragonFly 1.6. 2006-09-24 13:53:17 +00:00
wireshark Update "wireshark" package to version 0.99.4. 2006-11-01 12:59:42 +00:00
wistumbler DragonFly support. 2006-03-23 17:20:22 +00:00
wistumbler2 Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
wistumbler2-gtk Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
wmget Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
wminet Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
wmnd Use DIST_SUBDIR and bump PKGREVISION. Pointed out by salo and wiz. 2006-04-29 10:55:55 +00:00
wmnet Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
wmpload Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
wol Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
wpa_gui Always include unistd.h to get getopt(3), not just for mingw. 2006-11-27 14:26:06 +00:00
wu-ftpd Fix build on DragonFly 1.6+. 2006-09-22 18:58:59 +00:00
x2vnc Reset maintainer: 2006-11-24 23:04:14 +00:00
xfce4-wavelan-plugin Regenerate to fix some pkglint warnings. 2006-10-12 09:24:19 +00:00
xipdump Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
xmftp Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
xnap Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
xorp Fixed "test ==". 2006-10-05 02:40:25 +00:00
xrmftp Mechanically replace all includes of buildlink3.mk of the following 2006-12-15 20:32:52 +00:00
xtraceroute added support for IRIX 5 2006-10-01 22:36:46 +00:00
yafc List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-06 03:20:54 +00:00
yale-tftpd When opening a file for write, truncate it as well. 2006-03-14 14:11:53 +00:00
yaz Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
ytalk Reset maintainer: 2006-11-24 23:04:14 +00:00
ywho Make this package build with gcc-4. 2006-05-10 06:13:51 +00:00
Makefile Added DarwinStreamingServer 5.5.4 2006-12-15 09:05:34 +00:00