Bug 133984 - Update port: sysutils/syscp
Summary: Update port: sysutils/syscp
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-24 23:30 UTC by Morton Jonuschat
Modified: 2009-04-27 09:10 UTC (History)
0 users

See Also:


Attachments
file.diff (23.61 KB, patch)
2009-04-24 23:30 UTC, Morton Jonuschat
no flags Details | Diff
syscp-1.4.2.1.diff.txt (25.54 KB, text/plain; charset=US-ASCII)
2009-04-26 21:37 UTC, Morton Jonuschat
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Morton Jonuschat 2009-04-24 23:30:08 UTC
This releases resolves the following issues:

Domain adding was case-insensitive, allowing same domain to be added multiple times (#1057)
Domain panel pagination is faulty, shows too many pages (bug #1157)
Adding one-letter-subdomains didn't work (bug #1064)
Wildcards are agin allowed in IP/Port configuration (bug #1115)
When adding IP/Port combination: Listen Statement not set (bug #1190)
Added Debian Lenny 5.0 Configfiles
Unable to add one-letter-subdomains (bug #1064)
It is not possible to add a forward as subdomain (bug #1015)
Admin messages always bounced because of switched email/name (bug #1160, #1040)
E-Mail-Accounts with IDN-Domains now work again (you have to change your configuration) (bug #1170)
Mail qouta in "email_quota_used" is not changed if mail account is deleted (bug #1107)
Customer can disable mail quota (bug #1100)
Number for email forwarders for customers not possible to set to unlimited (bug #1158)
Fixed lots of warnings in php code (bug #1044, #1048, #1141)
In new installations default dir for customers is now /var/customers (bug #1191)
Dropdown list of path is not sorted alphabetically (bug #1008)
Updated languagefiles (bug #1124, #1153, #1099)
Many alias fixes in awstats/webalizer (bug #1077, #1076, #1155, #1118, #1121)
Many fixes in the configfiles (bug #1167, #1164, #1192, #1069, #1085, #1161, #1030, #1103)
Keep default language when changed by user (bug #1119)

Additional fix is removing the hard coded path to /etc/awstats/ for awstats configuration files and retrieving this setting from the database

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-04-24 23:30:21 UTC
Maintainer of sysutils/syscp,

Please note that PR ports/133984 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/133984

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-04-24 23:30:23 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-04-25 01:39:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 4 ek 2009-04-25 01:47:10 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm the maintainer, and I approve this patch... *thumbs up*

Thanks Morton!

Edwin Groothuis wrote:
> Maintainer of sysutils/syscp,
> 
> Please note that PR ports/133984 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/133984
> 
-----BEGIN PGP SIGNATURE-----

iD8DBQFJ8l2OZ5znzUsaCyQRAnASAJ9fv+23aXvqus9yDewePVRd0h6kJQCfQ/K4
J+1Q0WLQHFW/jCciiyp8me0=
=FTsW
-----END PGP SIGNATURE-----
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2009-04-26 15:12:43 UTC
State Changed
From-To: feedback->open

Maintainer has approved.
Comment 6 Martin Wilke freebsd_committer freebsd_triage 2009-04-26 15:12:52 UTC
State Changed
From-To: open->feedback

Howdy Guys, 

plist failed: 
http://32bit.miwibox.org/index.php?action=describe_port&id=1803 
http://64bit.miwibox.org/index.php?action=describe_port&id=1913 

Could you please fix this and resent a patch? 

- Martin
Comment 7 Martin Wilke freebsd_committer freebsd_triage 2009-04-27 09:03:22 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 8 dfilter service freebsd_committer freebsd_triage 2009-04-27 09:03:37 UTC
miwi        2009-04-27 08:02:43 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/syscp       Makefile distinfo pkg-plist 
    sysutils/syscp/files patch-syscp-fbsd 
  Added files:
    sysutils/syscp/files patch-awstats-settings-var 
                         patch-syscp-awstatssettings 
                         patch-tmpdir-php-ini 
  Log:
  - Update to 1.4.2.1
  
  PR:             133984
  Submitted by:   Morton Jonuschat <mjonuschat@gmail.com>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.9       +2 -6      ports/sysutils/syscp/Makefile
  1.5       +3 -3      ports/sysutils/syscp/distinfo
  1.1       +15 -0     ports/sysutils/syscp/files/patch-awstats-settings-var (new)
  1.1       +45 -0     ports/sysutils/syscp/files/patch-syscp-awstatssettings (new)
  1.2       +54 -47    ports/sysutils/syscp/files/patch-syscp-fbsd
  1.1       +12 -0     ports/sysutils/syscp/files/patch-tmpdir-php-ini (new)
  1.7       +65 -1     ports/sysutils/syscp/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"