Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26276 - f-prot 4.1.1 is not on mirrors, version bump to 4.1.2 please
Summary: f-prot 4.1.1 is not on mirrors, version bump to 4.1.2 please
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-09 09:53 UTC by Seemant Kulleen (RETIRED)
Modified: 2003-08-13 20:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Seemant Kulleen (RETIRED) gentoo-dev 2003-08-09 09:53:21 UTC
 
Comment 1 Daath 2003-08-13 11:30:20 UTC
I agree! And fast please :)
I guess I should research how to do an ebuild...
Comment 2 Daath 2003-08-13 11:39:49 UTC
for now you can do this as root:

cd /usr/portage/net-mail/f-prot
cp f-prot-4.1.1.ebuild f-prot-4.1.2.ebuild
emerge -u f-prot

When that completes it will ask you to make a digest. Do this:

ebuild f-prot-4.1.2.ebuild digest

Then do this again:

emerge -u f-prot

The update-script is now called check-update.pl instead of check-update.sh, so you need to modify your /etc/cron.daily/f-prot.cron if you're using that.

Remember to run it immidiately:

/opt/f-prot/check-updates.pl

It seems to work.
Comment 3 Daath 2003-08-13 16:10:57 UTC
Oh, and an addition, I use this in conjunction with qmail-scanner - and the version information in the header didn't get updated... I manually changed the version information in:

/var/spool/qmailscan/qmail-scanner-queue-version.txt
Comment 4 Daath 2003-08-13 16:41:43 UTC
Oh I forgot! For those doing this, it would of course be deleted at next emerge sync. If you do not want that, do this instead. These are the complete steps:
(make sure you've set PORTAGE_OVERLAY in make.conf)

cd <your PORTAGE_OVERLAY directory>
mkdir -p net-mail/f-prot
cd net-mail/f-prot
cp /usr/portage/net-mail/f-prot/f-prot-4.1.1.ebuild ./f-prot-4.1.2.ebuild
ebuild f-prot-4.1.2.ebuild digest
emerge -u f-prot

That should be it and remember, that the update-script is now called check-update.pl instead of check-update.sh, so you
need to modify your /etc/cron.daily/f-prot.cron if you're using that.

Remember to run it immidiately:

/opt/f-prot/check-updates.pl

If you use f-prot with qmail-scanner, edit

/var/spool/qmailscan/qmail-scanner-queue-version.txt

To reflect the correct version (this is just cosmetic).

That's it... Sorry for spamming on this bug!
Comment 5 Nick Hadaway 2003-08-13 20:04:37 UTC
f-prot-4.1.2 is now in portage and 4.1.1 has been removed.