Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 309697 - net-misc/iodine-0.6.0_rc1 version bump
Summary: net-misc/iodine-0.6.0_rc1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal
Assignee: Víctor Ostorga (RETIRED)
URL: http://code.kryo.se/iodine/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-16 05:55 UTC by fleg
Modified: 2010-03-16 17:42 UTC (History)
1 user (show)

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 fleg 2010-03-16 05:55:25 UTC
emerge -tvp =net-misc/iodine-0.6.0-rc1
!!! '=net-misc/iodine-0.6.0-rc1' is not a valid package atom.

Reproducible: Always

Steps to Reproduce:
1. emerge -tvp =net-misc/iodine-0.6.0-rc1


Actual Results:  
!!! '=net-misc/iodine-0.6.0-rc1' is not a valid package atom.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2010-03-16 06:55:53 UTC
Even if the package would be in portage already your search for it would fail anyway. Suffixes like rc, pre, alpha or beta are appended with an underscore:

# emerge -qpv =sys-apps/portage-2.2_rc67
[ebuild   R   ] sys-apps/portage-2.2_rc67  USE="-build -doc -epydoc -python3 (-selinux)" LINGUAS="-pl"


Furthermore it would be really kind of you if you could write more descriptive summaries. Your given one is really not very informative.
Comment 2 Víctor Ostorga (RETIRED) gentoo-dev 2010-03-16 17:42:11 UTC
0.6.0-rc1 In portage.

For the curious:

CHANGES:

2010-02-13: 0.6.0-rc1 "Hotspotify"
	- Fixed tunnel not working on Windows.
	- Any device name is now supported on Windows, fixes #47.
	- Multiple installed TAP32 interfaces are now supported, fixes #46.
	- Return nonzero if tunnel fails to open, fixes #62.
	- Support for setting a SELinux context, based on patch by
		Sebastien Raveau. Sample context file in doc/iodine.te
	- Allow listen port and DNS forward port to be the same if listen IP
		does not include localhost.
	- The client will now exit if configuring IP or MTU fails.
	- The starting cache miss value is randomized at startup, fixes #65.
	- Raw UDP mode added. If the iodined server is reachable directly,
		packets can be sent to it without DNS encoding. Fixes #36.
	- Do not overwrite users CC/CFLAGS/LDFLAGS, only add to them.
	- Added -F option to write pidfile, based on patch from
		misc at mandriva.org. Fixes #70.
	- Allow password to be set via environment variable, fixes #77.
		Based on patch by logix.
	- Client now prints server tunnel IP, fixes #78. Patch by logix.
	- Fix build error on Mac OS X 10.6, patch by G. Rischard. #79.
	- Added support for CNAME/TXT/A/MX query types, fixes #75.
		Patch by Anne Bezemer, merge help by logix.
	- Merged low-latency patch from Anne Bezemer, fixes #76.
	- Resolve client nameserver argument if given as hostname, fixes #82.
	- Open log before chroot, fixes #86: logging on FreeBSD.