Commit Graph

380 Commits

Author SHA1 Message Date
Sergey Matveychuk
fd5fae1374 - Update to 3.0.23b
Common bugs fixed in 3.0.23b include:

  o Ambiguity with unqualified names in smb.conf parameters
    such as "force user" and "valid users".
  o Errors in 'net ads join' caused by bad IP address in the list
    of domain controllers.
  o SMB signing errors in the client and server code.
  o Domain join failures when using smbpasswd on a Samba PDC.

Common bugs fixed in 3.0.23a include:

  o Failure to strip the domain name from groups when 'winbind
    use default domain = yes'
  o Failure in pam_winbind to correctly parse arguments.
  o Bad token creation of local users on member servers not
    running winbindd.
  o Failure to add users or groups to ACLs using the Windows
    object picker.
  o Failure in file serving code when 'kernel oplocks = yes'.

New features in 3.0.23a include:

  o New "createupn" option to "net ads join"
  o Rewritten Kerberos keytab generation when 'use kerberos
    keytab = yes'

PR:		ports/102040
Submitted by:	maintainer
2006-08-15 15:25:02 +00:00
Rong-En Fan
e096d5f03a - Mention latest editor/jedit-devel update 2006-08-06 03:04:13 +00:00
Marc Fonvieille
0bb61521aa s/effectivly/effectively 2006-08-03 18:45:53 +00:00
Jeremy Messenger
ee6cb7774c - Update to 9.01, see changelog for details:
http://www.opera.com/docs/changelogs/linux/901/
- Change the prefix from X11BASE to LOCALBASE, see UPDATING for details.
- Now it installs only one *.desktop for more general desktop such as xfce and
  etc rather than just limit to GNOME/KDE.
2006-08-03 00:38:32 +00:00
Cheng-Lung Sung
e0f80fc1a8 - add notes about www/b2evolution
PR:		ports/101179
Submitted by:	maintainer (<chinsan dot tw_AT_gmail dot com>)
2006-08-01 15:52:13 +00:00
Cheng-Lung Sung
75ea1605ef - add notes about audio/libtunepimp and audio/libtunepimp-old.
PR:		ports/100989
Submitted by:	clsung
2006-08-01 01:51:47 +00:00
Mathieu Arnold
b3e18c1c57 In order to fix a symbol collision between GraphicsMagick and libtidy,
GraphicsMagick has been updated so that all its symbols are now prefixed with
'Gm'. All depending ports will have to be recompiled as noted in UPDATING.

PR:		94905
Submitted by:	mat
2006-07-31 16:40:01 +00:00
Alexander Leidinger
e95811d2e3 Document the sensitivity of the new default linux base port on the values
of some compat.linux sysctls in the corresponding entry.
2006-07-31 13:20:54 +00:00
Tom McLaughlin
6b63eb2573 - Update to 1.251
- Install man page
- Make krb5_ccname option in nss_ldap.conf work
    nss_ldap has two different arguments that can be used at compile time to
    make this work.  The --enable-configurable-krb5-ccname-env configure
    option was chossen because it works with both the Heimdal and MIT
    Kerberos implementations and does not require a kerberos dependency.  A
    note has been made in UPDATING that this now works because
    misconfiguration can lockout users.

PR:             100104
Submitted by:   Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by:    Maintainer
2006-07-29 20:47:45 +00:00
Ion-Mihai Tetcu
bd0716a581 Add instrucitions for polish/ekg and polish/libgadu users.
PR:		ports/99725
Submitted by:	mwisnicki+freebsd@gmail.com
2006-07-28 17:19:34 +00:00
Marc Fonvieille
aee034ba24 Fix some typos. 2006-07-25 07:52:13 +00:00
Rong-En Fan
741d21d512 - notes for www/dillo-i18n 20060709 update
PR:		ports/100743
Submitted by:	Thomas-Martin Seck <tmseck at netcologne.de> (maintainer)
2006-07-24 01:59:11 +00:00
Martin Wilke
dd0c3842f2 Add entry for phpua-* user.
Approved by:    kiron (mentor)
2006-07-22 10:40:12 +00:00
Marcus Alves Grando
bc4645c027 - Spell fixes [1]
- Fix DOVECOT build [2]

