summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Update PLIST that was missed in the recent updateadrianp1-2/+3
2006-02-05Updated security/libssh to 0.11adrianp2-4/+4
Updated security/hydra to 5.2
2006-02-05Update to 0.11adrianp4-9/+27
> -server implementation development. I won't document it before it even works. > -small bug corrected when connecting to sun ssh servers. > -channel wierdness corrected (writing huge data packets) > -channel_read_nonblocking added > -channel bug where stderr wasn't correctly read fixed. > -sftp_file_set_nonblocking added. It's now possible to have nonblocking SFTP IO > -connect_status callback. > -priv.h contains the internal functions, libssh.h the public interface > -options_set_timeout (thx marcelo) really working. > -tcp tunneling through channel_open_forward. > -channel_request_exec() > -channel_request_env() > -ssh_get_pubkey_hash() > -ssh_is_server_known() > -ssh_write_known_host() > -options_set_ssh_dir > -how could this happen ! there weren't any channel_close ! > -nasty channel_free bug resolved. > -removed the unsigned long all around the code. use only u8,u32 & u64. > -it now compiles and runs under amd64 ! > -channel_request_exec() > -channel_request_env() > -ssh_get_pubkey_hash() > -ssh_is_server_known() > -ssh_write_known_host() > -options_set_ssh_dir > -how could this happen ! there weren't any channel_close ! > -nasty channel_free bug resolved. > -removed the unsigned long all around the code. use only u8,u32 & u64. > -it now compiles and runs under amd64 ! > -channel_request_pty_size > -channel_change_pty_size > -options_copy() > -ported the doc to an HTML file. > -small bugfix in packet.c > -prefixed error constants with SSH_ > -sftp_stat, sftp_lstat, sftp_fstat. thanks Michel Bardiaux for the patch. > -again channel number mismatch fixed. > -fixed a bug in ssh_select making the select fail when a signal has been caught. > -keyboard-interactive authentication working.
2006-02-05Update to 5.2adrianp7-67/+54
> Release 5.2 > ########### > * Again again some fixed for the ssh2 module. This is the last try. If it > finally does not work reliable, I am throwing out that library! > Thanks to bykhe@mymail.ch for the patch > * Added a new module: VMWare-Auth! Thanks to david.maciejak@gmail.com! > > > Release 5.1 > ########### > * Again some fixed for the ssh2 module. Sorry. And still it might not work > in all occasions. The libssh is not as mature as we all wish it would be :-( > * HYDRA_PROXY_AUTH was never used ... weird that nobody reported that. fixed. > * Fixed bug in the base64 encoding function > * Added an md5.h include which is needed since openssl 0.9.8 > * Added an enhacement to the FTP module, thanks to piotr_sobolewski@o2.pl > * Fixed a bug when not using passwords and just -e n/s > > > Release 5.0 > ########### > ! THIS IS A THC - TAX - 10TH ANNIVERSARY RELEASE ! HAVE FUN ! > * Increadible speed-up for most modules :-) > * Added module for PC-Anywhere, thanks to david.maciejak(at)kyxar.fr! > * Added module for SVN, thanks to david.maciejak(at)kyxar.fr! > * Added --disable-xhydra option to configure, thanks to david.maciejak(at)kyxar. > fr! > - he is becoming the top supporter :-) > * Added module for SIP (VoIP), thanks to gh0st(at)staatsfeind.org > * Added support for newer sap r/3 rfcsdk > * Added check to the telnet module to work with Cisco AAA > * Fix for the VNC module, thanks to xmag > * Small enhancement to the mysql plugin by pjohnson(at)bosconet.org > > > Release 4.7 > ########### > * Updated ssh2 support to libssh v0.11 - you *must* use this version if > you want to use ssh2! download from http://www.0xbadc0de.be/?part=libssh > This hopefully fixes problems on/against Sun machines. > After fixing, I also received a patch from david maciejak - thanks :-) > * Added an attack module for rlogin and rsh, thanks to > david.maciejak(at)kyxar.fr! > * Added an attack module for the postgres database, thanks to > diaul(at)devilopers.org! (and again: david maciejak sent on in as well) > * JoMo-Kun sent in an update for his smbnt module. cool new features: > win2k native mode, xp anonymous account detection, machine name as password > * Hopefully made VNC 3.7 protocol versions to work. please report. > * Switched http and https service module to http-head, http-get and > https-get, https-head. Some web servers want HEAD, others only GET > * An initial password for cisco-enable is now not required anymore. Some > people had console access without password, so this was necessary. > * Fixed a bug in xhydra which did not allow custom ports > 100 > ! Soon to come: v5.0 - some cool new features to arrive on your pentest > machine!
2006-02-05Mention db4 update to 4.4.20.wiz1-1/+2
2006-02-05Converted to the SUBST framework.rillig2-16/+20
Fixed almost all pkglint warnings.
2006-02-05Update to 4.4.20:wiz3-9/+21
Changes since Berkeley DB 4.4.16: 1. Add support for Visual Studio 2005. [#13521] 2. Fix a bug with in-memory transaction logs when files wrapped around the buffer. [#13589] 3. Fix a bug where we needed to close replication's open files during replication initialization. [#13623] 4. Fix a bug which could leave locks in the environment if database compaction was run in a transactional environment on a non-transactional database. This might have also have triggered deadlocks if the database was opened transactionally. [#13680] 5. Fix a bug where setting the DB_REGISTER flag could result in unnecessarily running recovery, or corruption of the registry file on Windows systems. [#13789] 6. Fix a bug in Database.compact that could cause JVM crashes or NullPointerException. [#13791] 7. Fix a bug that would cause a trap if an environment was opened specifying DB_REGISTER and the environment directory could not be found. [#13793] 8. Fix a buffer overflow bug when displaying process and thread IDs in the Berkeley DB statistics output. [#13796] 9. Fix a bug where if there is insufficient memory for a database key in a DBT configured to return a key value into user-specified memory, the cursor is moved forward to the next entry in the database, which can cause applications to skip key/data pairs. [#13815] 10. Fix a bug that could cause the loss of an update to a QUEUE database in a hot backup. [#13823] 11. Fix a bug where retrieval from a secondary index could result in a core dump. [#13843] 12. Fix a bug that could cause part of the free list to become unlinked if a btree compaction was rolled back due to a transaction abort. [#13891] 13. Fix a bug with in-memory logging that could cause a race condition to corrupt the logs. [#13919] [no shlib major bump this time, yay]
2006-02-05Readded almost all variables that had been here in the past. We cannotrillig1-5/+56
force the developers to learn all pkgsrc changes every three months, so it's better to keep the warnings for a much longer time. I don't know yet what "much longer" exactly means.
2006-02-04Made extraction possible even if unzip(1) is not in the PATH. Instead ofrillig1-5/+7
hiding bugs by using unzip || true, test if the needed file has been extracted.
2006-02-04The commands for extracting files should never be called like (unzip) ||rillig1-3/+3
true. That just hides bugs. (Hi wiz.)
2006-02-04Remove duplicate cyrus-sasl entryadrianp1-2/+1
2006-02-04test -z $foo -> test -z "$foo"markd2-25/+46
fixes build on Solaris.
2006-02-04ghostscript-esp change.markd1-1/+2
2006-02-04Fix build on Solaris:markd4-9/+59
fabsf() -> fabs() Solaris<=9 doesn't have fabsf() test -z $foo -> test -z "$foo" Solaris test objects if $foo empty. Bump PKGREVISION for fabsf() change.
2006-02-04Updated chat/unrealircd to 3.2.4adrianp1-1/+2
2006-02-04Update to 3.2.4adrianp3-20/+58
This is just a summary of changes, for full details see: http://www.unrealircd.com/txt/unreal3_2_4_release_notes.txt > ==[ MAJOR BUGS FIXED ]== > - Two issues with an incorrect badword { } block in the config file causing a crash. > - Incorrect TKL/*LINE causing a crash > - Complete resolver recode: now using c-ares + caching to fix some (rare?) crash bugs and > to make our code much more cleaner. > - Using GCC4 caused a crash on-link. > - Crash when a class block was removed and had any other blocks were referencing it. > - OpenBSD crash on /REHASH. > - Several AMD64 crash issues. > - Sometimes a serious flood of notices was generated if link::options::nodnscache was used. > - Spamfilter: action 'viruschan' combined with target 'user' caused crashes. > - chinese-* nick characters support caused memory corruption. > - Crash issue regarding SSL and junk snomask. > > ==[ MINOR BUGS FIXED ]== > - Now properly resolves hostnames again that use CNAME delegation (got broken in 3.2.3). > - Fedora Core w/IPv6 failed to compile. > - A few read-after-free bugs that could have caused crashes. > - ./Config was not loading the settings properly on Solaris 10 > - Crash if high ascii in set::network-name > - Fixed advanced channel aliases not working properly > - Fixed \* and \? escaping not always working properly (for example in ~r/~c bans).
2006-02-04Fix build on Solaris.markd4-8/+40
2006-02-04Mention mergeant PKGREVISION bump.wiz1-1/+2
2006-02-04Remove some unneeded dependencies. Bump PKGREVISION.wiz1-4/+2
2006-02-04Update a comment in the Makefileadrianp1-1/+7
2006-02-04- Added "set -e" at the top of the file to prevent uncontrolled execution.rillig1-15/+28
- Added "set -u" at the top of the file to prevent spelling errors. - Renamed UNZIP to UNZIP_CMD, since that is used by the rest of pkgsrc. - Found a singleton use of $extract_options and replaced it with ${EXTRACT_OPTS_LHA}. - Took the default assignment for TMPDIR out of the block. All other entries are tools. - Removed unnecessary variables. - Make sure that distfile can always be resolved, even if the current working directory is changed. - Provide default values for all EXTRACT_OPTS_* variables, as close as possible to the point where they are used. - Replaced all "$@" with ${1+"$@"} to avoid errors when no parameters are given. - Made the removal of the temporary file for .tar extraction more robust.
2006-02-04Add a b3.mk for the sake of other packages.joerg1-0/+18
2006-02-04Depend on groff and GNU-like soelim. Usess gettext-lib. Needs msgfmt.joerg4-2/+35
Patch away use of __uid_t and __gid_t, when uid_t and gid_t is meant.
2006-02-04Fix linkage for libgda-postgres.wiz2-4/+4
I didn't bump its PKGREVISION since I updated it 10 minutes ago.
2006-02-04pcre updated to 6.5.wiz2-3/+3
2006-02-04Update to 6.5:wiz8-70/+19
Version 6.5 01-Feb-06 --------------------- 1. When using the partial match feature with pcre_dfa_exec(), it was not anchoring the second and subsequent partial matches at the new starting point. This could lead to incorrect results. For example, with the pattern /1234/, partially matching against "123" and then "a4" gave a match. 2. Changes to pcregrep: (a) All non-match returns from pcre_exec() were being treated as failures to match the line. Now, unless the error is PCRE_ERROR_NOMATCH, an error message is output. Some extra information is given for the PCRE_ERROR_MATCHLIMIT and PCRE_ERROR_RECURSIONLIMIT errors, which are probably the only errors that are likely to be caused by users (by specifying a regex that has nested indefinite repeats, for instance). If there are more than 20 of these errors, pcregrep is abandoned. (b) A binary zero was treated as data while matching, but terminated the output line if it was written out. This has been fixed: binary zeroes are now no different to any other data bytes. (c) Whichever of the LC_ALL or LC_CTYPE environment variables is set is used to set a locale for matching. The --locale=xxxx long option has been added (no short equivalent) to specify a locale explicitly on the pcregrep command, overriding the environment variables. (d) When -B was used with -n, some line numbers in the output were one less than they should have been. (e) Added the -o (--only-matching) option. (f) If -A or -C was used with -c (count only), some lines of context were accidentally printed for the final match. (g) Added the -H (--with-filename) option. (h) The combination of options -rh failed to suppress file names for files that were found from directory arguments. (i) Added the -D (--devices) and -d (--directories) options. (j) Added the -F (--fixed-strings) option. (k) Allow "-" to be used as a file name for -f as well as for a data file. (l) Added the --colo(u)r option. (m) Added Jeffrey Friedl's -S testing option, but within #ifdefs so that it is not present by default. 3. A nasty bug was discovered in the handling of recursive patterns, that is, items such as (?R) or (?1), when the recursion could match a number of alternatives. If it matched one of the alternatives, but subsequently, outside the recursion, there was a failure, the code tried to back up into the recursion. However, because of the way PCRE is implemented, this is not possible, and the result was an incorrect result from the match. In order to prevent this happening, the specification of recursion has been changed so that all such subpatterns are automatically treated as atomic groups. Thus, for example, (?R) is treated as if it were (?>(?R)). 4. I had overlooked the fact that, in some locales, there are characters for which isalpha() is true but neither isupper() nor islower() are true. In the fr_FR locale, for instance, the \xAA and \xBA characters (ordmasculine and ordfeminine) are like this. This affected the treatment of \w and \W when they appeared in character classes, but not when they appeared outside a character class. The bit map for "word" characters is now created separately from the results of isalnum() instead of just taking it from the upper, lower, and digit maps. (Plus the underscore character, of course.) 5. The above bug also affected the handling of POSIX character classes such as [[:alpha:]] and [[:alnum:]]. These do not have their own bit maps in PCRE's permanent tables. Instead, the bit maps for such a class were previously created as the appropriate unions of the upper, lower, and digit bitmaps. Now they are created by subtraction from the [[:word:]] class, which has its own bitmap. 6. The [[:blank:]] character class matches horizontal, but not vertical space. It is created by subtracting the vertical space characters (\x09, \x0a, \x0b, \x0c) from the [[:space:]] bitmap. Previously, however, the subtraction was done in the overall bitmap for a character class, meaning that a class such as [\x0c[:blank:]] was incorrect because \x0c would not be recognized. This bug has been fixed. 7. Patches from the folks at Google: (a) pcrecpp.cc: "to handle a corner case that may or may not happen in real life, but is still worth protecting against". (b) pcrecpp.cc: "corrects a bug when negative radixes are used with regular expressions". (c) pcre_scanner.cc: avoid use of std::count() because not all systems have it. (d) Split off pcrecpparg.h from pcrecpp.h and had the former built by "configure" and the latter not, in order to fix a problem somebody had with compiling the Arg class on HP-UX. (e) Improve the error-handling of the C++ wrapper a little bit. (f) New tests for checking recursion limiting. 8. The pcre_memmove() function, which is used only if the environment does not have a standard memmove() function (and is therefore rarely compiled), contained two bugs: (a) use of int instead of size_t, and (b) it was not returning a result (though PCRE never actually uses the result). 9. In the POSIX regexec() interface, if nmatch is specified as a ridiculously large number - greater than INT_MAX/(3*sizeof(int)) - REG_ESPACE is returned instead of calling malloc() with an overflowing number that would most likely cause subsequent chaos. 10. The debugging option of pcretest was not showing the NO_AUTO_CAPTURE flag. 11. The POSIX flag REG_NOSUB is now supported. When a pattern that was compiled with this option is matched, the nmatch and pmatch options of regexec() are ignored. 12. Added REG_UTF8 to the POSIX interface. This is not defined by POSIX, but is provided in case anyone wants to the the POSIX interface with UTF-8 strings. 13. Added CXXLDFLAGS to the Makefile parameters to provide settings only on the C++ linking (needed for some HP-UX environments). 14. Avoid compiler warnings in get_ucpname() when compiled without UCP support (unused parameter) and in the pcre_printint() function (omitted "default" switch label when the default is to do nothing). 15. Added some code to make it possible, when PCRE is compiled as a C++ library, to replace subject pointers for pcre_exec() with a smart pointer class, thus making it possible to process discontinuous strings. 16. The two macros PCRE_EXPORT and PCRE_DATA_SCOPE are confusing, and perform much the same function. They were added by different people who were trying to make PCRE easy to compile on non-Unix systems. It has been suggested that PCRE_EXPORT be abolished now that there is more automatic apparatus for compiling on Windows systems. I have therefore replaced it with PCRE_DATA_SCOPE. This is set automatically for Windows; if not set it defaults to "extern" for C or "extern C" for C++, which works fine on Unix-like systems. It is now possible to override the value of PCRE_DATA_ SCOPE with something explicit in config.h. In addition: (a) pcreposix.h still had just "extern" instead of either of these macros; I have replaced it with PCRE_DATA_SCOPE. (b) Functions such as _pcre_xclass(), which are internal to the library, but external in the C sense, all had PCRE_EXPORT in their definitions. This is apparently wrong for the Windows case, so I have removed it. (It makes no difference on Unix-like systems.) 17. Added a new limit, MATCH_LIMIT_RECURSION, which limits the depth of nesting of recursive calls to match(). This is different to MATCH_LIMIT because that limits the total number of calls to match(), not all of which increase the depth of recursion. Limiting the recursion depth limits the amount of stack (or heap if NO_RECURSE is set) that is used. The default can be set when PCRE is compiled, and changed at run time. A patch from Google adds this functionality to the C++ interface. 18. Changes to the handling of Unicode character properties: (a) Updated the table to Unicode 4.1.0. (b) Recognize characters that are not in the table as "Cn" (undefined). (c) I revised the way the table is implemented to a much improved format which includes recognition of ranges. It now supports the ranges that are defined in UnicodeData.txt, and it also amalgamates other characters into ranges. This has reduced the number of entries in the table from around 16,000 to around 3,000, thus reducing its size considerably. I realized I did not need to use a tree structure after all - a binary chop search is just as efficient. Having reduced the number of entries, I extended their size from 6 bytes to 8 bytes to allow for more data. (d) Added support for Unicode script names via properties such as \p{Han}. 19. In UTF-8 mode, a backslash followed by a non-Ascii character was not matching that character. 20. When matching a repeated Unicode property with a minimum greater than zero, (for example \pL{2,}), PCRE could look past the end of the subject if it reached it while seeking the minimum number of characters. This could happen only if some of the characters were more than one byte long, because there is a check for at least the minimum number of bytes. 21. Refactored the implementation of \p and \P so as to be more general, to allow for more different types of property in future. This has changed the compiled form incompatibly. Anybody with saved compiled patterns that use \p or \P will have to recompile them. 22. Added "Any" and "L&" to the supported property types. 23. Recognize \x{...} as a code point specifier, even when not in UTF-8 mode, but give a compile time error if the value is greater than 0xff. 24. The man pages for pcrepartial, pcreprecompile, and pcre_compile2 were accidentally not being installed or uninstalled. 25. The pcre.h file was built from pcre.h.in, but the only changes that were made were to insert the current release number. This seemed silly, because it made things harder for people building PCRE on systems that don't run "configure". I have turned pcre.h into a distributed file, no longer built by "configure", with the version identification directly included. There is no longer a pcre.h.in file. However, this change necessitated a change to the pcre-config script as well. It is built from pcre-config.in, and one of the substitutions was the release number. I have updated configure.ac so that ./configure now finds the release number by grepping pcre.h. 26. Added the ability to run the tests under valgrind.
2006-02-04Note updates of libgda, libgda-postgres, libgnomedb,wiz2-5/+8
mergeant, and gnumeric, and removal of libgda-sqlite.
2006-02-04Update to 1.6.2:wiz3-13/+26
Gnumeric 1.6.2 Ivan, Y.C. Wong: * Fix Gdk-WARNING when cutting or copying cells. [#314210] * No more debug command prompt. Error/warning messages will go to an existing command prompt (if any). Jody: * Disable the IRC link in the help menu. * Use the cannonical web page in case of problems. * Silence some warnings in the ODS importer. Morten: * Fix COUNTBLANK. * Fix ATAN2(0,0). * Make AND, OR, and XOR ignore strings as claimed. * Fix TRIM for non-ASCII case with spaces at end. * Improve Excel compatibility of BIN2DEC, BIN2HEX, and BIN2OCT. [#323787] * Fix crash on xml load. [#323888] * Fix file corruption on saving scenarios. [#323927] * Fix a pile of leaks in solver and scenario saving and loading. * Fix leaks in solver dialog. * Fix parser leak. [#301127] * Fix solver dialog crash. [#324585] * Fix FMR in SUBSTITUTE. * Fix REPLACE and SEARCH for non-ASCII strings. * Fix division-by-zero problems in FIXED, ROUND, ROUNDUP, ROUNDDOWN, TRUNC. * Fix accuracy of ROUND, ROUNDUP, ROUNDDOWN, TRUNC. * Fix out-of-memory problem in REPT. * Fix lots of little XL compatibility problems in string functions. * Fix error on Search-and-replace. * Fix near-infinite loop in FACTDOUBLE. * Fix text-to-columns crash probably affecting stf import too. * Fix font preference crash. [#326830] * Fix memory allocation problem for writing charts. * Fix loading of boolean constants from ods files. * Fix MID for out-of-bounds values. * Fix constructed-range parsing for OO. * Fix SECOND, MINUTE, HOUR compatibility problems. * Fix DATE compatibility for bizarre input. * Cleanup parameter handling in financial functions. Jon Kåre: * Hand clipboard off to clipboard manager when exiting. Nick Lamb: * Fix CONVERT crash. [#323678]
2006-02-04Update to 0.62:wiz10-358/+34
For Release 0.62 ---------------- - Support Mergeant MIME type (Rodrigo) - Build fixes (Rodrigo) - Fixed desktop file installation dir (Rodrigo) - Fixed #311572 (Rodrigo) - Adapted to libgda/libgnomedb 1.3.90 APIs (Vivien) - Updated translations: - en_CA (Adam) - fr (Christophe) - nb (Kjartan) - no (Kjartan) - pt_BR (Raphael) - vi (Clytie) - Added translations: - ne (Pawan) For Release 0.61 ---------------- - Explicitly require libgda/libgnomedb-2.0 (Rodrigo) - Use GType for GObject-based classes, not guint (Vivien) For Release 0.60 ---------------- - Added many command line arguments to specify Mergeant's start configuration (username, password, data source, etc) (Vivien) - Improved connection dialog (Vivien) - Display information about data types synonyms (Vivien) - Added an SQL console to direclty send SQL statements to the DBMS server (Vivien) - Removed bonobo dependencies (Vivien) - Merged the libmergeant library into Libgnomedb (Vivien) - Many GUI improvements (Rodrigo, Vivien) - Many, many small improvements and bug fixes - Updated translations - Added translations: - Lithuanian (Žygimantas Beručka) - Kinyarwanda (Steve Murphy) - Japanese (Takeshi AIHANA) - Norwegian (Kjartan Maraas)
2006-02-04Update to 1.9.100:wiz7-123/+333
libgnomedb 1.9.100, 2005-10-13 ------------------------------ - Fixed #313204 (Rodrigo) - Fixed #314733 (Cygwin ports maintainer) - Require libgda >= 1.9.99 (Juan Manuel) - Updated translations: - es (Francisco Javier) - sv (Christian) libgnomedb 1.9.99, 2005-09-26 ----------------------------- - Compilation fixes (Rodrigo, Stanislav) - Added Mono bindings from GTK# (Dan) - Install plugins in $libdir (Stanislav) - Added SQL console menu item to browser application (Vivien) - Fixed row numbers status messages in browser application (Vivien) - Fixed compilations flags and libs for sample application (Juan Manuel) - Extended GnomeDbSelector API (Vivien) - Adapted to libgda-1.9.99 API changes (Vivien, Rodrigo) - Updated translations: - en_CA (Adam) - eu (Iñaki) - ne (Pawan) - vi (Clytie) libgnomedb 1.3.91, 2005-08-10 ----------------------------- - Depend on libgda >= 1.3.90 (Rodrigo) libgnomedb 1.3.90, 2005-08-07 ----------------------------- - Removed redundant gnome_db_server_stringify_value (Vivien) - Adapted to changes in libgda's GdaValue (Vivien) - Support more numerical types in GnomeDbHandlerNumerical (Vivien) - Renamed GnomeDbGrid's "create_popup_menu" signal to "populate_popup" (Vivien) - GnomeDbTableField API cleanups and improvements (Vivien) - Extended DTD attributes for GNOME_DB_FIELD tag (Vivien) - Added support for browsing through large data sets in the browser application (Vivien) - Clever use of AUTO_INCREMENT's in result sets (Vivien) - Fixed #310396 (M Wood) - Compilation fixes for gtk-doc generated documentation (Andreas) - Fixed #300082 (Kristof) - Changed all type declarations to GNOME_DB_TYPE_* (Vivien) - Make use of the better libgda error reporting to report better messages (Vivien) - Improved SQL parsing and data dictionary (Vivien) - Updated translations: - fi (Ilkka) - nb (Kjartan) - no (Kjartan) - vi (Clytie) libgnomedb 1.3.4, 2005-07-08 ---------------------------- - Use libgnomedb-2.0 for the pkg-config files (Rodrigo) - Fixed wrongly static functions in gnome-db-qf-value.[ch] (Rodrigo) - Use GType instead of guint for GObject types (Andreas) - Compilation fixes (Rodrigo) - Improved boolean data type handler (Vivien) - Replace DSN string entry with list of widgets for all provider parameters (Vivien) - Added GnomeDbDsnSpec widget (Vivien) libgnomedb 1.3.3, 2005-06-06 ---------------------------- - Changed some menu strings to match similar ones in other menus (Rodrigo) libgnomedb 1.3.2, 2005-06-01 ---------------------------- - Fixed several bugs when refreshing data models (Vivien) - Allow multiple selections in the grid widget (Vivien) - Added GnomeDbQfAgg object for aggregate query fields (Vivien) - Added aggregates parsing in query parsing code (Vivien) - Load data asynchromously and by chunks of rows in data proxies (Vivien) - Removed (unused) Bonobo dependencies (Vivien) - Use GtkAbout instead of GnomeAbout (Vivien) - Support for data type synonyms (Vivien) - Removed gnome-db-config API, now gda-config supports all we need (Vivien) - Updated to newest GtkSourceView API for the editor widget (Vivien) - API documentation (Vivien) - Fixed gtk-doc generation (Rodrigo) - Fixed #168937 (Adam) - Updated translations: - rw (Steve) libgnomedb 1.3.1, 2005-03-21 ---------------------------- - Use default libgnomedb dictionary when using NULL GnomeDbDict objects (Vivien) - Added 'Info' button to each GnomeDbGrid entry (Vivien) - Improved GnomeDbDataWidget (Vivien) - Simplified GnomeDbGrid widget (Vivien) - Fixed reverse columns bug in GnomeDbGrid (Vivien) - Fixed title displaying in GnomeDbGrid (Vivien) - Fixed SQL rendering bug in GnomeDbCondition (Vivien) - Fixed date handling problems (Vivien) - Added sample application (Vivien) - Use libgnomedb*-3 as library names, for parallel installation (Rodrigo) - Fixed #166529 (Vivien) - Adapted to GdaDataModelColumn* renaming (Álvaro) - Updated translations: - de (Frank) - en_CA (Adam) - en_GB (David) - it (Alessio) - pt_BR (Raphael)
2006-02-04Remove libgda-sqlite.wiz1-2/+1
2006-02-04Update to 1.9.100 (gnumeric needs >=1.3, and we have no otherwiz18-256/+213
relevant dependencies). Remove libda-sqlite, since it's included in libgda by default. libgda 1.9.100, 2005-10-13 -------------------------- - Fixed #317267 (Rodrigo) - GdaRow API improvements (Vivien) - GdaColumn API improvements (Vivien) - Limit usage of SQLite internal structures (Vivien) - Removed usage of C++ 'new' keyboard as argument (Bas) - Added missing declarations to gda-column.h (Vivien) libgda 1.9.99, 2005-09-26 ------------------------- - Added Mono bindings from GTK# (Dan) - Convert SQLstate to GDA error code in PostgreSQL provider (Juan Manuel) - Don't use scrollkeeper for API docs (Rodrigo) - Improved data types in SQLite provider (Vivien) - API fixes (Vivien, Murray) - Removed unfinished, non-working objects (Vivien) - Blob object fixes (Vivien) - Blob improvements in PostgreSQL provider (Vivien) - Improved test to locate MDB libraries (Vivien) - Added "gda_type_changed" signal to GdaColumn (Vivien) - Updated translations: - eu (Iñaki) - ne (Pawan) - vi (Clytie) libgda 1.3.91, 2005-08-10 ------------------------- - Compilation fixes for 64bit platforms (Rodrigo) - Fixed call to undefined symbol in XML provider (Rodrigo) libgda 1.3.90, 2005-08-07 ------------------------- - Port GdaValue to use GValue (Daniel, Vivien) - Disabled useless test in Firebird provider (Juan Manuel) - GCC 4 compilation fixes (Christopher) - Fixed #311573 (Rodrigo) - GdaClient/GdaConnection API improvements (Vivien) - Renamed GdaError to GdaConnectionEvent, to be used not only for errors, but for any DB event (Vivien, Juan Manuel) - Improved PostgreSQL/SQLite/MySQL error reporting (Vivien, Juan Manuel) - Update to SQLite3 API (Vivien) - Added get_specs method to GdaServerProvider, to get information on arguments for actions (Vivien) - Fixed PostgreSQL libraries detection (Vivien) - Fixed NUMERIC values passing in Oracle provider (Vivien) - Updated translations: - vi (Clytie) libgda 1.3.4, 2005-07-08 ------------------------ - Fixed leak in PostgreSQL provider (Alex) - Use libgda-2.0 for the pkg-config files (Rodrigo) - Fixed #307549 (Rodrigo) - Fixed installation on 64 bit platforms (Bas) - Allow compilation with Berkeley DB > 4.3.x (Bas) - Fixed 64 bit problems on MySQL/PostgreSQL and SQLite providers (Bas) - Fixed return values on some invalid functions (Stanislav) - Building fixes (Stanislav) - Fixed invalid free in MySQL recordsets (Rodrigo) - Some fixes in global config file saving (Vivien) - More API documentation (Vivien) - Use GType for all types, not guint (Vivien) - Tables' fields schema fixes (Vivien) - Fix #309332 (Murray) - Updated translations: - de (Hendrik) libgda 1.3.3, 2005-06-06 ------------------------ - New API additions (Vivien) - Added get_specs_create_database and create_database_params virtual methods for providers (Vivien) - Updated API documentation (Vivien) - Implemented new providers' methods for SQLite, PostgreSQL and MySQL (Vivien) - Build fixes (Rodrigo) libgda 1.3.2, 2005-05-27 ------------------------ - Prevent segfault when running INSERT of UPDATE queries in MySQL provider (Alan) - Improved update of PostgreSQL data models (Bas) - Improved exporting of data models (Vivien) - Added GdaThreader object to make it easy to run threaded operations (Vivien) - Implemented missing schemas in SQLite provider (Vivien) - Fixed GdaXqlUpdate API typo (Murray) - Improved fields schema for PostgreSQL provider (Vivien) - Added procedures schema to MySQL provider (Vivien) - Fixed MySQL value conversion to string (Alan) - Compilation fixes (Dru, Bas, Rodrigo) - Added functions to dump data models (Vivien) - Improved data types schema in MySQL provider (Vivien) - Added synonyms to the data types schema (Vivien) - API documentation (Dru) - Fixed typo in GdaExport signal creation (Mike Kestner) - Changed procedures schema to include more information (Vivien) - Added creation of ~/.libgda directory when it does not exist (Vivien) - Fixed #153292 (Jorge) - Fixed #301480 (Magnus) - Fixed #301485 (Magnus) - Fixed #302158 (Jean) - Fixed #304586 (Mike Fisk) - Updated translations: - es (Jorge) - it (Marco) - rw (Steve) - uk (Maxim) - zw (Steve) libgda 1.3.1, 2005-03-21 ------------------------ - Improved GdaRow API (Vivien) - Fixed #167573 (Rodrigo) - Added gda_xml_database_remove_table function (Álvaro) - Fixed libsql build (Rodrigo) - Upgraded SQLite provider to SQLite3 (Denis) - Install providers in versioned directories for parallel installation (Rodrigo) - Use libgda*-3 as library names (Rodrigo) - Fixed #129153 (Rodrigo) - Renamed GdaDataModelColumnAttributes to GdaColumn (Álvaro) - Renamed GdaDataModelColumnIndexAttributes to GdaColumnAttributes (Álvaro) - Code cleanup for data model classes (Bas) - Cleanup auto* build noise (Bas) - Replace gda_connection_escape_string with more generic gda_connection_value_to_sql_string (Alan) - Updated translations: - cs (Miroslav) - de (Frank) - en_CA (Adam) - en_GB (David) - it (Marco) - pt (Duarte) - pt_BR (Raphael) libgda 1.3.0, 2005-02-07 ------------------------ - Fixed spec includedir (Aaron) - Set missing row number on gda_data_model_hash_append_row (Bas) - Changed GdaDataModel class to be an interface (Vivien) - Data model improvements (Vivien, Bas, Álvaro) - Renamed GdaField to GdaColumn (Vivien) - Improved documentation (Vivien, Bas) - Added full update/remove for MySQL and PostgreSQL data models (Bas) - Fixed build (Rodrigo) - Added methods for creating/droping tables and indices (Bas) - Updated translations: - cs (Miroslav) - de (Frank) - en_CA (Adam) - es (Francisco) - it (Marco) - nl (Vincent) - pt_BR (Raphael)
2006-02-04Note addition of devel/gettext-asprintf, a printf-like IO interfacejoerg1-1/+2
for C++.
2006-02-04Initial import of devel/gettext-asprintf. From DESC:joerg4-0/+36
This package provides libasprintf from GNU gettext. This library makes it easier deal with formated output in C++ by providing a printf(3) like interface.
2006-02-04"The Rosegarden site has moved to rosegardenmusic.com. Please update your linkghen1-2/+2
or bookmark."
2006-02-04Fixed the do-install target for unprivileged users. The directories hadrillig1-14/+19
been installed without execute permission. While here, fixed almost all pkglint warnings.
2006-02-04Sorted PLIST.rillig1-73/+73
2006-02-04pkglint fixes. No version bumps required.adrianp1-3/+3
2006-02-04Update cpuflags to 0.97:abs5-40/+37
- Add Infineon ADM5120 - Fix optimize_gcc.mk for qt3-libs, and reorder so CPUFLAGS_PKGBASE is left defined and testable for 'make show-vars' and the like
2006-02-04+ pcre-6.5, py-checker-0.8.17.wiz1-2/+3
2006-02-04Mention glade2-gnome PKGREVISION bump.wiz1-1/+2
2006-02-04gnomedb was not enabled, so just remove the buildlink3.mk file too.wiz1-4/+4
Bump PKGREVISION.
2006-02-04xfig update.markd1-1/+2
2006-02-04Fix installing of xfig Library files that start with "-", such as thosemarkd4-18/+401
in Libraries/Electronic/Schematic/More/simple_device-inch. Fix PLIST, bump PKGREVISION.
2006-02-04Fix build on Solaris.markd2-5/+13
2006-02-04cdrtools-ossdvd updated to 2.01.01a05.wiz2-3/+3
2006-02-04Update to 2.01.01a05, syncing patches with wip/cdrtools-devel.wiz15-114/+151
Changes: * Thu Feb 02 2006 - Release of a GPL compliant 2.01.01a05-ossdvd patch. This patch is for cdrtools-2.01.01a05.tar.bz2 and is adjusted to work with linux kernel 2.6.12 or higher and can be compiled with gcc-4.0.x. The rawio patch using libcap has been migrated to cdrtools-2.01.01a05-rawio.patch.bz2 . The patch called cdrtools-2.01.01-scsibuf.patch.bz has become redundant, as this has been integrated inside cdrtools-2.01.01a05.tar.bz2 . RPMS and SRPMS have been updated for mandriva 2006.0. The order of applying patches is now : 1. cdrtools-2.01.01a05-ossdvd.patch.bz2 .ossdvd 2. cdrtools-2.01.01a01-DVD-speed.patch.bz2 .dvd-speed 3. cdrtools-2.01.01a05-rawio.patch.bz2 .rawio 4. cdrtools-2.01.01a01-scanbus.patch.bz2 .scanbus Warly's Cdrecord DVD patch and others can now be found on http://people.mandriva.com/~warly/files/cdrtools/
2006-02-04Uses makeinfo.markd1-1/+2
2006-02-04Quiet pkglint, sync with cdrtools-ossdvd.wiz1-12/+16
2006-02-04glpk update.markd2-3/+3