aboutsummaryrefslogtreecommitdiff
path: root/databases/firebird-server/files
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2001-12-02 17:53:14 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2001-12-02 17:53:14 +0000
commit4195dfbcec9f0296962a97b33aadf1fdd9f9726e (patch)
treee58d6198454a49d05d3a17761cc2c8515879bdac /databases/firebird-server/files
parent0f501f45530c4676095ca389c5e7cfa0f260117a (diff)
Notes
Diffstat (limited to 'databases/firebird-server/files')
-rw-r--r--databases/firebird-server/files/RELNOTES1
-rw-r--r--databases/firebird-server/files/patch-ad13
2 files changed, 14 insertions, 0 deletions
diff --git a/databases/firebird-server/files/RELNOTES b/databases/firebird-server/files/RELNOTES
index 3c4e0c62ae58..d2fd1d4fc88d 100644
--- a/databases/firebird-server/files/RELNOTES
+++ b/databases/firebird-server/files/RELNOTES
@@ -73,6 +73,7 @@ and InterBase can be found at the following:
http://sourceforge.net/projects/firebird/
http://www.ibphoenix.com/
http://www.interbase2000.org/
+ http://www.firebirdsql.org/
Geoff Speicher
<geoff@sea-incorporated.com>
diff --git a/databases/firebird-server/files/patch-ad b/databases/firebird-server/files/patch-ad
new file mode 100644
index 000000000000..7ce937566bc3
--- /dev/null
+++ b/databases/firebird-server/files/patch-ad
@@ -0,0 +1,13 @@
+--- jrd/enc.c.orig Fri Aug 4 06:50:03 2000
++++ jrd/enc.c Sun Nov 18 19:17:19 2001
+@@ -31,6 +31,10 @@
+ *
+ **************************************/
+
++#ifdef FREEBSD
++crypt_set_format("des");
++#endif
++
+ return CRYPT_FUNC( string, salt);
+ }
+ #endif