Submitted by:	remko [1], Vivek Khera <vivek___khera.org> [2]
2006-07-19 19:21:35 +00:00
Alexander Leidinger
ed9f2b8e6d - add an entry for the linux-ut port (updated 9 days ago) [1]
- extend the linux_base entry a little bit

Pointy hat to:		netchild for forgetting to commit it [1]
In colaboration with:	maintainer of linux-ut port [1]
2006-07-19 18:28:54 +00:00
Marcus Alves Grando
0350c7361c * UPDATING
Add entry about OPTIONS and SPF patch in mail/postfix

* mail/Makefile

Add postfix22

* mail/postfix [1]

Update to 2.3.0
Use OPTIONS instead of scripts
Add message about unsupported POSTFIX_OPTIONS
Remove SPF patch since that's not apply clean
Update pkg-descr
Change rcNG to rc only
Update CONFLICTS

* mail/postfix-current

Now postfix-current are called postfix-current instead of postfix.
Update CONFLICTS
Bump PORTREVISION
Store OPTIONSFILE in another local to not conflict with mail/postfix
Change rcNG to rc only

* mail/postfix1

Update CONFLICTS

* mail/postfix21

Update CONFLICTS
Change rcNG to rc only

* mail/postfix22 [2]

Update CONFLICTS
Change rcNG to rc only

Approved by:	maintainer [1]
Repocopy by:	marcus [2]
2006-07-19 12:59:11 +00:00
Thierry Thomas
8d1905f704 All dictionaries can be installed separately:
- by default, textproc/aspell installs the English dictionaries (no
    change);
  - thereafter you can install any foreign dictionary;
  - when you install a foreign dictionary, i.e. french/aspell or
    textproc/da-aspell, it installs only the dictionaries, and depends
    upon textproc/aspell for the programs;
  - if you don't need the English dictionaries, you can define
    WITHOUT_DICTEN or install textproc/aspell-without-dicten;
  - add a new port for textproc/en-aspell: if aspell had been installed
    without the English dictionaries, they can be added thereafter;
  - add a missing port for german/alt-aspell;
  - foreign dictionaries are almost independent from textproc/aspell,
    and their maintainership is available.

Credits:	special thanks to Serge Gagnon <ser_gagnon (at) sympatico.ca>
2006-07-15 14:28:44 +00:00
Cy Schubert
fd506d888e Add note about MIT KRB5 no longer having support for statically linked
binaries or libraries.
2006-07-14 18:39:51 +00:00
Cheng-Lung Sung
f0db3d245f - add note of mediawiki16 2006-07-14 07:16:25 +00:00
Renato Botelho
ff4f8bdf50 Add a note about x11-fonts/terminus-font that I forgot before
No donuts to:	me
2006-07-13 12:03:50 +00:00
Jun Kuriyama
16b56ac16c - Upgrade to 3.0.23 (including security fix).
o Improved 'make test'
   o New offline mode in winbindd.
   o New Kerberos support for pam_winbind.so.
   o New handling of unmapped users and groups.
   o New non-root share management tools.
   o Improved support for local and BUILTIN groups.
   o Winbind IDMAP integration with RFC2307 schema objects supported
     by Windows 2003 R2.
   o Rewritten 'net ads join' to mimic Windows XP without requiring
     administrative rights to join a domain.

PR:		ports/100100
Submitted by:	maintainer
2006-07-12 00:16:32 +00:00
Cheng-Lung Sung
b086736139 - Add an entry for www/lifetype update. 2006-07-08 02:28:49 +00:00
Sergey Matveychuk
79f4812531 - Fix the grammar in my English
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2006-07-07 06:12:38 +00:00
Roman Bogorodskiy
6fef131e80 Mention gnutls update. 2006-07-06 17:48:38 +00:00
Mario Sergio Fujikawa Ferreira
796a13ee9a Fix portupgrade database location: /var/pkg/pkgdb.db -> /var/db/pkg/pkgdb.db 2006-07-04 00:48:39 +00:00
Michael Landin
19a095a0c1 - add note about amarok and missing port options 2006-07-03 15:51:29 +00:00
Sergey Matveychuk
a1e2391e7f - Add instructions for portupgrade upgrading. 2006-07-03 09:09:58 +00:00
Jeremy Messenger
cc1220f441 Add multimedia/handbrake-gtk2, still at 0.6.x version because in the 0.7.x
version, the GTK+2 support has been disabled. The multimedia/handbrake is
going to be update to 0.7.x soon after this. Add an entry about it in the
UPDATING.

