Commit graph

74348 commits

Author SHA1 Message Date
wiz
9cdea9ff07 + gftp-2.0.18, howl-0.9.10;
- BitTornado (thanks, veego).
2005-02-07 12:26:55 +00:00
jlam
bccaba8d4b Instantly deprecate USE_PAM from pkgsrc as its value is being set from
within NetBSD-current's bsd.own.mk, which conflicts with its usage in
pkgsrc.  The package that use USE_PAM have been converted to use the
bsd.options.mk framework.  This should fix PR pkg/29257.
2005-02-07 11:35:41 +00:00
adam
05ce7c6c30 Updated Gorm to 0.9.0 2005-02-07 09:20:28 +00:00
adam
12dec1c063 Changes 0.9.0:
* Images/Sounds can now be dragged into a matrix cell.
   * Fully implemented date and number formatter inspectors (these
     classes still need work in GUI).
   * Added warning panel if the user attempts to edit a .gorm file
     created with a newer version of Gorm
   * Modified data.classes format so that only those actions
     specifically added to FirstResponder are listed.
   * Greatly improved gmodel importation. (experimental)
   * It's now possible to add methods to classes which are not custom.
     This allows the user to add actions which may have been added to
     those classes by categories.
   * Completely new header parser implemented.
   * Improved cut/paste.  It's now possible to use cut/paste from
     almost anywhere.  The class editor now fully supports it.
   * Improved implementation of some of the InterfaceBuilder framework
     classes.
   * Object editor will now remove all instances of a class that has
     been deleted from the class editor.
   * The class inspector and the classes view will now apply stricter
     rules to names of actions and outlets to ensure that they are
     properly entered.
   * All inspectors work perfectly with customized colors.
   * Fixed a number of bugs.
2005-02-07 09:19:36 +00:00
adam
47bcbb9edd Updated ProjectCenter to 0.4.2 2005-02-07 09:00:48 +00:00
adam
15472ff302 Changes 0.4.2:
* Removing root build directory was disabled.
2005-02-07 08:58:30 +00:00
martin
2e82e81616 Make deflate a default module; bump pkgrevision.
This closes PR 26824. Approved by Johnny C. Lam.
2005-02-07 08:37:22 +00:00
jlam
d270a2b2ea The lists of ghostscript version patterns should match all ghostscript
versions (minus any PKGREVISIONs) less than or equal to the latest
version of each ghostscript available in pkgsrc (minus any PKGREVISIONs).
For example, if the print/ghostscript-esp is at 7.10, then the list of
patterns for ghostscript-esp should match all versions <=7.10, which is

	[0-6].* 7.[0-9]* 7.10
2005-02-07 07:18:40 +00:00
dan
a135d9fce9 conflicts also with pg80 2005-02-07 04:27:27 +00:00
dan
690664a68f pg80 is now in databases, not wip 2005-02-07 04:12:49 +00:00
dan
3d6fb6d7cf don't recognise pg80 as pg74 also 2005-02-07 04:07:13 +00:00
dan
f9d2654862 replace a straggling wip path reference 2005-02-07 00:17:56 +00:00
adrianp
cf88eacf3e - Fix for build on NetBSD alpha boxen
- Thanks to diro (at) nixsys.bz for reporting this in PR# 25955 and testing the
  patch.
2005-02-06 23:57:03 +00:00
kristerw
b1d7d40fdb Note update of emulators/vice to 1.16. 2005-02-06 23:12:43 +00:00
kristerw
682a81d309 Update VICE to 1.16.
Changes since 1.15:
** General
- Improved accuracy of 65xx processor core emulation.

** Drive changes
- Added support for idle traps to 1551 emulation.

** C64 changes
- Fixed crash using REU emulation.
- A timing problem has been fixed using old NTSC mode.
- Some stupid char ROM display bug has been fixed.

** C128 changes
- Fixed crash using REU emulation or CP/M mode.

** PLUS4 changes
- Added proper TAP support.

** Unix Changes
- Hardware scaling can be switched at runtime now.
- Fixed crash on machines with weird vidmode configurations.
- Fixed random crash if settings are saved.

** Miscellaneous changes
- Fixed some crash in the file system emulation.
- Improved datasette motor emulation.
2005-02-06 23:10:09 +00:00
salo
633fbb9fce Note net/nmap{,fe} update. 2005-02-06 21:59:35 +00:00
salo
2fa00aeb8f Updated to version 3.80
Changes:

- Nmap now ships with and installs (in the same directory as other
  data files such as nmap-os-fingerprints) an XSL stylesheet for
  rendering the XML output as HTML.  This stylesheet was written by
  Benjamin Erb ( see http://www.benjamin-erb.de/nmap/ for examples).
  It supports tables, version detection, color-coded port states, and
  more.  The XML output has been augmented to include an
  xml-stylesheet directive pointing to nmap.xsl on the local
  filesystem.  You can point to a different XSL file by providing the
  filename or URL to the new --stylesheet argument.  Omit the
  xml-stylesheet directive entirely by specifying --no-stylesheet.
  The XML to HTML conversion can be done with an XSLT processor such
  as Saxon, Sablot, or Xalan, but modern browsers can do this on the
  fly -- simply load the XML output file in IE or Firefox.  Some
  features don't currently work with Firefox's on-the-fly rendering.
  Perhaps some Mozilla wizard can fix that in either the XSL or the
  browser itself.  I hate having things work better in IE :).  It is
  often more convenient to have the stylesheet loaded from a URL
  rather than the local filesystem, allowing the XML to be rendered on
  any machine regardless of whether/where the XSL is installed.  For
  privacy reasons (avoid loading of an external URL when you view
  results), Nmap uses the local filesystem by default.  If you would
  like the latest version of the stylesheet load from the web when
  rendering, specify
  --stylesheet http://www.insecure.org/nmap/data/nmap.xsl .

- Fixed fragmentation option (-f).  One -f now sets sends fragments
  with just 8 bytes after the IP header, while -ff sends 16 bytes to
  reduce the number of fragments needed.  You can specify your own
  fragmentation offset (must be a multiple of 8) with the new --mtu
  flag.  Don't also specify -f if you use --mtu.  Remember that some
  systems (such as Linux with connection tracking) will defragment in
  the kernel anyway -- so test first while sniffing with ethereal.
  These changes are from a patch by Martin Macok
  (martin.macok(a)underground.cz).

- Nmap now prints the number (and total bytes) of raw IP packets sent
  and received when it completes, if verbose mode (-v) is enabled.  The
  report looks like:
  Nmap finished: 256 IP addresses (3 hosts up) scanned in 30.632 seconds
                 Raw packets sent: 7727 (303KB) | Rcvd: 6944 (304KB)

- Fixed (I hope) an error which would cause the Windows version of
  Nmap to abort under some circumstances with the error message
  "Unexpected error in NSE_TYPE_READ callback.  Error code: 10053
  (Unknown error)".  Problem reported by "Tony Golding"
  (biz(a)tonygolding.com).

- Added new "closed|filtered" state.  This is used for Idlescan, since
  that scan method can't distinguish between those two states.  Nmap
  previously just used "closed", but this is more accurate.

- 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.

- 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.

- 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
  "filtered".

- Patched a Winpcap issue that prevented read timeouts from being
  honored on Solaris (thus slowing down Nmap substantially).  The
  problem report and patch were sent in by Ben Harris
  (bjh21(a)cam.ac.uk).

- Changed IP protocol scan (-sO) so that it sends valid ICMP, TCP, and
  UDP headers when scanning protocols 1, 6, and 17, respectively.  An
  empty 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".

- The windows build now uses header and static library files from
  Winpcap 3.1Beta4.  It also now prints out the DLL version you are
  using when run with -d.  I would recommend upgrading to 3.1Beta4 if
  you have an older Winpcap installed.

- Added an NTP probe and matches to the version detection database
  (nmap-service-probes) thanks to a submission from Martin
  Macok (martin.macok@underground.cz).

- Applied several Nmap service detection database updates sent in by
  Martin Macok (martin.macok(a)underground.cz).
2005-02-06 21:56:11 +00:00
jmmv
8f94d22c40 Note updates of libbonobo and libbonoboui to 2.8.1. 2005-02-06 15:36:18 +00:00
jmmv
8756221819 Update to 2.8.1:
* bugs fixed
+ Merged the fixes from the toolbar-rework branch (Federico Mena Quintero)
+ Fix warnings when toolbars are destroyed (Federico)
+ Fix GDK interaction problem when running a control in same process as the
  container (Gustavo)