While I am here, add two new mirrors.

PR:		ports/99616
Repocopy by:	marcus
2006-07-02 15:38:18 +00:00
Martin Wilke
e74e8b5c44 Add an entry for phpbb update
Approved by:	markus (co mentor)
2006-06-30 23:03:51 +00:00
Martin Wilke
9d2aaba468 Add an entry for mediawiki update.
Approved by:	markus (co mentor)
2006-06-29 03:51:17 +00:00
Ion-Mihai Tetcu
d1ea7ca78b Tell about audio/mt-daapd default dirs change. 2006-06-25 13:19:27 +00:00
Mario Sergio Fujikawa Ferreira
03b9679019 Notes on version 4.20.0 on both net-p2p/py-bittorrent{,-devel} and
net-p2p/py-bittorrent-core{,-devel} ports
2006-06-24 20:26:15 +00:00
Markus Brueffer
a5e9d9dca8 - Whitespace cleanup
- Add two missing colons

Pointyhats to:	aaron, markus
2006-06-24 10:18:53 +00:00
Martin Wilke
a6f750362e Add an entry for dokuwiki update.
Approved by:	markus (co mentor)
2006-06-23 21:10:23 +00:00
Alex Dupre
409b7ee0a9 Add an entry for MySQL client update. 2006-06-22 09:07:09 +00:00
Mark Linimon
6263eb2d05 Add the entry for the new default LDAP version. Entries for the new default
MySQL and PHP versions are coming.

Forgotten by:	linimon
2006-06-20 19:24:32 +00:00
Aaron Dalton
eb9cfcb07b - Added entry for pfpro ports and changed default cert location
Approved by:	tobez
2006-06-19 07:40:44 +00:00
Alexander Leidinger
49ce33ee7c Add an entry for the linux_base update. 2006-06-16 17:14:00 +00:00
Erwin Lansing
9681fd800d Rename the USE_CDROM knob to WITH_CDROM. USE_* should only be
defined by the ports infrastructure and ports should define WITH_*
2006-06-12 15:46:43 +00:00
Pav Lucistnik
2e0ba384eb - Add note for www/c-icap users 2006-06-11 08:33:16 +00:00
Renato Botelho
f6199f9c2d Fix a typo on last mail/qmail-spamcontrol entry 2006-06-07 12:16:42 +00:00
Michael Nottebrock
c5accf0b17 Update to KDE 3.5.3 2006-06-05 19:24:58 +00:00
Sam Lawrance
51830da627 Note the removal of support for UCD-SNMP v4 in quagga. 2006-05-29 20:33:41 +00:00
Renato Botelho
25e9d00cb1 Add a note about qmail-spamcontrol 2.4.x series 2006-05-29 13:33:29 +00:00
Thierry Thomas
67899aa29c Don't remove database data files during the next upgrade.
PR:		ports/98038
Submitted by:	Shaun Amott <shaun (at) inerd.com> (maintainer)
2006-05-28 19:38:52 +00:00
Renato Botelho
178671ac44 Add a note about recently change on amavisd-new 2006-05-26 15:42:34 +00:00
Xin LI
8a3cbd8945 Document the latest change to openldap23-server. 2006-05-26 15:19:49 +00:00
Herve Quiroz
1d06dbb565 Document recent commit in games/spicetrade 2006-05-24 14:06:05 +00:00
Herve Quiroz
aab303448b Fix date format in net/openldap23-server entry 2006-05-23 23:30:15 +00:00
Herve Quiroz
167ba1a36a Document recent commit in java/jasmin 2006-05-23 23:28:18 +00:00