+ Fix include of wrong i18n header files (Jonathan Blandford)
+ Don't install files from examples (Gustavo)
+ Dock item a11y fix (Kjartan Maraas)
+ More toolbar fixes (Arvind Samptur)
+ Toolbar theme rendering fixes (Benjamin Berg, JP Rosevear)

* misc.
+ Remove redundant AC_SUBST's in configure.in  (Tomasz Kłoczko)
+ Add Bonobo component browser tool (Rodrigo Moya)
+ Deprecate pack-end behavior and add a space type for separators.
  (Marco Pesenti Gritti)
2005-02-06 15:35:27 +00:00
jmmv
f07ef5b942 Update to 2.8.1:
* bug fixes
+ Fix registering server right after installing its server info file
  (Mark McLoughlin)
+ Server search optimization (Padraig O'Briain)
+ Fix autoheader warnings (Thomas Vander Stichele)
+ Fix crash when BonoboApplication returning GValue with NULL string (Gustavo)
+ Fix linking on Darwin (Hans Petter Jansson)
+ Fix problem with locale env variables (Mark, Ryan Lortie)

* misc.
+ Documentation for bonobo:environment property (Gustavo)
+ README updated (Michael)
2005-02-06 15:34:51 +00:00
adrianp
faf56eaad9 - Fix for patch-ah on Darwin, problem spotted by Antoine Reilles in
private email.
2005-02-06 15:25:35 +00:00
jmmv
649c33f17a Note update of libIDL to 0.8.5. 2005-02-06 15:10:16 +00:00
jmmv
0af23d2678 Update to 0.8.5:
* use modern automake rather than 1.4 (James Henstridge)
* Fix a couple of warnings from sparse (Kjartan Maraas)
* Fix parsing of 'const octet' (Jules Colding)
2005-02-06 15:09:23 +00:00
taca
7164831926 Correct dependency to Ruby; any package should not depend on
lang/ruby but lang/ruby${RUBY_VER}.
2005-02-06 13:36:10 +00:00
taca
70ebfdf414 Fix pathname of ".include"; wip => databases. 2005-02-06 13:21:45 +00:00
jdolecek
8d26ae2186 PostgreSQL 8.0.1 packages added, imported from pkgsrc-wip. Thanks! 2005-02-06 12:57:10 +00:00
jdolecek
fc812047e4 PostgreSQL 8.0.1 packages. A dump/restore using pg_dump is required
for those wishing to migrate data from any previous release.

Major changes relative to 7.4.x:
* Savepoints
* Point-in-Time recovery
* Tablespaces
* Improved buffer management
* ALTER TABLE column management improvements

Full list of changes is available at:

	http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0

Also note that PostgreSQL server listens also on localhost (127.0.0.1)
by default now.
2005-02-06 12:32:05 +00:00
jdolecek
1a41b85972 opera7 updated to 7.54u2 - security fix release 2005-02-06 12:08:39 +00:00
jdolecek
a481ff3aed Update opera to 7.74u2. This fixes recely found security issues.
Changes since 7.54u1:

Security
* Solved data URL issue described in Secunia Advisory SA13818
* Additional fixes for frame injection issue reported in Secunia Advisory
  SA13253

Miscellaneous
* Improvements to handling of the must-revalidate directive.
* Solved stability issue in Japanese version.

UNIX specific
* Added extra warning dialog when opening .sh, .desktop or executables
  directly from Web or from transfer manager with kfmclient exec. Addresses
  issue reported in Secunia Advisory SA13447.
* Fixed crash when importing e-mail.

Also add a 'opera-distinfo' make target, which takes care to update
distinfo for all supported ports, which should significantly reduce
amount of necessary manual work on package updates.
2005-02-06 12:07:19 +00:00
wulf
5f2e58c666 Added missing files and directory to PLIST. 2005-02-06 11:28:17 +00:00
taca
a4583b7e76 Note update of www/squid package to 2.5.7nb12. 2005-02-06 08:09:08 +00:00
taca
ca3d590109 Update squid package to 2.5.7nb12.
Adding several official patches which fix security and critical problem.

o 2005-02-06 00:57 (Cosmetic)
	Improve password handling in FTP gatewaying of ftp://user@host URLs

o 2005-02-04 11:41 (Minor) WCCP easily disturbed by forged packets

o 2005-02-04 00:33 (Medium)
	Persistent connection trouble on failed PUT/POST requests

o 2005-02-04 00:12 (Major) Segmentation fault on failed PUT/POST request

o 2005-02-03 23:27 (Minor)
	Sporadic segmentation fault when using ntlm authentication

o 2005-02-03 23:17 (Minor)
	LDAP helpers sends slightly malformed search requests

o 2005-01-31 22:50 (Security issue)
	Correct handling of oversized reply headers
2005-02-06 08:08:02 +00:00
reed
773ab175a9 Fix typo. 2005-02-06 07:39:42 +00:00
grant
c5b97b6a98 remove a generic message about rc.d scripts that should not be here. 2005-02-06 06:03:17 +00:00
minskim
663173270c Note update of tcl-otcl. 2005-02-06 04:33:15 +00:00
minskim
2138ffd030 Update tcl-otcl to 1.9.
Changes:
  - Change the default versions in conf/configure.in.{tcl,tk,otcl,TclCL}.
  - Change configure support for Fedora's /usr/share/tcl8.3.
2005-02-06 04:32:00 +00:00
minskim
862b43ab8c Remove reference to the old version number. 2005-02-06 01:26:24 +00:00
schmonz
eaa919d5b1 Note getmail update. 2005-02-06 00:28:07 +00:00
schmonz
19cebeb5f4 Update to 4.3.2. From the changelog:
-previously, if an SSL POP3 or IMAP server abruptly closed the connection
  before getmail could finish logging in, getmail would exit instead of
  proceeding to the next configured mail account.  Fixed.  Thanks: Matthias
  Andree, Frank Benkstein, Thomas Schwinge.
  -eliminate duplicate Return-Path: header fields.  Thanks: Angles Puglisi.
2005-02-06 00:27:33 +00:00
salo
aae87a6878 Add kristerw@'s patches from multimedia/mkvtoolnix.
Fixes build with gcc2.
2005-02-05 23:45:36 +00:00
jdolecek
bd6465af1e Updated elmo to 1.3.1 (last version, discontinued) 2005-02-05 22:37:31 +00:00
jdolecek
572f9269b9 Updated elmo to latest 1.3.1. Note project has been discontinued
according to the maintainer website.

Changes since 1.2.0:

1.3.1
=====
 - it is now possible to run an arbitrary command on a selected
   attachment
 - made elmo less conservative about the format of the message
 - updated translations
 - several bugfixes

1.3.0
=====
 - rewritten networking
 - full-asynchronous, working POP3 support, you don't have to bother
   whether the message has been already fetched or not any more
 - elmo checks your POP3 accounts and plays sound, when there is mail
   waiting on one of them
2005-02-05 22:36:26 +00:00
jdolecek
b71dc4358c elm updated to 2.5.7 2005-02-05 22:17:08 +00:00
jdolecek
4809461cbb Update elm to 2.5.7. Changes are bugfixes only.
Changes in 2.5 PL7

- a few display issues fixed (from Kenneth Reek)

- buffer overflow in frm fixed

Changes in 2.5 PL6

- Fixed message-id in the In-Reply-To header.

- Actually show the -r option in the usage

- Whacked a few more places where we might follow a symlink in tmpdir

- Fastmail didn't grok commas correctly.

- Change lock.c to not use errno unless there's an errno
2005-02-05 22:16:32 +00:00
kristerw
b4f51b3fd1 Remove firewalk-gtk. 2005-02-05 21:25:33 +00:00
tron
c49147b2a8 Remove me as maintainer of this package because I now longer use it. 2005-02-05 19:40:22 +00:00
jklos
0b3e2701a1 Bumped PKGREVISION due to change in libwmf. 2005-02-05 18:16:15 +00:00
jklos
31b1bff351 Bumped PKGREVISION due to change in libwmf. 2005-02-05 18:03:33 +00:00
jmmv
3d35bd5561 Note addition of libgda-sqlite, version 1.0.4. 2005-02-05 17:06:05 +00:00
jmmv
a364204eed Add and enable libgda-sqlite. 2005-02-05 17:05:28 +00:00